Search found 2 matches

by nKf
Tue Jun 03, 2008 2:19 pm
Forum: Document Classes
Topic: longtable with strange page break just for head line
Replies: 2
Views: 4569

longtable with strange page break just for head line

Hi Stefan,

thanks for your answer. Unfortunately needspace does not help.

But I have found a solution with modifying longtable.sty. I must admit that I do not know exactly what I am doing. :) But the results look much better for me.


\ifvoid\LT@foot\else
\advance\vsize- 3 \ht\LT@foot
\global ...
by nKf
Mon May 26, 2008 3:11 pm
Forum: Document Classes
Topic: longtable with strange page break just for head line
Replies: 2
Views: 4569

longtable with strange page break just for head line

with the attached minimal .tex example longtable produces a pagebreak just for the head line and for the caption. see .pdf file for the result.

is it possible to tell longtable to place at least 3 rows to each page? if yes, how?
if there is a other or better package than longtable, please let me ...