Graphics, Figures & Tables ⇒ how to put figure in the middle of chapter content
-
- Posts: 8
- Joined: Sun Dec 19, 2010 11:54 pm
how to put figure in the middle of chapter content
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
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
how to put figure in the middle of chapter content
Code: Select all
\begin{figure}[!ht]
% figure content
\end{figure}
Code: Select all
\begin{figure}[!p]
% figure content
\end{figure}
Thorsten
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
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
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10