Quick question: When I use the code
\includegraphics[width=14cm,height=8cm]{Figure1}
the figure is inserted nicely into the text and fits well inside the page. However, if I use
\begin{figure}[!ht]
\includegraphics[width=14cm,height=8cm]{Figure1}
\end{figure}
the figure is pushed to the next page. Rescaling to a smaller size makes no difference. I'd like to use begin-end syntax so I can have figure labels, but am just giving the bare bones here. Any thoughts?
Thanks, Gregalan
Graphics, Figures & Tables ⇒ graphicx: figure pushed to next page
NEW: TikZ book now 40% off at Amazon.com for a short time.

graphicx: figure pushed to next page
I think I know what's happening. I was using an APA style shell, which I think pushes figures to the end of a document. Sorry to waste space.
Gregalan
Gregalan
- Stefan Kottwitz
- Site Admin
- Posts: 10344
- Joined: Mon Mar 10, 2008 9:44 pm
graphicx: figure pushed to next page
Hi Gregalan,
welcome to the forum!
Thanks for posting your solution. Posting a problem and the solution is always good since people can find it when searching for the same issue. Here is enough space.
In this case it can be pushed to the next page since bottom placement is not allowed, only here and top (ht). Try [!htbp] for most flexible placement of figures.
Stefan
welcome to the forum!
Thanks for posting your solution. Posting a problem and the solution is always good since people can find it when searching for the same issue. Here is enough space.

In this case it can be pushed to the next page since bottom placement is not allowed, only here and top (ht). Try [!htbp] for most flexible placement of figures.
Stefan
LaTeX.org admin