表ページに画像が溢れている

表ページに画像が溢れている

表形式環境を使用してレポート用の画像の表を作成しています。残念ながら、表はページ境界を越えて「空白」に入り続け、表を分割して次のページに続けることができないようです。これまで Longtable と ltablex を使用してみましたが、ページ境界を越えて移動し続けます。

参考までに、私の構文の短縮版を以下に示します。

\begin{table}[htbp]
\caption{Cool title\label{tab: cool label}}
\centering
\begin{tabular}{cc}
Image plane & Fourier plane.\footnote{The size of the images has been modified so you can see the Fourier plane. Care was taken to ensure no data was lost}\\
\begin{subfigure}{0.49\textwidth}\centering\includegraphics[width=0.95\columnwidth]{Data/EX4IB.png}\caption{\label{fig:EX4IB}}\end{subfigure}&
\begin{subfigure}{0.49\textwidth}\centering\includegraphics[width=0.95\columnwidth]{Data/EX4FB.png}\caption{\label{fig:EX4FB}}\end{subfigure}\\
\newline
\begin{subfigure}{0.49\textwidth}\centering\includegraphics[width=0.95\columnwidth]{Data/EX4IS.png}\caption{\label{fig:EX4IS}}\end{subfigure}&
\begin{subfigure}{0.49\textwidth}\centering\includegraphics[width=0.95\columnwidth]{Data/EX4FS.png}\caption{\label{fig:EX4FS}}\end{subfigure}\\
\end{tabular}
\end{table}

前もって感謝します

関連情報