@@ -213,7 +213,7 @@ In version 3, there was only one font (``mathjax-tex``) and it was
213213bundled with MathJax itself, so there when you installed MathJax, you
214214also git that font. That is no longer the case with version 4, since
215215there 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
217217default ``mathjax-mnewcm `` font, but if you plan to use a different
218218font and have that served from your server, you will need to load its
219219font package as well. E.g.,
@@ -229,7 +229,7 @@ directory to a suitable location on your server, as you have the
229229MathJax files themselves.
230230
231231In 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
233233located on your server. For example:
234234
235235.. code-block :: js
@@ -387,8 +387,8 @@ and configure your page like
387387 </html >
388388
389389then 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.
392392
393393
394394|----- |
0 commit comments