This is a long-time open issue. Am I the only one affected by this? Also, \bTABLEfoot doesn’t repeat – I’d like to use it e.g for a line (rule). Also, is it possible to have different captions in first and other parts? Hraban Am 17.06.24 um 18:36 schrieb Henning Hraban Ramm:
Table floats split in odd places, independent of top/page/here location.
There’s always a first part, then some not-float text, then the other parts.
Even if the table would fit on two pages (with location=page), it always gets split into three.
Can I influence this anyhow?
Hraban
\usemodule[visual]
\starttext
\samplefile{tufte}
\startplacetable[location={top,split},title=table split test] \bTABLE%[setups=twoparamstable] \bTABLEhead \bTR\bTH One \eTH\bTH Two\eTH\bTH Three \eTH\eTR \eTABLEhead \bTABLEbody \dorecurse{60}{% \bTR\bTD #1\eTD\bTD \fakewords{1}{10}\eTD\bTD \fakewords{1}{10}\eTD\eTR } \eTABLEbody \eTABLE \stopplacetable
\samplefile{knuth}
\stoptext