I need to put a table inside another table, and would like to set the outside margins of the inner table to 0pt. How can I do this (in particular for tabularx, but hopefully this would be the same for any table environment)?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
If you are talking about the left and right margins of a
The replace the normal skip with the content of the |
|||||||||||
|
\begin{tabularx}{1in}{@{}ll@{}}...\end{tabularx}. Why do you need a table inside a table? – TH. Apr 20 '11 at 15:29tabularwith other things. – Martin Scharrer♦ Apr 20 '11 at 15:35