fixed a few typos:
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@547 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
This commit is contained in:
parent
fbcb2e0997
commit
af1ab87460
|
@ -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
|
||||
|
|
|
@ -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::
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user