Graphics, Figures & Tables ⇒ constrain floats to their section
constrain floats to their section
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
constrain floats to their section
that can be solved with the placeins package:
Code: Select all
\usepackage[section]{placeins}