Hi, I'm typesetting a journal in two columns. I want the correspondence address to come at the bottom of the last page outside of the columns. As in: ---------------------------- ####### ####### ####### ####### ####### ####### Addresss ---------------------------- But even when there is room the address is often put on the next page. If possible (i.e. if there's space) I need ConTeXt to keep the address on the same page. Is it possible to do that? Here's an example: \setuptolerance [verystrict] \showframe %\setuppagenumbering [location=inleft, alternative=doublesided] \definelayout[test][% backspace=1in, cutspace=0.8in, width=middle, header=5mm, headerdistance=10mm, topspace=20mm, footer=5mm, footerdistance=10mm, bottomspace=15mm, height=middle, ] \setuplayout[test] \starttext \startcolumns[n=2] \dorecurse{3}{\input knuth} \stopcolumns %following line outside of columns often (but not always) pushed into the next page, even when there's room for it. \blank Address for correspondence: address ... \stoptext This has been annoying me for a while so your help is appreciated. TIA, Elliot