My figures are not being placed on 2 pages, instead they are disappearing off the end of the first page.

\documentclass{amsart}
\usepackage{graphicx}
\usepackage{subfig}
\begin{document}
\begin{figure}[!ht]
\centering\makebox[\textwidth]{
\begin{tabular}{c}
\subfloat[Infectious patient=1]{\label{fig:Yw_YAB_HBN4_pos_1_all.pdf}\includegraphics[width=12cm,height=6cm]{./Figures/chapter7/Yw_YAB_HBN4_pos_1_all.pdf}}\
\subfloat[Infectious patient=2]{\label{fig:Yw_YAB_HBN4_pos_2_all.pdf}\includegraphics[width=12cm,height=6cm]{./Figures/chapter7/Yw_YAB_HBN4_pos_2_all.pdf}}\
\subfloat[Infectious patient=3]{\label{fig:Yw_YAB_HBN4_pos_1_all.pdf}\includegraphics[width=12cm,height=6cm]{./Figures/chapter7/Yw_YAB_HBN4_pos_3_all.pdf}}\
\subfloat[Infectious patient=4]{\label{fig:Yw_YAB_HBN4_pos_1_all.pdf}\includegraphics[width=12cm,height=6cm]{./Figures/chapter7/Yw_YAB_HBN4_pos_4_all.pdf}}
\end{tabular}
}%}
\smallskip
\caption{Comparison of CFU values (Y) normalised against YAB single room \emph{direct care} after hand hygiene between YAB single room and HBN04-01 4-bed room}
\label{fig:Yw_YAB_HBN4}
\end{figure}
\end{document}
Page breaks in table rows addresses the problem in tables. Is this what I need too?

subfigpackage with the\ContinuedFloatcommand. I don't have the time right now, but if you have problems working it out, I can post a full answer in about 1 hour... – Count Zero Apr 30 '13 at 15:22