Graphics, Figures & TablesFigures lumping together at the end of document.

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Mamed
Posts: 1
Joined: Tue Nov 09, 2010 11:17 am

Figures lumping together at the end of document.

Post by Mamed »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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.

Post by Stefan Kottwitz »

Hi Mamed,

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}
For an explanation see the figure reference.
This is independent of the editor.

Stefan
LaTeX.org admin
Post Reply