Hi, before getting the train to Praha there is an urgent last problem to be solved: The bottom line of body text and footnote text need to be absolutely at the same height (due to a very thin paper used)! I tried to fine-tune the height of layout by 1pt up-and-down, but the difference stays: at least 1mm. Is there a "...skip" that's needs to be adjusted? (using grid mode is a no-go!) Help please!! Steffen [2010.09.05 13:23 MKIV] === \definepapersize[stw][width=15.7cm,height=23.2cm] \setuppapersize[stw][stw]% <- Format \usetypescript[postscript] \definetypeface[postscript][rm][serif][times][default] \setupbodyfont[postscript, 10pt]\setupinterlinespace[line=12pt] \setuplayout [width=113mm,height=532pt, backspace=20mm,topspace=15mm, header=12pt,headerdistance=6pt, footer=0pt,footerdistance=0pt, location=middle] \starttext \dorecurse{20}{{\dorecurse{5}{\input tufte \input ward \input ward \par}} \footnote{\input tufte\par} \input ward \par} \stoptext