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
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
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 ___________________________________________________________________________________
Neither of these suggestions makes any difference. Not the solution therefore. Hans van der Meer
On 24 May 2015, at 12:07, Otared Kavian
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
mailto:H.vanderMeer@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 ___________________________________________________________________________________
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
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 ___________________________________________________________________________________
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
participants (3)
-
dr. Hans van der Meer
-
Meer, H. van der
-
Otared Kavian