Am 15.05.2025 um 09:50 schrieb Thangalin:
Hi all!

How do you make a fittingpage (or TEX page) that has the same dimensions as all other pages in the PDF file?

% snip
\definefittingpage[CorruptedPage]
\setupfittingpage[CorruptedPage][
   width=\paperwidth,
   height=\paperheight
]

\starttext
   \dorecurse{15}{\input knuth}

   \startfittingpage[CorruptedPage]
     \dorecurse{15}{\input ward}
   \stopfittingpage
\stoptext
% snip

At the very bottom of the pages, the left page is shorter than the right page.

current version: 2024.11.01 19:19

There was a bug [1] with fittingpage until the end of last year but it has been fixed. To get the correct height for the standalone page just update your ConTeXt installation.

[1] https://mailman.ntg.nl/archives/list/ntg-context@ntg.nl/thread/XJ5GRLK5C3OUIWBQDWDXSXGEPAMOGVHW/#XJ5GRLK5C3OUIWBQDWDXSXGEPAMOGVHW

Wolfgang

___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to