I would like to create a table whose width should be the minimum possible (lines don't wrap). I see that tabularx wants a width parameter, is it possible to specify something like "auto", instead, for example, of \linewidth?
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.
is a tabular with a minimum width and default column separation width
is a tabular with no column separation on the left and right
is a tabular with no column separation anyway
is a tabular with no column separation between the first and second column
is a tabular with a column separation of 5mm between the first and second column |
||||
|
|
tabularenvironment – Herbert Sep 11 '12 at 13:42