anriseth / baposter

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

LATEX Table inside Headerbox. Possible? #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello there,

I am trying to add a table inside of one of those headerboxes in the graphtrack 
example. It would look like this:

\headerbox{My table}{name=contribution,column=0,below=problem}{
text text text
\begin{table}[h]
content
\end{table}
}

I cannot compile it and I am getting errors like:

 ! Undefined control sequence.\@xfloat ...@fltovf \fi \global \setbox \@currbox\color@vbox \normalcolor \... }

My question is: is it possible to have tables inside these headerboxes? If it 
is: how? 

Best,
Marcos Zampieri

Original issue reported on code.google.com by mzampier...@gmail.com on 6 Sep 2012 at 6:38

GoogleCodeExporter commented 8 years ago
You should use tabular, not table. Table is a float environment.

Brian

Original comment by brian.amberg@gmail.com on 8 Sep 2012 at 8:35

GoogleCodeExporter commented 8 years ago

Original comment by brian.amberg@gmail.com on 8 Sep 2012 at 8:36