General ⇒ float in between sections
float in between sections
I'm writing some labreports and some sections contain only few text with sometimes floating figure environments. does latex take the right to place figures in other sections, even if the figure environment is set in another section? is that because of the floating parameter? in my case I use [!htb]
I tried to set no float parameters but the result is the same. how can I prevent latex doing so?
thanks for taking the time
Fab
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: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
float in between sections
float in between sections
thank you! much appreciated!Stefan_K wrote:Hi Fab,
you could use the placeins package:StefanCode: Select all
\usepackage[section]{placeins}
I have to dig deeper in ctan! can you recommend some other catalogue to find such particular packages?
best regards
Fab
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
float in between sections
yes: The TeX Catalogue Online.
It has a very useful topical index where you can find packages related to certain topics, a brief and an alphabetical index.
Stefan
Re: float in between sections
thank you