Theses, Books, Title pageshow to set the figure's position

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

how to set the figure's position

Post by templateuser »

Hi,

First of all thanks for the help and templates, it's great!

I wonder how to set the position of the figures and tables. I want them to be at the place in between the paragraphs but not at the end of the chapter.

Thank you in advance

Nacho

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

kaku92
Posts: 3
Joined: Sun Apr 26, 2015 1:06 am

how to set the figure's position

Post by kaku92 »

Try this

Code: Select all

\begin{figure}[h] %this 'h' mean here,other option 't':Top, 'b':bottumn
  %some text
\end{figure}
User avatar
Stefan Kottwitz
Site Admin
Posts: 10322
Joined: Mon Mar 10, 2008 9:44 pm

how to set the figure's position

Post by Stefan Kottwitz »

Hi kaku92,

welcome to the forum!
And thank you for your suggestion.

I suggest allowing more positions, if possible "here" would be taken anyway, but so top/bottom/page would not be forbidden:

\begin{figure}[!htbp]

This is the most flexible one. Furthermore, the figure should not be too wide or to high to fit at all, otherwise placement would be postponed anyway.

Stefan
LaTeX.org admin
Post Reply