How do I force latex to put graphics in specific locations? Right now I have a bunch of figures, but they do not show up at the places where I put them in my original document. I read somewhere it has to do with the way the graphcis engine works.
Thanks
Marc
Graphics, Figures & Tables ⇒ Graphics Placement
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
Graphics Placement
Hi Marc,
welcome to the board!
Graphics are intended to float to a convenient place from a typographical point of view. If you are using a figure environment you could use optional parameters in order to decide where the graphics should be placed, at top, bottom, in the text or on special float pages.
If you don't want the graphics to float, have a look here: Prevent floating of figures or tables Some methods are described there.
Stefan
welcome to the board!
Graphics are intended to float to a convenient place from a typographical point of view. If you are using a figure environment you could use optional parameters in order to decide where the graphics should be placed, at top, bottom, in the text or on special float pages.
If you don't want the graphics to float, have a look here: Prevent floating of figures or tables Some methods are described there.
Stefan
LaTeX.org admin
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Graphics Placement
Start with a special list of placement parameters.mbanghart wrote:How do I force latex to put graphics in specific locations? Right now I have a bunch of figures, but they do not show up at the places where I put them in my original document. [...]
Code: Select all
\begin{figure}[!ht]
% figure contents
\end{figure}
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10