Am 01.07.10 15:34, schrieb Henning Hraban Ramm:
Is XY arranging supposed to work in MkIV?
I call "context --arrange myfile", but get only one paper per sheet.
Other imposition schemas are working ok.
\setuppapersize [A7][A4]
\setuparranging [XY]
\setuppaper[nx=2,ny=2]
\setuppagenumbering [alternative=doublesided,location=footer]
\setuplayout [margin=0pt,width=fit]
\setupbackgrounds [text][text][background=screen,backgroundscreen=0.7]
\setuplayout [location=middle,marking=on]
Move \setuparranging to the end:
\setuppapersize [A7][A4]
\setuppaper[nx=2,ny=2]
\setuppagenumbering [alternative=doublesided,location=footer]
\setuplayout [margin=0pt,width=fit]
\setupbackgrounds [text][text][background=screen,backgroundscreen=0.7]
\setuplayout [location=middle,marking=on]
\setuparranging [XY]
\def\Style{[XY 2*2]}
\startbuffer[Fakepage]
\strut
\blank
\blank[force,...]
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 : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________