ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Wolfgang Schuster" <schuster.wolfgang@googlemail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: Booklet hint
Date: Mon, 23 Jun 2008 09:47:57 +0200	[thread overview]
Message-ID: <115224fb0806230047m1c83d96bp40830ebf18f34f8a@mail.gmail.com> (raw)
In-Reply-To: <83e5fb980806200718m34b81360l6011ba93cbcf7722@mail.gmail.com>

On Fri, Jun 20, 2008 at 4:18 PM, Diego Depaoli <trebestie@gmail.com> wrote:
> 2008/6/20 Wolfgang Schuster <schuster.wolfgang@googlemail.com>:
>>> What kind and size of font you suggest to maximize readability saving paper?
>>
>> I use myself a size between 8 and 10pt but it depends on the font and
>> 8pt could be too small for a few fonts. You could also try to adjust the
>> margins to get more text on the page.
> Thanks, 9pt was my original choice, but someone complained about this size.
> In the meanwhile I got another problem.
> The central page of this booklet should contain a text  which fits an
> A4 sheet so we will have
> [A5][A4, landscape] papersize on pages 1-8, 2-7, 3-6 and [A4,
> rotated][A4,landscape] in pages 4-5.
> My trivial code (obviously) doesn't work and searching wiki and ml
> didn't give much help:
>
> \setuppapersize[A5][A4, landscape]
> \setuparranging[2UP]
> \startpostponing[4]
> \setuppapersize[A4,rotated][A4,landscape]
> \input knuth
> \page
> \stoppostponing
> \startext
> \dorecurse{50}{\input hawking}
> \stoptext
>
> How can I achieve the desired result?

Write the text for the A4 page in a seperate document and
include it as a figure.

\setupexternalfigures[location={local,global,default}]

\setuppapersize[A5][A4, landscape]
\setuparranging[2UP]

\startpostponing[4]
\offset
  [leftoffset=-\backspace,
   topoffset=-\dimexpr\topspace+\headerheight\relax]
  {\clip
     [width=\paperwidth]
     {\externalfigure[cow][width=2\paperwidth,height=\paperheight]}}
\stoppostponing

\startpostponing[5]
\noheaderandfooterlines
\offset
  [leftoffset=-\backspace,
   topoffset=-\dimexpr\topspace+\headerheight\relax]
  {\clip
     [hoffset=\paperwidth,width=\paperwidth]
     {\externalfigure[cow][width=2\paperwidth,height=\paperheight]}}
\stoppostponing

\starttext

\dorecurse{50}{\input hawking}

\stoptext

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


  parent reply	other threads:[~2008-06-23  7:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-19 23:55 Diego Depaoli
2008-06-20  8:15 ` Wolfgang Schuster
2008-06-20 14:18   ` Diego Depaoli
2008-06-20 15:49     ` Henning Hraban Ramm
2008-06-23  7:47     ` Wolfgang Schuster [this message]
2008-06-24  2:59       ` Diego Depaoli

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=115224fb0806230047m1c83d96bp40830ebf18f34f8a@mail.gmail.com \
    --to=schuster.wolfgang@googlemail.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).