我可以在每個頁面上取得表格列標題嗎?

我可以在每個頁面上取得表格列標題嗎?

我正在用許多表格製作一張表格,並希望標題位於每頁的頂部。我會使用\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}

相關內容