Search found 3 matches

by k.m.
Fri Mar 28, 2008 3:20 pm
Forum: General
Topic: longtable vs. nice captions
Replies: 2
Views: 3287

Re: longtable vs. nice captions

Thanks again :) I just figured that you're the same guy I'm discussing with in the other forum in german :) so no need to expand it ...

So I will just go back to the other one in german as it is more convinient anyway
by k.m.
Fri Mar 28, 2008 11:29 am
Forum: General
Topic: longtable vs. nice captions
Replies: 2
Views: 3287

longtable vs. nice captions

Hi,
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 ...
by k.m.
Fri Mar 28, 2008 11:16 am
Forum: General
Topic: Longtable and captions
Replies: 2
Views: 8183

Re: Longtable and captions

Your current code should look about like this:


\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 ...