ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "luigi scarso" <luigi.scarso@gmail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: Wierd problem.
Date: Sat, 23 Jun 2007 21:46:18 +0200	[thread overview]
Message-ID: <fe8d59da0706231246n6dbd7d26gd631f49c17ca68f4@mail.gmail.com> (raw)
In-Reply-To: <200706231430.07530.john@wexfordpress.com>

On 6/23/07, John R. Culleton <john@wexfordpress.com> wrote:
> On another list a listmate proposes to print a book in two copies side
> by side. The page size is 5.5 x 8.5 in. He wants to print two copies
> on his laser printer. He wants two impressions  of page one side by
> side on letter paper, with two copies of page two on the reverse side
> etc. for 200 pages. Then he will guillotine the stack making two
> copies of the book.
>
> But wait, it gets worse. He is not resetting the book but has a pdf
> file as his source.  I and others suggested the usual bit of using
> PSUtils to set four pages per sheet and folding them etc. but he
> doesn't want to get into folding. He has a guillotine and a binder.
> He doesn't have a folder.
>
> So, given a pdf file of a 5.5 x 8.5 book as a starting point, is there
> a sensible way to massage the pdf or its PS equvalent in a way to
> give him what he wants?  He is on an Ubuntu system.  He asked his
> question on the Scribus list.
If I understand well,
why not something like
%%
%% set here papersize, pagenumbers, margins and so on
%%
\starttext
\dorecurse{200}{%
\hbox{%
\externalfigure[book.pdf][page=\recurselevel]%
\externalfigure[book.pdf][page=\recurselevel]
}\page}
\stoptext



-- 
luigi
----------------------------------------------------------------
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  : https://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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2007-06-23 19:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-23 18:30 John R. Culleton
2007-06-23 19:46 ` luigi scarso [this message]
     [not found] <mailman.859.1187098055.2346.ntg-context@ntg.nl>
2007-08-14 13:41 ` wierd problem Vyatcheslav Yatskovsky
2007-08-14 15:07   ` Taco Hoekwater

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fe8d59da0706231246n6dbd7d26gd631f49c17ca68f4@mail.gmail.com \
    --to=luigi.scarso@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).