[NTG-context] Split Table, don't repeat caption
Wolfgang Schuster
wolfgang.schuster.lists at gmail.com
Wed Oct 7 17:46:48 CEST 2020
Denis Maier schrieb am 07.10.2020 um 17:39:
> Hi,
>
> is there a way not to repeat the caption of a multipage natural table?
> I've searched the list archive and it looks the question came up a
> couple of times, but I couldn't find an answer.
If this doesn't help you have to provide a example.
\starttext
\bTABLE[split=yes]
\bTABLEhead
\bTR \bTD Header 1 \eTD \bTD Header 2 \eTD \eTR
\eTABLEhead
\bTABLEbody
\dorecurse{100}{\bTR \bTD Column 1 \eTD \bTD Column 2 \eTD \eTR}
\eTABLEbody
\eTABLE
\stoptext
Wolfgang
More information about the ntg-context
mailing list