20 Nov
2006
20 Nov
'06
12:37 p.m.
Hi, I need a non-bold (roman) footnote-marker even when the footnotes are in bold section heads. But the suspected syntax below doesn't work. Any other idea? Steffen \starttext \definehead[MySection][subsection] \def\MySectionStyle {\switchtobodyfont[rm,10.75pt]\setupinterlinespace [line=12pt]\bf} \setuphead[MySection][style=\MySectionStyle] \MySection{Bold text {\switchtobodyfont[rm,9.5pt]\rm\footnote{non- bold, roman footnote marker?}}} \stoptext