General ⇒ Longtable and captions
Longtable and captions
Thanks
A
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Longtable and captions
\caption{erste Zeile}
Indicators by project &Range& Value\\
\endfirsthead
\caption{(...continued)}\\
Indicators by project & Range & Value\\
\endhead
{...}continues on next page \\
\endfoot
Sources: Own presentation\\
\endlastfoot
now you need to write the \caption thing above \endlastfoot (for the footing of the the last part of the tabel) and above \endfoot for the other parts of the table.
This should solve the problem
it should look like this:
Indicators by project &Range& Value\\
\endfirsthead
\\
Indicators by project & Range & Value\\
\endhead
caption{erste Zeile}\\
\endfoot
\caption{(...continued)}\\
\endlastfoot