File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ This extension defines the following commands:
2929 Specifies whether the use the bold or normal versions of the bbm
3030 fonts. If ``name `` is ``bold ``, the bold versions are used;
3131 anything else indicates the normal versions. This is a global
32- setting, whise default is given by the :data: `bbm.bold` ` setting
32+ setting, whose default is given by the :data: `bbm.bold` ` setting
3333 described :ref: `below <tex-bbm-options >`.
3434
3535.. raw :: html
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ directly via a ``<script>`` tag, as in
3838
3939.. code-block :: html
4040
41- <script defer src =" https://cdn.jsdelivr.net/npm/mathjax4 /startup.js" ></script >
41+ <script defer src =" https://cdn.jsdelivr.net/npm/mathjax@4 /startup.js" ></script >
4242
4343This is the component that manages the global :js:data: `MathJax ` object.
4444It is responsible for creating the needed objects (like the input and
Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ and configure your page like
375375 MathJax = {
376376 output: {
377377 font: ' mathjax-stix2' ,
378- fontPath: ' http://localhost:3000/mathjax-strix2 -font' ,
378+ fontPath: ' http://localhost:3000/mathjax-stix2 -font' ,
379379 }
380380 };
381381 </script >
You can’t perform that action at this time.
0 commit comments