fixing typos
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@548 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
This commit is contained in:
parent
af1ab87460
commit
0eba42756b
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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::
|
||||
|
||||
|
|
|
@ -198,7 +198,7 @@ files, so you might need to use the command-line interface to
|
|||
accomplish this.)
|
||||
|
||||
This file should make it possible for pages at other sites to load
|
||||
MathJax from this server in such a way that Forefox will be able to
|
||||
MathJax from this server in such a way that Firefox will be able to
|
||||
download the web-based fonts. If you want to restrict the sites that
|
||||
can access the web fonts, change the ``Access-Control-Allow-Origin``
|
||||
line to something like::
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -28,7 +28,7 @@ Obtaining and Installing MathJax
|
|||
|
||||
The easiest way to set up MathJax is to obtain the
|
||||
``MathJax-complete-v1.0.zip`` archive from the `MathJax download page
|
||||
<www.mathjax.org/download/>`_. This includes both the MathJax code
|
||||
<http://www.mathjax.org/download/>`_. This includes both the MathJax code
|
||||
and the MathJax webfonts, so this is the only file you need.
|
||||
|
||||
Unpack the ``MathJax-complete-v1.0.zip`` archive and place the
|
||||
|
@ -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
|
||||
|
|
|
@ -75,7 +75,7 @@ from your own server, please do so (this will probably give you better
|
|||
response time in any case).</p>
|
||||
<p>It is best to load MathJax in the document’s <tt class="docutils literal"><span class="pre"><head></span></tt> block, but it
|
||||
is also possible to load MathJax into the <tt class="docutils literal"><span class="pre"><body></span></tt> 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
|
||||
|
|
|
@ -71,7 +71,7 @@ allowing MathJax to remain compatible across all browsers.</dd>
|
|||
its internal format manager. The code for the jax are in the
|
||||
<tt class="docutils literal"><span class="pre">MathJax/jax</span></tt> directory.</dd>
|
||||
<dt id="term-latex">LaTeX</dt>
|
||||
<dd><p class="first">Build on the <a class="reference internal" href="#term-tex"><em class="xref std std-term">TeX</em></a> language</p>
|
||||
<dd><p class="first">LaTeX is a variant of <a class="reference internal" href="#term-tex"><em class="xref std std-term">TeX</em></a> that is now the dominant TeX style.</p>
|
||||
<div class="admonition-see-also last admonition seealso">
|
||||
<p class="first admonition-title">See also</p>
|
||||
<p class="last"><a class="reference external" href="http://en.wikipedia.org/wiki/LaTeX">LaTeX Wikipedia entry</a></p>
|
||||
|
|
|
@ -207,7 +207,7 @@ particularly graphic user interfaces, may not allow you to create such
|
|||
files, so you might need to use the command-line interface to
|
||||
accomplish this.)</p>
|
||||
<p>This file should make it possible for pages at other sites to load
|
||||
MathJax from this server in such a way that Forefox will be able to
|
||||
MathJax from this server in such a way that Firefox will be able to
|
||||
download the web-based fonts. If you want to restrict the sites that
|
||||
can access the web fonts, change the <tt class="docutils literal"><span class="pre">Access-Control-Allow-Origin</span></tt>
|
||||
line to something like:</p>
|
||||
|
|
|
@ -74,7 +74,7 @@ browsers that support MathML natively, or so that you can copy and
|
|||
past it into other programs.</p>
|
||||
<p>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.</p>
|
||||
|
|
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -66,7 +66,7 @@ read the details in order to customize the setup for your pages.</p>
|
|||
<div class="section" id="obtaining-and-installing-mathjax">
|
||||
<h2>Obtaining and Installing MathJax<a class="headerlink" href="#obtaining-and-installing-mathjax" title="Permalink to this headline">¶</a></h2>
|
||||
<p>The easiest way to set up MathJax is to obtain the
|
||||
<tt class="docutils literal"><span class="pre">MathJax-complete-v1.0.zip</span></tt> archive from the <a class="reference external" href="www.mathjax.org/download/">MathJax download page</a>. This includes both the MathJax code
|
||||
<tt class="docutils literal"><span class="pre">MathJax-complete-v1.0.zip</span></tt> archive from the <a class="reference external" href="http://www.mathjax.org/download/">MathJax download page</a>. This includes both the MathJax code
|
||||
and the MathJax webfonts, so this is the only file you need.</p>
|
||||
<p>Unpack the <tt class="docutils literal"><span class="pre">MathJax-complete-v1.0.zip</span></tt> archive and place the
|
||||
resulting <tt class="docutils literal"><span class="pre">MathJax</span></tt> folder onto your web server at a convenient
|
||||
|
@ -285,11 +285,11 @@ point, you can start making pages that contain mathematical content!</p>
|
|||
<p>You could also read more about the details of how to <a class="reference internal" href="configuration.html#configuration"><em>customize
|
||||
MathJax</em></a>.</p>
|
||||
<p>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 <a class="reference internal" href="platforms/index.html#platforms"><em>using
|
||||
other content-management system, you might want to read about <a class="reference internal" href="platforms/index.html#platforms"><em>using
|
||||
MathJax in popular platforms</em></a>.</p>
|
||||
<p>If you are working on dynamic pages that include mathematics, you
|
||||
might want to read about the <a class="reference internal" href="api/index.html#mathjax-api"><em>MathJax Application Programming
|
||||
Interface</em></a> (it’s API), so you know how to include
|
||||
Interface</em></a> (its API), so you know how to include
|
||||
mathematics in your interactive pages.</p>
|
||||
<p>If you are having trouble getting MathJax to work, you can read more
|
||||
about <a class="reference internal" href="installation.html#installation"><em>installing MathJax</em></a>, or <a class="reference internal" href="configuration.html#loading"><em>loading and
|
||||
|
|
|
@ -198,7 +198,7 @@ files, so you might need to use the command-line interface to
|
|||
accomplish this.)
|
||||
|
||||
This file should make it possible for pages at other sites to load
|
||||
MathJax from this server in such a way that Forefox will be able to
|
||||
MathJax from this server in such a way that Firefox will be able to
|
||||
download the web-based fonts. If you want to restrict the sites that
|
||||
can access the web fonts, change the ``Access-Control-Allow-Origin``
|
||||
line to something like::
|
||||
|
|
|
@ -28,7 +28,7 @@ Obtaining and Installing MathJax
|
|||
|
||||
The easiest way to set up MathJax is to obtain the
|
||||
``MathJax-complete-v1.0.zip`` archive from the `MathJax download page
|
||||
<www.mathjax.org/download/>`_. This includes both the MathJax code
|
||||
<http://www.mathjax.org/download/>`_. This includes both the MathJax code
|
||||
and the MathJax webfonts, so this is the only file you need.
|
||||
|
||||
Unpack the ``MathJax-complete-v1.0.zip`` archive and place the
|
||||
|
|
Loading…
Reference in New Issue
Block a user