Graphics, Figures & Tablesconstrain floats to their section

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
deadrabit
Posts: 2
Joined: Tue Jul 29, 2008 7:11 pm

constrain floats to their section

Post by deadrabit »

Hi,

I'm writing some image analysis coursework in Latex and this is becoming a very float heavy piece of work.

I wanted to know if their was a command to force that floats are placed within the bounds of their section/subsection, as the floats that appear in section 5 are from section 2 atm and its just not gravy!

thanks for any help =]
Rabit

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

constrain floats to their section

Post by Stefan Kottwitz »

Hi Rabit,

that can be solved with the placeins package:

Code: Select all

\usepackage[section]{placeins}
Stefan
LaTeX.org admin
Post Reply