Graphics, Figures & Tables ⇒ longtable | Determine last Row of a Table on a Page
longtable | Determine last Row of a Table on a Page
Here should be considered, that last rows on pages can be changes, I mean that last row can become the first on the next page, when some additional content will be added to before table.
Thanks.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10350
- Joined: Mon Mar 10, 2008 9:44 pm
longtable | Determine last Row of a Table on a Page
gonandriy, generally please inform with a link when you post the same question to several sites. It's only fair, to prevent unnecessary work if there would appear solutions at one site.
Stefan
Re: longtable | Determine last Row of a Table on a Page
I promise I will do so henceforward
- Stefan Kottwitz
- Site Admin
- Posts: 10350
- Joined: Mon Mar 10, 2008 9:44 pm
longtable | Determine last Row of a Table on a Page
Code: Select all
\begin{longtable}{ccc}
\hline\hline
\endfoot
data&goes&here
...
\end{longtable}