Hi,
I am creating a thesis using latex. The problem I see with the large figures are, they are always placed at the end of the chapter.
If I want to place a figure some where in the middle of the chapter content, then is any trick to do that? I have used the [h] option while calling figure but that does not work at all.
Thanks
Graphics, Figures & Tables ⇒ how to put figure in the middle of chapter content
-
- Posts: 8
- Joined: Sun Dec 19, 2010 11:54 pm
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
how to put figure in the middle of chapter content
Try other placement parameters.
Very large figures should be placed on their own page without any text.
Thorsten
Code: Select all
\begin{figure}[!ht]
% figure content
\end{figure}
Code: Select all
\begin{figure}[!p]
% figure content
\end{figure}
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
-
- Posts: 8
- Joined: Sun Dec 19, 2010 11:54 pm
Re: how to put figure in the middle of chapter content
Thanks for your help. That works perfectly.
By the way, I am looking for ``Section 3 of the Board Rules''. Where is that.
Thanks
By the way, I am looking for ``Section 3 of the Board Rules''. Where is that.
Thanks
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
how to put figure in the middle of chapter content
Can't actually be overlooked since it can be found in the »Announcements« on top of every sub-forum here.
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