ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: "ntg-context" <ntg-context@let.uu.nl>
Subject: Re: Table of contents, loading figures, printing to pages A5 on a A4 singlesided
Date: Mon, 15 Nov 1999 23:16:52 +0100	[thread overview]
Message-ID: <3.0.6.32.19991115231652.007bac00@pop.wxs.nl> (raw)
In-Reply-To: <003401bf2f82$a71cce00$0100a8c0@xs4all.nl>

>3. Printing two pages of A5 on a A4 landscape, singlesided. The intention
>was to print two pages and then to cut the A4 into two pieces.
>
>I tried hard to find out how to perform this with my above mentioned
>masterfile. What is the correct coding, if ever possible?
>My last attempt was with:
>
>\setuppapersize[A5][A4,rotated]
>\setuparranging[2*2,rotated]
>\setuppagenumbering[alternative=singlesided,location={header,marginedge}]
>
>This results in  a booklet layout with the pagenumbering alternating and the
>pages carry the headers alternating along the right and left edge of the
>A4.....

\setuppapersize[A5,rotated][A4]

\setuplayout[nx=2,width=middle,height=middle]

\setupbackgrounds[text][text][background=screen]

\starttext

one \page two \page three \page four \page

\stoptext

Or do you want

1 2   3 4   5 6 

If so, I have to add a new arrangement: side. 

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


      parent reply	other threads:[~1999-11-15 22:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-15 11:31 Egger
1999-11-15 17:23 ` Hans Hagen
1999-11-15 22:16 ` Hans Hagen [this message]

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=3.0.6.32.19991115231652.007bac00@pop.wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@let.uu.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).