Graphics, Figures & Tables ⇒ Prevent floating graphs
Prevent floating graphs
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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Prevent floating graphs
have a look at: Prevent floating of figures or tables.
Also,
\FloatBarrier
of 
Stefan
Prevent floating graphs
{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