mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-13 06:58:40 +00:00
Set MathML of \boldsymbol{textord} to bold, not bold-italic (#2299)
* Set \boldsymbol{textord} to bold, not bold-italic * Finish adding files.
This commit is contained in:
@@ -93,7 +93,7 @@ export const getVariant = function(
|
||||
if (font === "mathit") {
|
||||
return "italic";
|
||||
} else if (font === "boldsymbol") {
|
||||
return "bold-italic";
|
||||
return group.type === "textord" ? "bold" : "bold-italic";
|
||||
} else if (font === "mathbf") {
|
||||
return "bold";
|
||||
} else if (font === "mathbb") {
|
||||
|
Reference in New Issue
Block a user