[NTG-context] paragraphs in starttables
Peter Münster
pmlists at free.fr
Tue Feb 15 19:17:22 CET 2005
On Tue, 15 Feb 2005, Hans Hagen wrote:
> bTABle ... it can split if you say
>
> \setupTABLE[split=yes] % splitmethod=a|b
>
> you can make head, foot and body sections as well as define alternative
> headers for the split off parts
Ok, I'm going to try bTABLE. How can I define header and tail for each
page? Is there any reference for this table type, I only found enattab.pdf
with some examples.
Here is some code, that I tried, but without success:
\starttext
\bTABLE[split=yes,splitmethod=a] % splitmethod=b gives an error
\bTABLEhead
\bTR \bTD top of the page \eTD \eTR
\eTABLEhead
\bTABLEfoot
\bTR \bTD bottom of the page \eTD \eTR
\eTABLEfoot
\bTABLEnext
\bTR \bTD next one \eTD \eTR
\eTABLEnext
\bTABLEbody
\dorecurse{50}{\bTR \bTD the body \eTD \eTR}
\eTABLEbody
\eTABLE
\stoptext
TIA for any help.
Greetings, Peter
--
http://pmrb.free.fr/contact/
More information about the ntg-context
mailing list