Am 03.05.10 15:23, schrieb Thomas Floeren:
Without the leftmargin key, text and footer leave the page borders.
Guess I have to to change my way to setup the layout in mkIV(?)
There are a few things you should change: 1. Use 'middle' for the width and height keys in \setuplayout, 2. Place the rule above the footer in the text area, 3. Don't set the left and right margins to 0pt, 4. Instead of a rule before the footer you can use the background mechanism to draw the borders of the footer. \setuplayout [backspace=25mm, cutspace=15mm, topspace=10mm, header=0pt, headerdistance=0pt, bottomspace=10mm, footer=5mm, footerdistance=8mm, height=middle, width=middle, location=middle] \setupfooter[text][before=\hairline] %\setupbackgrounds[footer][text][topframe=on] \setupfootertexts[nice text here][and here] \starttext \dorecurse{20}{just text }\footnote{foot text}\page[dummy] \stoptext Wolfgang