ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* basic question on imposition
@ 2014-05-14 15:55 Pablo Rodriguez
  2014-05-14 19:37 ` Willi Egger
  0 siblings, 1 reply; 6+ messages in thread
From: Pablo Rodriguez @ 2014-05-14 15:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

I’m trying to build a booklet from an existing PDF document, my code is
the following (copied from the wiki long time ago):

    \setuppapersize     [A5][A4,landscape]
    \setuparranging     [2UP,doublesided]
    \setuplayout [backspace=0pt,
        topspace=0pt,
           width=middle,
          height=middle,
        location=middle,
          header=0pt,
          footer=0pt,
          grid=no, marking=off]
    \starttext
    \insertpages[document.pdf][width=0pt]
    \stoptext

It works perfectly, but I would like to achieve the same effect, only
imposing 4 pages on each side of the paper (8 pages per sheet).

Replacing the first two lines with:

    \setuppapersize     [A6][A4]
    \setuparranging     [2*4]

rearranges all pages, but not the way I want. With the previous option,
I have to cut the paper in four.

I would like to avoid this. I would like to cut the A4 in two landscape
A5 to be folded (not cut) in two A6 pages.

Which is the way to get this imposition?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-05-16 21:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-14 15:55 basic question on imposition Pablo Rodriguez
2014-05-14 19:37 ` Willi Egger
2014-05-16 17:06   ` Pablo Rodriguez
2014-05-16 17:47     ` Hans Hagen
2014-05-16 19:13       ` Pablo Rodriguez
2014-05-16 21:52         ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).