* [NTG-context] Position of wide tables after split
@ 2024-11-09 16:56 Niklas von Hirschfeld
0 siblings, 0 replies; only message in thread
From: Niklas von Hirschfeld @ 2024-11-09 16:56 UTC (permalink / raw)
To: mailing list for ConTeXt users
[-- Attachment #1.1.1.1: Type: text/plain, Size: 939 bytes --]
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
[-- Attachment #1.1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3211 bytes --]
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]
[-- Attachment #2: Type: text/plain, Size: 511 bytes --]
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-11-09 17:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-09 16:56 [NTG-context] Position of wide tables after split Niklas von Hirschfeld
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).