@@ -143,7 +143,7 @@ need to adjust the locations in the :func:`require()` commands).
143
143
require (' mathjax-full/components/src/input/tex-base/tex-base.js' );
144
144
require (' mathjax-full/components/src/input/tex/extensions/ams/ams.js' );
145
145
require (' mathjax-full/components/src/input/tex/extensions/newcommand/newcommand.js' );
146
- require (' mathjax-full/components/src/input/tex/extensions/config_macros /configmacros.js' );
146
+ require (' mathjax-full/components/src/input/tex/extensions/configmacros /configmacros.js' );
147
147
148
148
require (' mathjax-full/components/src/output/svg/svg.js' );
149
149
require (' mathjax-full/components/src/output/svg/fonts/tex/tex.js' );
@@ -226,7 +226,7 @@ should be able to use the command
226
226
227
227
.. code-block :: shell
228
228
229
- ../node_modules/mathjax-full/components/bin/makeAll
229
+ node ../node_modules/mathjax-full/components/bin/makeAll
230
230
231
231
to process your custom build. You should end up with a file
232
232
``custom-mathjax.min.js `` in the directory with the other files. If
@@ -258,7 +258,7 @@ defaults that can still be overridden in the page, use
258
258
// Update the configuration to include any updated values
259
259
//
260
260
const {insert } = require (' mathjax-full/js/util/Options.js' );
261
- insert (MathJax .config , {tex: {packages: {' [+]' : [' ams' , ' newcommand' , ' configmacros' ]}}});
261
+ insert (MathJax .config , {tex: {packages: {' [+]' : [' ams' , ' newcommand' , ' configmacros' ]}}}, false );
262
262
MathJax .config = insert ({
263
263
// your default options here
264
264
}, MathJax .config );
@@ -472,7 +472,7 @@ should be able to use the command
472
472
473
473
.. code-block :: shell
474
474
475
- ../node_modules/mathjax-full/components/bin/makeAll
475
+ node ../node_modules/mathjax-full/components/bin/makeAll
476
476
477
477
to process your custom build. You should end up with a file
478
478
``mml.min.js `` in the directory with the other files. If
@@ -704,7 +704,7 @@ Once these two files are ready, you should be able to use the command
704
704
705
705
.. code-block :: shell
706
706
707
- ../node_modules/mathjax-full/components/bin/makeAll
707
+ node ../node_modules/mathjax-full/components/bin/makeAll
708
708
709
709
to process your custom build. You should end up with a file
710
710
``mathjax-speech.min.js `` in the directory with the other files. it
0 commit comments