Normal math font inside bold text
To highlight phrases in definitions as bold text, I defined a command
\newcommand{\defemph}[1]{{\textbf{\textup{#1}}}}
However, if I use math inside \defemph{...} it will also be typeset bold.
How do I get it to be shown in the normal math font?
No comments:
Post a Comment