Fixed a number of typos reported by users (resolves bugs 3045072, 3045076, 3045077 and 3045095)

This commit is contained in:
dpvc 2010-08-15 00:48:12 +00:00
parent af238273c0
commit db7a2f2f8e
19 changed files with 43 additions and 43 deletions

View File

@ -54,8 +54,8 @@ snippet using a JavaScript object. This lets you include HTML in your
configutation files even though they are not HTML files themselves. configutation files even though they are not HTML files themselves.
The format is fairly simple, but flexible enough to let you represent The format is fairly simple, but flexible enough to let you represent
complicated HTML trees.</p> complicated HTML trees.</p>
<p>An HTML snippet is an array consisting of a series elements that formt <p>An HTML snippet is an array consisting of a series of elements that format
he HTML tree. Those elements are one of two things: either a string, the HTML tree. Those elements are one of two things: either a string,
which represents text to be included in the snippet, or an array, which represents text to be included in the snippet, or an array,
which represents an HTML tag to be included. In the latter case, the which represents an HTML tag to be included. In the latter case, the
array consists of three items: a string that is the tag name (e.g., array consists of three items: a string that is the tag name (e.g.,

View File

@ -10,8 +10,8 @@ configutation files even though they are not HTML files themselves.
The format is fairly simple, but flexible enough to let you represent The format is fairly simple, but flexible enough to let you represent
complicated HTML trees. complicated HTML trees.
An HTML snippet is an array consisting of a series elements that formt An HTML snippet is an array consisting of a series of elements that format
he HTML tree. Those elements are one of two things: either a string, the HTML tree. Those elements are one of two things: either a string,
which represents text to be included in the snippet, or an array, which represents text to be included in the snippet, or an array,
which represents an HTML tag to be included. In the latter case, the which represents an HTML tag to be included. In the latter case, the
array consists of three items: a string that is the tag name (e.g., array consists of three items: a string that is the tag name (e.g.,

View File

@ -95,13 +95,13 @@ HTML-CSS with IE8
Internet Explorer 8 has at least eight different rendering modes in Internet Explorer 8 has at least eight different rendering modes in
which can operate, and that are triggered by the `DOCTYPE` of the which can operate, and that are triggered by the `DOCTYPE` of the
document being viewed. It's "quirks" mode is its fasted mode, and its document being viewed. Its "quirks" mode is its fastest mode, and its
"IE8 standards" mode is its slowest. This is the mode triggered by "IE8 standards" mode is its slowest. This is the mode triggered by
strict HTML document types, and since most modern content management strict HTML document types, and since most modern content management
systems now include a `DOCTYPE` that activates "standards" mode, IE8 systems now include a `DOCTYPE` that activates "standards" mode, IE8
will operate in its slowest manner. This is particularly apparent will operate in its slowest manner. This is particularly apparent
when MathJax is used, since IE8 in standards mode runs 20 to 30 times when MathJax is used, since IE8 in standards mode runs 20 to 30 times
slower than its does in its IE7 emulation mode, and 60 times slower slower than it does in its IE7 emulation mode, and 60 times slower
than in quirks mode. than in quirks mode.
Most users find this speed reduction unacceptable when there is much Most users find this speed reduction unacceptable when there is much
@ -115,7 +115,7 @@ mode. You can accomplish this by including the line
at the top of the ``<head>`` section of your HTML documents. This at the top of the ``<head>`` section of your HTML documents. This
lets you keep the strict `DOCTYPE` for validation purposes, while lets you keep the strict `DOCTYPE` for validation purposes, while
still managing to get reasonable perforance from Internext Explorer still managing to get reasonable perforance from Internet Explorer
8. Note that this line must come at the beginning of the ``<head>``, 8. Note that this line must come at the beginning of the ``<head>``,
before any stylesheets or other content are loaded. before any stylesheets or other content are loaded.

View File

@ -1,8 +1,8 @@
.. _platform-movable-type: .. _platform-movable-type:
========================== =============================
Using MathJax in WordPress Using MathJax in Movable Type
========================== =============================
These instructions assume you already have placed the MathJax files on These instructions assume you already have placed the MathJax files on
your server (see :ref:`Installing and Testing MathJax <installation>`). your server (see :ref:`Installing and Testing MathJax <installation>`).

View File

@ -9,8 +9,8 @@ The support for TeX and LaTeX in MathJax consists of two parts: the
these looks for mathematics within your web page (indicated by math these looks for mathematics within your web page (indicated by math
delimiters like ``$$...$$``) and marks the mathematics for later delimiters like ``$$...$$``) and marks the mathematics for later
processing by MathJax. The TeX input processor is what converts the processing by MathJax. The TeX input processor is what converts the
TeX notation into MathJax's internal format, where on of MathJax's TeX notation into MathJax's internal format, where one of MathJax's
output processors then displays is in the web page. output processors then displays it in the web page.
The `tex2jax` preprocessor can be configured to look for whatever The `tex2jax` preprocessor can be configured to look for whatever
markers you want to use for your math delimiters. See the markers you want to use for your math delimiters. See the
@ -202,7 +202,7 @@ noUndefined
The `noUndefined` extension causes undefined control sequences to be The `noUndefined` extension causes undefined control sequences to be
shown as their macro names rather than produce an error message. So shown as their macro names rather than produce an error message. So
$X_{\xxx}$ would display as an "X" with a subscript consiting of the ``$X_{\xxx}$`` would display as an "X" with a subscript consiting of the
text ``\xxx`` in red. text ``\xxx`` in red.
To enable and configure this extension, use for example To enable and configure this extension, use for example

Binary file not shown.

View File

@ -22,7 +22,7 @@
<script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="MathJax v1.0 documentation" href="index.html" /> <link rel="top" title="MathJax v1.0 documentation" href="index.html" />
<link rel="next" title="“Powered by MathJax”" href="badge.html" /> <link rel="next" title="The MathJax Community" href="community.html" />
<link rel="prev" title="MathJax MathML Support" href="mathml.html" /> <link rel="prev" title="MathJax MathML Support" href="mathml.html" />
</head> </head>
<body> <body>
@ -33,7 +33,7 @@
<a href="genindex.html" title="General Index" <a href="genindex.html" title="General Index"
accesskey="I">index</a></li> accesskey="I">index</a></li>
<li class="right" > <li class="right" >
<a href="badge.html" title="“Powered by MathJax”" <a href="community.html" title="The MathJax Community"
accesskey="N">next</a> |</li> accesskey="N">next</a> |</li>
<li class="right" > <li class="right" >
<a href="mathml.html" title="MathJax MathML Support" <a href="mathml.html" title="MathJax MathML Support"
@ -125,13 +125,13 @@ wishes.</p>
<span id="id1"></span><h2>HTML-CSS with IE8<a class="headerlink" href="#html-css-with-ie8" title="Permalink to this headline"></a></h2> <span id="id1"></span><h2>HTML-CSS with IE8<a class="headerlink" href="#html-css-with-ie8" title="Permalink to this headline"></a></h2>
<p>Internet Explorer 8 has at least eight different rendering modes in <p>Internet Explorer 8 has at least eight different rendering modes in
which can operate, and that are triggered by the <cite>DOCTYPE</cite> of the which can operate, and that are triggered by the <cite>DOCTYPE</cite> of the
document being viewed. It&#8217;s &#8220;quirks&#8221; mode is its fasted mode, and its document being viewed. Its &#8220;quirks&#8221; mode is its fastest mode, and its
&#8220;IE8 standards&#8221; mode is its slowest. This is the mode triggered by &#8220;IE8 standards&#8221; mode is its slowest. This is the mode triggered by
strict HTML document types, and since most modern content management strict HTML document types, and since most modern content management
systems now include a <cite>DOCTYPE</cite> that activates &#8220;standards&#8221; mode, IE8 systems now include a <cite>DOCTYPE</cite> that activates &#8220;standards&#8221; mode, IE8
will operate in its slowest manner. This is particularly apparent will operate in its slowest manner. This is particularly apparent
when MathJax is used, since IE8 in standards mode runs 20 to 30 times when MathJax is used, since IE8 in standards mode runs 20 to 30 times
slower than its does in its IE7 emulation mode, and 60 times slower slower than it does in its IE7 emulation mode, and 60 times slower
than in quirks mode.</p> than in quirks mode.</p>
<p>Most users find this speed reduction unacceptable when there is much <p>Most users find this speed reduction unacceptable when there is much
mathematics on the page. To overcome this problem, you may wish to mathematics on the page. To overcome this problem, you may wish to
@ -142,7 +142,7 @@ mode. You can accomplish this by including the line</p>
</div> </div>
<p>at the top of the <tt class="docutils literal"><span class="pre">&lt;head&gt;</span></tt> section of your HTML documents. This <p>at the top of the <tt class="docutils literal"><span class="pre">&lt;head&gt;</span></tt> section of your HTML documents. This
lets you keep the strict <cite>DOCTYPE</cite> for validation purposes, while lets you keep the strict <cite>DOCTYPE</cite> for validation purposes, while
still managing to get reasonable perforance from Internext Explorer still managing to get reasonable perforance from Internet Explorer
8. Note that this line must come at the beginning of the <tt class="docutils literal"><span class="pre">&lt;head&gt;</span></tt>, 8. Note that this line must come at the beginning of the <tt class="docutils literal"><span class="pre">&lt;head&gt;</span></tt>,
before any stylesheets or other content are loaded.</p> before any stylesheets or other content are loaded.</p>
<p>Altertnatively, you can use the <cite>MMLorHTML</cite> configuration file <p>Altertnatively, you can use the <cite>MMLorHTML</cite> configuration file
@ -171,8 +171,8 @@ the mathematics much more quickly.</p>
<p class="topless"><a href="mathml.html" <p class="topless"><a href="mathml.html"
title="previous chapter">MathJax MathML Support</a></p> title="previous chapter">MathJax MathML Support</a></p>
<h4>Next topic</h4> <h4>Next topic</h4>
<p class="topless"><a href="badge.html" <p class="topless"><a href="community.html"
title="next chapter">&#8220;Powered by MathJax&#8221;</a></p> title="next chapter">The MathJax Community</a></p>
<h3>This Page</h3> <h3>This Page</h3>
<ul class="this-page-menu"> <ul class="this-page-menu">
<li><a href="_sources/output.txt" <li><a href="_sources/output.txt"
@ -202,7 +202,7 @@ the mathematics much more quickly.</p>
<a href="genindex.html" title="General Index" <a href="genindex.html" title="General Index"
>index</a></li> >index</a></li>
<li class="right" > <li class="right" >
<a href="badge.html" title="“Powered by MathJax”" <a href="community.html" title="The MathJax Community"
>next</a> |</li> >next</a> |</li>
<li class="right" > <li class="right" >
<a href="mathml.html" title="MathJax MathML Support" <a href="mathml.html" title="MathJax MathML Support"

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Using MathJax in WordPress &mdash; MathJax v1.0 documentation</title> <title>Using MathJax in Movable Type &mdash; MathJax v1.0 documentation</title>
<link rel="stylesheet" href="../_static/mj.css" type="text/css" /> <link rel="stylesheet" href="../_static/mj.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript"> <script type="text/javascript">
@ -49,8 +49,8 @@
<div class="bodywrapper"> <div class="bodywrapper">
<div class="body"> <div class="body">
<div class="section" id="using-mathjax-in-wordpress"> <div class="section" id="using-mathjax-in-movable-type">
<span id="platform-movable-type"></span><h1>Using MathJax in WordPress<a class="headerlink" href="#using-mathjax-in-wordpress" title="Permalink to this headline"></a></h1> <span id="platform-movable-type"></span><h1>Using MathJax in Movable Type<a class="headerlink" href="#using-mathjax-in-movable-type" title="Permalink to this headline"></a></h1>
<p>These instructions assume you already have placed the MathJax files on <p>These instructions assume you already have placed the MathJax files on
your server (see <a class="reference internal" href="../installation.html#installation"><em>Installing and Testing MathJax</em></a>).</p> your server (see <a class="reference internal" href="../installation.html#installation"><em>Installing and Testing MathJax</em></a>).</p>
<ol class="arabic"> <ol class="arabic">

File diff suppressed because one or more lines are too long

View File

@ -23,7 +23,7 @@
<script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="MathJax v1.0 documentation" href="index.html" /> <link rel="top" title="MathJax v1.0 documentation" href="index.html" />
<link rel="next" title="MathJax MathML Support" href="mathml.html" /> <link rel="next" title="MathJax MathML Support" href="mathml.html" />
<link rel="prev" title="Using MathJax in WordPress" href="platforms/movable-type.html" /> <link rel="prev" title="Using MathJax in Movable Type" href="platforms/movable-type.html" />
</head> </head>
<body> <body>
<div class="related"> <div class="related">
@ -36,7 +36,7 @@
<a href="mathml.html" title="MathJax MathML Support" <a href="mathml.html" title="MathJax MathML Support"
accesskey="N">next</a> |</li> accesskey="N">next</a> |</li>
<li class="right" > <li class="right" >
<a href="platforms/movable-type.html" title="Using MathJax in WordPress" <a href="platforms/movable-type.html" title="Using MathJax in Movable Type"
accesskey="P">previous</a> |</li> accesskey="P">previous</a> |</li>
<li><a href="index.html">MathJax v1.0 documentation</a> &raquo;</li> <li><a href="index.html">MathJax v1.0 documentation</a> &raquo;</li>
</ul> </ul>
@ -54,8 +54,8 @@
these looks for mathematics within your web page (indicated by math these looks for mathematics within your web page (indicated by math
delimiters like <tt class="docutils literal"><span class="pre">$$...$$</span></tt>) and marks the mathematics for later delimiters like <tt class="docutils literal"><span class="pre">$$...$$</span></tt>) and marks the mathematics for later
processing by MathJax. The TeX input processor is what converts the processing by MathJax. The TeX input processor is what converts the
TeX notation into MathJax&#8217;s internal format, where on of MathJax&#8217;s TeX notation into MathJax&#8217;s internal format, where one of MathJax&#8217;s
output processors then displays is in the web page.</p> output processors then displays it in the web page.</p>
<p>The <cite>tex2jax</cite> preprocessor can be configured to look for whatever <p>The <cite>tex2jax</cite> preprocessor can be configured to look for whatever
markers you want to use for your math delimiters. See the markers you want to use for your math delimiters. See the
<a class="reference internal" href="options/tex2jax.html#configure-tex2jax"><em>tex2jax configuration options</em></a> section for <a class="reference internal" href="options/tex2jax.html#configure-tex2jax"><em>tex2jax configuration options</em></a> section for
@ -206,7 +206,7 @@ the paragraph, use</p>
<h3>noUndefined<a class="headerlink" href="#noundefined" title="Permalink to this headline"></a></h3> <h3>noUndefined<a class="headerlink" href="#noundefined" title="Permalink to this headline"></a></h3>
<p>The <cite>noUndefined</cite> extension causes undefined control sequences to be <p>The <cite>noUndefined</cite> extension causes undefined control sequences to be
shown as their macro names rather than produce an error message. So shown as their macro names rather than produce an error message. So
$X_{xxx}$ would display as an &#8220;X&#8221; with a subscript consiting of the <tt class="docutils literal"><span class="pre">$X_{\xxx}$</span></tt> would display as an &#8220;X&#8221; with a subscript consiting of the
text <tt class="docutils literal"><span class="pre">\xxx</span></tt> in red.</p> text <tt class="docutils literal"><span class="pre">\xxx</span></tt> in red.</p>
<p>To enable and configure this extension, use for example</p> <p>To enable and configure this extension, use for example</p>
<div class="highlight-javascript"><div class="highlight"><pre><span class="nx">extensions</span><span class="o">:</span> <span class="p">[</span><span class="s2">&quot;TeX/noUndefined.js&quot;</span><span class="p">,</span> <span class="p">...],</span> <div class="highlight-javascript"><div class="highlight"><pre><span class="nx">extensions</span><span class="o">:</span> <span class="p">[</span><span class="s2">&quot;TeX/noUndefined.js&quot;</span><span class="p">,</span> <span class="p">...],</span>
@ -1103,7 +1103,7 @@ Z
<h4>Previous topic</h4> <h4>Previous topic</h4>
<p class="topless"><a href="platforms/movable-type.html" <p class="topless"><a href="platforms/movable-type.html"
title="previous chapter">Using MathJax in WordPress</a></p> title="previous chapter">Using MathJax in Movable Type</a></p>
<h4>Next topic</h4> <h4>Next topic</h4>
<p class="topless"><a href="mathml.html" <p class="topless"><a href="mathml.html"
title="next chapter">MathJax MathML Support</a></p> title="next chapter">MathJax MathML Support</a></p>
@ -1139,7 +1139,7 @@ Z
<a href="mathml.html" title="MathJax MathML Support" <a href="mathml.html" title="MathJax MathML Support"
>next</a> |</li> >next</a> |</li>
<li class="right" > <li class="right" >
<a href="platforms/movable-type.html" title="Using MathJax in WordPress" <a href="platforms/movable-type.html" title="Using MathJax in Movable Type"
>previous</a> |</li> >previous</a> |</li>
<li><a href="index.html">MathJax v1.0 documentation</a> &raquo;</li> <li><a href="index.html">MathJax v1.0 documentation</a> &raquo;</li>
</ul> </ul>

View File

@ -10,8 +10,8 @@ configutation files even though they are not HTML files themselves.
The format is fairly simple, but flexible enough to let you represent The format is fairly simple, but flexible enough to let you represent
complicated HTML trees. complicated HTML trees.
An HTML snippet is an array consisting of a series elements that formt An HTML snippet is an array consisting of a series of elements that format
he HTML tree. Those elements are one of two things: either a string, the HTML tree. Those elements are one of two things: either a string,
which represents text to be included in the snippet, or an array, which represents text to be included in the snippet, or an array,
which represents an HTML tag to be included. In the latter case, the which represents an HTML tag to be included. In the latter case, the
array consists of three items: a string that is the tag name (e.g., array consists of three items: a string that is the tag name (e.g.,

View File

@ -95,13 +95,13 @@ HTML-CSS with IE8
Internet Explorer 8 has at least eight different rendering modes in Internet Explorer 8 has at least eight different rendering modes in
which can operate, and that are triggered by the `DOCTYPE` of the which can operate, and that are triggered by the `DOCTYPE` of the
document being viewed. It's "quirks" mode is its fasted mode, and its document being viewed. Its "quirks" mode is its fastest mode, and its
"IE8 standards" mode is its slowest. This is the mode triggered by "IE8 standards" mode is its slowest. This is the mode triggered by
strict HTML document types, and since most modern content management strict HTML document types, and since most modern content management
systems now include a `DOCTYPE` that activates "standards" mode, IE8 systems now include a `DOCTYPE` that activates "standards" mode, IE8
will operate in its slowest manner. This is particularly apparent will operate in its slowest manner. This is particularly apparent
when MathJax is used, since IE8 in standards mode runs 20 to 30 times when MathJax is used, since IE8 in standards mode runs 20 to 30 times
slower than its does in its IE7 emulation mode, and 60 times slower slower than it does in its IE7 emulation mode, and 60 times slower
than in quirks mode. than in quirks mode.
Most users find this speed reduction unacceptable when there is much Most users find this speed reduction unacceptable when there is much
@ -115,7 +115,7 @@ mode. You can accomplish this by including the line
at the top of the ``<head>`` section of your HTML documents. This at the top of the ``<head>`` section of your HTML documents. This
lets you keep the strict `DOCTYPE` for validation purposes, while lets you keep the strict `DOCTYPE` for validation purposes, while
still managing to get reasonable perforance from Internext Explorer still managing to get reasonable perforance from Internet Explorer
8. Note that this line must come at the beginning of the ``<head>``, 8. Note that this line must come at the beginning of the ``<head>``,
before any stylesheets or other content are loaded. before any stylesheets or other content are loaded.

View File

@ -1,8 +1,8 @@
.. _platform-movable-type: .. _platform-movable-type:
========================== =============================
Using MathJax in WordPress Using MathJax in Movable Type
========================== =============================
These instructions assume you already have placed the MathJax files on These instructions assume you already have placed the MathJax files on
your server (see :ref:`Installing and Testing MathJax <installation>`). your server (see :ref:`Installing and Testing MathJax <installation>`).

View File

@ -9,8 +9,8 @@ The support for TeX and LaTeX in MathJax consists of two parts: the
these looks for mathematics within your web page (indicated by math these looks for mathematics within your web page (indicated by math
delimiters like ``$$...$$``) and marks the mathematics for later delimiters like ``$$...$$``) and marks the mathematics for later
processing by MathJax. The TeX input processor is what converts the processing by MathJax. The TeX input processor is what converts the
TeX notation into MathJax's internal format, where on of MathJax's TeX notation into MathJax's internal format, where one of MathJax's
output processors then displays is in the web page. output processors then displays it in the web page.
The `tex2jax` preprocessor can be configured to look for whatever The `tex2jax` preprocessor can be configured to look for whatever
markers you want to use for your math delimiters. See the markers you want to use for your math delimiters. See the
@ -202,7 +202,7 @@ noUndefined
The `noUndefined` extension causes undefined control sequences to be The `noUndefined` extension causes undefined control sequences to be
shown as their macro names rather than produce an error message. So shown as their macro names rather than produce an error message. So
$X_{\xxx}$ would display as an "X" with a subscript consiting of the ``$X_{\xxx}$`` would display as an "X" with a subscript consiting of the
text ``\xxx`` in red. text ``\xxx`` in red.
To enable and configure this extension, use for example To enable and configure this extension, use for example