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
Graphics, Figures & Tables ⇒ Figures and Text placement
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10322
- Joined: Mon Mar 10, 2008 9:44 pm
Figures and Text placement
Hi Veeral,
\FloatBarrier requires the package placeins. Perhaps have a look at Prevent floating of figures or tables.
Stefan
\FloatBarrier requires the package placeins. Perhaps have a look at Prevent floating of figures or tables.
Stefan
LaTeX.org admin
Re: Figures and Text placement
Thanks a ton Stefan,tutorial was very helpful and its working.