Code: Select all
Some text.
\begin{figure}[!h]
\centering
%\underline{Edit-Survey Screen}\\
\includegraphics[width=1\textwidth]{images/myimage.png}
\caption{A caption}
\label{editing}
\end{figure}\\
Some more text
\pagebreak
Page 1:
Some text
Some more text.
Page 2:
displays myimage.png
Can someone tell me how to fix this? thanks!