Position of wide tables after split
Hi there, I need a table, which is longer than the textwidth (textwidth + rightmarginwidth + rightmargindistance) and longer than a page. I got the width with the 'textwidth=\dimexpr ...' for the TABLE and the splitting working. The problem: on the first page the positioning is exactly how I want it to be, overflowing into the right margin. But on the following pages it overflows into the left margin. Here is a minimal example: \startplacetable[location={split}] \bTABLE[option=stretch,split=yes,textwidth=\dimexpr\textwidth+\rightmarginwidth+\rightmargindistance\relax] \dorecurse{100}{ \bTR \bTD Cell 1 \eTD \bTD Cell 2 \eTD \bTD Cell 3 \eTD \eTR } \eTABLE \stopplacetable is there a way to influence this behavior? I'm currently on the version: 2024.11.01 19:19 Thank you very much Niklas von Hirschfeld
participants (1)
-
Niklas von Hirschfeld