\begin{landscape}
\begin{table}[ht]
\begin{center}
{\scriptsize
\resizebox{\textwidth}{!}{\begin{tabular}{rccccccc}
\hline
1 & 2& 3 & 4& 5 & 6 &a & b \\
\end{tabular}}
}
\end{center}
\caption{this is a caption}
\end{table}
\end{landscape}
我有一个横向模式的表格,它太大了,即使我使用,它的标题也会在页面上被截断\resizebox
。我想将标题移到下一页。我试过简单地添加,\newpage
但\caption
没有成功。