ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: amerke <artur.merke@udo.edu>
To: ntg-context@ntg.nl
Subject: Re: different page sizes on one sheet
Date: Thu, 27 Feb 2014 09:10:43 +0100	[thread overview]
Message-ID: <530EF303.3070400@udo.edu> (raw)
In-Reply-To: <20140226164613.GB8698@mini>

hi rudolf (& list),

thank you for your 'quick hack', it's ok for my current solution. page 
number, margins and background and stuff like grid alignment are still a 
problem ...

but, i suppose, there must be :-) a tiny piece of code in ConTeXt, where 
the rotation of the whole page can be achieved (but still treating the 
page as a landscape page for the above setup arranging layer)

maybe someone knows how to do it and can share his knowledge ... ?

cheers

artur


On 02/26/2014 05:46 PM, Rudolf Bahr wrote:
> 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
> ___________________________________________________________________________________

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


  reply	other threads:[~2014-02-27  8:10 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
2014-02-27  8:10             ` amerke [this message]
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=530EF303.3070400@udo.edu \
    --to=artur.merke@udo.edu \
    --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).