* [NTG-context] Help \setuparranging
@ 2025-04-08 6:35 Alan Caruanambo
2025-04-08 9:00 ` [NTG-context] " Henning Hraban Ramm
0 siblings, 1 reply; 3+ messages in thread
From: Alan Caruanambo @ 2025-04-08 6:35 UTC (permalink / raw)
To: ntg-context
[-- Attachment #1.1: Type: text/plain, Size: 953 bytes --]
Hello, I need to arrange A5 paper inside A4, in order to save paper and so
that the cut line always remains inside and the original edge outside.
SHEET 01
front reverse
------------ ------------
| | | | | |
| 4 | 1 | | 2 | 3 |
| | | | | |
------------ ------------
SHEET 02
front reverse
------------ ------------
| | | | | |
| 8 | 5 | | 6 | 7 |
| | | | | |
------------ ------------
SHEET 03
front reverse
------------ ------------
| | | | | |
| 12 | 9 | | 10| 11 |
| | | | | |
------------ ------------
I have this code. How can I modify it to achieve what I want?
\setuppapersize[A5][A4,landscape]
\setuparranging[2UP,2SIDE]
\showframe
\setuplayout[middle]
\starttext
\dorecurse{100}{\input knuth \relax}
\stoptext
[-- Attachment #1.2: Type: text/html, Size: 1433 bytes --]
[-- Attachment #2: Type: text/plain, Size: 511 bytes --]
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
* [NTG-context] Re: Help \setuparranging
2025-04-08 6:35 [NTG-context] Help \setuparranging Alan Caruanambo
@ 2025-04-08 9:00 ` Henning Hraban Ramm
2025-04-10 18:56 ` Willi Egger
0 siblings, 1 reply; 3+ messages in thread
From: Henning Hraban Ramm @ 2025-04-08 9:00 UTC (permalink / raw)
To: ntg-context
Am 08.04.25 um 08:35 schrieb Alan Caruanambo:
> Hello, I need to arrange A5 paper inside A4, in order to save paper and
> so that the cut line always remains inside and the original edge outside.
> I have this code. How can I modify it to achieve what I want?
>
> \setuppapersize[A5][A4,landscape]
> \setuparranging[2UP,2SIDE]
You can only use one imposition schema at once, 2UP should be the right one.
Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
* [NTG-context] Re: Help \setuparranging
2025-04-08 9:00 ` [NTG-context] " Henning Hraban Ramm
@ 2025-04-10 18:56 ` Willi Egger
0 siblings, 0 replies; 3+ messages in thread
From: Willi Egger @ 2025-04-10 18:56 UTC (permalink / raw)
To: mailing list for ConTeXt users
Hi,
is there a specific reason why you want to have 12 pages pers section?
A standard section normally carries 16 pages.
If 16 pages is good for you then you can use \setuparranging[2*2*4] will do this. I.e. you will get 4 sheets of paper with 2 pages on the front and backside of each sheet.
Best
Willi
> On 8 Apr 2025, at 11:00, Henning Hraban Ramm <texml@fiee.net> wrote:
>
> Am 08.04.25 um 08:35 schrieb Alan Caruanambo:
>> Hello, I need to arrange A5 paper inside A4, in order to save paper and so that the cut line always remains inside and the original edge outside.
>
>> I have this code. How can I modify it to achieve what I want?
>> \setuppapersize[A5][A4,landscape]
>> \setuparranging[2UP,2SIDE]
>
> You can only use one imposition schema at once, 2UP should be the right one.
>
> Hraban
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive : https://github.com/contextgarden/context
> wiki : https://wiki.contextgarden.net
> ___________________________________________________________________________________
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-04-10 18:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-08 6:35 [NTG-context] Help \setuparranging Alan Caruanambo
2025-04-08 9:00 ` [NTG-context] " Henning Hraban Ramm
2025-04-10 18:56 ` Willi Egger
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).