is there any possibility how to prevent supertabular from breaking up
the page after using concrete table row? Each record (which I want to
present in the table) takes two table rows and I dont want them to be
separate in two pages...
I tried "\nopagebreak" but without success.
http://www.uni-giessen.de/tex/mailarchiv/latex-2e.1995/msg00001.html
> Hi
>
> is there any possibility how to prevent supertabular from breaking up
> the page after using concrete table row? Each record (which I want to
> present in the table) takes two table rows and I dont want them to be
> separate in two pages...
You can use the command \shrinkheight to deceive supertabular about the
still available place on the page. Grow the height in one row and shrink
it back in the next. I have forgotten where exactly the commands should
be -- perhaps at the end of the row before. You will have to experiment
a bit.
With longtable.sty you can use \\*.
--
Ulrike Fischer