[texhax] subfigure on different pages

M.N.A.Smadi smadim2 at grads.ece.mcmaster.ca
Wed Mar 16 18:31:57 CET 2005


hi;

am starting to us the subfigure package and would like to place two 
subfigures in two seperatge pages.   The code i have right now is:
\begin{figure}[hang]
  \begin{center}
    {
      
\subfigure[first]{\includegraphics[height=\FIGHEIGHT,width=\TINYFIGWIDTH]{\FIGDIR/sip_register.eps}}\\ 
          

      
\subfigure[second]{\includegraphics[height=\FIGHEIGHT,width=\TINYFIGWIDTH]{\FIGDIR/sip_register.eps}}
    }
    \caption{I like these!}
    \label{fig:my_car}
  \end{center}
\end{figure}



i tried add \clearpage, \newpage, \pagebreak instead of the \\ without 
any effect.  Any clue on how i should do that?

thanks
m.smadi



More information about the texhax mailing list