@@ -213,7 +213,7 @@ In version 3, there was only one font (``mathjax-tex``) and it was
213
213
bundled with MathJax itself, so there when you installed MathJax, you
214
214
also git that font. That is no longer the case with version 4, since
215
215
there is a choice of fonts, and they are made available in separate
216
- pacakges . Installing MathJax via ``npm `` or ``pnpm `` will get you the
216
+ packages . Installing MathJax via ``npm `` or ``pnpm `` will get you the
217
217
default ``mathjax-mnewcm `` font, but if you plan to use a different
218
218
font and have that served from your server, you will need to load its
219
219
font package as well. E.g.,
@@ -229,7 +229,7 @@ directory to a suitable location on your server, as you have the
229
229
MathJax files themselves.
230
230
231
231
In order to use the font you have loaded, you will need to configure
232
- MathJax to tell it the font you need, and where the font fils are
232
+ MathJax to tell it the font you need, and where the font files are
233
233
located on your server. For example:
234
234
235
235
.. code-block :: js
@@ -387,8 +387,8 @@ and configure your page like
387
387
</html >
388
388
389
389
then you should be able to load this file using a ``file:// `` URL and
390
- have MathJax served from the local pyhton server without the need for
391
- any access to the internet.
390
+ have MathJax served from the local server without the need for any
391
+ access to the internet.
392
392
393
393
394
394
|----- |
0 commit comments