Skip to content

Commit

Permalink
Fix bold tex font names
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Jun 7, 2019
1 parent 5701fa5 commit bad699c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mathjax3-ts/input/tex/boldsymbol/BoldsymbolConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bad699c

Please sign in to comment.