Tagged Questions
6
votes
1answer
109 views
set width of table column to whatever's left in page width
I have some columns with a very short entries on the first column and a rather long entry on the second column.
\begin{ctabular}{\textwidth}{ll}
\toprule
Name & Recipe\\
\midrule
Freezing ...
0
votes
1answer
319 views
Persistent change of caption width in memoir
How do you persistently change caption width in memoir? I know you can use \changecaptionwidth followed by a \captionwidth{...}, but that only works within a float and I don't want to have to specify ...