
나는 많은 테이블 중에서 하나의 테이블을 만들고 있으며 헤더가 각 페이지의 상단에 있기를 원합니다. 사용하고 싶지만 \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}