Fix spelling for AMSsymbols (reported by Fred)
This commit is contained in:
parent
072bcdd1bd
commit
d5b6366f37
|
@ -167,11 +167,11 @@ included in the ``TeX-AMS_HTML`` configuration file.
|
|||
|
||||
The main extensions are described below.
|
||||
|
||||
AMSmath and AMSsymbol
|
||||
---------------------
|
||||
AMSmath and AMSsymbols
|
||||
----------------------
|
||||
|
||||
The `AMSmath` extension implements AMS math environments and macros, and
|
||||
the `AMSsymbol` extension implements macros for accessing the AMS symbol
|
||||
the `AMSsymbols` extension implements macros for accessing the AMS symbol
|
||||
fonts. These are already included in the combined configuration files that
|
||||
load the TeX input processor. To use these extensions in your own
|
||||
configurations, add them to the `extensions` array in the TeX block.
|
||||
|
@ -179,7 +179,7 @@ configurations, add them to the `extensions` array in the TeX block.
|
|||
.. code-block:: javascript
|
||||
|
||||
TeX: {
|
||||
extensions: ["AMSmath.js", "AMSsymbol.js", ...]
|
||||
extensions: ["AMSmath.js", "AMSsymbols.js", ...]
|
||||
}
|
||||
|
||||
See the list of control sequences at the end of this document for details
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -183,15 +183,15 @@ script prior to loading MathJax. For example</p>
|
|||
<p>will load the <cite>autobold</cite> TeX extension in addition to those already
|
||||
included in the <tt class="docutils literal"><span class="pre">TeX-AMS_HTML</span></tt> configuration file.</p>
|
||||
<p>The main extensions are described below.</p>
|
||||
<div class="section" id="amsmath-and-amssymbol">
|
||||
<h3>AMSmath and AMSsymbol<a class="headerlink" href="#amsmath-and-amssymbol" title="Permalink to this headline">¶</a></h3>
|
||||
<div class="section" id="amsmath-and-amssymbols">
|
||||
<h3>AMSmath and AMSsymbols<a class="headerlink" href="#amsmath-and-amssymbols" title="Permalink to this headline">¶</a></h3>
|
||||
<p>The <cite>AMSmath</cite> extension implements AMS math environments and macros, and
|
||||
the <cite>AMSsymbol</cite> extension implements macros for accessing the AMS symbol
|
||||
the <cite>AMSsymbols</cite> extension implements macros for accessing the AMS symbol
|
||||
fonts. These are already included in the combined configuration files that
|
||||
load the TeX input processor. To use these extensions in your own
|
||||
configurations, add them to the <cite>extensions</cite> array in the TeX block.</p>
|
||||
<div class="highlight-javascript"><div class="highlight"><pre><span class="nx">TeX</span><span class="o">:</span> <span class="p">{</span>
|
||||
<span class="nx">extensions</span><span class="o">:</span> <span class="p">[</span><span class="s2">"AMSmath.js"</span><span class="p">,</span> <span class="s2">"AMSsymbol.js"</span><span class="p">,</span> <span class="p">...]</span>
|
||||
<span class="nx">extensions</span><span class="o">:</span> <span class="p">[</span><span class="s2">"AMSmath.js"</span><span class="p">,</span> <span class="s2">"AMSsymbols.js"</span><span class="p">,</span> <span class="p">...]</span>
|
||||
<span class="p">}</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
|
@ -1279,7 +1279,7 @@ vmatrix
|
|||
<li><a class="reference internal" href="#tex-and-latex-math-delimiters">TeX and LaTeX math delimiters</a></li>
|
||||
<li><a class="reference internal" href="#tex-and-latex-in-html-documents">TeX and LaTeX in HTML documents</a></li>
|
||||
<li><a class="reference internal" href="#tex-and-latex-extensions">TeX and LaTeX extensions</a><ul>
|
||||
<li><a class="reference internal" href="#amsmath-and-amssymbol">AMSmath and AMSsymbol</a></li>
|
||||
<li><a class="reference internal" href="#amsmath-and-amssymbols">AMSmath and AMSsymbols</a></li>
|
||||
<li><a class="reference internal" href="#autobold">Autobold</a></li>
|
||||
<li><a class="reference internal" href="#noerrors">noErrors</a></li>
|
||||
<li><a class="reference internal" href="#noundefined">noUndefined</a></li>
|
||||
|
|
|
@ -167,11 +167,11 @@ included in the ``TeX-AMS_HTML`` configuration file.
|
|||
|
||||
The main extensions are described below.
|
||||
|
||||
AMSmath and AMSsymbol
|
||||
---------------------
|
||||
AMSmath and AMSsymbols
|
||||
----------------------
|
||||
|
||||
The `AMSmath` extension implements AMS math environments and macros, and
|
||||
the `AMSsymbol` extension implements macros for accessing the AMS symbol
|
||||
the `AMSsymbols` extension implements macros for accessing the AMS symbol
|
||||
fonts. These are already included in the combined configuration files that
|
||||
load the TeX input processor. To use these extensions in your own
|
||||
configurations, add them to the `extensions` array in the TeX block.
|
||||
|
@ -179,7 +179,7 @@ configurations, add them to the `extensions` array in the TeX block.
|
|||
.. code-block:: javascript
|
||||
|
||||
TeX: {
|
||||
extensions: ["AMSmath.js", "AMSsymbol.js", ...]
|
||||
extensions: ["AMSmath.js", "AMSsymbols.js", ...]
|
||||
}
|
||||
|
||||
See the list of control sequences at the end of this document for details
|
||||
|
|
Loading…
Reference in New Issue
Block a user