29 Jul
2010
29 Jul
'10
11:22 p.m.
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? If not, I'd rather not change my current texlive installation just now.
You need a different setup for the footnote in Mark 2: \setupnote[footnote][width=\rightmarginwidth] Wolfgang