I inserted a picture (cut in 2) spanning two pages with the following code:
Code: Select all
\begin{figure}[htb]
\begin{center}
\includegraphics[totalheight=1\textheight,
width=1\textwidth,viewport=0 0 475 603]{PicturePage1}
\caption[]{Picture caption}
\label{fig:mypicture}
\end{center}
\end{figure}
\begin{figure}[htb]
\ContinuedFloat
\begin{center}
\includegraphics[totalheight=.9\textheight,
width=.9\textwidth,viewport=0 0 475 603,bb = 10 20 100 200]{PicturePage2}
\end{center}
\caption[]{Picture caption}
\label{fig:mypicture}
\end{figure}
\clearpage
Any ideas why?
Thanks