www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cf3c56cbce7df1ce8811fb4ccb533cb8834d38ee
parent cc29dbbceb8fbff202cfc21a40b62369c65794d8
Author: Sean Hogan <shogun70@gmail.com>
Date:   Thu, 21 Oct 2010 21:50:51 +1100

match spelling fixes from jasondavies

Diffstat:
Mmathjax/docs/html/configuration.html | 9++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/mathjax/docs/html/configuration.html b/mathjax/docs/html/configuration.html @@ -229,7 +229,7 @@ reasonably efficient to specify both input processors even if only one <h3>TeX input with MathML output<a class="headerlink" href="#tex-input-with-mathml-output" title="Permalink to this headline">ΒΆ</a></h3> <p>This example configures MathJax to use the <tt class="docutils literal"><span class="pre">tex2jax</span></tt> preprocessor and TeX input processor, but the choice of output format is determined -by MathJax depending on the capabilities of the users&#8217;s browser. The +by MathJax depending on the capabilities of the user&#8217;s browser. The is performed by the <tt class="docutils literal"><span class="pre">MMLorHTML.js</span></tt> configuration file that is loaded in the <cite>config`</cite> array.</p> <div class="highlight-javascript"><div class="highlight"><pre><span class="nx">MathJax</span><span class="p">.</span><span class="nx">Hub</span><span class="p">.</span><span class="nx">Config</span><span class="p">({</span> @@ -244,7 +244,7 @@ plugin</a> installed will use the NativeMML output processor, while all other browsers will use the HTML-CSS output processor. Since native MathML support is faster than MathJax&#8217;s HTML-CSS processor, this will mean that the web -pages will display faster for Firefox and IE than they woudl +pages will display faster for Firefox and IE than they would otherwise. This speed comes at the cost, however, as you are now relying on the native MathML support to render the mathematics, and that is outside of MathJax&#8217;s control. There may be spacing or other @@ -311,7 +311,7 @@ configuration options for the component.</p> <span class="p">});</span> </pre></div> </div> -<p>is a configration that includes two settings for the MathJax Hub (one +<p>is a configuration that includes two settings for the MathJax Hub (one for <cite>showProcessingMessages</cite> and one of the <cite>jax</cite> array), and a configuration object for the TeX input processor. The latter includes a setting for the TeX input processor&#8217;s <cite>TagSide</cite> option (to set tags @@ -431,4 +431,4 @@ are categorized by the component they affect.</p> Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. </div> </body> -</html> -\ No newline at end of file +</html>