Graphics, Figures & Tables ⇒ Graphics Placement
Graphics Placement
Thanks
Marc
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: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Graphics Placement
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
- 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
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10