ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Rudolf Bahr <quasi@quasi.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: different page sizes on one sheet
Date: Wed, 26 Feb 2014 17:46:13 +0100	[thread overview]
Message-ID: <20140226164613.GB8698@mini> (raw)
In-Reply-To: <530DFC3C.9070602@udo.edu>

On Wed, Feb 26, 2014 at 03:37:48PM +0100, amerke wrote:
> hi all,
> 
> using
> 
> \setuppaper[nx=2, ny=2]
> \setuparranging[XY]
> \showframe[cut=true]
> 
> \setuppapersize[A4]
> \starttext
> \setuppapersize[A6][A4]
> Page 1. A6 Portrait \input knuth \page
> Page 2. A6 Portrait \input knuth \page
> \setuppapersize[A5,landscape][A4]
> Page 3. A5
> \input knuth
> \stoptext
> 
> i ALMOST get the wished layout. the only problem is, that the A5
> page is in landscape mode.
> 
> is there a kind of quick hack to change the orientation of the A5
> page to protrait, by leaving
> \setuppapersize[A5,landscape][A4]
> as it stands (othewise the layout doesn't function)?
> 
> artur


Hello Artur,

meanwhile I played a bit and got:

% ------------------------------------------------
\setuppaper[nx=2, ny=2]
\setuparranging[XY]
\showframe[cut=true]

\setuppapersize[A4]
\starttext
\setuppapersize[A6][A4]
Page 1. A6 Portrait \input knuth \page
Page 2. A6 Portrait \input knuth \page
\setuppapersize[A5,landscape][A4]
\rotate[rotation=90]
        {
        \vbox to 100mm
                {
                \hsize=80mm
                Page 3. A5
                \input knuth
                }
        }
\stoptext
% ------------------------------------------------

Ofcourse, the pagenumber remains, where it has been before.

Greetings,
Rudolf

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


  parent reply	other threads:[~2014-02-26 16:46 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-24  7:14 Artur Merke
2014-02-24 19:55 ` amerke
2014-02-24 21:42   ` Wolfgang Schuster
2014-02-25 14:32     ` amerke
2014-02-25 22:28       ` Wolfgang Schuster
2014-02-26 14:37         ` amerke
2014-02-26 14:58           ` Rudolf Bahr
2014-02-26 16:46           ` Rudolf Bahr [this message]
2014-02-27  8:10             ` amerke
2014-02-27 15:43               ` Aditya Mahajan
2014-02-27 18:08                 ` amerke
  -- strict thread matches above, loose matches on Subject: below --
2014-02-21 14:31 amerke

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=20140226164613.GB8698@mini \
    --to=quasi@quasi.de \
    --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).