Hello,
Are there any ways to flush figures before a new section? \clearpage flushes figures but it starts a new page and it is not desirable(it leads to more pages). Thank you.
Graphics, Figures & Tables ⇒ flush figures before a new section
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: flush figures before a new section
use \FloatBarrier from the placeins package
- Stefan Kottwitz
- Site Admin
- Posts: 10320
- Joined: Mon Mar 10, 2008 9:44 pm
flush figures before a new section
You could use placeins even without calling \FloatBarrier explicitely to get it right:
Stefan
Code: Select all
\usepackage[section]{floatins}
Stefan
LaTeX.org admin