ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* setuparranging issue
@ 2008-03-28 12:34 Andrea Valle
  2008-03-28 12:59 ` Wolfgang Schuster
  2008-03-28 13:25 ` Willi Egger
  0 siblings, 2 replies; 5+ messages in thread
From: Andrea Valle @ 2008-03-28 12:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 965 bytes --]

Hi to all,

I have an A5 paper size to be printed on an A4.
Substantially, I'd like to have 2 pages on a paper sheet.
Now, I can use \setuparranging[2*2]. Works fine if I want to print,  
cut and bind.
4 1
2 3


But I'd like also to have another option, simply a sequence of pages  
(for screen reading, printing and binding without cutting)
This:
1 2
3 4


Sorry, I guess it's really easy, but cannot figure out...

Thanks

Best

-a-


--------------------------------------------------
Andrea Valle
--------------------------------------------------
CIRMA - DAMS
Università degli Studi di Torino
--> http://www.cirma.unito.it/andrea/
--> http://www.myspace.com/andreavalle
--> andrea.valle@unito.it
--------------------------------------------------


"
Think of it as seasoning
. noise [salt] is boring
. F(blah) [food without salt] can be boring
. F(noise, blah) can be really tasty
"
(Ken Perlin on noise)






[-- Attachment #1.2: Type: text/html, Size: 5205 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: setuparranging issue
  2008-03-28 12:34 setuparranging issue Andrea Valle
@ 2008-03-28 12:59 ` Wolfgang Schuster
  2008-03-28 13:27   ` Andrea Valle
  2008-03-28 13:25 ` Willi Egger
  1 sibling, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2008-03-28 12:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Mar 28, 2008 at 1:34 PM, Andrea Valle <valle@di.unito.it> wrote:
> Hi to all,
>
> I have an A5 paper size to be printed on an A4.
> Substantially, I'd like to have 2 pages on a paper sheet.
> Now, I can use \setuparranging[2*2]. Works fine if I want to print, cut and
> bind.
> 4 1
> 2 3
>
>
> But I'd like also to have another option, simply a sequence of pages (for
> screen reading, printing and binding without cutting)
> This:
> 1 2
> 3 4
>
>
> Sorry, I guess it's really easy, but cannot figure out...

You're looking for combinepages.

http://wiki.contextgarden.net/Including_pages_from_PDF_document
http://www.pragma-ade.com/general/magazines/mag-0004.pdf
http://source.contextgarden.net/tex/context/base/page-imp.tex?search=page-imp

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: setuparranging issue
  2008-03-28 12:34 setuparranging issue Andrea Valle
  2008-03-28 12:59 ` Wolfgang Schuster
@ 2008-03-28 13:25 ` Willi Egger
  2008-03-28 13:34   ` Andrea Valle
  1 sibling, 1 reply; 5+ messages in thread
From: Willi Egger @ 2008-03-28 13:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Andrea,

On Mar 28, 2008, at 1:34 PM, Andrea Valle wrote:
> Hi to all,
>
> I have an A5 paper size to be printed on an A4.
> Substantially, I'd like to have 2 pages on a paper sheet.
> Now, I can use \setuparranging[2*2]. Works fine if I want to print,  
> cut and bind.
> 4 1
> 2 3
>

>
> But I'd like also to have another option, simply a sequence of  
> pages (for screen reading, printing and binding without cutting)
> This:
> 1 2
> 3 4

\setuparranging[XY]		%one sheet with x rows and y columns is your friend

Auguri

Willi

> Sorry, I guess it's really easy, but cannot figure out...
>
> Thanks
>
> Best
>
> -a-

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: setuparranging issue
  2008-03-28 12:59 ` Wolfgang Schuster
@ 2008-03-28 13:27   ` Andrea Valle
  0 siblings, 0 replies; 5+ messages in thread
From: Andrea Valle @ 2008-03-28 13:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 948 bytes --]

Thanks Wolfgang,
>
> http://wiki.contextgarden.net/Including_pages_from_PDF_document
> http://www.pragma-ade.com/general/magazines/mag-0004.pdf
> http://source.contextgarden.net/tex/context/base/page-imp.tex? 
> search=page-imp

This means that first I have to create the pdf, and then to process  
via another context  file
\starttext
\copypages
\stoptext

Can't I simply use a command inside the original code?

Thanks

-a-

--------------------------------------------------
Andrea Valle
--------------------------------------------------
CIRMA - DAMS
Università degli Studi di Torino
--> http://www.cirma.unito.it/andrea/
--> http://www.myspace.com/andreavalle
--> andrea.valle@unito.it
--------------------------------------------------


"
Think of it as seasoning
. noise [salt] is boring
. F(blah) [food without salt] can be boring
. F(noise, blah) can be really tasty
"
(Ken Perlin on noise)






[-- Attachment #1.2: Type: text/html, Size: 5775 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: setuparranging issue
  2008-03-28 13:25 ` Willi Egger
@ 2008-03-28 13:34   ` Andrea Valle
  0 siblings, 0 replies; 5+ messages in thread
From: Andrea Valle @ 2008-03-28 13:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1972 bytes --]

Ah-ah!
Willi, I didn't immediately understand but it put me on the right way:

http://wiki.contextgarden.net/Imposition

I was looking for 2SIDE

Solved

Thanks

Best

-a-



On 28 Mar 2008, at 14:25, Willi Egger wrote:

> Hi Andrea,
>
> On Mar 28, 2008, at 1:34 PM, Andrea Valle wrote:
>> Hi to all,
>>
>> I have an A5 paper size to be printed on an A4.
>> Substantially, I'd like to have 2 pages on a paper sheet.
>> Now, I can use \setuparranging[2*2]. Works fine if I want to print,
>> cut and bind.
>> 4 1
>> 2 3
>>
>
>>
>> But I'd like also to have another option, simply a sequence of
>> pages (for screen reading, printing and binding without cutting)
>> This:
>> 1 2
>> 3 4
>
> \setuparranging[XY]		%one sheet with x rows and y columns is your  
> friend
>
> Auguri
>
> Willi
>
>> Sorry, I guess it's really easy, but cannot figure out...
>>
>> Thanks
>>
>> Best
>>
>> -a-
>
> ______________________________________________________________________ 
> _____________
> 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
> ______________________________________________________________________ 
> _____________

--------------------------------------------------
Andrea Valle
--------------------------------------------------
CIRMA - DAMS
Università degli Studi di Torino
--> http://www.cirma.unito.it/andrea/
--> http://www.myspace.com/andreavalle
--> andrea.valle@unito.it
--------------------------------------------------


"
Think of it as seasoning
. noise [salt] is boring
. F(blah) [food without salt] can be boring
. F(noise, blah) can be really tasty
"
(Ken Perlin on noise)






[-- Attachment #1.2: Type: text/html, Size: 11089 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-03-28 13:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-28 12:34 setuparranging issue Andrea Valle
2008-03-28 12:59 ` Wolfgang Schuster
2008-03-28 13:27   ` Andrea Valle
2008-03-28 13:25 ` Willi Egger
2008-03-28 13:34   ` Andrea Valle

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).