21 May
2005
21 May
'05
2:16 p.m.
Is it possible to activate bold math printing in a chapter/section/subsection title? In the example the numbers withing math mode (and the greek symbols) are set in regular style, while the rest of the title is printed in bold.
This is an example using the euler math fonts: \definetypeface[careless][mm][math][euler][euler][encoding=texnansi] \definetypeface[careless][mm][bfmath][euler][euler] \definetypeface[boldmath][mm][boldmath][euler][euler] \definetypeface[boldmath][mm][bfmath][euler][euler] \setupbodyfont[careless] \starttext \setuphead[section][style={\bfa}] \section{Normal $a^2+b^2=c^2$} \setuphead[section][style={\switchtobodyfont[boldmath]\bfa}] \section{Bold $a^2+b^2=c^2$} \stoptext