10 Jul
2024
10 Jul
'24
8:27 p.m.
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?
Hans explained in today’s online meeting: The float location "split" cannot be combined with other locations (here, top, bottom, page). "split" alone is like "here"; for "page", use \startpostponing \startplacetable[location=split] \bTABLE % long table \eTABLE \stopplacetable \stoppostponing Hraban