Graphics, Figures & Tables ⇒ Blank Page Problem after large table
Blank Page Problem after large table
After a lot of narrowing and deleting rows, etc. I finally have the table on one page, but it's generating a blank page after it. It's like there is a carriage return after the table or something.
It's fundamentally using the longtable package. Is there any way to get rid of this extra blank page or is my table simply still not fitting?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Blank Page Problem after large table
If you have a large table structured basically like this:
Code: Select all
\begin{longtable}
\caption{this is the caption}
<insert very large table here>
\label{table:name_of_table}
\end{longtable}
Code: Select all
\begin{longtable}
\caption{this is the caption}
\label{table:name_of_table}
<insert very large table here>
\end{longtable}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Blank Page Problem after large table
Then please mark the topic accordingly as written in Section 3 of the Board Rules (to be read before posting).jblocher wrote:Fixed my own problem. […]
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10