27 Jan
2013
27 Jan
'13
4:14 p.m.
Am 27.01.2013 um 17:02 schrieb Willi Egger
Hi all,
Is among you somebody who has used text with footnotes, where the footnotes would be numbered according to the line number where the reference resides?
In other words how to use line numbers for the numbering of the footnotes?
Any hint would be great!
You can use the line numbering and line note mechanism. %\setuplinenumbering[command=\gobbleoneargument] \starttext \startlinenumbering \dorecurse{20}{\input knuth\linenote{Note \recurselevel} } \stoplinenumbering \stoptext Wolfgang