Hi! 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. Best regards Michael -------------- Example: \setuphead[chapter][textstyle=bold] \setuphead[section][textstyle=bold] \setuphead[subsection][textstyle=bold] \starttext \chapter{Test} \section{$1 2 3 \alpha \beta \gamma \delta - 1 2 3 A B C D } \stoptext
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
participants (2)
-
Enrico Schmitz
-
Michael Fuchs