From f3c21aa4810159c4e946c76c99f9ecc71c851d92 Mon Sep 17 00:00:00 2001 From: Christian Lawson-Perfect Date: Tue, 5 Aug 2025 11:05:40 +0100 Subject: [PATCH] Fix some typos --- server/direct.rst | 2 +- upgrading/whats-new-4.0/accessing.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/direct.rst b/server/direct.rst index d41a5b00..795bfc7d 100644 --- a/server/direct.rst +++ b/server/direct.rst @@ -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 diff --git a/upgrading/whats-new-4.0/accessing.rst b/upgrading/whats-new-4.0/accessing.rst index 672c46bd..2809bb23 100644 --- a/upgrading/whats-new-4.0/accessing.rst +++ b/upgrading/whats-new-4.0/accessing.rst @@ -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