Tagged Questions
0
votes
0answers
38 views
TikZ triming text based on an other node placement
I am using tikz to create a page layout comprising different nodes, each node containing a bit of text.
The nodes are placed relative to each other.
What I would like to achieve is that for some ...
3
votes
1answer
85 views
Tikz vertical alignement text and shape
I want to vertically align sans serif font with a rectangle. The following code show the problem:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usetikzlibrary[positioning]
...
4
votes
2answers
138 views
Figure and table side by side with common caption
I'm not a LaTeX expert, and I want to align a table and a figure side by side, with a common caption; the table and the figure should be aligned to the bottom, too.
I tried this:
\begin{figure}
...
1
vote
0answers
73 views
Safeguard against image alignments [closed]
Images in dictionary appear under the headword. I would like to control the behaviour of the placing with few rules. Controling of the placement should prevent undesired alignment that causes for ...
8
votes
3answers
251 views
Poster text positioning: Get width of \hfill
How can 0123456789 be aligned as shown in red: Same baseline as abcdefghij, aligned left with ABCDEFGHIJKL?
\vlines are just for illustration. I am designing a poster where exact text positioning ...
2
votes
1answer
249 views
Vertically centering text in powerdot, taking baseline into account
I have a powerdot style that includes the following slide definition:
\pddefinetemplate[slide]{blackslide}{
titlepos={.05\slidewidth,.93\slideheight},
titlewidth=.9\slidewidth,
...
1
vote
1answer
3k views
How can I fix image positioning? [duplicate]
Possible Duplicate:
Keeping tables/figures close to where they are mentioned
\usepackage{amsfonts}
\usepackage{pdfpages}
\usepackage[hidelinks,unicode]{hyperref} %- to zeby byly polskie ...
7
votes
1answer
5k views
Align minipage to baseline of first or last line inside minipage?
The minipage environment has options for making the top, bottom, or center of the minipage box line up with the baseline of the surrounding text. Is there a way to make it line up to the baseline of ...
3
votes
2answers
3k views
Set table position to top
some content
\begin{table}[t]
\begin{tabular}{c c c}
tabular content
\end{tabular}
\end{table}
\chapter{new chapter}
The output is:
First page:
some content
Second page:
table centered ...
9
votes
4answers
9k views
Reduce space between enumerated items
Background
A book with lots of images. All of the images are set to "here definitely" (as they must come after the text that introduces them).
Problem
The list types (enumerated and bullet) have ...