Am 01.04.2011 um 21:25 schrieb Willi Egger:
Hi Thomas,
that is precisely what I detected and mailed to the list some days ago. The issue was discussed at the Dante meeting in Bremen. It appears that it could have to do with the changes Hans made in connection with the paper-setup discussion held on the list recently. Some of the default values in the setuplayout were changed then.
You’re wrong, the problem has nothing to do with the changes for the \setuppapersize command. The real reason for the wrong output comes from the file scrn-pag.mkvi, which wasn’t present in your old installation. \unprotect \let\scrn_canvas_synchronize\scrn_canvas_synchronize_simple \protect %\setuppapersize[A5][A4,landscape] %\setuparranging[2UP] \setuppapersize[A5][A3] \setuparranging[1*4] \starttext \dorecurse{8}{\input knuth\page} \stoptext Wolfgang