Am 09.08.10 12:28, schrieb Elias Oltmanns:
Sorry for bringing this up again but ...
Wolfgang Schuster
wrote: Am 29.07.10 15:33, schrieb Elias Oltmanns:
Wolfgang Schuster
wrote: [...] This is easy:
\setupnote[footnote][location=text]
\setuptexttexts[margin][][{\framed[frame=off,offset=none,align=low,height=\textheight,width=broad]{\placenotes[footnote]}}]
%\showframe
\starttext text\footnote{one} text\footnote{two} text\footnote{\input tufte\par} text \stoptext Thanks for the snippet. Unfortunately, the footnotes don't seem to make it onto the page though. Would this be due to using ConTeXt MKII by any chance? You need a different setup for the footnote in Mark 2:
\setupnote[footnote][width=\rightmarginwidth] I've only just realised that TeX seems to reserve space for the footnotes at the bottom of the main text area. Check the following example:
\setupnote[footnote][width=\rightmarginwidth]
\setupnote[footnote][width=\rightmarginwidth,factor=0] Wolfgang