Skip to content

Commit d49dfc9

Browse files
authored
Merge pull request #1172 from mathjax/add-textmacros
Add textmacros to the input/tex components
2 parents 9fcd4a6 + 0debe29 commit d49dfc9

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

components/mjs/input/tex/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"input/tex/base",
88
"input/tex/ams",
99
"input/tex/newcommand",
10+
"input/tex/textmacros",
1011
"input/tex/noundefined",
1112
"input/tex/require",
1213
"input/tex/autoload",

components/mjs/input/tex/tex.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Loader.preLoad(
77
'input/tex-base',
88
'[tex]/ams',
99
'[tex]/newcommand',
10+
'[tex]/textmacros',
1011
'[tex]/noundefined',
1112
'[tex]/require',
1213
'[tex]/autoload',
@@ -17,6 +18,7 @@ registerTeX([
1718
'base',
1819
'ams',
1920
'newcommand',
21+
'textmacros',
2022
'noundefined',
2123
'require',
2224
'autoload',

0 commit comments

Comments
 (0)