So, that is a short cut!

I did not know weather the magazine was in context or not.
Anyway is there a possibility to rotate pages in a already typeset pdf?

Kind regards

Willi
On Feb 18, 2010, at 1:19 PM, Hans Hagen wrote:

On 18-2-2010 10:29, Willi Egger wrote:
Hi John,

I do not have the complete answer to your question. The problem lies in
the fact that one should have the second document in a rotated form.
Once you have one document upright and the second rotated, you could use
the mechanisms described in page-imp.mkII/mkiv to create a single
document from the two base-documents.
Once the two documents are combined into one you could invoke arranging.

You can do things like:

\definepapersize
[offset=15pt]
\setuppapersize
[A5,landscape][A4,portrait]
\setuplayout
[backspace=0pt,
topspace=0pt,
width=middle,
height=middle,
location=middle,
header=0pt,
footer=0pt]

\setuppagenumbering[location=,alternative=doublesided]
\setuparranging[2DOWN]
\starttext
% \copypages
% [the-review.pdf]
% [scale=1000,
% offset=0pt]
% \filterpages
% [the-review.pdf][1:16][width=0pt]
\insertpages[the-review.pdf][width=0pt]
\stoptext

I wonder how this imposes

\starttext
    \setuppapersize[A4]
    \dorecurse{10}{test\page}
    \setuppapersize[A4,rotated,180]
    \dorecurse{10}{test\page}
\stoptext


-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
______________________________________________________________________ _____________ 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
______________________________________________________________________ _____________

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

Reply via email to