Hello,
It seems that latex will make a decision about where to place a figure. Sometimes, it does not work well. A figure which can obviously be placed in the blank after the document will be place in a new page. Anyway I can tell latex to just place it at the end rather than create a whole new page? Thank you.
Graphics, Figures & Tables ⇒ to enforce the figure occur on the wanted place
-
- Posts: 32
- Joined: Sun Mar 01, 2009 8:29 am
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
to enforce the figure occur on the wanted place
Hi,
use appropriate placement parameters, like
or have a look here: Prevent floating of figures or tables.
Stefan
use appropriate placement parameters, like
Code: Select all
\begin{figure}[!hb]
Stefan
LaTeX.org admin