LATEX Table inside Headerbox. Possible?
Closed this issue · 2 comments
GoogleCodeExporter commented
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
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
Original comment by brian.amberg@gmail.com
on 8 Sep 2012 at 8:36
- Changed state: Invalid
- Added labels: Type-Other
- Removed labels: Type-Defect