Hi, When using columnsets is it possible to have footnotes placed at the bottom of the page rather than in columns? I searched the documentation and haven't found a way to do this. Minimal examples. Using columnsets: \definecolumnset[twocolumn][n=2] \starttext \startcolumnset[twocolumn] \dorecurse{4}{\input knuth \footnote[footnote]{footnote}\par} \stopcolumnset \stoptext It produces footnotes in columns which isn't what I want. The behaviour I want is the that produced by this example using \startcolumns: \starttext \startcolumns \dorecurse{4}{\input knuth \footnote[footnote]{footnote}\par} \stopcolumns \stoptext I'd like to be able to take advantage of the addition feature offered by using columnsets but need the footnotes to be set at the bottomof the page outside of the columns. Advice on how to do this would be much appreciated. Thanks in advance, Elliot