Graphics, Figures & TablesFigures and Text placement

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Veeral
Posts: 8
Joined: Wed Aug 27, 2008 12:00 pm

Figures and Text placement

Post by Veeral »

Hi,

I have a small problem placing figures. I have tons of figures and there are 3-4 lines description between some of them. So it would be like 4-5 pics and then a little description.

What LaTeX is doing is moving the description placing two sets of figures without the description in between.

I have already played around with but is not fitting. Is there any better way around it.
\clearpage
\begin{figure}[!h]
I tried using \floatbarrier but am not sure if this requires any userpack.

About the figures:
With no text 2 figures fit a page. Else few few lines of description the next figure starts on a new page.

Thanks in Advance

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10322
Joined: Mon Mar 10, 2008 9:44 pm

Figures and Text placement

Post by Stefan Kottwitz »

Hi Veeral,

\FloatBarrier requires the package placeins. Perhaps have a look at Prevent floating of figures or tables.

Stefan
LaTeX.org admin
Veeral
Posts: 8
Joined: Wed Aug 27, 2008 12:00 pm

Re: Figures and Text placement

Post by Veeral »

Thanks a ton Stefan,tutorial was very helpful and its working.
Post Reply