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

Thank you!