Fixed a number of typos reported by users (resolves bugs 3045072, 3045076, 3045077 and 3045095)
This commit is contained in:
parent
af238273c0
commit
db7a2f2f8e
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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.
|
||||
The format is fairly simple, but flexible enough to let you represent
|
||||
complicated HTML trees.</p>
|
||||
<p>An HTML snippet is an array consisting of a series elements that formt
|
||||
he HTML tree. Those elements are one of two things: either a string,
|
||||
<p>An HTML snippet is an array consisting of a series of elements that format
|
||||
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 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.,
|
||||
|
|
|
@ -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
|
||||
complicated HTML trees.
|
||||
|
||||
An HTML snippet is an array consisting of a series elements that formt
|
||||
he HTML tree. Those elements are one of two things: either a string,
|
||||
An HTML snippet is an array consisting of a series of elements that format
|
||||
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 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.,
|
||||
|
|
|
@ -95,13 +95,13 @@ HTML-CSS with IE8
|
|||
|
||||
Internet Explorer 8 has at least eight different rendering modes in
|
||||
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
|
||||
strict HTML document types, and since most modern content management
|
||||
systems now include a `DOCTYPE` that activates "standards" mode, IE8
|
||||
will operate in its slowest manner. This is particularly apparent
|
||||
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.
|
||||
|
||||
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
|
||||
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>``,
|
||||
before any stylesheets or other content are loaded.
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
.. _platform-movable-type:
|
||||
|
||||
==========================
|
||||
Using MathJax in WordPress
|
||||
==========================
|
||||
=============================
|
||||
Using MathJax in Movable Type
|
||||
=============================
|
||||
|
||||
These instructions assume you already have placed the MathJax files on
|
||||
your server (see :ref:`Installing and Testing MathJax <installation>`).
|
||||
|
|
|
@ -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
|
||||
delimiters like ``$$...$$``) and marks the mathematics for later
|
||||
processing by MathJax. The TeX input processor is what converts the
|
||||
TeX notation into MathJax's internal format, where on of MathJax's
|
||||
output processors then displays is in the web page.
|
||||
TeX notation into MathJax's internal format, where one of MathJax's
|
||||
output processors then displays it in the web page.
|
||||
|
||||
The `tex2jax` preprocessor can be configured to look for whatever
|
||||
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
|
||||
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.
|
||||
|
||||
To enable and configure this extension, use for example
|
||||
|
|
Binary file not shown.
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<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" />
|
||||
</head>
|
||||
<body>
|
||||
|
@ -33,7 +33,7 @@
|
|||
<a href="genindex.html" title="General Index"
|
||||
accesskey="I">index</a></li>
|
||||
<li class="right" >
|
||||
<a href="badge.html" title="“Powered by MathJax”"
|
||||
<a href="community.html" title="The MathJax Community"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li class="right" >
|
||||
<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>
|
||||
<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
|
||||
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
|
||||
strict HTML document types, and since most modern content management
|
||||
systems now include a <cite>DOCTYPE</cite> that activates “standards” mode, IE8
|
||||
will operate in its slowest manner. This is particularly apparent
|
||||
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>
|
||||
<p>Most users find this speed reduction unacceptable when there is much
|
||||
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>
|
||||
<p>at the top of the <tt class="docutils literal"><span class="pre"><head></span></tt> section of your HTML documents. This
|
||||
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"><head></span></tt>,
|
||||
before any stylesheets or other content are loaded.</p>
|
||||
<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"
|
||||
title="previous chapter">MathJax MathML Support</a></p>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="badge.html"
|
||||
title="next chapter">“Powered by MathJax”</a></p>
|
||||
<p class="topless"><a href="community.html"
|
||||
title="next chapter">The MathJax Community</a></p>
|
||||
<h3>This Page</h3>
|
||||
<ul class="this-page-menu">
|
||||
<li><a href="_sources/output.txt"
|
||||
|
@ -202,7 +202,7 @@ the mathematics much more quickly.</p>
|
|||
<a href="genindex.html" title="General Index"
|
||||
>index</a></li>
|
||||
<li class="right" >
|
||||
<a href="badge.html" title="“Powered by MathJax”"
|
||||
<a href="community.html" title="The MathJax Community"
|
||||
>next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="mathml.html" title="MathJax MathML Support"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Using MathJax in WordPress — MathJax v1.0 documentation</title>
|
||||
<title>Using MathJax in Movable Type — MathJax v1.0 documentation</title>
|
||||
<link rel="stylesheet" href="../_static/mj.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
|
@ -49,8 +49,8 @@
|
|||
<div class="bodywrapper">
|
||||
<div class="body">
|
||||
|
||||
<div class="section" id="using-mathjax-in-wordpress">
|
||||
<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>
|
||||
<div class="section" id="using-mathjax-in-movable-type">
|
||||
<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
|
||||
your server (see <a class="reference internal" href="../installation.html#installation"><em>Installing and Testing MathJax</em></a>).</p>
|
||||
<ol class="arabic">
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -23,7 +23,7 @@
|
|||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<link rel="top" title="MathJax v1.0 documentation" href="index.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>
|
||||
<body>
|
||||
<div class="related">
|
||||
|
@ -36,7 +36,7 @@
|
|||
<a href="mathml.html" title="MathJax MathML Support"
|
||||
accesskey="N">next</a> |</li>
|
||||
<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>
|
||||
<li><a href="index.html">MathJax v1.0 documentation</a> »</li>
|
||||
</ul>
|
||||
|
@ -54,8 +54,8 @@
|
|||
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
|
||||
processing by MathJax. The TeX input processor is what converts the
|
||||
TeX notation into MathJax’s internal format, where on of MathJax’s
|
||||
output processors then displays is in the web page.</p>
|
||||
TeX notation into MathJax’s internal format, where one of MathJax’s
|
||||
output processors then displays it in the web page.</p>
|
||||
<p>The <cite>tex2jax</cite> preprocessor can be configured to look for whatever
|
||||
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
|
||||
|
@ -206,7 +206,7 @@ the paragraph, use</p>
|
|||
<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
|
||||
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
|
||||
<tt class="docutils literal"><span class="pre">$X_{\xxx}$</span></tt> would display as an “X” with a subscript consiting of the
|
||||
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>
|
||||
<div class="highlight-javascript"><div class="highlight"><pre><span class="nx">extensions</span><span class="o">:</span> <span class="p">[</span><span class="s2">"TeX/noUndefined.js"</span><span class="p">,</span> <span class="p">...],</span>
|
||||
|
@ -1103,7 +1103,7 @@ Z
|
|||
|
||||
<h4>Previous topic</h4>
|
||||
<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>
|
||||
<p class="topless"><a href="mathml.html"
|
||||
title="next chapter">MathJax MathML Support</a></p>
|
||||
|
@ -1139,7 +1139,7 @@ Z
|
|||
<a href="mathml.html" title="MathJax MathML Support"
|
||||
>next</a> |</li>
|
||||
<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>
|
||||
<li><a href="index.html">MathJax v1.0 documentation</a> »</li>
|
||||
</ul>
|
||||
|
|
|
@ -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
|
||||
complicated HTML trees.
|
||||
|
||||
An HTML snippet is an array consisting of a series elements that formt
|
||||
he HTML tree. Those elements are one of two things: either a string,
|
||||
An HTML snippet is an array consisting of a series of elements that format
|
||||
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 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.,
|
||||
|
|
|
@ -95,13 +95,13 @@ HTML-CSS with IE8
|
|||
|
||||
Internet Explorer 8 has at least eight different rendering modes in
|
||||
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
|
||||
strict HTML document types, and since most modern content management
|
||||
systems now include a `DOCTYPE` that activates "standards" mode, IE8
|
||||
will operate in its slowest manner. This is particularly apparent
|
||||
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.
|
||||
|
||||
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
|
||||
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>``,
|
||||
before any stylesheets or other content are loaded.
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
.. _platform-movable-type:
|
||||
|
||||
==========================
|
||||
Using MathJax in WordPress
|
||||
==========================
|
||||
=============================
|
||||
Using MathJax in Movable Type
|
||||
=============================
|
||||
|
||||
These instructions assume you already have placed the MathJax files on
|
||||
your server (see :ref:`Installing and Testing MathJax <installation>`).
|
||||
|
|
|
@ -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
|
||||
delimiters like ``$$...$$``) and marks the mathematics for later
|
||||
processing by MathJax. The TeX input processor is what converts the
|
||||
TeX notation into MathJax's internal format, where on of MathJax's
|
||||
output processors then displays is in the web page.
|
||||
TeX notation into MathJax's internal format, where one of MathJax's
|
||||
output processors then displays it in the web page.
|
||||
|
||||
The `tex2jax` preprocessor can be configured to look for whatever
|
||||
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
|
||||
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.
|
||||
|
||||
To enable and configure this extension, use for example
|
||||
|
|
Loading…
Reference in New Issue
Block a user