On Wed, 16 Feb 2005, Hans Hagen wrote:

> > "Without success" means: I don't get anything similar to \starttablehead or
> > \starttabletail
> > 
> > The head and the foot appear, but not on each page. I think, I just don't
> > know how to use all these commands the right way...
> 
> split=repeat

Hello Hans,
thank you, this enables repetition of the heads. Unfortunately, the footer
does not get repeated. Here a minimal example:

\starttext

\bTABLE[split=repeat]

\bTABLEhead
\bTR \bTD top of the page \eTD \eTR
\eTABLEhead

\bTABLEfoot
\bTR \bTD bottom of the page \eTD \eTR
\eTABLEfoot

\bTABLEbody
\dorecurse{150}{\bTR \bTD the body \eTD \eTR}
\eTABLEbody

\eTABLE

\stoptext

Could you help again?
Cheers, Peter

-- 
http://pmrb.free.fr/contact/
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to