各ページに表の列ヘッダーを表示できますか?

各ページに表の列ヘッダーを表示できますか?

多数のテーブルから 1 つのテーブルを作成しており、各ページの上部にヘッダーを配置したいと考えています。 使用したいのです\endheadが、longtables に longtables を配置することはできないと思います。 私が言いたいのは、次のとおりです。

\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}

関連情報