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] \def\Style{[XY 2*2]} \startbuffer[Fakepage] \strut \blank \midaligned{\Style} \vfill \midaligned{This is page \recurselevel} \vfill \stopbuffer \setupheadertexts[\CONTEXT] \starttext \dorecurse{16}{\getbuffer[Fakepage]\page} \stoptext Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)
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
Am 2010-07-01 um 23:38 schrieb Wolfgang Schuster:
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.
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]
Thank you, but that didn't help; ah, maybe \setuppaper must stay in front, but I can't check it -- since I tried updating my minimals, everything's broken (see thread "mtxrun error"), can't even revert to some other revision... :-( Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)
participants (2)
-
Henning Hraban Ramm
-
Wolfgang Schuster