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