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
Theses, Books, Title pages ⇒ how to set the figure's position
NEW: TikZ book now 40% off at Amazon.com for a short time.
how to set the figure's position
Try this
Code: Select all
\begin{figure}[h] %this 'h' mean here,other option 't':Top, 'b':bottumn
%some text
\end{figure}
- Stefan Kottwitz
- Site Admin
- Posts: 10322
- Joined: Mon Mar 10, 2008 9:44 pm
how to set the figure's position
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:
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
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