我正在写一篇财务论文,其中有一些很长的表格和一些很长的表头。
我想将它们分开,即标题放在一页上,表格放在下一页上。我的表格是使用表格格式完成的。基本表格:
% Table 3
\begin{table}[H]
\caption{AAA}
Very Long Header following the Caption...
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}lcccccc}
\hline
% Content
\hline
\end{tabular*}
\end{table}
以下论文中的表 4 就是一个例子(表格位于论文末尾):http://lerner.udel.edu/sites/default/files/WCCG/PDFs/events/Paper%2039_NAVEEN_gthink_Nov_2014.pdf
谢谢