Graphics, Figures & Tables ⇒ Figures always at the end of the chapter
Figures always at the end of the chapter
I am writing my thesis in the latex class memoir. I have lots of figures in my thesis and I always use the following code in latex:
\begin{figure}[!hp]
\centering
\includegraphics[]{}
\caption{}
\label{}
\end{figure}
but most of my figures end up not there where I place them instead there are commonly all at the end of my chapter. Can someone help me? What do I have to do to get my graphs (almost) there where I want to have them?
Looking forward for response!
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Figures always at the end of the chapter
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
-
- Posts: 2
- Joined: Wed Jan 20, 2010 6:19 pm
Re: Figures always at the end of the chapter
I'm having the same problem for a few figures. My positioning index is [!h] which should be enough to get them to appear in the place in the text that i want them. But all the figures in one chapter of my LaTeX document are appearing at the end of the chapter.
Cheers,
Saul Wiggin
Figures always at the end of the chapter
Are you sure it should be enough? According to whom? We can't provide effective help without some more useful information.saul_wiggin wrote:Hi,
...My positioning index is [!h] which should be enough to get them to appear in the place in the text that i want them...
-
- Posts: 2
- Joined: Wed Jan 20, 2010 6:19 pm