Re: [NTG-context] arranging pages

2015-05-24 Thread Otared Kavian
Hi,

Maybe you need to say also:

\setuppagenumbering[alternative={singlesided,doublesided}]

or just
\setuppagenumbering[alternative={singlesided}]

Best regards: OK

 On 24 May 2015, at 11:24, Meer, H. van der h.vanderm...@uva.nl wrote:
 
 Trying to put 2 pages in A5 format besides one another on an A4 page like 
 this:
 
 --
 | |  |
 | |  |
 | |  |
 |1|  2   |
 | |  |
 | |  |
 --
 
 but using:
 
 \setuppapersize[A5][A4,landscape]
 \setuparranging[2UP]
 
 I get this instead:
 
 --  --
 | |  |  | |  |  
 | |  |  | |  |  
 | |  |  | |  |  
 | | 1|  |2|  |  
 | |  |  | |  |  
 | |  |  | |  |  
 | |  |  | |  |  
 --  --
 
 What I am doing wrong?
 
 Hans van der Meer
 
 
 
 
 ___
 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
___

Re: [NTG-context] arranging pages

2015-05-24 Thread dr. Hans van der Meer
Neither of these suggestions makes any difference. Not the solution therefore.


Hans van der Meer




 On 24 May 2015, at 12:07, Otared Kavian ota...@gmail.com wrote:
 
 Hi,
 
 Maybe you need to say also:
 
   \setuppagenumbering[alternative={singlesided,doublesided}]
 
 or just
   \setuppagenumbering[alternative={singlesided}]
 
 Best regards: OK
 
 On 24 May 2015, at 11:24, Meer, H. van der h.vanderm...@uva.nl 
 mailto:h.vanderm...@uva.nl wrote:
 
 Trying to put 2 pages in A5 format besides one another on an A4 page like 
 this:
 
 --
 | |  |
 | |  |
 | |  |
 |1|  2   |
 | |  |
 | |  |
 --
 
 but using:
 
 \setuppapersize[A5][A4,landscape]
 \setuparranging[2UP]
 
 I get this instead:
 
 --  --
 | |  |  | |  |  
 | |  |  | |  |  
 | |  |  | |  |  
 | | 1|  |2|  |  
 | |  |  | |  |  
 | |  |  | |  |  
 | |  |  | |  |  
 --  --
 
 What I am doing wrong?
 
 Hans van der Meer
 
 
 
 
 ___
 If your question is of interest to others as well, please add an entry to 
 the Wiki!
 
 maillist : ntg-context@ntg.nl mailto:ntg-context@ntg.nl / 
 http://www.ntg.nl/mailman/listinfo/ntg-context 
 http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl http://www.pragma-ade.nl/ / 
 http://tex.aanhet.net http://tex.aanhet.net/
 archive  : http://foundry.supelec.fr/projects/contextrev/ 
 http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net 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
 ___

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

Re: [NTG-context] arranging pages

2015-05-24 Thread Otared Kavian
Hi again,

Sorry I didn’t notice that you used

\setuparranging[2UP] 

Actually what you want to do may be:

 begin arranging-up-or-side.tex
\setuppapersize[A5][A4,landscape]
\setuplayout[location=middle]
\setuparranging[2SIDE]
%\setuparranging[2UP]  —— Compare with the above
\setuppagenumbering[alternative={singlesided,doublesided}]

\starttext
\dorecurse{20}{\input knuth\par}
\stoptext
 begin arranging-up-or-side.tex

Best regards: OK

 On 24 May 2015, at 11:24, Meer, H. van der h.vanderm...@uva.nl wrote:
 
 Trying to put 2 pages in A5 format besides one another on an A4 page like 
 this:
 
 --
 | |  |
 | |  |
 | |  |
 |1|  2   |
 | |  |
 | |  |
 --
 
 but using:
 
 \setuppapersize[A5][A4,landscape]
 \setuparranging[2UP]
 
 I get this instead:
 
 --  --
 | |  |  | |  |  
 | |  |  | |  |  
 | |  |  | |  |  
 | | 1|  |2|  |  
 | |  |  | |  |  
 | |  |  | |  |  
 | |  |  | |  |  
 --  --
 
 What I am doing wrong?
 
 Hans van der Meer
 
 
 
 
 ___
 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
___

Re: [NTG-context] arranging pages

2015-05-24 Thread Meer, H. van der
That is it! The difference between 2UP and 2SIDE had escaped me. Thanks.

Hans van der Meer




On 24 May 2015, at 12:15, Otared Kavian 
ota...@gmail.commailto:ota...@gmail.com wrote:

Hi again,

Sorry I didn’t notice that you used

\setuparranging[2UP]

Actually what you want to do may be:

 begin arranging-up-or-side.tex
\setuppapersize[A5][A4,landscape]
\setuplayout[location=middle]
\setuparranging[2SIDE]
%\setuparranging[2UP]  —— Compare with the above
\setuppagenumbering[alternative={singlesided,doublesided}]

\starttext
\dorecurse{20}{\input knuth\par}
\stoptext
 begin arranging-up-or-side.tex

Best regards: OK

On 24 May 2015, at 11:24, Meer, H. van der 
h.vanderm...@uva.nlmailto:h.vanderm...@uva.nl wrote:

Trying to put 2 pages in A5 format besides one another on an A4 page like this:

--
| |  |
| |  |
| |  |
|1|  2   |
| |  |
| |  |
--

but using:

\setuppapersize[A5][A4,landscape]
\setuparranging[2UP]

I get this instead:

--  --
| |  |  | |  |
| |  |  | |  |
| |  |  | |  |
| | 1|  |2|  |
| |  |  | |  |
| |  |  | |  |
| |  |  | |  |
--  --

What I am doing wrong?

Hans van der Meer




___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nlmailto:ntg-context@ntg.nl / 
http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nlhttp://www.pragma-ade.nl/ / 
http://tex.aanhet.nethttp://tex.aanhet.net/
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.nethttp://contextgarden.net/
___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nlmailto: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
___

Re: [NTG-context] Arranging pages ...

2011-03-28 Thread Hans van der Meer
I get the same pdf here with:
ConTeXt  ver: 2011.03.28 01:03 MKIV  fmt: 2011.3.28  int: english/english

Hans van der Meer

On 28 mrt 2011, at 11:27, Willi Egger wrote:

 Hi all,
 
 I got a trouble with arranging pages.
 While this gives me the desired result with Context 2011-02-14 MKIV I get 
 weird output with context 2011-03-27 MKIV.
 
 Could someone test the attached file?
 
 Kind regards 
 
 Willi
 
 test-inslag.pdftest-inslag.tex___
 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
___


Re: [NTG-context] Arranging pages

2006-04-25 Thread Willi Egger
What you can do is e.g. the following:

\definepapersize[Card][width=14.85cm,height=21cm]
\setuppapersize[Card][A4,landscape]

\setuplayout
[topspace=1cm,
backspace=1cm,
margin=0pt,
header=0pt,
footer=0pt,
height=19cm,
width=12.5cm]

\setuppaper[nx=2,ny=1]
\setuparranging[XY]

\starttext
Contents of A
Contents of B
\stoptext

Kind regards Willi

Renaud AUBIN wrote:

 Hi all,

 I'm working on my wedding's Menu with ConTeXt (I have started 
 ConTeXt and metafun when making my wedding invitations ;) and already 
 succeed to produce nice booklets)
 Considering two pages A and B, I would obtain:
 AB on the same page
 with setuparranging I obtain
 0A
 B0
 with 0 an empty page
 I have succeeded (is it really a success !!!) to obtain
 00
 AB
 using \page[even] and \page[yes]
 (I have to precise here that we would not to print a booklet for 
 practical reasons)
 It's ok if I use --pages=2

 but

 I feel frustating because I feel that it could be really simple to do 
 what I wanted, i.e.:
 AB !!!

 I know that it could be done with overlay but I assume that there is a 
 much simplier solution to this simple problem...

 Cheers

 Renaud



___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context
  

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context