8 Feb
2003
8 Feb
'03
8:37 p.m.
While we're on footnotes, how would one change the footnote marker font? I found this code that I can use in a LaTeX font .sty file, which tells the system to use a special virtual font (called "fn") that maps the superior digits into the standard figure slots: \makeatletter \def\@makefnmark{\hbox{\fontshape{fn}\selectfont\@thefnmark}} \makeatother How would I do something similar with ConTeXt? Bruce