footnote inside footnote
How to get a second level footnote that is typeset with it own numbering, some thing like: Main text body[1] has two footnotes[2]. ------ 1. First level footnote[1] 2. Another one ------ 1. Second level footnote. Currently the footnote will just go after the parent one. Regards, Khaled -- Khaled Hosny Arabic localizer and member of Arabeyes.org team
Am 03.02.2009 um 21:10 schrieb Khaled Hosny:
How to get a second level footnote that is typeset with it own numbering, some thing like:
Main text body[1] has two footnotes[2].
------ 1. First level footnote[1] 2. Another one
------ 1. Second level footnote.
Currently the footnote will just go after the parent one.
\definenote[subfootnote][location=page] \starttext Main text body\footnote{First level footnote\subfootnote{Second level footnote.}} has two footnotes\footnote{Another one}. \stoptext Wolfgang
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. Regards, Khaled -- Khaled Hosny Arabic localizer and member of Arabeyes.org team
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
On Wed, Feb 04, 2009 at 12:26:09AM +0100, Wolfgang Schuster wrote:
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]
Thanks very much, I got exactly what I wanted :) Regards, Khaled -- Khaled Hosny Arabic localizer and member of Arabeyes.org team
participants (2)
-
Khaled Hosny
-
Wolfgang Schuster