Search found 2 matches

by gregalan
Thu Jul 19, 2018 4:37 pm
Forum: Graphics, Figures & Tables
Topic: graphicx: figure pushed to next page
Replies: 2
Views: 3554

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
by gregalan
Thu Jul 19, 2018 4:18 pm
Forum: Graphics, Figures & Tables
Topic: graphicx: figure pushed to next page
Replies: 2
Views: 3554

graphicx: figure pushed to next page

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 ...