Hi
Im kinda new to latex only used it for some months.
The problem I have is that the figure i have between the text instead get lumped together at the end of the document. I have tried using [h] with the figure and its still not working.
The only way to go around this is if i use "\newpage" before or after the figure. I use NicTexCenter but a friend of mine has the same problem and he uses a Mac editor.
Is there anything I can do to solve this?
Thanks for answers.
Graphics, Figures & Tables ⇒ Figures lumping together at the end of document.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Figures lumping together at the end of document.
Hi Mamed,
try to set more placement options to the figure envionment, h is not enough. For instance:
For an explanation see the figure reference.
This is independent of the editor.
Stefan
try to set more placement options to the figure envionment, h is not enough. For instance:
Code: Select all
\begin{figure}[htbp!]
...
\caption{figure title}
\end{figure}
This is independent of the editor.
Stefan
LaTeX.org admin