/ Published in: LaTeX
URL: http://www.volkerschatz.com/tex/tmacros.html
\mathbf does not put operators and greek characters in bold face. This macro does.
Expand |
Embed | Plain Text
% bold face in formulas \def\mbf#1{\mathchoice{\hbox{\boldmath $\displaystyle #1$}} {\hbox{\boldmath $\textstyle #1$}} {\hbox{\boldmath $\scriptstyle #1$}} {\hbox{\boldmath $\scriptscriptstyle #1$}}}
You need to login to post a comment.
