表格頁面溢出圖片

表格頁面溢出圖片

我正在使用表格環境為報告建立圖像表。不幸的是,表格不斷越過頁面邊界並進入“空白”,我似乎無法打破表格並在下一頁上繼續它。到目前為止,我已經嘗試使用 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}

先致謝

相關內容