Graphics, Figures & Tables ⇒ Latex creates blank page in midst of figures
-
- Posts: 1
- Joined: Sat May 02, 2009 12:32 am
Latex creates blank page in midst of figures
I have a series of figures at the very end of a chapter. They are sequential with no text in between. When I compile the document latex creates a single blank page in the middle of the figures. Any ideas about why this is occurring and how I can fix it? Thanks.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Latex creates blank page in midst of figures
Not really. But it could help to give the right placement parameters to their figure environments.jpfrench81 wrote:[...] Any ideas about why this is occurring and how I can fix it? [...]
Code: Select all
\begin{figure}[!p]
% figure contents
\end{figure}
Best regards and welcome to the board
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10