Am 20.12.2011 um 12:24 schrieb Henning Hraban Ramm:
Am 2011-12-19 um 22:53 schrieb Hans Hagen:
It looks to me like \setuppaper resets paper size. Is this something you can/will fix, or should I just document that you need to setup imposition in this order?
you can check the next (not yet there) beta
the problem is that \setuppaper(size) can also set up the sizes directly (page=,paper=) .. (unfortunately page/paper is used while paper/print makes more sense but changing that now ...)
Hm, paper and page keys work neither in \setuplayout (as shown in wiki example for \setuppaper) nor in \setuppaper. They seem to get ignored in the first case (no effect, AFAICS) and give an error in the latter: """ […]
This is my test file: """ %\setuppapersize [A7][A4,landscape] \setuplayout[location=middle,marking=on],page=a7,paper={a4,landscape}] \setuppaper [nx=3,ny=1,dx=0mm,dy=0mm,topspace=19mm,backspace=10.5mm,page=a7,paper={a4,landscape}]
TeX is case sensitive and “a7” ≠ “A7”. Wolfgang