Skip to content

Commit

Permalink
Merge pull request #1074 from mathjax/ds-font-update
Browse files Browse the repository at this point in the history
Fix dsfont name in dependencies, and add new fonts to sources
  • Loading branch information
dpvc authored Mar 16, 2024
2 parents 75897a0 + 2f78a39 commit b869096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/mjs/dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const dependencies = {
'[tex]/colorv2': ['input/tex-base'],
'[tex]/colortbl': ['input/tex-base', '[tex]/color'],
'[tex]/configmacros': ['input/tex-base', '[tex]/newcommand'],
'[tex]/dsfonts': ['input/tex/tex-base'],
'[tex]/dsfont': ['input/tex-base'],
'[tex]/enclose': ['input/tex-base'],
'[tex]/extpfeil': ['input/tex-base', '[tex]/newcommand', '[tex]/ams'],
'[tex]/html': ['input/tex-base'],
Expand Down
3 changes: 3 additions & 0 deletions components/mjs/source.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ export const source = {
'[tex]/autoload': `${src}/input/tex/extensions/autoload/autoload.js`,
'[tex]/ams': `${src}/input/tex/extensions/ams/ams.js`,
'[tex]/amscd': `${src}/input/tex/extensions/amscd/amscd.js`,
'[tex]/bbm': `${src}/input/tex/extensions/bbm/bbm.js`,
'[tex]/bboldx': `${src}/input/tex/extensions/bboldx/bboldx.js`,
'[tex]/bbox': `${src}/input/tex/extensions/bbox/bbox.js`,
'[tex]/boldsymbol': `${src}/input/tex/extensions/boldsymbol/boldsymbol.js`,
'[tex]/braket': `${src}/input/tex/extensions/braket/braket.js`,
Expand All @@ -37,6 +39,7 @@ export const source = {
'[tex]/color': `${src}/input/tex/extensions/color/color.js`,
'[tex]/colorv2': `${src}/input/tex/extensions/colorv2/colorv2.js`,
'[tex]/configmacros': `${src}/input/tex/extensions/configmacros/configmacros.js`,
'[tex]/dsfont': `${src}/input/tex/extensions/dsfont/dsfont.js`,
'[tex]/enclose': `${src}/input/tex/extensions/enclose/enclose.js`,
'[tex]/extpfeil': `${src}/input/tex/extensions/extpfeil/extpfeil.js`,
'[tex]/html': `${src}/input/tex/extensions/html/html.js`,
Expand Down

0 comments on commit b869096

Please sign in to comment.