I have a figures with 4-5 subfigures inside that I would like to be spread over 2-3 pages. While I see that \ContinuedFloat might be the way to go, it doesn't do anything to my subfigure placement. Any ideas?
I did add the \usepackage{caption} which I am assuming is the caption package needed to run \ContinuedFloat...but nothing. So can someone go into detail as to how to fix the problem where I have 2 subfigures per page that are properly labeled within the List of Figures??
Thank you so much!
Code: Select all
% Preview source code for paragraph 301
\begin{center}
%
\begin{figure}
\begin{centering}
\subfloat[\label{fig:12-UTC,-09-1}12 UTC 09 June]{\includegraphics[bb=0bp 225bp 612bp 675bp,clip,width=3.25in,height=2.25in]{E:/Onslow/Analysis/20080609/Domain1_20080609_analysis/WRF/20080609_surface_blacklines_d2/wrfout_d02_2008-06-09_12%3A00%3A00\lyxdot ps0001}}\subfloat[\label{fig:21-UTC,-09-1}21 UTC 09 June]{\includegraphics[bb=0bp 225bp 612bp 675bp,clip,width=3.25in,height=2.25in]{E:/Onslow/Analysis/20080609/Domain1_20080609_analysis/WRF/20080609_surface_blacklines_d2/wrfout_d02_2008-06-09_21%3A00%3A00\lyxdot ps0001}}
\par\end{centering}
\begin{centering}
\subfloat[\label{fig:12-UTC,-10-1}12 UTC 10 June]{\includegraphics[bb=0bp 225bp 612bp 675bp,clip,width=3.25in,height=2.25in]{E:/Onslow/Analysis/20080609/Domain1_20080609_analysis/WRF/20080609_surface_blacklines_d2/wrfout_d02_2008-06-10_12%3A00%3A00\lyxdot ps0001}}\subfloat[\label{fig:21-UTC,-10-1}21 UTC 10 June]{\includegraphics[bb=0bp 225bp 612bp 675bp,clip,width=3.25in,height=2.25in]{E:/Onslow/Analysis/20080609/Domain1_20080609_analysis/WRF/20080609_surface_blacklines_d2/wrfout_d02_2008-06-10_21%3A00%3A00\lyxdot ps0001}}
\par\end{centering}
\centering{}\subfloat[\label{fig:12-UTC,-11-1}12 UTC 11 June]{\includegraphics[bb=0bp 165bp 612bp 720bp,clip,width=3.25in,height=2.25in]{E:/Onslow/Analysis/20080609/Domain1_20080609_analysis/WRF/20080609_surface_blacklines_d2/wrfout_d02_2008-06-11_12%3A00%3A00\lyxdot ps0001}}\caption{\label{fig:Surface-winds,-temperature-1}WRF 4 km simulation of surface
winds (kts), temperature (F) and pressure (hPa). }
\end{figure}
\par\end{center}