ronkok / Temml

TeX-to-MathML conversion library in JavaScript
https://temml.org/
MIT License
162 stars 12 forks source link

`\boldsymbol{\mathrm{b}}` in boldface #45

Closed hbghlyj closed 10 months ago

hbghlyj commented 11 months ago

In LaTeX

\documentclass{article}
\usepackage{amsmath}
\begin{document}
$\boldsymbol{\mathrm{b}}$
\end{document}

outputs the boldface b

But in Temml \boldsymbol{\mathrm{b}} outputs the regular b image

ronkok commented 11 months ago

I knew that \boldsymbol behaved differently than other font functions. I guess there are more nuances than I was aware of. I'll look into it.

ronkok commented 10 months ago

Fixed by release v0.10.20. Thanks for raising this issue.