Different Font Page

Jeroen <[email protected]> Sat, 20 Jun 2026 13:57:21 +0200
Newsgroups gmane.comp.tex.context
Message-ID <CAPtmdbMiuwFhYQGXdodkmn5MMsVazQ78xs=ti1rRAsGPA-XqzQ@mail.gmail.com>
The following example seems to work fine with a different size cover page
as a double page.

\definepapersize

  [cover]

  [width=320mm,height=240mm]


\definepapersize

  [book]

  [width=160mm,height=240mm]


\setuppapersize

  [distance=38mm]


\setuplayout

  [backspace=18mm,

   width=129mm,

   height=223mm,

   marking=color]


\starttext

\page

\setuppapersize[cover]

\input{tufte}

\page

\setuppapersize[book]

\input{tufte}

\stoptext

When both page sizes are made oversized as below, the page sizes
change and the cover page is not a double size anymore. Is there a
reason why this suddenly changes?


\starttext

\page

\setuppapersize[cover,oversized]

\input{tufte}

\page

\setuppapersize[book,oversized]

\input{tufte}

\stoptext

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : [email protected] / 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
___________________________________________________________________________________