How to make last line of each table's part unfinished in latex longtable?
- by diver_ru
I have a table that automatically stretched over several pages by longtable package.
\begin{longtable}{| l | l |}
\hline
A & B \\ \hline
\endfirsthead
\multicolumn{3}{l}{Table \thetable{} -- finishing} \\ \hline
\endhead
a1 & b1 \\ \hline
a1 & b2 \\ hline
........
\end{longtable}
Suppose that table broken (automatically)…