imposition 2SIDE: feature request
I know this is a bit silly, but maybe useful for a few people: the 2SIDE arrangement is nice for printing out and previewing book pages on A4 landscape. However, the arrangement has even and odd pages swapped. Would it be possible to define a scheme which does exactly the same as 2SIDE, but adds exactly one blank (unnumbered) page at the beginning of the document so odd pages end up on the right and every arranged page looks like a book spread? Thanks, and all best Thomas -- Prof. Dr. Thomas A. Schmitz Abteilung für Griechische und Lateinische Philologie Universität Bonn Am Hof 1e 53113 Bonn http://www.philologie.uni-bonn.de/personal/schmitz
Dear Thomas,
yes this reaction is really late…
your request is not silly. Yet I have to say that this will not be possible to solve easily with the mechanism used for arranging pages. The thing is, that this mechanism is looping over the pages and puts them in the right place. This means, that at the moment of this action nothing can be added to the file anymore. I would suggest therefore, that you insert the empty page in your document.
I suppose that something like the following should work for you
\enablemode[imposition]
\setuppapersize[A5][A4,landscape]
\setuparranging[2SIDE]
\starttext
\startmode[imposition]
\startstandardmakeup[page=yes,doublesided=no]
\color[blue]{This is an empty page to get left-even right-odd pages while arranging 2SIDE }
\stopstandardmakeup
\stopmode
\startchapter[title=Knuth]
\input knuth
\stopchapter
\startchapter[title=Waard]
\input ward
\stopchapter
\startchapter[title=Bryson]
\input bryson
\stopchapter
\stoptext
Kind regards
Willi
On 11 sep. 2013, at 18:36, Thomas A. Schmitz
I know this is a bit silly, but maybe useful for a few people: the 2SIDE arrangement is nice for printing out and previewing book pages on A4 landscape. However, the arrangement has even and odd pages swapped. Would it be possible to define a scheme which does exactly the same as 2SIDE, but adds exactly one blank (unnumbered) page at the beginning of the document so odd pages end up on the right and every arranged page looks like a book spread?
Thanks, and all best
Thomas -- Prof. Dr. Thomas A. Schmitz Abteilung für Griechische und Lateinische Philologie Universität Bonn Am Hof 1e 53113 Bonn http://www.philologie.uni-bonn.de/personal/schmitz ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
participants (2)
-
Thomas A. Schmitz
-
Willi Egger