General ⇒ longtable vs. nice captions
longtable vs. nice captions
I've a problem with the caption in longtable environment...
The caption in longtable are embedded in a different way than in other table environments. Now, the problem is that in longtables the caption is above the table with ~one line spacing between the caption and the actual table which does not appear in the "normal" table environments where the caption is directly above the table...
Here is the starting code for my longtable...
\begin{longtable}{ll.}
\caption{bla jkag} \\
\toprule
1 & 2 & 3 \\\midrule
\endfirsthead
\caption{(...continued)}\\\toprule
1 & 2 & 3 \\\midrule
\endhead
\multicolumn{3}{r}{{...}continues on next page} \\
\endfoot
\endlastfoot
4 & 5 & 6\\*
.......................................and so on...............
I tried for two days now to trick Latex into another format but so far Latex won and kept on showing the space...
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
Re: longtable vs. nice captions
Re: longtable vs. nice captions


So I will just go back to the other one in german as it is more convinient anyway