Hi
I have tried using the search option to find a solution to prevent floating graphs but I haven't been able to find any posts, unfortunately. WHat is the best way to fix the graphs to a specific spot and prevent them from floating? My graphs are in my appendix and it doesn't look that nice that they are moved to same page as the bibliography etc.
THx in advance
Graphics, Figures & Tables ⇒ Prevent floating graphs
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Prevent floating graphs
Hi,
have a look at: Prevent floating of figures or tables.
Also,
placeins could be useful.
Stefan
have a look at: Prevent floating of figures or tables.
Also,
\FloatBarrier
of 
Stefan
LaTeX.org admin
Prevent floating graphs
If you don't want your pictures to float then don't put them in a
Regards
{figure}
environment. If you still want to be able to add captions have a look at the caption package and it's \captionof
command. Alternatively use the float package and use H
as float specifier.Regards
site moderator & package author
Re: Prevent floating graphs
Thank you very much. I followed the link and it works perfectly.