23 Feb
2009
23 Feb
'09
10:54 a.m.
Am 22.02.2009 um 16:00 schrieb John Devereux:
I would like to use texexec to post-process a large pdf file, so as to prepare it for double sided printing. The existing file has a large left hand "margin" on each page, so as to allow binding.
I would like to change this so that odd (right) pages have a large left margin, and even (left) pages a large right margin.
\setuppagenumbering[alternative=doublesided] \setuplayout[horoffset=1cm] \setuplayout[page] \starttext \copypages[document] \stoptext you can add this to the wiki. Wolfgang