You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your proposed improvement and the problem it solves.
I'd like to make a \textwidth longtable in latex/PDF, but I haven't find a way to make it, is it possible to do that with an option or I can add some renewcommand in preamble to do that? the longtable doc said it's possible.
produces a full width table, to get a similar effect with longtable specify
\setlength\LTleft{0pt}
\setlength\LTright{0pt}
\begin{longtable}{@{\extracolsep{...}}...}
This discussion was converted from issue #10614 on February 12, 2025 16:15.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your proposed improvement and the problem it solves.
I'd like to make a
\textwidth
longtable in latex/PDF, but I haven't find a way to make it, is it possible to do that with an option or I can add some renewcommand in preamble to do that? the longtable doc said it's possible.Describe alternatives you've considered.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions