Am 15.10.2013 um 14:30 schrieb hwitloc@gmail.com:
I am creating smalled sized page samples and want to visually compare them on a single sheet of paper stock. I am using \setuparrange to gather the typeset pages onto a single sheet of paper.
Half of the pages are displayed upside down, which is what is supposed to happen, but I'd like to have it so that all pages are right side up to enable visual comparison of all pages in one orientation.
The below minimal example shous a base example where two of the four pages come out upside down, as they shoud.
%-------------------------------- start \definepapersize[tinypage] [width=91mm, height=55mm] \setuppapersize [tinypage][A4] \setuparranging[1*4] % 1 sheet 4 pages
You have to use the “XY” arrangement, the number of rows and columns could be set with the \setuppaper command. \setuppaper[nx=2,ny=2] \setuparranging[XY] Wolfgang