Graphics, Figures & Tablesflush figures before a new section

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
neumannturing
Posts: 32
Joined: Sun Mar 01, 2009 8:29 am

flush figures before a new section

Post by neumannturing »

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.

Recommended reading 2024:

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

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

phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

Re: flush figures before a new section

Post by phi »

use \FloatBarrier from the placeins package
User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

flush figures before a new section

Post by Stefan Kottwitz »

You could use placeins even without calling \FloatBarrier explicitely to get it right:

Code: Select all

\usepackage[section]{floatins}

Stefan
LaTeX.org admin
Post Reply