Re: Changing the oversized margin size

Wolfgang Schuster <[email protected]> Fri, 19 Jun 2026 18:03:50 +0200
Newsgroups gmane.comp.tex.context
Message-ID <[email protected]>
Am 19.06.2026 um 16:10 schrieb Jeroen:
> The regular oversized margin is 15 mm. Is there a way to change this and 
> make it bigger, for example 30 mm. MWE:
> 
> \setuppapersize[A5,oversized]
> \setuplayout[location=middle, marking=on]
> \starttext
> \input tufte
> \stoptext

You can either change the value which is added by oversized with the 
distance-parameter

\setuppapersize[distance=30mm]
\setuppapersize[A5,oversized]
\setuplayout[location=middle, marking=on]
\starttext
\input tufte
\stoptext

or you create a larger paper size

\definepapersize[A5oversized][width=178mm,height=240mm]
\setuppapersize[A5][A5oversized]
\setuplayout[location=middle, marking=on]
\starttext
\input tufte
\stoptext

Wolfgang

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