Hi, When inserting pages with \copypages, the included pages are slightly shifted to the left and to the bottom. Minimal example: % test-file.tex: \setuplayout[page] \starttext \input tufte \vfill \input tufte \stoptext % test.tex: \starttext \copypages[test-file.pdf] \stoptext How could I avoid this offset please? TIA for any hints, -- Peter
Peter Münster schrieb am 21.03.2024 um 15:04:
Hi,
When inserting pages with \copypages, the included pages are slightly shifted to the left and to the bottom.
Minimal example:
% test-file.tex: \setuplayout[page] \starttext \input tufte \vfill \input tufte \stoptext
% test.tex: \starttext \startlayout[page] \copypages[test-file.pdf] \stoplayout \stoptext
How could I avoid this offset please? You have to change the layout for the pages where you include your images to get rid of the default margins.
Wolfgang
participants (2)
-
Peter Münster
-
Wolfgang Schuster