Hello,

is it still not possible to split a table so that it covers one half page an 
then another half page?

It is my understanding that splitting moves the table to the next page and then 
splits it to the following if it gets too long for one entire page.
Would a "manual split" be possible?

Examle (table is not split, but could be):

\starttext
\dorecurse{2}{\input knuth }
\startplacetable[title={My Table}]
\bTABLE[option=stretch,split=repeat]
        \bTABLEhead
        \bTR
                \bTH C1 \eTH
                \bTH C2 \eTH
        \eTR
        \eTABLEhead
        \bTABLEbody
\dorecurse{20}{\bTR
                \bTD text \eTD
                \bTD text \eTD
        \eTR}
        \eTABLEbody     
\eTABLE
\stopplacetable
\input knuth
\stoptext

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to