From bad699c35628b71f50ab1c492c6152f06ffb68cd Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Fri, 7 Jun 2019 16:36:20 -0400 Subject: [PATCH] Fix bold tex font names --- mathjax3-ts/input/tex/boldsymbol/BoldsymbolConfiguration.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mathjax3-ts/input/tex/boldsymbol/BoldsymbolConfiguration.ts b/mathjax3-ts/input/tex/boldsymbol/BoldsymbolConfiguration.ts index efb9a1a37..9c1dd6201 100644 --- a/mathjax3-ts/input/tex/boldsymbol/BoldsymbolConfiguration.ts +++ b/mathjax3-ts/input/tex/boldsymbol/BoldsymbolConfiguration.ts @@ -39,8 +39,8 @@ BOLDVARIANT[TexConstant.Variant.ITALIC] = TexConstant.Variant.BOLDITALIC; BOLDVARIANT[TexConstant.Variant.FRAKTUR] = TexConstant.Variant.BOLDFRAKTUR; BOLDVARIANT[TexConstant.Variant.SCRIPT] = TexConstant.Variant.BOLDSCRIPT; BOLDVARIANT[TexConstant.Variant.SANSSERIF] = TexConstant.Variant.BOLDSANSSERIF; -BOLDVARIANT['-tex-calligraphic'] = '-tex-calligraphic-bold'; -BOLDVARIANT['-tex-oldstyle'] = '-tex-oldstyle-bold'; +BOLDVARIANT['-tex-calligraphic'] = '-tex-bold-calligraphic'; +BOLDVARIANT['-tex-oldstyle'] = '-tex-bold-oldstyle'; // Namespace