Formulas in bold face


/ Published in: LaTeX
Save to your folder(s)

`\mathbf` does not put operators and greek characters in bold face. This macro does.


Copy this code and paste it in your HTML
  1. % bold face in formulas
  2. \def\mbf#1{\mathchoice{\hbox{\boldmath $\displaystyle #1$}}
  3. {\hbox{\boldmath $\textstyle #1$}}
  4. {\hbox{\boldmath $\scriptstyle #1$}}
  5. {\hbox{\boldmath $\scriptscriptstyle #1$}}}

URL: http://www.volkerschatz.com/tex/tmacros.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.