Am 03.02.2009 um 23:44 schrieb Khaled Hosny:
On Tue, Feb 03, 2009 at 09:45:12PM +0100, Wolfgang Schuster wrote:
Am 03.02.2009 um 21:10 schrieb Khaled Hosny:
\definenote[subfootnote][location=page]
\starttext
Main text body\footnote{First level footnote\subfootnote{Second level footnote.}} has two footnotes\footnote{Another one}.
\stoptext
Thanks! Any idea how to indent the subfootnote list? I tried 'before=\hskip0.05\textwidth', but then the rule gone away, 'indenting=big' doesn't have any effect and things like:
before=\bigskip\hrule width 0.25\textwidth\medskip\hskip0.05\textwidth
is an overkill, I think.
You need the description env. for footnote to change the left margin. \setupnote [subfootnote] [rule=\vbox{\hskip\dimexpr1em+1pt\relax\blackrule[width=. 2\hsize,height=\noteparameter{rulethickness},depth=0pt]}] \setupnotedefinition [subfootnote] [width=1em, distance=2pt, location=text, text=\hfill] Wolfgang