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
Graphics, Figures & Tables ⇒ constrain floats to their section
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
Hi Rabit,
that can be solved with the placeins package:
Stefan
that can be solved with the placeins package:
Code: Select all
\usepackage[section]{placeins}
LaTeX.org admin