Hello folks
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
General ⇒ float in between sections
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
float in between sections
LaTeX.org admin
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: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
float in between sections
Hi Fab,
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
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
LaTeX.org admin
Re: float in between sections
fantastic!
thank you
thank you