On 18.12.2011, at 11:14, Wolfgang Schuster wrote:
Am 18.12.2011 um 11:00 schrieb Andreas Harder:
Hi Hans,
it seems that the layer preset "leftbottom" is broken.
I posted this fix a few days ago on the dev list:
supp-box.mkiv:
-\unexpanded\def\righttopbox_finish +\def\boxes_righttopbox_finish {\global\boxhdisplacement\boxoffset \global\boxvdisplacement-\dp\nextbox \global\advance\boxvdisplacement-\boxoffset \boxcursor\hskip\boxhdisplacement\raise-\boxvdisplacement\box\nextbox \egroup}
Thanks Wolfgang! By the way … Sorry to bother you, but I’m still run into problems according \definelayout. This example used to work with the beta from November 29 (desired output attached). \setuplayout [width=middle,height=middle,header=0pt,footer=0pt] \definelayout[first] [header=2cm] \definelayout[last] [footer=2cm] \definelayout[current] % current|unknown \starttext \showframe % \checkcurrentlayout % \dorecurse{2}{test\page} % last is wrong \dorecurse{5}{test\page} % page 2 and „last“ are wrong \stoptext Thank you in advance Andreas