30 Nov
2011
30 Nov
'11
2:13 a.m.
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