mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
* \boldsymbol not italic for textords such as Greek Fix #2225: `\boldsymbol{\Omega}` will now produce a bold upright Omega instead of a bold italic Omega. This only affects `textord` symbols within `\boldsymbol`, mimicking the no-font case in `makeOrd` which distinguishes `textord` from `mathord` in a similar way. * Update screenshots Co-authored-by: Ron Kok <ronkok@comcast.net>