latex的跨页表格要用\usepackage{longtime}
指令.
\begin{longtable}{ccc}
\caption{xxx}
\label{tab:xxx} \\
A & B & C \\
.....
\endfirsthead % 第一页续表的表头
......
\endhead % 除了第一页续表的表头
....
\endfoot % 除了最后一页续表的结尾, 比如: 见下表
......
\endlastfoot % 最后一页续表的结尾
\end{longtable}
如果表头是多行合并而成的时候, 表头上面会多出两条竖线, 比如:
这个时候可以在longtable后面加上\noalign{}
\begin{longtable}{ccc}\noalign{\label{tab:evaluation}}