something's wrong with arranging
Hi all, something doesn't work with arranging pages in the latest beta. Minimal example: \setuppapersize[A6][A4] \setuparranging[2*4] \starttext \dorecurse{24}{\input tufte \page} \stoptext Only the first two sheets are properly arranged. Must be pretty recent, it worked about two weeks ago. All best Thomas
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. I do hope that this will work again in the next beta release. Kind regards Willi On 1 Apr 2011, at 21:05, Thomas A. Schmitz wrote:
Hi all,
something doesn't work with arranging pages in the latest beta. Minimal example:
\setuppapersize[A6][A4]
\setuparranging[2*4]
\starttext
\dorecurse{24}{\input tufte \page}
\stoptext
Only the first two sheets are properly arranged. Must be pretty recent, it worked about two weeks ago.
All best
Thomas ___________________________________________________________________________________ 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 Willi, shoot, I had a very vague memory that you had recently posted about this, but didn't find anything; thanks for pointing this out! So Hans is on the job, I guess... I hope you had a nice time in Bremen! All best Thomas On Apr 1, 2011, at 9:25 PM, Willi Egger wrote:
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. I do hope that this will work again in the next beta release.
Kind regards
Willi
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
participants (3)
-
Thomas A. Schmitz
-
Willi Egger
-
Wolfgang Schuster