Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/direct.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Most of the examples also load a number of TeX extensions:
import '@mathjax/src/js/input/tex/base/BaseConfiguration.js';
import '@mathjax/src/js/input/tex/ams/AmsConfiguration.js';
import '@mathjax/src/js/input/tex/newcommand/NewcommandConfiguration.js';
import '@mathjax/src/js/input/tex/noundefined/NoundefinedConfiguration.js';
import '@mathjax/src/js/input/tex/noundefined/NoUndefinedConfiguration.js';

Here, we load the `base`, :ref:`tex-ams`, :ref:`tex-newcommand`, and
:ref:`tex-noundefined` extensions. The names of these packages are
Expand Down
2 changes: 1 addition & 1 deletion upgrading/whats-new-4.0/accessing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ MathJax Scoped NPM Packages

With version 4, MathJax has moved to scoped packages for the source
and font npm packages. The ``mathjax-full`` package is now
``@mathjax/scr``, and the font packages are
``@mathjax/src``, and the font packages are
``@mathjax/mathjax-stix2-font``, ``@mathjax/mathjax-fira-font``, and
so on. Future extensions and other packages will be in the
``@mathjax`` scope as well. The only exception is that the
Expand Down