ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Rearranging existing A5  =>  A4
@ 2011-11-02  9:37 Markus Finke
  2011-11-02  9:45 ` Pontus Lurcock
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Markus Finke @ 2011-11-02  9:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

I have a ready document in A5 and want to rearrange selected pages next 
to each other on A4 (homeprinter, proofreading).

In LaTeX I was using »pdfpages«, e.g.:

\usepackage[final]{pdfpages}
\begin{document}
\includepdf[pages={42,1-41},landscape,nup=1x2,scale=1.005]{my.pdf}
\end{document}

Is something like this possible in ConTeXt?

TIA!
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Rearranging existing A5  =>  A4
  2011-11-02  9:37 Rearranging existing A5 => A4 Markus Finke
@ 2011-11-02  9:45 ` Pontus Lurcock
  2011-11-02 10:05 ` Mari Voipio
  2011-11-02 11:04 ` Hans Hagen
  2 siblings, 0 replies; 5+ messages in thread
From: Pontus Lurcock @ 2011-11-02  9:45 UTC (permalink / raw)
  To: ntg-context

On Wed 02 Nov 2011, Markus Finke wrote:

> I have a ready document in A5 and want to rearrange selected pages next  
> to each other on A4 (homeprinter, proofreading).
>
> In LaTeX I was using »pdfpages«, e.g.:
>
> \usepackage[final]{pdfpages}
> \begin{document}
> \includepdf[pages={42,1-41},landscape,nup=1x2,scale=1.005]{my.pdf}
> \end{document}
>
> Is something like this possible in ConTeXt?

I don't have the knowledge to translate your specific \includepdf
to the ConTeXt equivalent, but good places to start are probably

http://wiki.contextgarden.net/Imposition
http://wiki.contextgarden.net/Including_pages_from_PDF_document

HTH,

Pont
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Rearranging existing A5 => A4
  2011-11-02  9:37 Rearranging existing A5 => A4 Markus Finke
  2011-11-02  9:45 ` Pontus Lurcock
@ 2011-11-02 10:05 ` Mari Voipio
  2011-11-02 11:27   ` Markus Finke
  2011-11-02 11:04 ` Hans Hagen
  2 siblings, 1 reply; 5+ messages in thread
From: Mari Voipio @ 2011-11-02 10:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Nov 2, 2011 at 11:37, Markus Finke <marfin@gmx.at> wrote:
> I have a ready document in A5 and want to rearrange selected pages next to
> each other on A4 (homeprinter, proofreading).

This works for me (and I'd better go and revise that bit of the
Imposition page on the wiki...):

\setuppapersize[A5][A4] %individual page A5 size, print size A4
\setuparranging[2SIDE,rotated] %2 pages side by side, rotated to
landscape to fit portrait A4
\setuplayout
  [backspace=0pt,
    topspace=0pt,
       width=middle,
      height=middle,
    location=middle,
      header=0pt,
      footer=0pt]
\setuppagenumbering[alternative=doublesided]

\starttext

% \insertpages
\filterpages
  [pr-33-gp.pdf][2,5,16:19][width=0pt]

\stoptext
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Rearranging existing A5  =>  A4
  2011-11-02  9:37 Rearranging existing A5 => A4 Markus Finke
  2011-11-02  9:45 ` Pontus Lurcock
  2011-11-02 10:05 ` Mari Voipio
@ 2011-11-02 11:04 ` Hans Hagen
  2 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2011-11-02 11:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 2-11-2011 10:37, Markus Finke wrote:
> Hello,
>
> I have a ready document in A5 and want to rearrange selected pages next
> to each other on A4 (homeprinter, proofreading).
>
> In LaTeX I was using »pdfpages«, e.g.:
>
> \usepackage[final]{pdfpages}
> \begin{document}
> \includepdf[pages={42,1-41},landscape,nup=1x2,scale=1.005]{my.pdf}
> \end{document}
>
> Is something like this possible in ConTeXt?

there is

  texexec --pdfarrange

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 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
___________________________________________________________________________________

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

* Re: Rearranging existing A5 => A4
  2011-11-02 10:05 ` Mari Voipio
@ 2011-11-02 11:27   ` Markus Finke
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Finke @ 2011-11-02 11:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

\filterpages was my »missing link« –
                                      thank you all for your reply!
___________________________________________________________________________________
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] 5+ messages in thread

end of thread, other threads:[~2011-11-02 11:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-02  9:37 Rearranging existing A5 => A4 Markus Finke
2011-11-02  9:45 ` Pontus Lurcock
2011-11-02 10:05 ` Mari Voipio
2011-11-02 11:27   ` Markus Finke
2011-11-02 11:04 ` 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).