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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- 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