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}]
\startplacetable[location=split,title={My table}] … \stopplacetable
Thank you Wolfgang! For some reason I thought the option split=yes would trigger splitting... Now in the sample document I get table 1a and table 1b. In my "real" document I get table 3.2 and table 3.3. Is there a way to influence this? (btw. captions are above the table, if that matters)