我可以获取每页的表格列标题吗?

我可以获取每页的表格列标题吗?

我正在用许多表格制作一张表格,并希望标题位于每页的顶部。我会使用,\endhead但我认为我不能将长表放在长表中。这就是我的意思。

\centering

\begin{longtable}{ p{.20\textwidth}  p{.20\textwidth} p{.20\textwidth} p{.30\textwidth} } \hline

\textbf{Date Arrived} & \textbf{Ship Name} & \textbf{Capacity} & \textbf{Port} \\

\hline

\end{longtable}

\begin{longtable}{ p{.20\textwidth}  p{.20\textwidth} p{.20\textwidth} p{.30\textwidth} }

Jan 01 2016 & Rokkosan & 300257 & Kire \\  
 & Tamba & 302159 & Sakai 2 \\  
 & Tamba & 302159 & Sakai 3 \\  
\hline & & \textbf{904575} &

\end{longtable}

\begin{longtable}{ p{.20\textwidth}  p{.20\textwidth} p{.20\textwidth} p{.30\textwidth} }

Jan 02 2016 & Idemitsu Maru & 302159 & Chiba \\  
 & Tamba & 302159 & Sakai 2 \\  
\hline & & \textbf{604318} &

\end{longtable}

相关内容