anriseth / baposter

Automatically exported from code.google.com/p/baposter
GNU General Public License v3.0
14 stars 2 forks source link

Problem with tabular aligning text and tikz-pictures #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Following code does not work in a box (span=2):

begin{tabular}{p{0.3\linewidth}cc}
text bla bla bla bla bla  &
    \input{tikzpgfpicture1.tex} &
    \input{tikzpgfpicture2.tex}
\end{tabular}

Both tikzpgfpictureX.tex files include tikzpicture environments.
The text starts below the figures!

Only a negative vspace helps, i.e.

\vspace{-3cm}

before the text.

I think, that this is some compatiblity problem with tikz...

Original issue reported on code.google.com by Wosrediinanatour on 9 Feb 2012 at 4:07

GoogleCodeExporter commented 8 years ago
Does this work inside a plain latex document? Can you attach a minimal example?

Original comment by brian.amberg@gmail.com on 9 Feb 2012 at 4:23

GoogleCodeExporter commented 8 years ago
Good point... you are right, it does not work there. So I was wrong and you can 
close/delete it. Sorry. 

Original comment by Wosrediinanatour on 9 Feb 2012 at 4:31

GoogleCodeExporter commented 8 years ago

Original comment by brian.amberg@gmail.com on 9 Feb 2012 at 7:17