How to automatically insert a pagebreak if a table is going to break across a page in PDF output? #10750
Unanswered
lokesh-krishna
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I don't think there is, especially with the float system of LaTeX. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Is there a way to automatically insert a pagebreak whenever a table is going to be split across two pages when outputting to PDF (Latex)? I presently render it and then go about inserting pagebreaks manually, rerendering because other tables get shifted and then inserting more pagebreaks until there are no tables split across pages. Was wondering if there's a more elegant solution.
Beta Was this translation helpful? Give feedback.
All reactions