Graphics, Figures & Tables ⇒ Figures and Text placement
Figures and Text placement
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Figures and Text placement
\FloatBarrier requires the package placeins. Perhaps have a look at Prevent floating of figures or tables.
Stefan