Using bm with eulervm gives inconsistent ‘’ characters
7
1
I prefer to use bm package to bold math. However, I noticed that when used with eulervm , this gives inconsistent results for ‘<’ and ‘>’ characters. I wonder what causes it and can the usage bm be fixed to get proper ‘<’. documentclass{article} usepackage[utf8]{inputenc} usepackage[T1]{fontenc} %usepackage{amsmath} usepackage[euler-digits,euler-hat-accent]{eulervm} usepackage{bm} begin{document} texttt{hphantom{mathbold}llap{bm}}: quad $ 1 + 1 < 3; quad bm{1 + 1 < 3} $ texttt{mathbold}: quad $ 1 + 1 < 3; quad mathbold{1 + 1 < 3} $ end{document}
math-mode bold bm eulervm
share | improve this question
asked De...