fixed a few typos:

This commit is contained in:
robertminer 2010-08-02 17:59:32 +00:00
parent 526292c9e9
commit f2217d8c7f
4 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ response time in any case).
It is best to load MathJax in the document's ``<head>`` block, but it
is also possible to load MathJax into the ``<body>`` section, if
needed. If you do this, load it as earlier early as possible, as
needed. If you do this, load it as early as possible, as
MathJax will begin to load its components as soon as it is included in
the page, and that will help speed up the processing of the
mathematics on your page. MathJax does expect there to be a

View File

@ -38,7 +38,7 @@ Glossary
``MathJax/jax`` directory.
LaTeX
Build on the :term:`TeX` language
LaTeX is a variant of :term:`TeX` that is now the dominant TeX style.
.. seealso::

View File

@ -29,7 +29,7 @@ past it into other programs.
MathJax is modular, so it loads components only when necessary, and
can be extended to include new capabilities as needed. MathJax is
highly configurble, allowing authors to customize it for the special
highly configurable, allowing authors to customize it for the special
requirements of their web sites. Finally, MathJax has a rich
application programming interface (API) that can be used to make the
mathematics on your web pages interactive and dynamic.

View File

@ -294,12 +294,12 @@ You could also read more about the details of how to :ref:`customize
MathJax <configuration>`.
If you are trying to use MathJax in blog or wiki software or in some
other content-manangement system, you might want to read about :ref:`using
other content-management system, you might want to read about :ref:`using
MathJax in popular platforms <platforms>`.
If you are working on dynamic pages that include mathematics, you
might want to read about the :ref:`MathJax Application Programming
Interface <mathjax-api>` (it's API), so you know how to include
Interface <mathjax-api>` (its API), so you know how to include
mathematics in your interactive pages.
If you are having trouble getting MathJax to work, you can read more