[NTG-context] page layout
Wolfgang Schuster
schuster.wolfgang at googlemail.com
Tue Apr 6 23:45:13 CEST 2010
Am 06.04.10 21:23, schrieb Sebastien Mengin:
> Here's what I use, it's almost satisfying but I've a small amount of
> space at the left edge of each pages and the whole layout isn't
> double-side.
>
To set 1cm at the left side and 2cm at the right side use
\setuplayout
[...,
backspace=1cm, % inner/left margin
cutspace=2cm, % outer/right margin
width=middle, % calculate the textwidth
...]
A doublesided layout is enabled with
\setuppagenumbering[alternative=doublesided]
Wolfgang
More information about the ntg-context
mailing list