Fix a bunch of typos
This commit is contained in:
parent
6cdc942ff9
commit
4730cf1403
|
@ -6,7 +6,7 @@ What's New in MathJax v1.1
|
||||||
|
|
||||||
MathJax version 1.1 includes a number of important improvements and
|
MathJax version 1.1 includes a number of important improvements and
|
||||||
enhancements over version 1.0. We have worked hard to fix bugs, improve
|
enhancements over version 1.0. We have worked hard to fix bugs, improve
|
||||||
support for browsers and mobile devices, supprot TeX and MathML better, and
|
support for browsers and mobile devices, process TeX and MathML better, and
|
||||||
increase MathJax's performance.
|
increase MathJax's performance.
|
||||||
|
|
||||||
In addition to these changes, MathJax.org now offers MathJax as a network
|
In addition to these changes, MathJax.org now offers MathJax as a network
|
||||||
|
@ -20,9 +20,9 @@ The following sections outline the changes in v1.1:
|
||||||
Optimization
|
Optimization
|
||||||
============
|
============
|
||||||
|
|
||||||
* Combined configuraiton files that load all the needed files in one piece
|
* Combined configuration files that load all the needed files in one piece
|
||||||
rather than loading them individually. This simplifies configuration
|
rather than loading them individually. This simplifies configuration
|
||||||
and speeds up typsetting of the mathematics on the page.
|
and speeds up typesetting of the mathematics on the page.
|
||||||
|
|
||||||
* Improved responsiveness to mouse events during typesetting.
|
* Improved responsiveness to mouse events during typesetting.
|
||||||
|
|
||||||
|
@ -36,13 +36,13 @@ Optimization
|
||||||
to wait for *every* font to fail.
|
to wait for *every* font to fail.
|
||||||
|
|
||||||
* The MathJax files are now packed only with `yuicompressor` rather than a
|
* The MathJax files are now packed only with `yuicompressor` rather than a
|
||||||
custom compressor. The CDN serves gzipped versions, which compressed
|
custom compressor. The CDN serves gzipped versions, which end up being
|
||||||
better than the gzipped custom-packed files.
|
smaller than the gzipped custom-packed files.
|
||||||
|
|
||||||
* Improved rendering speed in IE by removing ``position:relative`` from
|
* Improved rendering speed in IE by removing ``position:relative`` from
|
||||||
the style for mathematics.
|
the style for mathematics.
|
||||||
|
|
||||||
* Improve rendering speed for most browsers by isolating the mathematics
|
* Improved rendering speed for most browsers by isolating the mathematics
|
||||||
from page during typesetting (avoids full page reflows).
|
from page during typesetting (avoids full page reflows).
|
||||||
|
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ Enhancements
|
||||||
|
|
||||||
* Improved About box.
|
* Improved About box.
|
||||||
|
|
||||||
* add a minimum scaling factor (so math won't get too small)
|
* Added a minimum scaling factor (so math won't get too small).
|
||||||
|
|
||||||
|
|
||||||
TeX Support
|
TeX Support
|
||||||
|
@ -102,7 +102,7 @@ Other Bug Fixes
|
||||||
* Fixed CSS bleed through with zoom and other situations.
|
* Fixed CSS bleed through with zoom and other situations.
|
||||||
* Fixed problems with ``showMathMenuMSIE`` when set to ``false``.
|
* Fixed problems with ``showMathMenuMSIE`` when set to ``false``.
|
||||||
* Replaced illegal prefix characters in cookie name.
|
* Replaced illegal prefix characters in cookie name.
|
||||||
* Improve placement of surd for square roots and n-th roots.
|
* Improved placement of surd for square roots and n-th roots.
|
||||||
* Fixed layer obscuring math from MathPlayer for screen readers.
|
* Fixed layer obscuring math from MathPlayer for screen readers.
|
||||||
* Newlines in CDATA comments are now handled properly.
|
* Newlines in CDATA comments are now handled properly.
|
||||||
* Resolved conflict between `jsMath2jax` and `tex2jax` both processing the
|
* Resolved conflict between `jsMath2jax` and `tex2jax` both processing the
|
||||||
|
@ -135,7 +135,7 @@ Browser Support
|
||||||
* Added Firefox 4 detection and configuration.
|
* Added Firefox 4 detection and configuration.
|
||||||
* Fix for extra line-break bug when displayed equations are in
|
* Fix for extra line-break bug when displayed equations are in
|
||||||
preformatted text.
|
preformatted text.
|
||||||
* Update fonts so that FF 3.6.13 and above can read them.
|
* Updated fonts so that FF 3.6.13 and above can read them.
|
||||||
|
|
||||||
|
|
||||||
**Internet Explorer**
|
**Internet Explorer**
|
||||||
|
@ -148,7 +148,7 @@ Browser Support
|
||||||
|
|
||||||
**iPhone/iPad**
|
**iPhone/iPad**
|
||||||
|
|
||||||
* Add support for OTF web fonts in iOS4.2.
|
* Added support for OTF web fonts in iOS4.2.
|
||||||
|
|
||||||
**Nokia**
|
**Nokia**
|
||||||
|
|
||||||
|
@ -158,7 +158,7 @@ Browser Support
|
||||||
|
|
||||||
* Prevent Opera from using STIX fonts unless explicitly requested via the
|
* Prevent Opera from using STIX fonts unless explicitly requested via the
|
||||||
font menu (since Opera can't display many of the characters).
|
font menu (since Opera can't display many of the characters).
|
||||||
* Fix for bad em-size detection in 10.61.
|
* Fixed bad em-size detection in 10.61.
|
||||||
* Fixed a problem with the About dialog in Opera 11.
|
* Fixed a problem with the About dialog in Opera 11.
|
||||||
|
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -53,7 +53,7 @@
|
||||||
<span id="whats-new"></span><h1>What’s New in MathJax v1.1<a class="headerlink" href="#what-s-new-in-mathjax-v1-1" title="Permalink to this headline">¶</a></h1>
|
<span id="whats-new"></span><h1>What’s New in MathJax v1.1<a class="headerlink" href="#what-s-new-in-mathjax-v1-1" title="Permalink to this headline">¶</a></h1>
|
||||||
<p>MathJax version 1.1 includes a number of important improvements and
|
<p>MathJax version 1.1 includes a number of important improvements and
|
||||||
enhancements over version 1.0. We have worked hard to fix bugs, improve
|
enhancements over version 1.0. We have worked hard to fix bugs, improve
|
||||||
support for browsers and mobile devices, supprot TeX and MathML better, and
|
support for browsers and mobile devices, process TeX and MathML better, and
|
||||||
increase MathJax’s performance.</p>
|
increase MathJax’s performance.</p>
|
||||||
<p>In addition to these changes, MathJax.org now offers MathJax as a network
|
<p>In addition to these changes, MathJax.org now offers MathJax as a network
|
||||||
service. Instead of having to install MathJax on your own server, you can
|
service. Instead of having to install MathJax on your own server, you can
|
||||||
|
@ -64,9 +64,9 @@ the CDN</em></a> for more details.</p>
|
||||||
<div class="section" id="optimization">
|
<div class="section" id="optimization">
|
||||||
<h2>Optimization<a class="headerlink" href="#optimization" title="Permalink to this headline">¶</a></h2>
|
<h2>Optimization<a class="headerlink" href="#optimization" title="Permalink to this headline">¶</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Combined configuraiton files that load all the needed files in one piece
|
<li>Combined configuration files that load all the needed files in one piece
|
||||||
rather than loading them individually. This simplifies configuration
|
rather than loading them individually. This simplifies configuration
|
||||||
and speeds up typsetting of the mathematics on the page.</li>
|
and speeds up typesetting of the mathematics on the page.</li>
|
||||||
<li>Improved responsiveness to mouse events during typesetting.</li>
|
<li>Improved responsiveness to mouse events during typesetting.</li>
|
||||||
<li>Parallel downloading of files needed by MathJax, for faster startup
|
<li>Parallel downloading of files needed by MathJax, for faster startup
|
||||||
times.</li>
|
times.</li>
|
||||||
|
@ -75,11 +75,11 @@ have to wait so long.</li>
|
||||||
<li>Rollover to image fonts if a web font fails to load (so you don’t have
|
<li>Rollover to image fonts if a web font fails to load (so you don’t have
|
||||||
to wait for <em>every</em> font to fail.</li>
|
to wait for <em>every</em> font to fail.</li>
|
||||||
<li>The MathJax files are now packed only with <cite>yuicompressor</cite> rather than a
|
<li>The MathJax files are now packed only with <cite>yuicompressor</cite> rather than a
|
||||||
custom compressor. The CDN serves gzipped versions, which compressed
|
custom compressor. The CDN serves gzipped versions, which end up being
|
||||||
better than the gzipped custom-packed files.</li>
|
smaller than the gzipped custom-packed files.</li>
|
||||||
<li>Improved rendering speed in IE by removing <tt class="docutils literal"><span class="pre">position:relative</span></tt> from
|
<li>Improved rendering speed in IE by removing <tt class="docutils literal"><span class="pre">position:relative</span></tt> from
|
||||||
the style for mathematics.</li>
|
the style for mathematics.</li>
|
||||||
<li>Improve rendering speed for most browsers by isolating the mathematics
|
<li>Improved rendering speed for most browsers by isolating the mathematics
|
||||||
from page during typesetting (avoids full page reflows).</li>
|
from page during typesetting (avoids full page reflows).</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -96,7 +96,7 @@ mathematics, for example).</li>
|
||||||
<li>Switch the Git repository from storing the fonts in <cite>fonts.zip</cite> to
|
<li>Switch the Git repository from storing the fonts in <cite>fonts.zip</cite> to
|
||||||
storing the <cite>fonts/</cite> directory directly.</li>
|
storing the <cite>fonts/</cite> directory directly.</li>
|
||||||
<li>Improved About box.</li>
|
<li>Improved About box.</li>
|
||||||
<li>add a minimum scaling factor (so math won’t get too small)</li>
|
<li>Added a minimum scaling factor (so math won’t get too small).</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="tex-support">
|
<div class="section" id="tex-support">
|
||||||
|
@ -133,7 +133,7 @@ storing the <cite>fonts/</cite> directory directly.</li>
|
||||||
<li>Fixed CSS bleed through with zoom and other situations.</li>
|
<li>Fixed CSS bleed through with zoom and other situations.</li>
|
||||||
<li>Fixed problems with <tt class="docutils literal"><span class="pre">showMathMenuMSIE</span></tt> when set to <tt class="docutils literal"><span class="pre">false</span></tt>.</li>
|
<li>Fixed problems with <tt class="docutils literal"><span class="pre">showMathMenuMSIE</span></tt> when set to <tt class="docutils literal"><span class="pre">false</span></tt>.</li>
|
||||||
<li>Replaced illegal prefix characters in cookie name.</li>
|
<li>Replaced illegal prefix characters in cookie name.</li>
|
||||||
<li>Improve placement of surd for square roots and n-th roots.</li>
|
<li>Improved placement of surd for square roots and n-th roots.</li>
|
||||||
<li>Fixed layer obscuring math from MathPlayer for screen readers.</li>
|
<li>Fixed layer obscuring math from MathPlayer for screen readers.</li>
|
||||||
<li>Newlines in CDATA comments are now handled properly.</li>
|
<li>Newlines in CDATA comments are now handled properly.</li>
|
||||||
<li>Resolved conflict between <cite>jsMath2jax</cite> and <cite>tex2jax</cite> both processing the
|
<li>Resolved conflict between <cite>jsMath2jax</cite> and <cite>tex2jax</cite> both processing the
|
||||||
|
@ -162,7 +162,7 @@ sibling elements.</li>
|
||||||
<li>Added Firefox 4 detection and configuration.</li>
|
<li>Added Firefox 4 detection and configuration.</li>
|
||||||
<li>Fix for extra line-break bug when displayed equations are in
|
<li>Fix for extra line-break bug when displayed equations are in
|
||||||
preformatted text.</li>
|
preformatted text.</li>
|
||||||
<li>Update fonts so that FF 3.6.13 and above can read them.</li>
|
<li>Updated fonts so that FF 3.6.13 and above can read them.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><strong>Internet Explorer</strong></p>
|
<p><strong>Internet Explorer</strong></p>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
|
@ -174,7 +174,7 @@ preformatted text.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><strong>iPhone/iPad</strong></p>
|
<p><strong>iPhone/iPad</strong></p>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Add support for OTF web fonts in iOS4.2.</li>
|
<li>Added support for OTF web fonts in iOS4.2.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><strong>Nokia</strong></p>
|
<p><strong>Nokia</strong></p>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
|
@ -184,7 +184,7 @@ preformatted text.</li>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Prevent Opera from using STIX fonts unless explicitly requested via the
|
<li>Prevent Opera from using STIX fonts unless explicitly requested via the
|
||||||
font menu (since Opera can’t display many of the characters).</li>
|
font menu (since Opera can’t display many of the characters).</li>
|
||||||
<li>Fix for bad em-size detection in 10.61.</li>
|
<li>Fixed bad em-size detection in 10.61.</li>
|
||||||
<li>Fixed a problem with the About dialog in Opera 11.</li>
|
<li>Fixed a problem with the About dialog in Opera 11.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><strong>Safari</strong></p>
|
<p><strong>Safari</strong></p>
|
||||||
|
|
|
@ -6,7 +6,7 @@ What's New in MathJax v1.1
|
||||||
|
|
||||||
MathJax version 1.1 includes a number of important improvements and
|
MathJax version 1.1 includes a number of important improvements and
|
||||||
enhancements over version 1.0. We have worked hard to fix bugs, improve
|
enhancements over version 1.0. We have worked hard to fix bugs, improve
|
||||||
support for browsers and mobile devices, supprot TeX and MathML better, and
|
support for browsers and mobile devices, process TeX and MathML better, and
|
||||||
increase MathJax's performance.
|
increase MathJax's performance.
|
||||||
|
|
||||||
In addition to these changes, MathJax.org now offers MathJax as a network
|
In addition to these changes, MathJax.org now offers MathJax as a network
|
||||||
|
@ -20,9 +20,9 @@ The following sections outline the changes in v1.1:
|
||||||
Optimization
|
Optimization
|
||||||
============
|
============
|
||||||
|
|
||||||
* Combined configuraiton files that load all the needed files in one piece
|
* Combined configuration files that load all the needed files in one piece
|
||||||
rather than loading them individually. This simplifies configuration
|
rather than loading them individually. This simplifies configuration
|
||||||
and speeds up typsetting of the mathematics on the page.
|
and speeds up typesetting of the mathematics on the page.
|
||||||
|
|
||||||
* Improved responsiveness to mouse events during typesetting.
|
* Improved responsiveness to mouse events during typesetting.
|
||||||
|
|
||||||
|
@ -36,13 +36,13 @@ Optimization
|
||||||
to wait for *every* font to fail.
|
to wait for *every* font to fail.
|
||||||
|
|
||||||
* The MathJax files are now packed only with `yuicompressor` rather than a
|
* The MathJax files are now packed only with `yuicompressor` rather than a
|
||||||
custom compressor. The CDN serves gzipped versions, which compressed
|
custom compressor. The CDN serves gzipped versions, which end up being
|
||||||
better than the gzipped custom-packed files.
|
smaller than the gzipped custom-packed files.
|
||||||
|
|
||||||
* Improved rendering speed in IE by removing ``position:relative`` from
|
* Improved rendering speed in IE by removing ``position:relative`` from
|
||||||
the style for mathematics.
|
the style for mathematics.
|
||||||
|
|
||||||
* Improve rendering speed for most browsers by isolating the mathematics
|
* Improved rendering speed for most browsers by isolating the mathematics
|
||||||
from page during typesetting (avoids full page reflows).
|
from page during typesetting (avoids full page reflows).
|
||||||
|
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ Enhancements
|
||||||
|
|
||||||
* Improved About box.
|
* Improved About box.
|
||||||
|
|
||||||
* add a minimum scaling factor (so math won't get too small)
|
* Added a minimum scaling factor (so math won't get too small).
|
||||||
|
|
||||||
|
|
||||||
TeX Support
|
TeX Support
|
||||||
|
@ -102,7 +102,7 @@ Other Bug Fixes
|
||||||
* Fixed CSS bleed through with zoom and other situations.
|
* Fixed CSS bleed through with zoom and other situations.
|
||||||
* Fixed problems with ``showMathMenuMSIE`` when set to ``false``.
|
* Fixed problems with ``showMathMenuMSIE`` when set to ``false``.
|
||||||
* Replaced illegal prefix characters in cookie name.
|
* Replaced illegal prefix characters in cookie name.
|
||||||
* Improve placement of surd for square roots and n-th roots.
|
* Improved placement of surd for square roots and n-th roots.
|
||||||
* Fixed layer obscuring math from MathPlayer for screen readers.
|
* Fixed layer obscuring math from MathPlayer for screen readers.
|
||||||
* Newlines in CDATA comments are now handled properly.
|
* Newlines in CDATA comments are now handled properly.
|
||||||
* Resolved conflict between `jsMath2jax` and `tex2jax` both processing the
|
* Resolved conflict between `jsMath2jax` and `tex2jax` both processing the
|
||||||
|
@ -135,7 +135,7 @@ Browser Support
|
||||||
* Added Firefox 4 detection and configuration.
|
* Added Firefox 4 detection and configuration.
|
||||||
* Fix for extra line-break bug when displayed equations are in
|
* Fix for extra line-break bug when displayed equations are in
|
||||||
preformatted text.
|
preformatted text.
|
||||||
* Update fonts so that FF 3.6.13 and above can read them.
|
* Updated fonts so that FF 3.6.13 and above can read them.
|
||||||
|
|
||||||
|
|
||||||
**Internet Explorer**
|
**Internet Explorer**
|
||||||
|
@ -148,7 +148,7 @@ Browser Support
|
||||||
|
|
||||||
**iPhone/iPad**
|
**iPhone/iPad**
|
||||||
|
|
||||||
* Add support for OTF web fonts in iOS4.2.
|
* Added support for OTF web fonts in iOS4.2.
|
||||||
|
|
||||||
**Nokia**
|
**Nokia**
|
||||||
|
|
||||||
|
@ -158,7 +158,7 @@ Browser Support
|
||||||
|
|
||||||
* Prevent Opera from using STIX fonts unless explicitly requested via the
|
* Prevent Opera from using STIX fonts unless explicitly requested via the
|
||||||
font menu (since Opera can't display many of the characters).
|
font menu (since Opera can't display many of the characters).
|
||||||
* Fix for bad em-size detection in 10.61.
|
* Fixed bad em-size detection in 10.61.
|
||||||
* Fixed a problem with the About dialog in Opera 11.
|
* Fixed a problem with the About dialog in Opera 11.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user