14 Apr
2010
14 Apr
'10
4:20 p.m.
Am 13.04.2010 um 13:16 schrieb Peter Münster:
On Tue, Apr 13 2010, Taco Hoekwater wrote:
\starttext text1\footnote{1footnote} \stoptext
This will produce four instances of the numeral '1'. Suppose I want them all to look exactly alike. In other words, suppose I didn't want either footnote mark to be rescaled or elevated at all. How could I do that?
\setupfootnotes[textcommand=,numbercommand=,style=,bodyfont=]
And textstyle:
\setupfootnotes[numbercommand=, textcommand=, style=, textstyle=, bodyfont=]
;)
Cheers, Peter
It must be "localbodyfont=", right? Steffen