commit 44120ba21ac227f9c752ec6575daf174daa8ecc7 parent 9d476ad46b55e756f11e26f1f5754621ed3cfcdb Author: dpvc <dpvc@b8fd5906-0fad-46e2-a0d3-10d94ff285d1> Date: Thu, 29 Jul 2010 21:57:15 +0000 Fix typos, and include details about what files must be included in the configuration pages for the individual modules Diffstat:
55 files changed, 147 insertions(+), 108 deletions(-)
diff --git a/mathjax/docs/html/.doctrees/api/index.doctree b/mathjax/docs/html/.doctrees/api/index.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/api/object.doctree b/mathjax/docs/html/.doctrees/api/object.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/environment.pickle b/mathjax/docs/html/.doctrees/environment.pickle Binary files differ. diff --git a/mathjax/docs/html/.doctrees/index.doctree b/mathjax/docs/html/.doctrees/index.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/FontWarnings.doctree b/mathjax/docs/html/.doctrees/options/FontWarnings.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/HTML-CSS.doctree b/mathjax/docs/html/.doctrees/options/HTML-CSS.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/MMLorHTML.doctree b/mathjax/docs/html/.doctrees/options/MMLorHTML.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/MathML.doctree b/mathjax/docs/html/.doctrees/options/MathML.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/NativeMML.doctree b/mathjax/docs/html/.doctrees/options/NativeMML.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/TeX.doctree b/mathjax/docs/html/.doctrees/options/TeX.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/jsMath2jax.doctree b/mathjax/docs/html/.doctrees/options/jsMath2jax.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/mml2jax.doctree b/mathjax/docs/html/.doctrees/options/mml2jax.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/tex2jax.doctree b/mathjax/docs/html/.doctrees/options/tex2jax.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/synchronize.doctree b/mathjax/docs/html/.doctrees/synchronize.doctree Binary files differ. diff --git a/mathjax/docs/html/_sources/api/index.txt b/mathjax/docs/html/_sources/api/index.txt @@ -14,6 +14,9 @@ speak of an "object", as it could be either a native JavaScript object, or a MathJax object. We will use `Object` (capitalized) or `MathJax.Object` for, when the distinction is important. +You may also want to view the :ref:`advanced topics <advanced-topics>` +on the main MathJax documentation page. + .. toctree:: :maxdepth: 1 diff --git a/mathjax/docs/html/_sources/api/object.txt b/mathjax/docs/html/_sources/api/object.txt @@ -53,7 +53,7 @@ Static Methods :Parameters: - **def** --- object that defines the properties and methods - - **static** --- object that defines stati properties and methods + - **static** --- object that defines static properties and methods :Returns: the new object class .. method:: Augment(def[,static]) @@ -64,7 +64,7 @@ Static Methods :Parameters: - **def** --- object that defines the properties and methods - - **static** --- object that defines stati properties and methods + - **static** --- object that defines static properties and methods :Returns: the object class itself diff --git a/mathjax/docs/html/_sources/index.txt b/mathjax/docs/html/_sources/index.txt @@ -31,6 +31,8 @@ Basic Usage The MathJax Community <community> +.. _advanced-topics: + Advanced Topics =============== diff --git a/mathjax/docs/html/_sources/options/FontWarnings.txt b/mathjax/docs/html/_sources/options/FontWarnings.txt @@ -5,10 +5,11 @@ The FontWarnings extension ************************** The options below control the operation of the `FontWarnings` -extension, when it is loaded in teh `extensions` array of your -configuration. They are listed with their default values. To set any -of these options, include a ``FontWarnings`` section in your -:meth:`MathJax.Hub.Config()` call. For example +extension that is run when you include ``"FontWarnings.js"`` in the +`extensions` array of your configuration. They are listed with their +default values. To set any of these options, include a +``FontWarnings`` section in your :meth:`MathJax.Hub.Config()` call. +For example .. code-block:: javascript diff --git a/mathjax/docs/html/_sources/options/HTML-CSS.txt b/mathjax/docs/html/_sources/options/HTML-CSS.txt @@ -4,11 +4,12 @@ The HTML-CSS output processor ***************************** -The options below control the operation of the HTML-CSS output processor. -They are listed with their default values. To set any of these -options, include a ``"HTML-CSS"`` section in your -:meth:`MathJax.Hub.Config()` call. Note that, because of the dash, -you need to enclose the name in quotes. For example +The options below control the operation of the HTML-CSS output +processor that is run when you include ``"output/HTML-CSS"`` in the +`jax` array of your configuration. They are listed with their default +values. To set any of these options, include a ``"HTML-CSS"`` section +in your :meth:`MathJax.Hub.Config()` call. Note that, because of the +dash, you need to enclose the name in quotes. For example .. code-block:: javascript diff --git a/mathjax/docs/html/_sources/options/MMLorHTML.txt b/mathjax/docs/html/_sources/options/MMLorHTML.txt @@ -4,15 +4,16 @@ The MMLorHTML configuration options *********************************** -The options below control the operation of the MMLorHTML selection. -They are listed with their default values. To set any of these -options, include a ``MMLorHTML`` section in your -:meth:`MathJax.Hub.Config()` call. For example +The options below control the operation of the MMLorHTML configuration +file that is run when you include ``"MMLorHTML.js"`` in the `config` +array of your configuration. They are listed with their default +values. To set any of these options, include a ``MMLorHTML`` section +in your :meth:`MathJax.Hub.Config()` call. For example .. code-block:: javascript MathJax.Hub.Config({ - MMorHTMLL: { + MMLorHTML: { prefer: { Opera: "MML" } diff --git a/mathjax/docs/html/_sources/options/MathML.txt b/mathjax/docs/html/_sources/options/MathML.txt @@ -4,9 +4,10 @@ The MathML input processor ************************** -The options below control the operation of the MathML input processor. -They are listed with their default values. To set any of these -options, include a ``MathML`` section in your +The options below control the operation of the MathML input processor +that is run when you include ``"input/MathML"`` in the `jax` array of +your configuration. They are listed with their default values. To +set any of these options, include a ``MathML`` section in your :meth:`MathJax.Hub.Config()` call. For example .. code-block:: javascript diff --git a/mathjax/docs/html/_sources/options/NativeMML.txt b/mathjax/docs/html/_sources/options/NativeMML.txt @@ -5,9 +5,10 @@ The NativeMML output processor ****************************** The options below control the operation of the NativeMML output -processor. They are listed with their default values. To set any of -these options, include a ``NativeMML`` section in your -:meth:`MathJax.Hub.Config()` call. For example +processor that is run when you include ``"output/NativeMML"`` in the +`jax` array of your configuration. They are listed with their default +values. To set any of these options, include a ``NativeMML`` section +in your :meth:`MathJax.Hub.Config()` call. For example .. code-block:: javascript diff --git a/mathjax/docs/html/_sources/options/TeX.txt b/mathjax/docs/html/_sources/options/TeX.txt @@ -4,9 +4,10 @@ The TeX input processor *********************** -The options below control the operation of the TeX input processor. -They are listed with their default values. To set any of these -options, include a ``TeX`` section in your +The options below control the operation of the TeX input processor +that is run when you include ``"input/TeX"`` in the `jax` array of +your configuration. They are listed with their default values. To +set any of these options, include a ``TeX`` section in your :meth:`MathJax.Hub.Config()` call. For example .. code-block:: javascript diff --git a/mathjax/docs/html/_sources/options/jsMath2jax.txt b/mathjax/docs/html/_sources/options/jsMath2jax.txt @@ -5,9 +5,10 @@ The jsMath2jax Preprocessor *************************** The options below control the operation of the `jsMath2jax` -preprocessor. They are listed with their default values. To set any -of these options, include a ``jsMath2jax`` section in your -:meth:`MathJax.Hub.Config()` call. For example +preprocessor that is run when you include ``"jsMath2jax.js"`` in the +`extensions` array of your configuration. They are listed with their +default values. To set any of these options, include a ``jsMath2jax`` +section in your :meth:`MathJax.Hub.Config()` call. For example .. code-block:: javascript diff --git a/mathjax/docs/html/_sources/options/mml2jax.txt b/mathjax/docs/html/_sources/options/mml2jax.txt @@ -4,9 +4,10 @@ The mml2jax Preprocessor ************************ -The options below control the operation of the `mml2jax` preprocessor. -They are listed with their default values. To set any of these -options, include a ``mml2jax`` section in your +The options below control the operation of the `mml2jax` preprocessor +that is run when you include ``"mml2jax.js"`` in the `extensions` array +of your configuration. They are listed with their default values. To +set any of these options, include a ``mml2jax`` section in your :meth:`MathJax.Hub.Config()` call. For example .. code-block:: javascript diff --git a/mathjax/docs/html/_sources/options/tex2jax.txt b/mathjax/docs/html/_sources/options/tex2jax.txt @@ -4,9 +4,10 @@ The tex2jax Preprocessor ************************ -The options below control the operation of the `tex2jax` -preprocessor. They are listed with their default values. To set any -of these options, include a ``tex2jax`` section in your +The options below control the operation of the `tex2jax` preprocessor +that is run when you include ``"tex2jax.js"`` in the `extensions` array +of your configuration. They are listed with their default values. To +set any of these options, include a ``tex2jax`` section in your :meth:`MathJax.Hub.Config()` call. For example .. code-block:: javascript diff --git a/mathjax/docs/html/_sources/synchronize.txt b/mathjax/docs/html/_sources/synchronize.txt @@ -4,7 +4,7 @@ Synchronizing your code with MathJax ************************************ -MathJax performs mauch of its activity asynchronously, meaning that +MathJax performs much of its activity asynchronously, meaning that the calls that you make to initiate these actions will return before the actions are completed, and your code will continue to run even though the actions have not been finished (and may not even be started diff --git a/mathjax/docs/html/api/index.html b/mathjax/docs/html/api/index.html @@ -58,6 +58,8 @@ its own object library. This means there is an ambiguity when we speak of an “object”, as it could be either a native JavaScript object, or a MathJax object. We will use <cite>Object</cite> (capitalized) or <cite>MathJax.Object</cite> for, when the distinction is important.</p> +<p>You may also want to view the <a class="reference internal" href="../index.html#advanced-topics"><em>advanced topics</em></a> +on the main MathJax documentation page.</p> <div class="toctree-wrapper compound"> <ul> <li class="toctree-l1"><a class="reference internal" href="variable.html">The MathJax variable</a></li> diff --git a/mathjax/docs/html/api/object.html b/mathjax/docs/html/api/object.html @@ -99,7 +99,7 @@ new static methods and properties.</p> <tbody valign="top"> <tr class="field"><th class="field-name">Parameters :</th><td class="field-body"><ul class="first simple"> <li><strong>def</strong> — object that defines the properties and methods</li> -<li><strong>static</strong> — object that defines stati properties and methods</li> +<li><strong>static</strong> — object that defines static properties and methods</li> </ul> </td> </tr> @@ -122,7 +122,7 @@ properties and methods automatically.</p> <tbody valign="top"> <tr class="field"><th class="field-name">Parameters :</th><td class="field-body"><ul class="first simple"> <li><strong>def</strong> — object that defines the properties and methods</li> -<li><strong>static</strong> — object that defines stati properties and methods</li> +<li><strong>static</strong> — object that defines static properties and methods</li> </ul> </td> </tr> diff --git a/mathjax/docs/html/index.html b/mathjax/docs/html/index.html @@ -73,7 +73,7 @@ MathML that works in all modern browsers.</p> </div> </div> <div class="section" id="advanced-topics"> -<h2>Advanced Topics<a class="headerlink" href="#advanced-topics" title="Permalink to this headline">¶</a></h2> +<span id="id1"></span><h2>Advanced Topics<a class="headerlink" href="#advanced-topics" title="Permalink to this headline">¶</a></h2> <div class="toctree-wrapper compound"> <ul> <li class="toctree-l1"><a class="reference internal" href="model.html">The MathJax Processing Model</a></li> diff --git a/mathjax/docs/html/objects.inv b/mathjax/docs/html/objects.inv Binary files differ. diff --git a/mathjax/docs/html/options/FontWarnings.html b/mathjax/docs/html/options/FontWarnings.html @@ -52,10 +52,11 @@ <div class="section" id="the-fontwarnings-extension"> <span id="configure-fontwarnings"></span><h1>The FontWarnings extension<a class="headerlink" href="#the-fontwarnings-extension" title="Permalink to this headline">¶</a></h1> <p>The options below control the operation of the <cite>FontWarnings</cite> -extension, when it is loaded in teh <cite>extensions</cite> array of your -configuration. They are listed with their default values. To set any -of these options, include a <tt class="docutils literal"><span class="pre">FontWarnings</span></tt> section in your -<tt class="xref py py-meth docutils literal"><span class="pre">MathJax.Hub.Config()</span></tt> call. For example</p> +extension that is run when you include <tt class="docutils literal"><span class="pre">"FontWarnings.js"</span></tt> in the +<cite>extensions</cite> array of your configuration. They are listed with their +default values. To set any of these options, include a +<tt class="docutils literal"><span class="pre">FontWarnings</span></tt> section in your <tt class="xref py py-meth docutils literal"><span class="pre">MathJax.Hub.Config()</span></tt> call. +For example</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> <span class="nx">FontWarnings</span><span class="o">:</span> <span class="p">{</span> <span class="nx">fadeoutTime</span><span class="o">:</span> <span class="mi">2</span><span class="o">*</span><span class="mi">1000</span> diff --git a/mathjax/docs/html/options/HTML-CSS.html b/mathjax/docs/html/options/HTML-CSS.html @@ -51,11 +51,12 @@ <div class="section" id="the-html-css-output-processor"> <span id="configure-html-css"></span><h1>The HTML-CSS output processor<a class="headerlink" href="#the-html-css-output-processor" title="Permalink to this headline">¶</a></h1> -<p>The options below control the operation of the HTML-CSS output processor. -They are listed with their default values. To set any of these -options, include a <tt class="docutils literal"><span class="pre">"HTML-CSS"</span></tt> section in your -<tt class="xref py py-meth docutils literal"><span class="pre">MathJax.Hub.Config()</span></tt> call. Note that, because of the dash, -you need to enclose the name in quotes. For example</p> +<p>The options below control the operation of the HTML-CSS output +processor that is run when you include <tt class="docutils literal"><span class="pre">"output/HTML-CSS"</span></tt> in the +<cite>jax</cite> array of your configuration. They are listed with their default +values. To set any of these options, include a <tt class="docutils literal"><span class="pre">"HTML-CSS"</span></tt> section +in your <tt class="xref py py-meth docutils literal"><span class="pre">MathJax.Hub.Config()</span></tt> call. Note that, because of the +dash, you need to enclose the name in quotes. For example</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> <span class="s2">"HTML-CSS"</span><span class="o">:</span> <span class="p">{</span> <span class="nx">preferredFont</span><span class="o">:</span> <span class="s2">"STIX"</span> diff --git a/mathjax/docs/html/options/MMLorHTML.html b/mathjax/docs/html/options/MMLorHTML.html @@ -51,12 +51,13 @@ <div class="section" id="the-mmlorhtml-configuration-options"> <span id="configure-mmlorhtml"></span><h1>The MMLorHTML configuration options<a class="headerlink" href="#the-mmlorhtml-configuration-options" title="Permalink to this headline">¶</a></h1> -<p>The options below control the operation of the MMLorHTML selection. -They are listed with their default values. To set any of these -options, include a <tt class="docutils literal"><span class="pre">MMLorHTML</span></tt> section in your -<tt class="xref py py-meth docutils literal"><span class="pre">MathJax.Hub.Config()</span></tt> call. For example</p> +<p>The options below control the operation of the MMLorHTML configuration +file that is run when you include <tt class="docutils literal"><span class="pre">"MMLorHTML.js"</span></tt> in the <cite>config</cite> +array of your configuration. They are listed with their default +values. To set any of these options, include a <tt class="docutils literal"><span class="pre">MMLorHTML</span></tt> section +in your <tt class="xref py py-meth docutils literal"><span class="pre">MathJax.Hub.Config()</span></tt> call. For example</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> - <span class="nx">MMorHTMLL</span><span class="o">:</span> <span class="p">{</span> + <span class="nx">MMLorHTML</span><span class="o">:</span> <span class="p">{</span> <span class="nx">prefer</span><span class="o">:</span> <span class="p">{</span> <span class="nx">Opera</span><span class="o">:</span> <span class="s2">"MML"</span> <span class="p">}</span> diff --git a/mathjax/docs/html/options/MathML.html b/mathjax/docs/html/options/MathML.html @@ -51,9 +51,10 @@ <div class="section" id="the-mathml-input-processor"> <span id="configure-mathml"></span><h1>The MathML input processor<a class="headerlink" href="#the-mathml-input-processor" title="Permalink to this headline">¶</a></h1> -<p>The options below control the operation of the MathML input processor. -They are listed with their default values. To set any of these -options, include a <tt class="docutils literal"><span class="pre">MathML</span></tt> section in your +<p>The options below control the operation of the MathML input processor +that is run when you include <tt class="docutils literal"><span class="pre">"input/MathML"</span></tt> in the <cite>jax</cite> array of +your configuration. They are listed with their default values. To +set any of these options, include a <tt class="docutils literal"><span class="pre">MathML</span></tt> section in your <tt class="xref py py-meth docutils literal"><span class="pre">MathJax.Hub.Config()</span></tt> call. For example</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> <span class="nx">MathML</span><span class="o">:</span> <span class="p">{</span> diff --git a/mathjax/docs/html/options/NativeMML.html b/mathjax/docs/html/options/NativeMML.html @@ -52,9 +52,10 @@ <div class="section" id="the-nativemml-output-processor"> <span id="configure-nativemml"></span><h1>The NativeMML output processor<a class="headerlink" href="#the-nativemml-output-processor" title="Permalink to this headline">¶</a></h1> <p>The options below control the operation of the NativeMML output -processor. They are listed with their default values. To set any of -these options, include a <tt class="docutils literal"><span class="pre">NativeMML</span></tt> section in your -<tt class="xref py py-meth docutils literal"><span class="pre">MathJax.Hub.Config()</span></tt> call. For example</p> +processor that is run when you include <tt class="docutils literal"><span class="pre">"output/NativeMML"</span></tt> in the +<cite>jax</cite> array of your configuration. They are listed with their default +values. To set any of these options, include a <tt class="docutils literal"><span class="pre">NativeMML</span></tt> section +in your <tt class="xref py py-meth docutils literal"><span class="pre">MathJax.Hub.Config()</span></tt> call. For example</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> <span class="nx">NativeMML</span><span class="o">:</span> <span class="p">{</span> <span class="nx">scale</span><span class="o">:</span> <span class="mi">105</span> diff --git a/mathjax/docs/html/options/TeX.html b/mathjax/docs/html/options/TeX.html @@ -51,9 +51,10 @@ <div class="section" id="the-tex-input-processor"> <span id="configure-tex"></span><h1>The TeX input processor<a class="headerlink" href="#the-tex-input-processor" title="Permalink to this headline">¶</a></h1> -<p>The options below control the operation of the TeX input processor. -They are listed with their default values. To set any of these -options, include a <tt class="docutils literal"><span class="pre">TeX</span></tt> section in your +<p>The options below control the operation of the TeX input processor +that is run when you include <tt class="docutils literal"><span class="pre">"input/TeX"</span></tt> in the <cite>jax</cite> array of +your configuration. They are listed with their default values. To +set any of these options, include a <tt class="docutils literal"><span class="pre">TeX</span></tt> section in your <tt class="xref py py-meth docutils literal"><span class="pre">MathJax.Hub.Config()</span></tt> call. For example</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> <span class="nx">TeX</span><span class="o">:</span> <span class="p">{</span> diff --git a/mathjax/docs/html/options/jsMath2jax.html b/mathjax/docs/html/options/jsMath2jax.html @@ -52,9 +52,10 @@ <div class="section" id="the-jsmath2jax-preprocessor"> <span id="configure-jsmath2jax"></span><h1>The jsMath2jax Preprocessor<a class="headerlink" href="#the-jsmath2jax-preprocessor" title="Permalink to this headline">¶</a></h1> <p>The options below control the operation of the <cite>jsMath2jax</cite> -preprocessor. They are listed with their default values. To set any -of these options, include a <tt class="docutils literal"><span class="pre">jsMath2jax</span></tt> section in your -<tt class="xref py py-meth docutils literal"><span class="pre">MathJax.Hub.Config()</span></tt> call. For example</p> +preprocessor that is run when you include <tt class="docutils literal"><span class="pre">"jsMath2jax.js"</span></tt> in the +<cite>extensions</cite> array of your configuration. They are listed with their +default values. To set any of these options, include a <tt class="docutils literal"><span class="pre">jsMath2jax</span></tt> +section in your <tt class="xref py py-meth docutils literal"><span class="pre">MathJax.Hub.Config()</span></tt> call. For example</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> <span class="nx">jsMath2jax</span><span class="o">:</span> <span class="p">{</span> <span class="nx">preview</span><span class="o">:</span> <span class="s2">"none"</span> diff --git a/mathjax/docs/html/options/mml2jax.html b/mathjax/docs/html/options/mml2jax.html @@ -51,9 +51,10 @@ <div class="section" id="the-mml2jax-preprocessor"> <span id="configure-mml2jax"></span><h1>The mml2jax Preprocessor<a class="headerlink" href="#the-mml2jax-preprocessor" title="Permalink to this headline">¶</a></h1> -<p>The options below control the operation of the <cite>mml2jax</cite> preprocessor. -They are listed with their default values. To set any of these -options, include a <tt class="docutils literal"><span class="pre">mml2jax</span></tt> section in your +<p>The options below control the operation of the <cite>mml2jax</cite> preprocessor +that is run when you include <tt class="docutils literal"><span class="pre">"mml2jax.js"</span></tt> in the <cite>extensions</cite> array +of your configuration. They are listed with their default values. To +set any of these options, include a <tt class="docutils literal"><span class="pre">mml2jax</span></tt> section in your <tt class="xref py py-meth docutils literal"><span class="pre">MathJax.Hub.Config()</span></tt> call. For example</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> <span class="nx">mml2jax</span><span class="o">:</span> <span class="p">{</span> diff --git a/mathjax/docs/html/options/tex2jax.html b/mathjax/docs/html/options/tex2jax.html @@ -51,9 +51,10 @@ <div class="section" id="the-tex2jax-preprocessor"> <span id="configure-tex2jax"></span><h1>The tex2jax Preprocessor<a class="headerlink" href="#the-tex2jax-preprocessor" title="Permalink to this headline">¶</a></h1> -<p>The options below control the operation of the <cite>tex2jax</cite> -preprocessor. They are listed with their default values. To set any -of these options, include a <tt class="docutils literal"><span class="pre">tex2jax</span></tt> section in your +<p>The options below control the operation of the <cite>tex2jax</cite> preprocessor +that is run when you include <tt class="docutils literal"><span class="pre">"tex2jax.js"</span></tt> in the <cite>extensions</cite> array +of your configuration. They are listed with their default values. To +set any of these options, include a <tt class="docutils literal"><span class="pre">tex2jax</span></tt> section in your <tt class="xref py py-meth docutils literal"><span class="pre">MathJax.Hub.Config()</span></tt> call. For example</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> <span class="nx">tex2jax</span><span class="o">:</span> <span class="p">{</span> diff --git a/mathjax/docs/html/searchindex.js b/mathjax/docs/html/searchindex.js @@ -1 +1 @@ -Search.setIndex({objects:{"":{Load:[0,0,1],getAllJax:[12,0,1],Log:[15,0,1],Subclass:[33,0,1],Delay:[23,0,1],Init:[33,0,1],Interest:[24,0,1],Translate:[34,0,1],Config:[12,0,1],addElement:[10,0,1],Reprocess:[12,0,1],Styles:[0,0,1],ExecuteHook:[24,0,1],loadTimeout:[0,0,1],Resume:[14,0,1],Update:[12,0,1],loadComplete:[0,0,1],loadHook:[0,0,1],formatError:[12,0,1],call:[14,0,1],getJaxByInputType:[12,0,1],PreProcess:[12,0,1],fileURL:[0,0,1],has:[33,0,1],Clear:[15,0,1],Insert:[12,0,1],Register:[34,0,1],TextNode:[10,0,1],Augment:[33,0,1],Require:[0,0,1],addText:[10,0,1],noTranslate:[34,0,1],Element:[10,0,1],Queue:[23,0,1],NoInterest:[24,0,1],Suspend:[14,0,1],getJaxByType:[12,0,1],Push:[14,0,1],Typeset:[12,0,1],Signal:[23,0,1],Post:[24,0,1],wait:[14,0,1],reset:[23,0,1],Set:[15,0,1],executeHooks:[23,0,1],Process:[12,0,1],Text:[45,0,1],loadError:[0,0,1],Startup:[34,0,1],SourceElement:[45,0,1],getJaxFor:[12,0,1],can:[33,0,1],MessageHook:[24,0,1],isJax:[12,0,1],isa:[33,0,1]}},terms:{represent:47,reprocess:[12,45,43],mathjax_msie_fram:15,interchang:20,four:[17,50,37],prefix:[10,17,32],asymp:35,thinspac:35,webfont:[30,5,37,17],whose:[4,38,12,48,43],biggr:35,under:27,preprocess:[47,12,25,43],sped:[],gimel:35,everi:[16,12],mskip:35,arcco:35,dotplu:35,affect:[45,12,32,37],isforefox:12,bbfont:35,eqnarrai:35,cmd:19,bigodot:35,ominu:35,red:[35,17,32,40],nparallel:35,showcontext:42,direct:[30,5,27,37],enjoi:[],blacktriangledown:35,second:[0,27,37,23,38,41,44,4,5,40,19,16,8,48,50],ngeq:35,even:[40,0,12,23,24,14,35,2,43,16,38,27,44,20,47,32,50],hide:43,prejax:[47,19],neg:35,asid:[],multlinewidth:18,yoursit:2,caseywstark:[],"new":[10,24,12,37,48,23,43,45,50,25,3,15,16,44,18,42,20,8,32,33,47],net:37,mhtml:1,told:44,limsup:35,scriptscriptstyl:35,behavior:19,lessapprox:35,never:[37,2],richest:[],here:[10,24,36,23,38,50,2,43,16,17,34,19,6,12,45],met:25,lneqq:35,path:[0,1,17,6,31,32],noundefin:[35,17,32,2],interpret:[35,46,37],nrightarrow:35,forum:[17,3],mbox:35,precis:[],rceil:35,indutri:[],uproot:35,circleddash:35,mathstrut:35,unix:37,org:[17,21,32,2,42],thinmathspac:27,highli:20,describ:[10,23,17,39,41,25,43,35,5,40,38,46,47,12],would:[35,5,7,9,10,32,14,17,18,19,21,22,23,38,29,30,12,33,4,37,26,40,41,42,43,45,46,47,49,50],afterward:38,readi:[16,36,25,34],ltime:35,varlambda:35,call:[0,1,2,35,5,7,32,14,15,16,18,19,45,22,23,24,26,29,30,8,12,33,34,4,37,38,39,48,50,42,43,44,9,47,49],typo:[],recommend:[46,47,37],vcenter:35,preview:[4,26,47,22,19],type:[0,1,2,4,6,8,10,32,16,17,34,19,48,31,12,27,45,50,43,44,46,47],until:[0,22,24,50,25,4,26,19,38,16,32],notin:35,displaymath:[4,32],notic:[35,32],warn:[0,5],eqslantless:35,hold:[0,40,19,29,47,12],unpack:[17,37],slowest:46,must:[0,27,30,17,39,14,35,15,4,5,18,19,29,44,46,32,24,41],fbox:35,join:[16,35],room:18,setup:[20,17,32,27],work:[10,11,27,37,38,33,35,2,3,43,16,17,28,44,20,46,32,21],cc0000:[41,19],textjavascript:[],root:[35,0,25],overrid:[48,5,8,34,33],mathmenu:[9,41,32,30,42],give:[24,17,40,41,2,3,16,5,18,32],indic:[48,0,12,24,14,35,25,16,17,34,19,38,8,32,45,47],mauch:44,impair:20,want:[16,37,23,38,49,48,35,30,3,15,4,17,19,43,46,31,32,33,50],keep:[37,1,39,43,35,17,46,47],setminu:35,end:[0,27,37,1,35,6,25,4,16,31,50],quot:[4,30,19],hom:35,heartsuit:35,how:[0,1,2,3,35,5,6,14,15,17,40,19,22,23,24,26,29,30,12,4,37,42,44,9,47],sever:[0,50,43,38,47,32,48],answer:[3,43],verifi:[17,37,3],config:[25,35,5,6,7,31,9,32,15,16,17,18,19,48,22,2,26,28,29,30,8,12,34,4,37,38,41,42,43,46,49,50],updat:[37,1,50,43,12,45],showrender:42,lai:[46,47],diagdown:35,after:[0,37,23,24,14,50,2,42,15,16,17,34,19,38,44,30,47,32,43],befor:[0,1,3,35,6,14,15,16,18,19,23,24,38,29,30,12,33,34,4,27,37,39,40,50,43,44,46,47],wrong:27,startuphook:[16,12],parallel:[35,50],types:[],alignedat:35,attempt:[0,27,42],third:[50,27],leftarrow:35,perform:[24,36,23,38,39,14,50,25,43,16,5,12,34,19,44,32,45],greasekit:2,maintain:[44,3,16,38,19,21],environ:[35,3,4,17,18,32],incorpor:21,enter:[35,47,27,43],first:[16,27,37,50,23,24,35,2,3,43,4,17,40,19,38,6,44,8,32,48,47],order:[24,22,17,39,14,50,15,4,5,19,38,46,26,12,33,47],oper:[0,4,5,7,9,14,15,16,17,18,20,22,38,29,37,34,24,36,30,26,39,50,42,43,46,49],approxeq:35,softwar:[20,17,47],over:[10,0,30,42,43,35,17,19,29,47],loadcomplet:[0,12,34],becaus:[16,27,37,24,35,2,15,4,17,40,38,30,47,32,43,50],boxtim:35,textrm:35,appar:[46,50],afil:38,flexibl:[50,40],vari:46,smallint:35,fit:[16,42],fix:37,preferredfont:30,better:[17,32,42],boxminu:35,drawback:46,upharpoonleft:35,persist:3,comprehens:39,easier:[24,27,37,50,35,33],moveleft:35,them:[10,0,12,37,50,17,14,35,27,4,5,18,38,16,47,32,24,41],rbrack:35,thei:[0,2,3,35,5,7,4,32,13,14,16,17,18,19,22,25,26,29,30,12,34,24,27,37,38,39,40,41,42,43,44,9,47,49,50],qualiti:[20,46,47],safe:[10,2,43],"break":[35,44,50,27],mtext:[35,17],wedg:35,widetild:35,choic:[46,12,32],dbinom:35,outputel:[],leftharpoondown:35,accommod:[],timeout:[0,23],each:[16,12,37,23,24,50,25,43,4,17,44,47,32],debug:15,side:[15,18,19,6],mean:[16,22,1,24,13,35,2,43,4,26,19,38,44,20,32],leqq:35,createel:2,resum:[14,50],leqalignno:35,mathopen:35,looparrowleft:35,logo:21,goe:[35,44,50],newli:[10,16,33],content:[10,47,27,1,39,25,50,2,43,4,17,40,19,6,46,31,12,33,8],laid:[],reader:20,forth:36,preceed:[4,19],multilin:35,love:[],situat:[32,21],free:45,ineffici:[33,19],lneq:35,angl:35,jsmath2jax:[32,28,22],isn:16,pulicis:24,isa:33,subtl:43,onto:[39,17,50,12,43],mathbb:35,rang:47,mathbf:35,render:[27,25,42,4,19,20,46,47,32,49,28],yourcolleg:37,restrict:[35,37],hook:[16,0,23,24],instruct:[1,2,17,40,6,31],alreadi:[0,23,44,35,2,3,15,16,38,6,31,43,33,50],wrapper:[],primari:46,tooltop:30,top:[36,37,35,17,46,32],sometim:[],underlin:35,master:44,too:[4,17,2],eqn:[],john:38,listen:[16,24,12,23],thickapprox:35,namespac:[17,32,2,23,43],tool:50,tagind:18,consern:[],somewhat:44,technic:39,past:[16,20,44,24],filesmatch:37,consequ:9,provid:[10,0,12,23,1,24,14,35,40,15,16,38,27,43,44,20,47,32,33,50],eqalignno:35,x2212:[17,47],tree:40,"final":[38,35,17,40,20,47,32],project:[39,21,3],matter:[16,28],minut:37,mathtt:35,ldotp:35,modern:[20,5,32,46,11],mind:[35,1],manner:46,increment:14,seem:[38,27,21],rightrightarrow:35,ldot:35,person:38,latter:[16,40,47,32],client:30,juli:11,expens:46,though:[23,2,35,44,40,19,47],object:[0,25,5,10,11,32,13,14,15,16,34,19,45,23,38,29,8,12,33,24,36,30,39,40,41,42,43,44,9,47,48,50],regular:[4,19],phase:[],previewtex:[],grave:35,don:[27,38,50,2,43,16,5,46,12,21],dom:[10,48,50,43,16,44,34,19,12,45],doe:[35,12,23,48,2,9,16,38,27,49,20,46,8,32,45,47],declar:[27,30,41,42,5,9,29],tfrac:35,unchang:[49,43],sum:[35,23],dot:35,introspect:[],prepend:[],delaystartupuntil:[25,19],lnapprox:35,syntax:[35,33],mediawiki:1,isopera:12,shownam:38,asynchon:43,involv:[17,32,3,44],consolid:20,layout:45,firstnam:38,mathchoic:35,ismsi:[12,25],menu:[27,30,25,42,9,19,29,6,46,31,45,47],explain:[17,32,44],configur:[25,35,5,6,8,11,32,16,17,18,19,48,2,38,28,29,37,31,12,34,9,27,30,40,46,47,49],apach:37,configut:40,theme:[1,6],rich:20,folder:[30,17,37],predecessor:[],infti:[35,47],mho:35,report:[27,19,3],circeq:35,prepocess:[],subseteq:35,fadeouttim:5,bar:[35,33,23],method:[10,0,12,48,23,24,14,50,2,15,16,38,34,43,44,8,32,33,45],reload:42,bad:[],replacechild:2,neq:35,respond:[24,19,3],dashrightarrow:35,elimin:19,precneqq:35,result:[27,30,23,38,48,50,43,35,17,46,8,12,45,47],respons:[17,8,32,23,24],fail:[0,32,34,38,46],themselv:[40,12,36,25],best:[0,47,32,50,46],awar:[35,0,50,27],subarrai:35,varinjlim:35,wikipedia:[39,2],circledcirc:35,gneqq:35,approach:[38,47,32,1,43],attribut:[10,41,35,26,40,47],blacktriangleright:35,extend:[20,47],jaxlist:[],synchon:16,extens:[0,36,37,50,5,39,25,35,2,42,43,16,17,12,18,19,29,41,32,34,28],preprocessor:[35,22,26,27,25,43,4,17,12,36,19,47,32,28],advertis:21,intop:35,cot:35,triggerr:[],howev:[37,41,2,3,43,35,38,19,46,47,32,33,50],against:24,seri:[50,40],varpsi:35,pre:[4,5,27,37],foral:35,can:[0,2,3,35,5,10,12,14,15,16,17,34,19,20,21,23,24,25,38,27,28,30,8,32,33,4,36,37,39,48,41,9,43,44,46,47,50],foobar:33,sai:[14,2,23],innerhtml:[2,43],height:[35,42],heirarchi:[],wider:3,sqsupset:35,speak:[13,47],chrome:[30,46,12,2],patch:37,three:[27,37,23,5,40,50,38,34,44,47],been:[44,0,37,23,24,14,50,2,3,15,4,17,34,28,38,16,46,32,43],trigger:[46,19,29],beta2:[],interest:[16,24,39,44],basic:11,accpet:38,tini:35,quickli:[20,46,3],underrightarrow:35,rather:[0,35,5,7,14,16,17,34,19,20,48,23,8,32,33,4,27,37,41,43,44,46,47,50],regul:50,xxx:35,uncommon:[],argument:[24,23,50,38,32,33],emploi:[39,46],hskip:35,tanh:35,servic:[17,32],properti:[10,0,36,48,23,24,14,38,34,45,8,12,33],diamondsuit:35,sourceforg:[37,3],dashboard:31,succeq:35,canb:18,have:[0,1,2,3,35,5,6,32,16,17,34,19,21,23,24,38,30,31,12,33,4,27,37,45,50,9,43,44,46,47],applic:[20,17,25],tabl:27,cong:35,tediou:[],disappear:[4,26,22],amout:15,incorrectli:37,receiv:[24,38,16,44,34,33],suggest:[5,3],make:[0,3,35,5,32,13,14,16,17,19,20,22,26,12,33,4,27,37,41,42,43,44,46,47,50],complex:[46,40],split:35,lrcorner:35,unsafewindow:2,complet:[0,37,23,24,39,14,50,43,16,17,34,38,44,46,12,45],longmapsto:35,hand:[36,15,18,19,47,27,28],fairli:40,rais:35,mkern:35,ignorepast:24,unlhd:35,techniqu:2,redefin:[5,34],kept:16,presto:[],thu:[23,50,16,38,32,45],inherit:[13,45,8,48,33],contact:21,thi:[0,1,2,35,5,6,8,9,10,11,12,13,14,15,16,17,18,19,45,22,23,24,25,26,27,28,29,30,31,32,33,34,4,36,37,38,40,41,42,43,44,46,47,48,49,50],idotsint:35,programm:33,everyth:[35,50,12],settimeout:[38,23],left:[36,27,25,15,35,44,18,19,6,31,32],processclass:4,identifi:[10,17,47,32,24],just:[24,27,23,1,38,41,35,17,19,6,20,47,32,50],yen:35,mathbin:35,mid:35,human:[],depart:[],coprod:35,yet:[27,14,50,43,16,44,46],languag:[39,17,47,44,46],noscript:4,onload:[25,36,2,19,38],errorset:19,ell:35,had:16,configurbl:20,myconfig:[16,38],els:[37,43,2,38],har:[],save:[31,41,6],hat:35,take:[0,23,1,5,50,25,3,43,35,17,18,38,44,32],"3px":41,nexist:35,loadtimeout:0,quirk:46,preserv:38,negativethinmathspac:46,background:[35,41],specif:[0,36,1,23,24,39,14,50,43,4,38,34,19,47,12,45],sqsubset:35,arbitrari:35,zoom:[27,19,29],leftrightarrow:35,underli:46,www:[37,2,42,17,32,21],right:[9,27,30,39,14,50,2,15,35,18,19,6,47,32],old:[16,37],famili:[35,0,41],deal:46,autobold:[35,32],somehow:[],percentag:[9,30,19],cfrac:35,successfulli:[0,38],interc:35,dddot:35,bottom:6,subclass:[24,36,45,34,8,48,33],circ:35,exectur:24,overcom:[46,44],condit:[0,25],foo:[33,23],core:[32,50,25,35,19,47,12],plu:[24,25],bold:[35,40,32,18],popular:[17,28,1],colleg:37,repositori:[],post:[24,30,25,3,15,16,44,34],"super":33,llless:35,obj:10,nwarrow:35,slightli:[35,6],surround:[9,30],current_theme_templ:1,joomla:1,downharpoonright:35,geramond:35,encod:35,contectu:46,two:[35,37,44,40,41,16,17,18,19,46,32,50],down:[31,19],shortparallel:35,sot:[],wrap:33,opportun:3,ntriangleright:35,often:[17,41,37,47],suffici:[35,18,49],checkmark:35,closur:[38,23,43],transform:47,ngtr:35,avail:[0,22,37,5,45,50,30,42,4,17,27,19,16,20,46,26,32,33,47,9],gif:21,reli:[0,50,2,43,38,9,46,32],wordpress:[31,1,6],editor:6,overhead:[],rightthreetim:35,lnsim:35,form:[27,30,39,18,19,47],offer:3,forc:[32,30],epsilon:35,msbm:[],hear:[16,24],downdownarrow:35,"true":[35,36,30,23,24,25,42,4,12,9,19,7,32,33],reset:[42,23],absens:1,displayalign:19,intern:[0,27,24,39,14,50,35,19,46,8,12,48,47],tell:[17,21,2,43,46],moveright:35,featur:[27,37,3,16,38,29,46,33],rfloor:35,sale:9,exist:[35,33,23,3],ddot:35,jax2:[],jax1:[],triangleq:35,check:[0,37,24,35,17,38,33],when:[0,25,35,5,6,7,9,12,13,14,15,16,17,34,19,20,45,22,23,24,26,27,28,29,30,8,32,33,4,36,37,38,39,40,50,42,43,44,46,47,48],abovewithdelim:35,role:47,hander:19,tie:[25,23],smallsmil:35,searrow:35,intend:33,consit:35,munderov:47,gvertneqq:35,consid:[0,12,45,35,4,47,32,21,50],markup2jax:[],configr:32,omega:35,outdat:3,longer:[24,15],furthermor:[50,19],tex2jax_ignor:4,ignor:[4,24],time:[0,2,3,35,5,10,32,15,16,17,34,19,23,38,29,12,24,37,50,43,46,47],push:[23,39,14,50,25,43,38,12],mathrm:35,doteq:35,emulateie7:46,skip:4,global:[13,46,36,23,43],skin:1,sourcesforg:37,displayind:19,millisecond:[0,30,23,42,15,5,29,12],decid:[32,42],depend:[23,43,38,6,46,32,49],head:[1,2,43,17,6,46,31,32],show:[37,17,3,43,35,5,40,19,38,31,32,21,42],readabl:39,nearrow:35,varpi:35,certainli:[32,37],vee:35,vec:35,leftarrowtail:35,succnsim:35,sourc:[11,27,37,50,2,42,16,9,20,30,47,12,45],string:[0,23,24,40,35,15,4,18,19,16,12,45,41],curlyve:35,word:[4,47],exact:[],centerdot:35,dim:35,getjaxfor:[16,12,48],administr:[1,6],level:[17,32,37,36],ntriangleleft:35,gui:[],item:[9,30,42,35,38,40],cooki:[10,25],div:[10,35,47,28,43],prevent:[35,22,30,26,42,4,17,18,19],slower:46,compens:9,sign:[35,43,4,17,47,32],cost:[17,32,33],pmb:35,rightarrowtail:35,widehat:35,xandi:33,dotsi:35,dotsm:35,appear:[35,36,37,38,42,15,16,17,19,43,6,32,45],dotso:35,repli:16,dotsc:35,dotsb:35,current:[0,37,1,24,45,30,6,46,31,33],backepsilon:35,ampersand:35,scriptel:[],inlinemath:[4,17,32,43],boost:[],defici:27,amalg:35,mathsiz:35,gener:[38,49,25,5,47,12,45],mfrac:[17,47],slow:[],modif:50,address:[17,31,37,1,6],along:[37,39,50,15,16,8,48],wait:[0,37,23,24,39,14,50,2,43,16,38,25,19,44,12],box:[35,0,5],html_head:1,bracevert:35,shift:19,bot:35,queue:[24,36,23,44,13,14,50,25,43,38,39,12],overriden:12,digamma:35,varlimsup:35,macintosh:12,semant:33,regardless:43,extra:[16,35,47,19],modul:[0,31,36],prefer:[30,37,49,42],iepro7:2,veebar:35,visibl:[4,26,50,22,43],marker:35,instal:[11,37,17,30,35,5,6,20,46,31,32],arrowvert:35,memori:[44,45],bigr:35,visit:17,prec:35,subvers:[17,37],stylesheet:[0,36,23,24,14,25,43,44,19,6,46],perp:35,current_skin:1,bigl:35,bigm:35,eqcirc:35,divideontim:35,inputjax:[36,13,45,25,34,8,33],capit:13,sitaut:43,peopl:[],bigtriangleup:35,newcommand:35,visual:20,accept:[38,23,43],hphantom:35,easiest:[37,23,38,16,17,32],graphic:[37,21],prepar:[50,32],cap:35,uniqu:41,pmatrix:35,whatev:[35,1,33,50,43,16,48],cal:35,purpos:[46,47,38],getjaxbytyp:12,downharpoonleft:35,meant:[],subseteqq:35,varprojlim:35,backslash:[35,18,19],topic:[11,32],exportmathml:[],phrase:17,occur:[0,12,23,24,14,50,27,2,42,15,16,38,34,19,43,44,32],eqsim:35,nuber:15,pink:35,alwai:[35,38,50,23],multipl:[35,50],trianglelefteq:35,write:[20,17,50,43,24],anyon:[],fourth:50,mathsf:35,tild:35,xhtml:[17,32,27],map:47,product:21,max:35,spot:35,succ:35,pending_xref:[],mai:[0,1,2,3,35,5,32,16,17,34,19,45,24,38,37,12,33,4,27,30,48,50,9,43,44,46,47],foirefox:37,data:[10,0,36,30,48,23,45,16,38,34,8,12,33],goal:20,vartheta:35,preceq:35,explicit:[],uparrow:35,nsim:35,inform:[0,30,1,24,39,15,16,38,9,19,47,32],"switch":[47,28],fontwarns:41,combin:[0,37],gamma:35,approx:35,approv:21,lsh:35,tex2math:[17,28],csc:35,still:[24,27,23,39,50,16,17,19,29,46],pointer:33,ttf:37,dynam:[0,36,11,50,2,43,17,19,44,20,47,32],equiv:[35,46],amssymbol:[35,17,32,2],group:[0,27],monitor:3,polici:37,ignoreclass:4,platform:[20,11,1,17],window:[36,23,38,2,42,15,5,43,12],alignat:35,main:[47,36,37,50,1,48,41,42,35,17,12,19,6,31,32,33,8],mathexampl:43,non:[10,0,47,17,14],within:[0,12,37,23,5,13,35,27,25,43,4,17,18,28,38,44,47,32,33],halt:44,smash:35,initi:[0,36,44,35,25,42,4,17,34,19,16,47,12,45,50],bound:[],stackrel:35,safari:[46,12,2],natiov:9,now:[17,32,37,46],discuss:[10,37,2,3],nor:[5,40],term:15,name:[0,25,35,5,10,32,16,17,18,19,45,22,23,24,2,26,30,8,12,33,34,4,27,37,38,40,41,46,48],opera:[46,12,2,49],boxdot:35,separ:[27,37,41,15,16,9,19,32,50],messagestyl:[5,19],confid:20,compil:38,domain:37,replac:[0,12,27,2,43,17,18,6,31,32,33,47],individu:[32,45,43],continu:[16,0,35,50,44],happen:[27,37,14,50,35,44,47],shown:[35,40,19,42,43],accomplish:[46,2,37],space:[43,35,19,46,7,32,47],internet:[0,2,42,15,35,38,19,46,47,32],formula:[43,19,29,20,46,47,32],correct:[37,2,38],simeq:35,earlier:[50,32],ajax:[0,36,13,50,25,16,38,34,12],mime:[32,48,17,27,8,12,45,34],theori:[],underleftarrow:35,brower:35,ord:35,care:[35,32,2],ntrianglelefteq:35,wai:[16,22,37,23,1,26,48,50,2,15,4,17,34,19,38,46,8,32,24,47,43],x00b1:17,synchron:[0,23,11,39,2,50,25,44,43,38,14,12,24],mscarri:27,thing:[35,17,40,43],place:[0,30,17,35,3,43,16,5,24,18,19,6,31,32,33,50],mathop:35,unwis:46,ture:9,think:[35,19,43],frequent:[4,16],lambda:35,origin:[35,48,37,24,14,2,43,16,17,45,8,32,33],lfloor:35,suspend:[16,14,50,24],directli:[50,2,43,35,38,47],spoken:[],onc:[0,37,23,24,50,25,43,35,17,28],arrai:[2,35,5,32,14,16,17,40,48,18,22,23,24,25,38,28,8,12,34,4,26,46,47,49],yourself:[35,14,2,19,38],textual:[],open:[11,27,37,42,17,6,20,31],predefin:19,size:[35,41,9,30,43],given:[10,0,48,23,1,24,14,35,40,15,16,38,34,50,19,45,47,12,33,41],convent:[],width:[35,46,18,27,42],ifmodul:37,evail:50,leftrightharpoon:35,averag:47,circl:35,whith:27,white:41,conveni:[17,32,33,19],hub:[25,4,5,7,32,13,15,16,18,19,45,22,2,26,29,12,34,9,36,30,38,48,50,42,43,47,49],especi:47,programat:47,copi:[12,37,2,3,17,27,20,32,21],specifi:[35,5,7,9,10,14,16,17,40,19,18,23,24,38,29,32,4,30,41,42,44,46,47,49,50],enclos:[47,41,30,19],quad:35,than:[0,35,5,7,32,14,16,17,34,19,20,48,23,24,30,8,12,33,4,27,37,39,41,43,44,46,47,50],serv:[17,32],wide:[47,37],underbrac:35,were:[16,45,43],posit:[14,30],browser:[25,35,5,11,32,17,9,19,20,45,2,27,28,37,12,4,36,30,39,42,44,46,47,49],preccurlyeq:35,delic:9,lnot:35,doublecup:35,openajax:[],nleftrightarrow:35,svnroot:37,ani:[0,2,35,5,7,9,32,14,15,16,17,18,19,45,22,23,24,26,29,30,12,33,4,27,37,38,50,42,43,44,46,49],refexplicit:[],properli:[0,27,37,38,45,50,2,43,5,12,33],caus:[0,36,37,24,45,35,27,42,15,4,17,18,19,38,16,47,12,43,50],engin:[20,11],squar:[35,40],npreceq:35,note:[0,2,35,5,32,17,40,19,45,18,24,38,37,12,4,30,41,42,43,46,47,49,50],x2260:17,jsmath:[11,47,28],noth:[38,37,23],channel:[16,39],updownarrow:35,begin:[16,35,25,43,4,18,46,47,32,50],sure:[35,37,24,50,2,3,43,4,17,46,32],windowset:42,normal:[35,23,41,2,4,19,47],track:[47,3],formt:40,beta:35,pair:[10,0,12,23,40,41,4,18,16,8,32,48],fileurl:0,beth:35,latex:[11,39,35,4,17,19,20,47,32],textarea:4,proud:21,drive:37,typeset:[0,25,4,15,16,9,19,20,45,22,2,38,29,12,36,30,26,39,50,42,43,44,47],badg:21,sigma:35,mathfrak:35,showmathmenu:30,newenviron:35,autoreset:23,parentnod:2,unprocess:[12,45,43],permiss:[17,37],hack:46,corner:[36,19,15],label:[35,32,42],xml:39,insruct:1,onli:[0,1,2,3,35,5,32,17,40,19,20,45,24,38,30,12,4,27,37,39,41,43],explicitli:[35,38,4,17,32,33],activ:[27,23,39,3,43,44,46,47],state:50,inlinedelimit:35,otim:35,black:35,offici:[],geq:35,mypic:[4,26,22,40],nearli:[35,32],variou:[24,30,1,13,41,16,5,9,8,32,47],get:[10,11,27,37,23,24,50,2,9,15,35,17,38,19,30,46,43,33],ncong:35,downarrow:35,requir:[0,23,35,2,16,38,34,20,47,12,48,50],prime:35,lceil:35,mathpunct:35,consist:[35,46,50,27,40],intermitt:[36,15],shortmid:35,retypeset:43,where:[0,1,25,3,35,5,8,10,32,15,16,17,18,45,23,38,30,31,12,36,37,48,41,43,44,47],wiki:[17,47,2],lozeng:35,obejct:14,ismac:[12,25],concern:[47,12],detect:23,longleftrightarrow:35,enumer:35,sponsorship:21,enough:[50,40],between:[35,23,38,50,42,16,17,46,47,12,45],maltes:35,"import":[13,0,50,44,16],across:[39,46],rahter:[],parent:[10,33],vdot:35,screen:[0,50,43,20,15,48],style:[10,0,30,11,35,25,42,15,4,5,40,19,29,41,9,47,12,45,17],negmedspac:35,come:[27,37,50,2,38,46,47,32],leftleftarrow:35,img:[22,41,2,4,26,40,21],timout:0,pertain:17,audienc:46,overbrac:35,mani:[35,32,44,41,4,38,12,50],color:[35,41,40,19],operatornam:35,period:[0,36,37],dispatch:[],colon:[35,41],unrend:[],cancel:23,pod:35,bigcirc:35,msrow:27,needlessli:38,skew:35,mark:[35,27,41,4,17,28,47,32],textnod:10,succapprox:35,fade:5,arcsin:35,refdomain:[],resolut:20,mathplay:[46,32,2,19,42],breve:35,texfont:5,blacktriangl:35,former:37,those:[48,35,27,37,50,23,24,14,41,40,43,16,5,34,19,38,20,8,12,45,47],manu:42,"case":[35,48,37,23,38,45,41,2,43,16,17,40,19,30,47,32,33,50],kappa:35,oldstyl:35,addtext:10,invok:46,margin:18,tbinom:35,advantag:[46,50,1],barwedg:35,leadsto:35,mlongdiv:27,worri:[16,47],destin:12,updatemath:43,backsim:35,bigwedg:35,develop:[39,27,37,3],author:[15,34,19,29,20,47],media:[41,37],postjax:[47,19],same:[16,22,37,24,35,44,4,26,6,32,48,50],html:[1,25,35,5,7,9,10,11,32,13,16,17,40,19,21,22,2,26,27,30,31,12,4,36,37,39,48,41,42,43,44,46,47,49],speech:[],knuth:39,mathvari:47,document:[0,22,39,11,13,35,2,43,4,17,12,27,19,20,46,26,32,48,47,28],exhaust:32,finish:[39,44,50,2,43],vvdash:35,nest:[36,27],availablefont:[5,32,30],someon:[],longleftarrow:35,capabl:[13,20,32,46],formaterror:12,displaystyl:[35,43],extern:[0,36,38,50,16,44,12],submenu:[19,42,6],appropri:[35,16,17,28,47,8],macro:[35,17,32,18,19],markup:[35,0,47,27,39],leftharpoonup:35,overwithdelim:35,without:[0,27,30,35,16,38,9,47],model:[11,36,13,25,35,46,47,33],altertn:46,bigotim:35,stixfont:5,mml2jax:[27,26,2,17,19,47,32],loaderror:0,excel:21,rest:[0,27,50,43,20,47],speed:[46,47,32],versu:50,mathzoom:[41,32,29],nleqq:35,except:[17,32,44],littl:[0,24],blog:[17,47],earli:32,hover:[42,19,29],around:[35,32],read:[16,17,27,37,40],outermost:40,boldsymbol:[35,32],messsag:15,test:[10,11,27,37,44,2,43,16,17,31,12,33],moo:33,pop:[],amp:35,lasterror:12,mod:35,oslash:35,cdot:35,integ:12,server:[37,1,2,17,6,30,31,32],either:[0,37,1,24,13,40,41,2,16,17,18,29,46,12,49],output:[2,35,7,11,32,16,17,34,19,45,27,12,33,9,36,30,39,48,41,42,43,46,47,49],manag:[10,36,37,1,39,25,15,38,46,47],lesssim:35,node:10,respect:[9,30,23],constitut:13,slice:23,easili:[20,17,47],highest:21,definit:[0,30,41,42,9,29,20],achiev:[],shoveright:35,inputid:45,dashleftarrow:35,mathcal:35,variuou:16,complic:[46,27,49,40],refer:[11,37,17,45,2,43,16,5,24,34,38,44,12,33],power:[20,11,50,21],inspect:12,broken:47,found:[0,8,19,3,38],regexp:4,"throw":[34,2],trianglerighteq:35,assocait:43,underwai:50,greater:35,ddddot:35,act:[35,38,39,50,16,17,18,19,47,32],industri:[20,39],processor:[9,27,30,50,39,41,25,42,35,17,18,46,7,32,49,47],hookrightarrow:35,nobreakspac:35,routin:[10,0,44,38,34,8,12,48],effici:[32,33,43],elementari:27,lessdot:35,triangledown:35,bbb:35,rightharpoondown:35,mathbackground:35,your:[0,1,2,3,35,5,6,7,9,11,12,17,18,19,20,21,22,26,28,29,30,31,32,4,27,37,38,39,40,50,42,43,44,46,49],compon:[0,36,24,13,48,41,25,42,16,44,12,27,20,8,32,33,47],log:[35,17,37,15],area:[18,15],aren:[],fontwarn:[5,32,19],lor:35,start:[0,37,50,23,11,40,35,25,44,16,17,34,19,6,31,24,47],interfac:[37,1,17,6,20,31],lot:[16,37],verbatim:[],buggi:35,categor:32,faster:[46,32],overleftarrow:35,mathml:[11,27,39,48,2,47,35,17,9,49,20,46,7,32,45,8],bullet:35,possibl:[0,27,37,23,5,41,15,17,19,38,46,47,32,33,50],"default":[0,25,35,5,7,32,15,17,18,19,48,22,23,26,29,30,8,12,34,4,37,42,9,47,49],processescap:[4,32],buildrel:35,notag:35,embed:27,expect:[35,46,50,32,19],creat:[0,25,3,10,15,16,34,48,23,38,8,33,24,36,37,39,21,41,42,44,45,47,50],certain:[16,24,44],leftrightsquigarrow:35,twoheadrightarrow:35,varliminf:35,file:[0,1,2,35,5,6,8,32,14,15,16,17,34,19,45,23,25,38,28,31,12,24,37,39,40,41,44,46,47,48,49,50],outputjax:[36,13,48,25,34,45],fill:[46,49],again:[0,12,48,43,35,8,32,45],iiiint:35,pmod:35,mathematica:[],hybrid:[],reduct:46,valid:[46,38],you:[1,2,3,35,5,6,9,12,14,15,16,17,18,19,20,21,23,25,38,28,30,31,32,33,34,4,27,37,40,41,42,43,44,46,47,48,49,50],trash:45,architectur:[],mathjaxsetup:[],sequenc:[11,14,35,25,16,44],symbol:[35,17],dashv:35,cb2:[],briefli:17,cb1:[],menuset:[19,29],reduc:35,mathcolor:35,lbrace:35,gtrapprox:35,descript:[22,26,2,4,5,36,19],lbrack:35,scroll:31,calle:33,potenti:50,escap:[32,18],dst:12,negthickspac:35,lvertneqq:35,all:[0,1,2,35,5,11,32,15,16,17,34,19,20,22,23,24,26,27,12,33,4,36,37,38,39,50,44,46,47],consider:[17,32],illustr:43,performth:[],lack:[],dollar:[4,17,35,32,43],asynchorn:[50,43],abil:[46,47],follow:[40,16,37,23,38,13,33,35,25,43,4,17,34,30,47,32,21,41],alt:[21,2,19],disk:[32,37],children:27,scr:35,articl:39,init:33,program:[36,1,44,13,45,50,25,17,20,47,33],smile:35,cgi:0,liter:4,multlin:[35,18],vert:35,replic:[],fals:[35,12,30,24,33,2,42,4,9,19,7,32,21],varrho:35,prooblem:35,"1px":[10,35,41],verb:35,mechan:[24,23,14,50,25,16,44,33],fall:[5,50,17],veri:6,ticket:3,strang:27,list:[25,35,5,6,7,31,32,16,18,19,45,22,23,26,29,8,12,4,30,48,50,42,43,9,47,49],emul:46,adjust:[30,17,9,2,43],displaylin:35,small:[35,47,18,15],impract:37,teh:5,getalljax:[12,43],wab:[],adust:[],lll:35,tex:[2,35,5,7,11,32,16,17,18,19,20,22,36,28,37,8,12,34,4,27,30,39,50,43,46,47],zero:14,design:[20,21,31,27,2],pass:[0,12,23,24,14,50,25,42,16,38,47,32,33],overlin:35,further:[14,47,50],what:[11,22,30,23,26,35,42,43,4,5,12,27,19,29,20,9,47,32],sub:36,section:[2,35,5,7,32,17,9,19,18,22,26,28,29,31,12,4,27,30,38,42,46,49],ast:35,abl:[37,23,17,2,43,16,5,19,6,20,30,31,32,21],delet:30,version:[48,11,36,37,2,25,3,43,34,29,8,12,45],sup:35,"public":37,hasn:[0,34,15],full:[0,13,4,38,19,20],exectu:23,variat:32,geqslant:35,modular:[20,27],ggg:35,trunk:37,standard:[35,39,41,16,17,20,46,47,32,21],modifi:[11,43,16,34,12,48],valu:[0,25,4,5,7,10,32,14,16,18,19,22,23,38,29,12,33,9,27,30,26,40,41,42,43,47,49,50],search:[20,11,12,3],sender:16,mml:[49,47,36,45],collater:21,prior:19,amount:[5,18,23],pick:[],action:[0,2,35,32,14,15,16,34,48,23,25,38,29,8,12,24,36,39,50,43,44,47],mathjax_wikipedia:2,magnitud:46,llap:35,via:[30,0,27,37,23,1,17,45,50,2,15,16,5,29,46,47,32,33],shorthand:43,ask:[47,18,21,3,43],href:[40,21],inappropri:16,emptyset:35,simbl:2,decrement:14,select:[27,42,9,46,12,49],proceed:[50,40],x41:35,distinct:[13,32],mathja:[31,6],regist:[0,24,39,25,16,44,34,8,12,48,47],rightsquigarrow:35,asn:47,taken:[16,35,50,43,46],imath:35,basi:[46,49],more:[5,32,14,17,9,19,20,23,38,30,8,12,33,24,37,39,40,41,43,44,46,47,49,50],flat:35,diamond:35,desir:[33,37,2],henc:37,ital:[0,19],flag:[],aleph:35,particular:[10,0,23,24,39,14,41,35,17,38,44,46,47,12,33],known:50,upsilon:35,mathml3:27,cach:16,showmathmenumsi:9,none:[24,22,30,23,38,4,26,19,47],eta:35,mmlorhtml:[46,49,32,2,19],det:35,dev:[],histori:[16,24,25,39],remain:39,paragraph:[35,5,47,43],ie6:30,caveat:37,def:[35,33],deg:35,"_mathml":[],scan:12,myspan:40,registr:34,share:[17,32,37,3],templat:[31,1,6],succneqq:35,minimum:12,explor:[0,2,42,15,35,38,19,46,47,32],sharp:35,mathinput:43,huge:35,cours:[50,27],newlin:[35,15],awkward:33,secur:[37,2],programmat:[],anoth:[24,37,43,14,50,15,16,44,8,32,47],showmathmath:9,mapl:[],snippet:[10,11,22,26,3,4,5,40,19,12,21],ddagger:35,stix:[30,39,35,5,47,32],simpl:[46,40,21,19],css:[0,2,35,5,7,11,32,17,9,19,45,27,29,37,12,36,30,39,48,41,42,43,46,47,49],unabl:5,regener:[],resourc:[17,32],referenc:5,faculti:[],reflect:[25,43],vdash:35,mstack:27,impliedbi:35,associ:[9,48,30,23,45,38,34,8,12,21,47],mytim:38,lhd:35,confus:21,ambigu:13,mislead:21,callback:[48,0,36,23,24,13,14,50,25,43,16,38,39,44,8,12,45],firefox3:30,merror:41,unrhd:35,help:[37,42,17,3,46,32],soon:[32,2,19,43],trade:46,reftyp:[],through:[35,27,37,24,50,42,16,44,46,47,32,33],hierarchi:[32,37],paramet:[10,0,22,48,23,26,14,15,24,17,12,18,19,38,45,8,32,33,34,43],obscen:21,arial:35,nifti:[],x221a:27,processupdatetim:12,x221e:47,late:[39,2],isreadi:[36,25],pend:14,amsmathaddit:50,processenviron:4,pad:[10,41],might:[0,27,37,38,50,16,17,18,47,32],alter:[4,43],good:[50,2,3],"return":[10,0,27,48,23,24,14,50,15,16,38,34,43,44,8,12,33,45],textstyl:35,hslash:35,framework:[],getelementbyid:43,rlap:35,mathscr:35,plugin:[1,42,19,20,46,47,32],noerror:[35,17,32,2],bigcup:35,did:38,iff:35,iint:35,fulli:[50,27],unicod:[35,5,27],x2211:47,forefox:[37,2],subsystem:25,originaltext:45,weight:[40,33],hard:[32,37,3],realli:38,nless:35,connect:[38,47],beyond:[],orient:[13,33,36,25],webserv:[],"try":[48,3,16,17,34,8,33],internext:46,shortcom:44,skiptag:4,publish:[],movabletyp:[],print:[20,41,21],occurr:44,msie:[9,12,49],foreground:41,qualifi:[],safari3:30,my_config:[],advanc:[20,11,32],offsetx:30,quick:[],reason:[0,12,38,50,27,2,42,15,35,17,34,46,32],base:[30,36,37,1,44,13,2,25,5,34,45,20,46,33],typeet:43,textit:35,mathr:35,offseti:30,ispc:[12,25],succnapprox:35,drupal:1,msbm10:17,showprocessingmessag:[32,19],perhap:38,bumpeq:35,elementjax:[13,45,36,25,34],stixgener:35,getelementsbytagnam:2,assign:[4,38],major:[20,46,32,2],dont:47,boxplu:35,exchang:39,lastnam:38,number:[48,0,36,37,23,5,40,50,15,17,18,19,38,8,12,45,34],fadeoutstep:5,done:[14,47,32,21,50],least:[46,47,12],blank:[24,23,43],stabl:37,miss:[35,23],differ:[35,12,37,23,44,50,43,16,38,46,47,32,33],script:[48,0,12,37,1,25,50,2,43,4,17,47,34,19,6,16,31,32,45,8],interact:[20,17,47,45],smoother:5,construct:[47,50],statement:[50,21,23],illeg:40,store:[10,24,36,30,23,48,50,43,38,8,12,45,47],option:[35,5,6,7,32,17,40,19,18,22,26,28,29,12,33,34,4,30,42,9,47,49],nleftarrow:35,triangleleft:35,ntrianglerighteq:35,selector:[41,19,15],tex2jax_process:4,part:[16,27,37,23,44,33,35,2,4,17,18,6,20,47,21,50],pars:35,binom:35,cosh:35,kind:47,whenev:[24,27,37],remot:37,remov:[24,37,43,48,15,4,19,47,12,45],dtd:[17,32],bridg:45,arrang:23,ffff88:41,comput:[30,12,37],nleqslant:35,packag:[39,37,21,28],expir:10,"null":[10,0,22,30,48,23,26,45,2,15,4,5,24,36,19,43,8,12,33,34],imagin:[],xref:[],built:[11,2,46],equival:[10,23,50,43,38,40],lim:35,self:27,also:[2,3,35,10,15,16,17,9,19,45,23,38,30,32,33,4,27,37,39,42,43,44,47],brack:35,build:39,brace:35,appendchild:[10,2],addel:10,ngeqslant:35,most:[36,37,1,23,39,2,41,25,16,34,46,32,33],plan:17,rho:35,alpha:35,rhd:35,vardelta:35,clear:[24,30,23,25,15,16],tpl:1,exp:35,latest:37,leftroot:35,nshortparallel:35,carefulli:[40,43],finv:35,particularli:[46,37],rightleftarrow:35,font:[0,37,5,39,40,41,42,15,35,17,18,19,43,44,20,30,47,32,9],fine:[],find:[3,43,5,28,6,46,47,12],preremoveclass:19,surd:35,execut:[0,23,14,50,25,16,38,47],pretti:37,ruin:[],solut:[17,47,37,3],delayedx:23,couldn:38,queu:[14,50,23,24],factor:[9,30,19],tagsid:[32,18],precnsim:35,express:[4,16,50,19,24],strut:35,nativ:[27,13,2,20,46,47,32,49],proces:[],greasemonkei:[32,2],donald:39,notransl:34,restart:[4,14,50],ie8:46,ie7:46,acut:35,vmatrix:35,common:[32,1,39,40,27,35,5,34,12],set:[0,25,35,5,7,10,32,15,16,17,18,19,45,22,23,24,2,26,28,29,30,12,33,4,36,37,38,39,40,41,42,43,44,9,47,49,50],overrightarrow:35,startup:[11,36,2,50,25,43,16,34,19,12],see:[0,3,35,5,6,8,4,32,14,16,17,9,19,22,23,26,28,29,30,31,12,24,27,37,38,39,41,42,43,44,46,47,50],sec:35,arg:35,close:[5,32,27,3],langl:35,someth:[37,3,43,4,19,21],particip:3,won:[50,37],subscript:35,experi:[37,19],altern:[0,35,38,47,32,33],numer:[12,27],complement:35,javascript:[0,1,2,5,6,11,13,16,17,18,19,20,45,23,38,29,31,32,33,9,36,30,39,40,41,42,44,46,47,50],mailbox:[16,39],bmatrix:35,solv:2,longrightarrow:35,classnam:2,popul:25,bodi:[0,43,17,8,32,48],last:[0,32,23,14,41,35,12],delimit:[4,17,35,32,47],hyperlink:47,event:[39,2,43,16,44,47],nvdash:35,context:[4,42,19,23],overset:35,hbar:35,whole:[22,44,43,4,26,12],load:[0,1,2,35,5,11,32,14,15,16,17,34,19,20,48,23,25,38,28,8,12,24,36,37,39,50,43,44,46,47],markdown:47,simpli:[35,22,37,23,38,14,43,4,26,12,34,19,20,8,32,48,28],point:[35,14,17],instanti:33,schedul:38,etra:[],header:[37,1,6],param:[],linux:12,bigve:35,mistak:40,zeta:35,throughout:[],gneq:35,bigtriangledown:35,empti:[36,30,23,50,25,37,47],dur:12,strategi:46,invis:37,fire:[25,2,38],refdoc:[],imag:[22,37,26,2,4,5,40,20,30],descib:17,coordin:[14,47,50],understand:47,urcorn:35,educ:[],convers:35,blacksquar:35,look:[10,35,12,37,23,1,24,41,3,15,4,17,27,43,6,30,47,32],solid:[10,35,41],formath:[],pitchfork:35,lvert:35,"while":[10,0,27,37,17,49,35,2,16,5,34,19,44,46,47,32,24,50],blacktriangleleft:35,nprec:35,abov:[10,35,30,23,17,50,2,43,4,5,19,38,46,33],circlearrowright:35,bookmarklet:32,everyon:16,loop:45,subsect:34,measuredangl:35,vartriangl:35,jpg:[4,26,22,40],biguplu:35,itself:[35,36,37,23,24,14,41,25,16,12,27,19,45,47,32,33,50],costli:[],limit:[35,0,27],rightarrow:35,xleftarrow:35,redisplai:15,unexpectedli:17,conflict:47,upuparrow:35,optim:46,alert:[16,38,50,23],moment:[17,37],temporari:34,user:[30,35,27,37,23,43,2,3,15,16,5,9,19,29,20,46,47,32,42,28],robust:[16,39],wherev:[],chang:[9,12,37,1,43,2,42,15,18,30,47,32,45],recent:[20,2],lower:[35,36,25,19,15],task:35,getjaxbyinputtyp:12,entri:[39,14,41],searchabl:20,ngeqq:35,picki:[],normals:35,scriptsiz:35,fallingdotseq:35,explan:[17,32],rvert:35,obscur:15,press:19,world:38,succsim:35,cut:[],cup:35,blacklozeng:35,ffeeee:35,notifi:16,input:[2,35,7,32,16,17,18,19,48,27,28,8,12,33,34,36,39,45,50,43,46,47],unlik:[20,34],subsequ:35,sum_:47,trueli:43,format:[11,27,30,39,48,9,35,17,40,19,20,46,8,32,45,47],big:[35,32],moodl:1,tomathml:45,game:35,insert:[22,23,2,4,26,12,34,19,6,31,32,48,47],resid:[],bit:[9,33],characterist:[],diagup:35,semi:41,varkappa:35,signal:[24,36,23,44,13,25,16,38,34,39,12],altough:38,collect:[38,41,45,50,23],api:[13,11,20,17],mathrel:35,swarrow:35,gtrless:35,lastest:3,creation:[8,25],some:[1,35,5,32,13,14,16,17,34,19,20,45,23,38,30,8,12,33,9,27,37,48,50,43,46,47,49],back:[5,45],emph:35,sampl:[37,44,41,16,17,19],myid:41,scale:[20,9,30,19],flux:50,culprit:[],delimt:4,prop:[],mathemat:[0,2,35,5,6,8,9,32,16,17,18,19,20,45,22,26,28,29,30,31,12,34,4,27,37,39,48,50,42,43,46,47],larg:[35,0],extension2:[],slash:32,prod:35,reproduc:43,sqsubseteq:35,tex2jax:[35,36,2,43,4,17,27,19,47,32],machin:[39,37],garamond:35,previou:[38,24,50,23,15],run:[0,12,37,23,24,14,50,2,44,43,4,17,25,27,38,16,46,47,32],doteqdot:35,odot:35,step:[5,47,1,17],hookleftarrow:35,impor:37,react:24,materi:[21,43],retain:[],page:[1,25,35,5,6,10,11,12,15,16,17,9,19,20,21,22,24,2,26,28,30,31,32,4,27,37,38,45,50,42,43,44,46,47],microsecond:[],rangl:35,succcurlyeq:35,block:[9,30,17,5,34,19,47,32],file3:50,file2:50,file1:50,file4:50,bmod:35,msam10:17,todai:39,notat:[20,17,35,47,39],isjax:12,announc:44,inclus:[],span:[22,4,26,40,19,47,28],question:[17,34,3],fast:46,custom:[15,35,17,20,46,32],handler:[0,36,39,2,25,43,44,47],includ:[0,1,25,35,5,7,9,12,13,16,17,18,19,20,21,22,23,2,26,27,28,29,30,8,32,34,4,36,37,38,40,41,42,43,46,47,49,50],suit:[5,27,17],nativemml:[27,49,42,9,46,47,32,48],overleftrightarrow:35,ulcorn:35,doctyp:[46,27],poster:24,atop:35,loadhook:[0,12,38],serif:[35,0,41],link:[37,1,17,13,5,44,32],translat:[8,34,48,47],delta:35,line:[35,22,37,1,25,2,4,17,27,46,47,32],enspac:35,rmoustach:35,qquad:35,bigg:35,geqq:35,similar:[44,37,23],enlarg:29,constant:16,doesn:[35,37,23,33,2,16,19,45,30,21],repres:[10,22,17,41,15,4,5,40,19,26,48,47],mathdiv:[10,38,50,43],opera10:30,guarante:[0,50,43,14],improv:[46,19,3],phantom:35,extension1:[],bigoplu:35,iiint:35,titl:[17,21,43],sequenti:[44,50],invalid:[35,40],llcorner:35,toaudibl:45,bracket:[40,19],shoveleft:35,xrightarrow:35,department:37,supseteq:35,delayclear:30,msup:[17,47],alttext:26,eval:23,enhanc:47,svn:37,rightharpoonup:35,land:35,mimetyp:[48,8,34,45],svg:47,confirm:[],supseteqq:35,depth:35,leak:45,far:[0,24,15],hello:38,prototyp:33,code:[0,2,3,35,6,10,11,32,14,16,17,40,19,22,23,24,25,38,12,4,36,37,26,39,41,43,44,9,50],partial:35,edg:37,queri:47,tiddlywiki:1,edu:[37,2],privat:[44,34,37],elsewher:43,send:[16,24],becam:39,sens:47,fatal:[],sent:[16,24,12,39],actiontyp:30,unzip:37,gnsim:35,defamatori:21,mous:[47,30,42,29],untouch:[],tri:[35,0,37,30],ischrom:12,mathit:35,notabl:[],button:[],curvearrowleft:35,nleq:35,userscript:2,maction:30,pleas:[40,17,32,21,3],impli:[35,27,21],smaller:0,fortun:16,arctan:35,natur:[20,17,35,37,47],varupsilon:35,download:[0,37,5,17,19,47],fullnam:38,hspace:35,click:[30,42,9,19,29,6,47],append:10,compat:[39,46,21],index:[17,37,1],compar:32,access:[24,37,1,38,45,50,42,35,17,20,33],clipboard:[],mathjax:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50],backprim:35,vargamma:35,varsigma:35,leq:35,let:[27,37,2,42,17,40,46,12,49],sinh:35,becom:[27,37,23,50,3,16,20,33],sinc:[0,12,50,23,24,14,35,27,9,43,16,17,18,19,44,46,47,32,33,41],tex4ht:47,rtime:35,convert:[11,27,23,35,2,4,28,20,47,48],produc:[35,48,30,23,17,45,42,43,16,5,18,19,38,20,46,47,32,24,9],sqcap:35,larger:47,technolog:20,later:[24,27,30,23,14,50,35,38,12],zscale:19,circledast:35,typic:[4,35,37],chanc:[4,16,24],firefox:[32,37,2,46,12,49],rgroup:35,appli:[35,33],iskonqueror:12,lessgtr:35,"boolean":12,smallmatrix:35,from:[0,1,25,35,11,32,16,17,18,19,21,22,24,2,26,28,30,8,12,33,34,4,36,37,38,45,50,42,43,46,47,48],zip:[17,37],commun:[16,11,3,17],chi:35,doubl:[18,19,29],upgrad:[5,3],varphi:35,next:[35,44,45,43],few:[35,17,37,28],msqrt:[17,47],dfrac:35,bowti:35,dash:[41,30],comparison:[50,12],impress:21,doublebarwedg:35,projlim:35,"4ac":17,rare:50,versionatleast:12,account:[],alik:2,retriev:10,augment:[48,8,34,33],aperson:38,thin:18,control:[35,22,37,17,41,30,42,4,5,12,18,19,29,26,46,7,32,49,9],tau:35,process:[0,2,35,10,11,32,14,15,16,17,34,19,45,22,25,38,28,8,12,4,27,26,48,50,43,46,47,49],reftarget:[],newmath:43,high:[20,46,47],tag:[1,25,35,6,32,16,17,40,19,48,18,2,26,28,8,12,4,27,37,45,43,47],tan:35,prece:38,delai:[0,37,23,24,42,15,16,19,29,30],gcd:35,getelementsbytagnamen:2,subdirectori:[48,8,45],instead:[35,17,14,50,43,16,38,47],class4:33,class2:33,sin:35,sim:35,class1:33,simplesup:33,frac:35,overridden:[30,33,34,45,8,48],mspace:[35,27],anothermethod:33,frak:35,redund:[33,19],essenti:[35,47,33],light:[35,33],correspond:[12,30],element:[25,35,5,10,16,17,40,45,22,24,26,36,8,12,33,4,27,30,48,41,43,44,47,50],issu:[0,27,3,15,17,47,32],unaccept:46,allow:[35,27,37,1,24,39,40,41,2,42,15,16,17,38,19,29,20,30,33,50,9],fallback:[30,37],mjx:10,nonumb:35,move:[30,37],nsucc:35,comma:[35,41,32,2,19],dagger:35,mathjax_tooltip:30,movabl:1,coth:35,varxi:35,therefor:[35,21],pixel:30,multimap:35,crash:19,pure:27,handl:[0,36,44,39,35,27,2,16,5,34,9,12,49,50],innermost:40,handi:[],mention:[],successor:28,gggtr:35,somewher:[],anyth:[16,32],edit:[17,32,1],smallfrown:35,prepackag:[],mode:[35,30,4,17,46,47],varomega:35,"2em":35,mod_head:37,subset:35,delaypost:30,consum:15,nointerest:24,src:[22,1,26,50,2,43,4,17,12,40,6,31,32,21],"static":33,our:[21,3],rightleftharpoon:35,helpurl:42,special:[35,12,38,41,4,17,27,19,44,20,46,47,32,21],out:[0,37,50,30,16,5,9,46,47,21],variabl:[36,23,13,2,25,43,35,38,33],lesseqqgtr:35,matrix:35,categori:50,rel:[0,9,30],moveabl:[31,1],merg:[10,12],ref:12,math:[25,35,9,10,11,32,15,16,17,34,19,20,22,2,26,28,29,30,8,12,4,27,37,39,42,43,44,46,47],negthinspac:35,nsucceq:35,insid:[37,1],workflow:27,manipul:[21,43],eqslantgtr:35,releas:[37,2],bleed:37,indent:[18,19],could:[0,27,38,13,50,3,43,16,17,47,12,45],put:[0,37,44,2,35,17,32],mac:[9,12,30,19],timer:[],david:[],gtreqqless:35,length:[2,23],outsid:[4,46,32],"0em":19,scriptstyl:35,endors:21,rbrace:35,blogger:[],udpat:37,precapprox:35,spadesuit:35,date:[17,37],uplu:35,clubsuit:35,bigsqcup:35,"long":[35,50,42],strict:[46,37],unknown:27,system:[37,1,17,3,35,5,20,46],messag:[0,36,37,39,17,13,35,25,15,16,5,12,34,19,44,32,24],attach:[16,24,44],termin:4,iota:35,rsh:35,supset:35,"1em":27,gtreqless:35,blind:47,gtrdot:35,structur:[0,32,23,39,43,16,38,36,12],charact:[35,27,30,41,4,5,18,19,47],htaccess:37,seriou:47,biggl:35,biggm:35,rrightarrow:35,favorit:[],unkown:12,lightli:46,disadvantag:46,need:[0,1,2,3,35,5,6,8,32,14,15,16,17,18,19,20,45,23,25,38,30,31,12,33,34,4,27,37,39,48,41,43,44,9,47,50],turn:[10,24,27,23,4,9],border:[10,35,41,21],woudl:32,min:35,manang:17,decis:46,msam:[],which:[1,25,35,8,32,15,16,17,18,19,45,22,23,24,2,26,27,28,29,30,31,12,33,34,4,36,37,38,40,41,43,46,47,48,50],hbox:35,mit:35,singl:[0,36,23,44,13,41,43,4,17,20,32,50],declaremathoper:35,mathjax_preview:[22,41,4,26,19,47],x22d6:35,unless:[17,32,23,46],bboxfor:[],who:[16,24,3],eight:46,leftthreetim:35,why:[],underset:35,url:[0,32,2,42,17],gather:35,request:[0,24,35,16,38,46,50],face:[30,3,5,18,37,32],inde:[32,2],nmid:35,determin:[32,30,1,25,35,9,19,12],starup:19,fact:[24,34],atopwithdelim:35,getalljaxfor:[],backsimeq:35,mathjax_messag:15,text:[1,2,35,5,6,10,15,16,17,40,19,20,45,18,22,38,31,32,4,30,26,50,43,9,47],verbos:[39,38,19],perfom:44,perfor:46,bring:[47,37],woth:27,curlyeqsucc:35,lgroup:35,locat:[0,22,37,17,25,2,43,4,5,12,19,16,26,32,48,47,28],jax:[25,7,32,13,16,17,9,19,45,2,28,8,12,33,34,36,30,39,48,41,43,46,47,49],vartriangleright:35,forev:2,should:[2,35,6,8,32,14,17,34,19,21,22,23,24,38,28,31,12,4,27,37,26,40,41,43,46,48,49,50],imagefont:[5,30],vartriangleleft:35,suppos:[38,43],"5px":10,triangleright:35,local:[37,23,17,50,2,43,5,19,32],hope:[5,21],precsim:35,liminf:35,regularli:37,looparrowright:35,bigstar:35,leqslant:35,triangl:35,enabl:[35,1,4,17,6,31],organ:47,frown:35,stuff:12,she:46,contain:[0,1,2,35,5,10,13,14,15,16,17,34,19,45,22,23,24,26,30,12,4,36,37,38,41,43,47,50],view:[30,27,37,2,17,28,20,46],attibut:41,legaci:[],coooki:10,similarli:[0,12],temporarili:15,troubl:17,outpu:[],issafari:12,asynchron:[0,36,23,24,39,14,50,16,38,44,12],statu:[0,37,38],error:[0,12,27,2,3,35,17,34,19,32],jmath:35,pattern:[4,19],thumb:50,gtrsim:35,written:[17,6],quickest:17,theta:35,neither:[5,32,40],entiti:[35,27],omicron:35,stati:33,nshortmid:35,kei:[10,0,23,24,14,16,19,12],job:32,entir:[12,43],mmorhtmll:49,closebox:5,ker:35,addit:[48,0,27,50,23,5,14,35,43,16,17,19,38,8,12,45,41],skipstartuptypeset:19,rtype:[],admin:[31,6],nabla:35,equal:[50,12,33],gnapprox:35,etc:[35,50,19,43],instanc:[10,33,50,34,12,45],equat:[35,22,37,43,4,26,18,19,20,46,47,32,45],futher:46,class3:33,eth:35,lmoustach:35,onchang:43,comment:[17,41,32,19],varnoth:35,dorectori:31,arriv:[16,44],walk:[],distinguish:8,arguement:38,sqcup:35,quit:43,showfontmenu:42,"55em":35,quotat:41,compos:27,sqsupseteq:35,json:[],besid:[],treat:17,immedi:[0,14,50,25,43,16],incldu:[],smallsetminu:35,both:[0,12,37,38,39,33,50,17,27,19,32,21],"05em":35,otf:37,bult:[],psi:35,togeth:[50,12,27,23],injlim:35,present:[5,27,19,3,24],risingdotseq:35,multi:35,iscallback:23,cow:33,plain:35,align:[35,27,19],contextu:[27,30,42,9,19,29,47,45],studentdisplai:43,defin:[9,38,12,30,17,25,41,2,42,35,5,18,19,29,32,33,50],glossari:[39,11],observ:21,layer:1,almost:35,curvearrowright:35,site:[37,1,17,19,20,31,32,21],archiv:[17,37],lightweight:[],myinputjax:34,curlywedg:35,parti:16,cross:37,sqrt:[35,17,47],getx:33,extensiondir:34,oint:35,easi:28,difficult:[38,27,44],phi:35,http:[37,2,42,17,46,21],lleftarrow:35,"8em":[35,18],effect:[14,50,2],dai:10,student:43,php:[1,6],trake:3,executehook:[24,23],off:[35,46,9,44],center:[35,19],well:[37,23,38,41,3,43,16,17,34,19,44,46],exampl:[0,2,3,35,5,7,9,10,12,14,16,17,18,19,45,22,23,24,26,27,29,30,8,32,33,4,36,37,38,40,41,42,43,44,46,47,48,49,50],command:[27,37,23,39,14,50,25,43,35,19,12],choos:[35,46],undefin:[35,17,32,23,38],setx:33,usual:[23,38,50,35,5,34,19,47],curlyeqprec:35,paus:37,less:[4,35,47,12,37],half:38,obtain:[37,43,17,19,47,48],mistaken:47,mathclos:35,mathoutput:43,simultan:50,emtpi:[],web:[1,25,35,5,6,11,16,17,20,21,2,28,30,31,32,24,37,45,50,43,44,47],current_them:1,smith:38,textbf:35,cdotp:35,add:[35,1,17,14,41,2,4,5,19,45,46,48,33],book:39,match:[4,24,30],ctrl:19,webpag:28,usemathmlspac:7,varpropto:35,know:[24,38,2,16,17,8,48,47],mathinn:35,sourceel:[16,48,45,43],loader:[8,48],recurs:12,konqueror:[46,12],nofont:5,like:[2,35,4,14,15,16,17,20,21,23,38,28,8,32,24,27,37,39,41,43,44,46,47,50],lost:38,incred:[],messagehook:[16,24,12],necessari:[20,12,45],lose:[],exportaud:[],captur:39,suppli:[12,45,23],"export":45,superclass:33,proper:[24,12],home:0,librari:[13,50,36,37],glyph:[35,39],kern:35,assum:[17,31,43,6],avoid:[27,35,40,19,47,21],tooltip:30,leav:[10,18,49,43],doublecap:35,twoheadleftarrow:35,daleth:35,upharpoonright:35,journal:39,usag:11,sphericalangl:35,although:[13,17,32,49,24],offset:30,panel:35,varepsilon:35,about:[35,12,37,23,17,3,43,16,5,24,9,28,38,44,30,47,32,21],actual:[10,0,12,23,14,35,43,16,38,27,19,8,32,48,50],interven:[],column:18,mathajx:37,genfrac:35,mapsto:35,constructor:33,disabl:[9,30],eqalign:35,own:[37,17,13,50,2,3,35,5,44,8,32,48,47],amsmath:[50,2,35,17,18,32],circledr:35,reprocessor:27,automat:[35,14,50,15,4,17,34,46,47,32,33],guard:19,vphantom:35,circlearrowleft:35,dcocument:12,transfer:[17,37],support:[11,36,30,17,25,2,9,35,5,27,49,20,46,47,32,21],much:[16,46,39,44],bigcap:35,tracker:[17,3],arg1:38,"var":[10,23,50,2,43,16,38,33],arg2:38,"function":[0,48,50,23,24,39,2,35,25,44,43,16,38,14,8,12,33,47],propto:35,unexpect:[9,19],precnapprox:35,studentansw:43,gain:[46,42],inlin:[4,17,32],bug:[37,3,15,17,19,47],made:[45,50,44,8,32,48,47],bbbk:35,whether:[35,22,30,38,2,42,43,4,26,9,19,7,12,49],wish:[37,41,2,3,35,38,46,12,21],commit:21,displai:[35,5,10,11,15,16,17,18,19,20,48,22,21,29,32,4,27,37,45,42,43,47],substack:35,underleftrightarrow:35,mathord:35,directori:[0,48,37,1,44,39,45,25,16,17,34,19,6,30,31,32,21,8],below:[1,2,35,5,7,9,10,17,40,19,45,18,22,26,29,8,12,34,4,30,48,42,44,46,47,49],meta:46,sideset:35,otherwis:[0,36,23,33,15,35,12,6,32,21],problem:[37,38,2,3,35,17,46,47],x03c0:47,"int":[10,35,38],dure:[16,12,45,34,23],filenam:38,implement:[10,0,27,13,35,38,34,46,47,33],nolimit:35,inf:35,meth:0,probabl:[37,1,38,16,17,32],oplu:35,mrow:[17,47,27],immateri:50,percent:9,detail:[0,35,5,6,11,4,32,14,16,17,9,19,22,23,26,28,29,30,31,12,24,27,37,50,42,43,44,46,47],lesseqgtr:35,other:[25,35,4,32,14,16,17,34,19,20,21,23,38,28,30,12,33,24,27,37,39,45,50,9,43,44,46,47,49],futur:[16,0,44,3,46],varieti:47,downlaod:20,removeaft:5,repeat:1,star:35,"class":[35,36,23,24,13,14,4,34,19,45,8,48,33,47,28],thicksim:35,msgroup:27,stai:[],scientif:39,reliabl:[46,2],rule:[50,35,5,19,7,21],mathjax_mathml:2,portion:43,auxiliari:[],eot:37},objtypes:{"0":"py:method"},titles:["The MathJax.Ajax Object","Using MathJax in popular web platforms","Loading MathJax Dynamically","The MathJax Community","The tex2jax Preprocessor","The FontWarnings extension","Installing MathJax in WordPress","The MathML input processor","The MathJax.InputJax Class","The NativeMML output processor","The MathJax.HTML Object","MathJax Documentation","The MathJax.Hub Object","The MathJax API","The MathJax.Callback.Queue Class","The MathJax.Message Object","Using Signals","Getting Started","The TeX input processor","The Core Configuration Options","What is MathJax?","“Powered by MathJax”","The jsMath2jax Preprocessor","The MathJax.Callback Class","The MathJax.Callback.Signal Class","The MathJax Startup Sequence","The mml2jax Preprocessor","MathJax MathML Support","Converting to MathJax from jsMath","The MathZoom extension","The HTML-CSS output processor","Using MathJax in WordPress","Loading and Configuring MathJax","The MathJax Object-Oriented Programming Model","The Base Jax Class","MathJax TeX and LaTeX Support","The MathJax variable","Installing and Testing MathJax","Using Callbacks","Glossary","Describing HTML snippets","CSS Style Objects","The MathMenu extension","Modifying Math on the Page","Synchronizing your code with MathJax","The MathJax.ElementJax Class","MathJax Output Formats","The MathJax Processing Model","The MathJax.OutputJax Class","The MMLorHTML configuration options","Using Queues"],objnames:{"0":"Python method"},filenames:["api/ajax","platforms/index","dynamic","community","options/tex2jax","options/FontWarnings","platforms/wordpress","options/MathML","api/inputjax","options/NativeMML","api/html","index","api/hub","api/index","api/queue","api/message","signals","start","options/TeX","options/hub","mathjax","badge","options/jsMath2jax","api/callback","api/signal","startup","options/mml2jax","mathml","jsMath","options/MathZoom","options/HTML-CSS","platforms/movable-type","configuration","api/object","api/jax","tex","api/variable","installation","callbacks","glossary","HTML-snippets","CSS-styles","options/MathMenu","typeset","synchronize","api/elementjax","output","model","api/outputjax","options/MMLorHTML","queues"]}) -\ No newline at end of file +Search.setIndex({objects:{"":{reset:[23,0,1],getAllJax:[32,0,1],Log:[15,0,1],Subclass:[33,0,1],Delay:[23,0,1],Init:[33,0,1],Interest:[24,0,1],Translate:[34,0,1],Config:[32,0,1],addElement:[10,0,1],Styles:[0,0,1],ExecuteHook:[24,0,1],loadTimeout:[0,0,1],Resume:[14,0,1],Post:[24,0,1],Update:[32,0,1],loadHook:[0,0,1],formatError:[32,0,1],call:[14,0,1],getJaxByInputType:[32,0,1],PreProcess:[32,0,1],fileURL:[0,0,1],has:[33,0,1],Require:[0,0,1],Insert:[32,0,1],addText:[10,0,1],TextNode:[10,0,1],Augment:[33,0,1],loadError:[0,0,1],Clear:[15,0,1],Register:[34,0,1],noTranslate:[34,0,1],Element:[10,0,1],Queue:[23,0,1],NoInterest:[24,0,1],Set:[15,0,1],getJaxByType:[32,0,1],Push:[14,0,1],Typeset:[32,0,1],Signal:[23,0,1],loadComplete:[0,0,1],wait:[14,0,1],Load:[0,0,1],Suspend:[14,0,1],executeHooks:[23,0,1],Process:[32,0,1],Text:[45,0,1],Reprocess:[32,0,1],Startup:[34,0,1],SourceElement:[45,0,1],getJaxFor:[32,0,1],can:[33,0,1],MessageHook:[24,0,1],isJax:[32,0,1],isa:[33,0,1]}},terms:{lvertneqq:35,reprocess:[32,45,43],mathjax_msie_fram:15,interchang:20,four:[17,50,30],prefix:[10,17,12],asymp:35,blacktriangledown:35,webfont:[5,37,30,17],whose:[4,38,32,48,43],under:36,preprocess:[47,32,25,43],sped:[],gimel:35,everi:[16,32],mskip:35,arcco:35,dotplu:35,affect:[45,32,30,12],isforefox:32,look:[10,35,36,37,23,1,24,41,3,15,4,17,12,6,30,47,32,43],eqnarrai:35,cmd:19,bigodot:35,ominu:35,math:[25,35,9,10,11,32,15,16,17,34,19,20,22,2,26,28,29,30,31,12,4,36,37,39,42,43,44,46,47],nparallel:35,showcontext:42,direct:[5,36,37,30],enjoi:[],thinspac:35,second:[0,36,30,23,38,41,44,4,5,40,19,16,31,48,50],ngeq:35,even:[0,36,23,24,14,35,2,43,16,38,40,12,44,20,47,32,50],hide:43,prejax:[47,19],neg:35,introspect:[],children:36,yoursit:2,caseywstark:[],"new":[10,24,12,30,48,23,43,45,50,25,3,15,16,44,18,42,20,31,32,33,47],net:30,mhtml:1,told:44,limsup:35,scriptscriptstyl:35,abov:[10,35,37,23,17,50,2,43,4,5,19,38,46,33],lessapprox:35,never:[30,2],richest:[],here:[10,24,27,23,38,50,2,43,16,17,34,19,6,32,45],met:25,lneqq:35,path:[0,1,17,6,8,12],noundefin:[35,17,12,2],interpret:[35,46,30],nrightarrow:35,forum:[17,3],bookmarklet:12,precis:[],rceil:35,indutri:[],backprim:35,circleddash:35,mathstrut:35,unix:30,brower:35,thinmathspac:36,highli:20,describ:[10,23,17,39,41,25,43,35,5,40,38,46,47,32],would:[35,5,7,9,10,32,14,17,40,19,21,18,22,23,38,29,30,12,33,4,37,26,45,41,42,43,46,47,49,50],bleed:30,vartriangl:35,ltime:35,varlambda:35,call:[0,1,2,35,5,7,32,14,15,16,18,19,45,22,23,24,26,29,30,31,12,33,34,4,37,38,39,48,50,42,43,44,9,47,49],typo:[],recommend:[46,47,30],vcenter:35,preview:[4,26,47,22,19],type:[0,1,2,4,6,8,10,32,16,17,34,19,48,31,12,36,45,50,43,44,46,47],until:[0,22,24,50,25,4,26,19,38,16,12],notin:35,displaymath:[4,12],notic:[35,12],warn:[0,5],jpg:[4,26,22,40],hold:[0,40,19,29,47,32],unpack:[17,30],slowest:46,must:[0,36,37,5,39,14,35,15,4,17,18,19,29,44,46,12,24,41],fbox:35,join:[16,35],centerdot:35,setup:[20,17,36,12],work:[10,11,36,30,38,33,35,2,3,43,16,17,28,44,20,46,12,21],cc0000:[41,19],textjavascript:[],root:[35,0,25],overrid:[48,5,31,34,33],mathmenu:[9,41,12,37,42],give:[24,17,40,41,2,3,16,5,18,12],indic:[48,0,12,24,14,35,25,16,17,34,19,38,31,32,45,47],mauch:[],impair:20,liter:4,want:[16,37,30,23,38,13,48,35,3,15,4,17,49,19,43,46,8,12,33,50],david:[],setminu:35,foirefox:30,quot:[4,37,19],hom:35,heartsuit:35,how:[0,1,2,3,35,5,6,14,15,17,40,19,22,23,24,26,29,30,32,4,37,42,44,9,47],sever:[0,50,43,38,47,12,48],answer:[3,43],verifi:[17,30,3],config:[25,35,5,6,7,31,9,32,15,16,17,18,19,48,22,2,26,28,29,30,8,12,34,4,37,38,41,42,43,46,49,50],updat:[30,1,50,43,32,45],showrender:42,lai:[46,47],diagdown:35,after:[0,37,23,24,14,50,2,42,15,16,17,34,19,38,44,30,47,12,43],befor:[0,1,3,35,6,14,15,16,18,19,23,24,38,29,30,32,33,34,4,36,37,39,40,50,43,44,46,47],wrong:36,unwis:46,konqueror:[46,32],parallel:[35,50],types:[],alignedat:35,attempt:[0,36,42],third:[50,36],leftarrow:35,perform:[24,12,23,38,39,14,50,25,27,16,5,34,19,43,44,32,45],greasekit:2,maintain:[44,3,16,38,19,21],environ:[35,3,4,17,18,12],incorpor:21,enter:[35,47,36,43],first:[16,36,30,50,23,24,35,2,3,43,4,17,40,19,38,6,44,31,12,48,47],order:[24,22,17,39,14,50,15,4,5,19,38,46,26,32,33,47],oper:[0,4,5,7,9,14,15,16,17,18,20,22,38,29,30,34,24,27,37,26,39,50,42,43,46,49],approxeq:35,endors:21,over:[10,0,37,42,43,35,17,19,29,47],fall:[5,50,17],becaus:[16,36,37,24,35,2,15,4,17,40,38,30,47,12,43,50],boxtim:35,textrm:35,appar:[46,50],afil:38,flexibl:[50,40],vari:46,smallint:35,fit:[16,42],fix:30,strang:36,better:[17,12,42],boxminu:35,drawback:46,upharpoonleft:35,persist:3,comprehens:39,easier:[24,36,30,50,35,33],moveleft:35,them:[10,0,38,36,30,50,17,14,35,4,5,18,12,16,47,32,24,41],thei:[0,2,3,35,5,7,32,13,14,16,17,18,19,22,24,25,26,29,30,12,34,4,36,37,38,39,40,41,42,43,44,9,47,49,50],precapprox:35,safe:[10,2,43],"break":[35,44,50,36],mtext:[35,17],wedg:35,widetild:35,choic:[46,32,12],dbinom:35,outputel:[],leftharpoondown:35,accommod:[],timeout:[0,23],each:[16,12,30,23,24,50,25,43,4,17,44,47,32],debug:15,side:[15,18,19,6],mean:[16,22,1,24,13,35,2,43,4,26,19,38,44,20,12],leqq:35,createel:2,resum:[14,50],leqalignno:35,mathopen:35,looparrowleft:35,logo:21,goe:[35,44,50],newli:[10,16,33],content:[10,47,36,1,39,25,50,2,43,4,17,40,19,6,46,31,32,33,8],laid:[],reader:20,forth:27,impract:30,multilin:35,love:[],situat:[12,21],free:45,standard:[35,39,41,16,17,20,46,47,12,21],lneq:35,angl:35,moment:[17,30],isn:16,temporari:34,isa:33,subtl:43,confus:21,mathbb:35,rang:47,mathbf:35,render:[36,25,42,4,19,20,46,47,12,49,28],yourcolleg:30,restrict:[35,30],hook:[16,0,23,24],noerror:[35,17,12,2],alreadi:[0,23,44,35,2,3,15,16,38,6,8,43,33,50],messag:[0,12,30,39,17,13,35,25,15,16,5,27,34,19,44,32,24],primari:46,tooltop:37,top:[27,30,35,17,46,12],sometim:[],underlin:35,master:44,too:[4,17,2],eqn:[],john:38,listen:[16,24,32,23],thickapprox:35,namespac:[17,12,2,23,43],tool:50,tagind:18,consern:[],gtrless:35,somewhat:44,technic:39,past:[16,20,44,24],filesmatch:30,consequ:9,provid:[10,0,36,23,1,24,14,35,15,16,38,40,12,44,20,47,32,33,50,43],eqalignno:35,x2212:[17,47],tree:40,iota:35,project:[39,21,3],matter:[16,28],minut:30,mathtt:35,ldotp:35,modern:[20,5,12,46,11],mind:[35,1],manner:46,increment:14,seem:[38,36,21],rightrightarrow:35,ldot:35,ngeqq:35,latter:[16,40,47,12],client:37,supset:35,picki:[],though:[23,2,35,44,40,19,47],object:[0,25,5,10,11,32,13,14,15,16,34,19,45,23,38,29,31,12,33,24,27,37,39,40,41,42,43,44,9,47,48,50],regular:[4,19],phase:[],previewtex:[],grave:35,don:[36,38,50,2,43,16,5,46,32,21],dom:[10,48,50,43,16,44,34,19,32,45],doe:[35,36,23,48,2,16,38,9,49,12,20,46,31,32,45,47],declar:[36,37,41,42,5,9,29],tfrac:35,unchang:[49,43],sum:[35,23],dot:35,asid:[],delaystartupuntil:[25,19],lnapprox:35,syntax:[35,33],mediawiki:1,isopera:32,shownam:38,asynchon:43,involv:[17,12,3,44],consolid:20,layout:45,firstnam:38,mathchoic:35,ismsi:[32,25],menu:[36,37,25,42,9,19,29,6,46,8,45,47],explain:[17,12,44],configur:[25,35,5,6,7,31,11,12,16,17,18,19,48,22,2,26,28,29,30,8,32,34,4,36,37,38,40,9,46,47,49],apach:30,configut:40,theme:[1,6],rich:20,folder:[17,37,30],predecessor:[],infti:[35,47],report:[36,19,3],circeq:35,prepocess:[],subseteq:35,fadeouttim:5,bar:[35,33,23],"public":30,reload:42,bad:[],replacechild:2,neq:35,respond:[24,19,3],dashrightarrow:35,elimin:19,precneqq:35,result:[36,37,23,38,48,50,43,35,17,46,31,32,45,47],respons:[17,31,12,23,24],fail:[0,12,34,38,46],exectu:23,best:[0,47,12,50,46],awar:[35,0,50,36],subarrai:35,varinjlim:35,wikipedia:[39,2],circledcirc:35,gneqq:35,approach:[38,47,12,1,43],attribut:[10,41,35,26,40,47],blacktriangleright:35,extend:[20,47],jaxlist:[],synchon:16,extens:[0,25,35,5,32,16,17,18,19,22,2,26,28,29,12,34,4,27,30,39,41,42,43,50],add:[35,1,17,14,41,2,4,5,19,45,46,48,33],preprocessor:[35,22,26,25,27,4,17,36,19,12,47,32,43,28],advertis:21,intop:35,cot:35,triggerr:[],howev:[30,41,2,3,43,35,38,19,46,47,12,33,50],against:24,browser:[25,35,5,11,32,17,9,19,20,45,2,27,28,30,12,4,36,37,39,42,44,46,47,49],varpsi:35,preccurlyeq:35,foral:35,foobar:33,sai:[14,2,23],innerhtml:[2,43],height:[35,42],heirarchi:[],wider:3,sqsupset:35,speak:[13,47],chrome:[37,46,32,2],patch:30,three:[36,30,23,38,40,50,5,34,44,47],been:[44,0,30,23,24,14,50,2,3,15,4,17,34,28,38,16,46,12,43],trigger:[46,19,29],beta2:[],interest:[16,24,39,44],basic:11,accpet:38,tini:35,quickli:[20,46,3],underrightarrow:35,regul:50,xxx:35,uncommon:[],ani:[0,2,35,5,7,9,32,14,15,16,17,18,19,45,22,23,24,26,29,30,12,33,4,36,37,38,50,42,43,44,46,49],emploi:[39,46],refexplicit:[],tanh:35,servic:[17,12],properti:[10,0,27,48,23,24,14,38,34,45,31,32,33],diamondsuit:35,sourceforg:[30,3],dashboard:8,succeq:35,canb:18,lightli:46,applic:[20,17,25],tabl:36,cong:35,tediou:[],disappear:[4,26,22],amout:15,disabl:[9,37],incorrectli:30,receiv:[24,38,16,44,34,33],suggest:[5,3],make:[0,3,35,5,32,13,14,16,17,19,20,22,26,12,33,4,36,30,41,42,43,44,46,47,50],complex:[46,40],split:35,lrcorner:35,unsafewindow:2,complet:[0,30,23,24,39,14,50,43,16,17,34,38,44,46,32,45],longmapsto:35,hand:[27,15,18,19,47,36,28],fairli:40,rais:35,mkern:35,ignorepast:24,unlhd:35,squar:[35,40],redefin:[5,34],kept:16,presto:[],thu:[23,50,16,38,12,45],inherit:[13,45,31,48,33],contact:21,thi:[0,1,2,35,5,6,8,9,10,11,12,13,14,15,16,17,18,19,45,22,23,24,25,26,27,28,29,30,31,32,33,34,4,36,37,38,40,41,42,43,44,46,47,48,49,50],idotsint:35,programm:33,everyth:[35,50,32],settimeout:[38,23],left:[36,27,25,15,35,44,18,19,6,8,12],processclass:4,identifi:[10,17,47,12,24],just:[24,36,1,23,38,41,35,17,19,6,20,47,12,50],yen:35,mathbin:35,human:[],depart:[],coprod:35,yet:[36,14,50,43,16,44,46],languag:[39,17,47,44,46],noscript:4,onload:[25,27,2,19,38],errorset:19,ell:35,had:16,myconfig:[16,38],els:[30,43,2,38],har:[],save:[8,41,6],hat:35,jsmath:[11,47,28],"3px":41,nexist:35,loadtimeout:0,quirk:46,preserv:38,negativethinmathspac:46,background:[35,41],specif:[0,27,23,1,24,39,14,50,43,4,38,34,19,47,32,45],sqsubset:35,arbitrari:35,zoom:[36,19,29],leftrightarrow:35,underli:46,www:[30,2,42,17,12,21],right:[9,36,37,39,14,50,2,15,35,18,19,6,47,12],old:[16,30],simbl:2,deal:46,autobold:[35,12],somehow:[],percentag:[9,37,19],cfrac:35,successfulli:[0,38],interc:35,dddot:35,bottom:6,subclass:[24,27,45,34,31,48,33],circ:35,exectur:24,overcom:[46,44],condit:[0,25],getjaxfor:[16,32,48],core:[12,50,25,35,19,47,32],plu:[24,25],bold:[35,40,18,12],mathrel:35,colleg:30,repositori:[],post:[24,37,25,3,15,16,44,34],"super":33,llless:35,obj:10,nwarrow:35,slightli:[35,6],surround:[9,37],current_theme_templ:1,joomla:1,downharpoonright:35,geramond:35,encod:35,bound:[],rightsquigarrow:35,down:[8,19],shortparallel:35,sot:[],wrap:33,opportun:3,often:[17,41,30,47],wai:[16,22,30,23,1,26,48,50,2,15,4,17,34,19,38,46,31,12,24,47,43],checkmark:35,wab:[],ngtr:35,avail:[0,22,37,30,5,45,50,42,4,17,36,19,16,20,46,26,12,33,47,9],width:[35,46,18,36,42],reli:[0,50,2,43,38,9,46,12],wordpress:[8,1,6],editor:6,overhead:[],rightthreetim:35,head:[1,2,43,17,6,46,8,12],form:[36,37,39,18,19,47],offer:3,forc:[12,37],epsilon:35,msbm:[],hear:[16,24],downdownarrow:35,"true":[35,12,37,23,24,25,42,4,27,19,9,7,32,33],reset:[42,23],absens:1,displayalign:19,intern:[0,36,24,39,14,50,35,19,46,31,32,48,47],tell:[17,21,2,43,46],moveright:35,featur:[36,30,3,16,38,29,46,33],rfloor:35,drive:30,exist:[35,33,23,3],ddot:35,backsim:35,jax1:[],triangleq:35,check:[0,30,24,35,17,38,33],excel:21,abovewithdelim:35,role:47,test:[10,11,36,30,44,2,43,16,17,8,32,33],tie:[25,23],smallsmil:35,scriptstyl:35,node:10,intend:33,consit:35,munderov:47,gvertneqq:35,consid:[0,12,45,35,4,47,32,21,50],markup2jax:[],configr:12,omega:35,outdat:3,faster:[46,12],bullet:35,tex2jax_ignor:4,ignor:[4,24],time:[0,2,3,35,5,10,32,15,16,17,34,19,23,38,29,12,24,30,50,43,46,47],push:[23,39,14,50,25,43,38,32],mathrm:35,doteq:35,emulateie7:46,skip:4,global:[13,46,27,23,43],skin:1,sourcesforg:30,displayind:19,millisecond:[0,37,23,42,15,5,29,32],decid:[12,42],depend:[23,43,38,6,46,12,49],show:[30,17,3,43,35,5,40,19,38,8,12,21,42],readabl:39,nearrow:35,varpi:35,certainli:[12,30],vee:35,vec:35,text:[1,2,35,5,6,10,15,16,17,40,19,20,45,18,22,38,8,12,4,37,26,50,43,9,47],succnsim:35,sourc:[11,36,37,50,2,42,16,9,20,30,47,32,45],string:[0,23,24,40,35,15,4,18,19,16,32,45,41],word:[4,47],exact:[],room:18,dim:35,foo:[33,23],administr:[1,6],level:[17,12,30,27],ntriangleleft:35,gui:[],item:[9,37,42,35,38,40],cooki:[10,25],div:[10,35,47,28,43],prevent:[35,22,37,26,42,4,17,18,19],slower:46,compens:9,sign:[35,43,4,17,47,12],cost:[17,12,33],pmb:35,rightarrowtail:35,widehat:35,xandi:33,dotsi:35,dotsm:35,appear:[35,27,30,38,42,15,16,17,19,43,6,12,45],dotso:35,repli:16,dotsc:35,dotsb:35,current:[0,37,30,1,24,45,6,46,8,33],backepsilon:35,ampersand:35,scriptel:[],inlinemath:[4,17,12,43],boost:[],defici:36,amalg:35,mathsiz:35,gener:[38,49,25,5,47,32,45],mfrac:[17,47],slow:[],modif:50,address:[17,8,30,1,6],along:[30,39,50,15,16,31,48],wait:[0,30,23,24,39,14,50,2,43,16,38,25,19,44,32],box:[35,0,5],html_head:1,shift:19,bot:35,queue:[24,27,23,44,13,14,50,25,43,38,39,32],overriden:32,digamma:35,varlimsup:35,macintosh:32,semant:33,regardless:43,extra:[16,35,47,19],modul:[0,8,27],prefer:[30,37,49,42],iepro7:2,veebar:35,visibl:[4,26,50,22,43],marker:35,instal:[11,37,30,17,35,5,6,20,46,8,12],arrowvert:35,memori:[44,45],bigr:35,visit:17,prec:35,subvers:[17,30],stylesheet:[0,27,23,24,14,25,43,44,19,6,46],perp:35,current_skin:1,bigl:35,bigm:35,eqcirc:35,divideontim:35,inputjax:[27,13,45,25,34,31,33],capit:13,sitaut:43,peopl:[],bigtriangleup:35,newcommand:35,visual:20,templat:[8,1,6],hphantom:35,easiest:[30,23,38,16,17,12],graphic:[30,21],prepar:[50,12],cap:35,uniqu:41,risingdotseq:35,pmatrix:35,whatev:[35,1,33,50,43,16,48],cal:35,purpos:[46,47,38],getjaxbytyp:32,downharpoonleft:35,precsim:35,subseteqq:35,varprojlim:35,backslash:[35,18,19],topic:[13,11,12],exportmathml:[],phrase:17,occur:[0,36,23,24,14,50,2,42,15,16,38,34,19,12,44,32,43],eqsim:35,nuber:15,pink:35,alwai:[35,38,50,23],multipl:[35,50],trianglelefteq:35,write:[20,17,50,43,24],anyon:[],fourth:50,mathsf:35,tild:35,xhtml:[17,36,12],map:47,product:21,max:35,spot:35,succ:35,pending_xref:[],mai:[0,1,2,3,35,5,32,13,16,17,34,19,45,24,38,30,12,33,4,36,37,48,50,9,43,44,46,47],end:[0,36,30,1,35,6,25,4,16,8,50],data:[10,0,27,37,48,23,45,16,38,34,31,32,33],liminf:35,newlin:[35,15],vartheta:35,preceq:35,explicit:[],uparrow:35,nsim:35,inform:[0,37,1,24,39,15,16,38,9,19,47,12],"switch":[47,28],looparrowright:35,combin:[0,30],block:[9,37,17,5,34,19,47,12],lnsim:35,approx:35,approv:21,lsh:35,tex2math:[17,28],mapl:[],still:[24,36,23,39,50,16,17,19,29,46],pointer:33,ttf:30,dynam:[0,27,11,50,2,43,17,19,44,20,47,12],equiv:[35,46],amssymbol:[35,17,12,2],group:[0,36],monitor:3,polici:30,varsigma:35,bigstar:35,platform:[20,11,1,17],window:[27,23,38,2,42,15,5,43,32],alignat:35,main:[47,12,30,50,1,13,48,41,42,35,17,27,19,6,31,32,33,8],mathexampl:43,non:[10,0,47,17,14],msam10:17,halt:44,smash:35,initi:[0,27,44,35,25,42,4,17,34,19,16,47,32,45,50],contectu:46,safari:[46,32,2],natiov:9,now:[17,12,30,46],discuss:[10,30,2,3],nor:[5,40],term:15,name:[0,25,35,5,10,32,16,17,18,19,45,22,23,24,2,26,30,31,12,33,34,4,36,37,38,40,41,46,48],opera:[46,32,2,49],boxdot:35,separ:[36,30,41,15,16,9,19,12,50],messagestyl:[5,19],sideset:35,confid:20,varpropto:35,compil:38,domain:30,replac:[0,36,2,43,17,18,12,6,8,32,33,47],individu:[12,45,43],continu:[16,0,35,50,44],happen:[36,30,14,50,35,44,47],shown:[35,40,19,42,43],accomplish:[46,2,30],space:[43,35,19,46,7,12,47],internet:[0,2,42,15,35,38,19,46,47,12],formula:[43,19,29,20,46,47,12],correct:[30,2,38],simeq:35,earlier:[50,12],ajax:[0,27,13,50,25,16,38,34,32],mime:[36,48,17,34,12,31,32,45],theori:[],underleftarrow:35,org:[17,21,2,42,12],ord:35,care:[35,12,2],ntrianglelefteq:35,suffici:[35,18,49],x00b1:17,synchron:[0,23,11,39,14,50,2,43,38,25,44,32,24],mscarri:36,thing:[35,17,40,43],place:[0,37,5,35,3,43,16,17,24,18,19,6,8,12,33,50],mathop:35,startuphook:[16,32],ture:9,think:[35,19,43],frequent:[4,16],lambda:35,origin:[35,48,30,24,14,2,43,16,17,45,31,12,33],lfloor:35,suspend:[16,14,50,24],directli:[50,2,43,35,38,47],spoken:[],onc:[0,30,23,24,50,25,43,35,17,28],arrai:[2,35,5,7,32,14,16,17,18,48,22,23,24,25,38,28,31,12,34,4,37,26,40,9,46,47,49],yourself:[35,14,2,19,38],fast:46,open:[11,36,30,42,17,6,20,8],predefin:19,size:[35,41,9,37,43],given:[10,0,48,23,1,24,14,35,40,15,16,38,34,50,19,45,47,32,33,41],convent:[],gif:21,ifmodul:30,evail:50,leftrightharpoon:35,averag:47,circl:35,whith:36,white:41,conveni:[17,12,33,19],hub:[25,4,5,7,32,13,15,16,18,19,45,22,2,26,29,12,34,9,27,37,38,48,50,42,43,47,49],especi:47,programat:47,copi:[36,30,2,3,17,12,20,32,21],specifi:[35,5,7,9,10,14,16,17,40,19,18,23,24,38,29,12,4,37,41,42,44,46,47,49,50],enclos:[47,41,37,19],quad:35,than:[0,35,5,7,32,14,16,17,34,19,20,48,23,24,30,31,12,33,4,36,37,39,41,43,44,46,47,50],serv:[17,12],wide:[47,30],instanc:[10,33,50,34,32,45],underbrac:35,were:[16,45,43],posit:[14,37],seri:[50,40],pre:[4,5,36,30],delic:9,lnot:35,doublecup:35,openajax:[],nleftrightarrow:35,svnroot:30,argument:[24,23,50,38,12,33],hskip:35,doctyp:[46,36],mislead:21,engin:[20,11],techniqu:2,npreceq:35,note:[0,2,35,5,32,17,40,19,45,18,24,38,30,12,4,37,41,42,43,46,47,49,50],x2260:17,take:[0,23,1,5,50,25,3,43,35,17,18,38,44,12],noth:[38,30,23],channel:[16,39],updownarrow:35,begin:[16,35,25,43,4,18,46,47,12,50],sure:[35,30,24,50,2,3,43,4,17,46,12],windowset:42,normal:[35,23,41,2,4,19,47],track:[47,3],udpat:30,beta:35,pair:[10,0,12,23,40,41,4,18,16,31,32,48],fileurl:0,beth:35,latex:[11,39,35,4,17,19,20,47,12],textarea:4,proud:21,sale:9,typeset:[0,25,4,15,16,9,19,20,45,22,2,38,29,32,27,37,26,39,50,42,43,44,47],badg:21,sigma:35,mathfrak:35,showmathmenu:37,newenviron:35,autoreset:23,parentnod:2,unprocess:[32,45,43],permiss:[17,30],hack:46,corner:[27,19,15],label:[35,12,42],xml:39,insruct:1,onli:[0,1,2,3,35,5,32,17,40,19,20,45,24,38,30,12,4,36,37,39,41,43],explicitli:[35,38,4,17,12,33],activ:[36,23,39,3,43,44,46,47],written:[17,6],inlinedelimit:35,otim:35,black:35,offici:[],geq:35,mypic:[4,26,22,40],nearli:[35,12],variou:[24,37,1,13,41,16,5,9,31,12,47],get:[10,11,36,37,30,23,24,50,2,15,35,17,9,19,38,46,43,33],ncong:35,downarrow:35,requir:[0,23,35,2,16,38,34,20,47,32,48,50],prime:35,lceil:35,mathpunct:35,enspac:35,intermitt:[27,15],shortmid:35,retypeset:43,where:[0,1,25,3,35,5,8,10,32,15,16,17,18,45,23,38,30,31,12,27,37,48,41,43,44,47],wiki:[17,47,2],lozeng:35,obejct:14,ismac:[32,25],concern:[47,32],detect:23,parent:[10,33],enumer:35,sponsorship:21,enough:[50,40],between:[35,23,38,50,42,16,17,46,47,32,45],maltes:35,"import":[13,0,50,44,16],across:[39,46],rahter:[],longleftrightarrow:35,vdot:35,screen:[0,50,43,20,15,48],obscen:21,negmedspac:35,come:[36,30,50,2,38,46,47,12],leftleftarrow:35,img:[22,41,2,4,26,40,21],timout:0,pertain:17,audienc:46,overbrac:35,mani:[35,12,44,41,4,38,32,50],color:[35,41,40,19],operatornam:35,period:[0,27,30],pop:[],colon:[35,41],unrend:[],cancel:23,pod:35,bigcirc:35,msrow:36,needlessli:38,skew:35,mark:[35,36,41,4,17,28,47,12],addit:[48,0,36,50,23,17,14,35,43,16,5,19,38,31,32,45,41],textnod:10,succapprox:35,fade:5,arcsin:35,refdomain:[],resolut:20,mathplay:[46,12,2,19,42],breve:35,quick:[],texfont:5,blacktriangl:35,former:30,those:[48,35,36,30,50,23,24,14,41,40,43,16,5,34,19,38,20,31,32,45,47],manu:42,"case":[35,48,37,23,38,45,41,2,43,16,17,40,19,30,47,12,33,50],kappa:35,oldstyl:35,addtext:10,invok:46,margin:18,opera10:37,advantag:[46,50,1],barwedg:35,leadsto:35,henc:30,worri:[16,47],destin:32,updatemath:43,jax2:[],bigwedg:35,develop:[39,36,30,3],author:[15,34,19,29,20,47],media:[41,30],postjax:[47,19],same:[16,22,30,24,35,44,4,26,6,12,48,50],html:[1,25,35,5,7,9,10,11,32,13,16,17,40,19,21,22,2,26,27,30,8,12,4,36,37,39,48,41,42,43,44,46,47,49],pad:[10,41],knuth:39,mathvari:47,document:[0,22,39,11,13,35,2,43,4,17,36,19,12,20,46,26,32,48,47,28],exhaust:12,finish:[39,44,50,2,43],vvdash:35,nest:[36,27],availablefont:[5,12,37],someon:[],longleftarrow:35,capabl:[13,20,12,46],formaterror:32,displaystyl:[35,43],extern:[0,27,38,50,16,44,32],submenu:[19,42,6],appropri:[35,16,17,28,31,47],macro:[35,17,18,19,12],markup:[35,0,47,36,39],leftharpoonup:35,overwithdelim:35,without:[0,36,37,35,16,38,9,47],model:[11,27,13,25,35,46,47,33],altertn:46,bigotim:35,stixfont:5,mml2jax:[36,26,2,17,19,47,12],loaderror:0,when:[0,25,35,5,6,7,9,12,13,14,15,16,17,18,19,20,45,22,23,24,26,27,28,29,30,31,32,33,34,4,36,37,38,39,40,50,42,43,44,46,47,48,49],rest:[0,36,50,43,20,47],speed:[46,47,12],versu:50,mathzoom:[41,12,29],nleqq:35,except:[17,12,44],littl:[0,24],blog:[17,47],earli:12,hover:[42,19,29],around:[35,12],read:[16,17,36,30,40],outermost:40,boldsymbol:[35,12],messsag:15,hander:19,moo:33,dispatch:[],amp:35,lasterror:32,mod:35,oslash:35,cdot:35,integ:32,server:[37,1,2,17,6,30,8,12],either:[0,30,1,24,13,40,41,2,16,17,18,29,46,32,49],output:[2,35,7,11,32,16,17,34,19,45,27,12,33,9,36,37,39,48,41,42,43,46,47,49],manag:[10,27,30,1,39,25,15,38,46,47],lesssim:35,searrow:35,sqcup:35,inlin:[4,17,12],constitut:13,slice:23,easili:[20,17,47],definit:[0,37,41,42,9,29,20],iff:35,shoveright:35,inputid:45,dashleftarrow:35,mathcal:35,variuou:16,complic:[46,36,49,40],refer:[11,30,17,45,2,43,16,5,24,34,38,44,32,33],power:[20,11,50,21],inspect:32,broken:47,fulli:[50,36],regexp:4,"throw":[34,2],trianglerighteq:35,assocait:43,underwai:50,greater:35,ddddot:35,act:[35,38,39,50,16,17,18,19,47,12],industri:[20,39],processor:[9,36,37,50,39,41,25,42,35,17,18,46,7,12,49,47],hookrightarrow:35,nobreakspac:35,routin:[10,0,44,38,34,31,32,48],effici:[12,33,43],elementari:36,lessdot:35,triangledown:35,compos:36,rightharpoondown:35,mathbackground:35,your:[0,1,2,3,35,5,6,7,9,11,12,17,18,19,20,21,22,26,28,29,30,8,32,4,36,37,38,39,40,50,42,43,44,46,49],sqsupseteq:35,log:[35,17,30,15],area:[18,15],aren:[],fontwarn:[5,12,19],lor:35,start:[0,30,50,23,11,40,35,25,44,16,17,34,19,6,8,24,47],interfac:[30,1,17,6,20,8],lot:[16,30],machin:[39,30],verbatim:[],buggi:35,categor:12,longer:[24,15],overleftarrow:35,mathml:[11,36,39,48,2,47,35,17,9,49,20,46,7,12,45,31],furthermor:[50,19],possibl:[0,36,30,23,5,41,15,17,19,38,46,47,12,33,50],"default":[0,25,35,5,7,32,15,17,18,19,48,22,23,26,29,30,31,12,34,4,37,42,9,47,49],processescap:[4,12],buildrel:35,notag:35,embed:36,connect:[38,47],creat:[0,25,3,10,15,16,34,48,23,38,31,33,24,27,30,39,21,41,42,44,45,47,50],certain:[16,24,44],leftrightsquigarrow:35,twoheadrightarrow:35,varliminf:35,file:[0,1,2,35,5,6,8,32,14,15,16,17,34,19,45,23,25,38,28,31,12,24,30,39,40,41,44,46,47,48,49,50],outputjax:[27,13,48,25,34,45],fill:[46,49],again:[0,12,48,43,35,31,32,45],iiiint:35,pmod:35,mathematica:[],hybrid:[],orient:[13,33,27,25],valid:[46,38],you:[1,2,3,35,5,6,7,9,12,13,14,15,16,17,18,19,20,21,22,23,25,26,28,30,8,32,33,34,4,36,37,38,40,41,42,43,44,46,47,48,49,50],trash:45,architectur:[],mathjaxsetup:[],sequenc:[11,14,35,25,16,44],symbol:[35,17],dashv:35,cb2:[],briefli:17,cb1:[],menuset:[19,29],reduc:35,mathcolor:35,lbrace:35,gtrapprox:35,descript:[22,26,2,4,5,27,19],lbrack:35,hello:38,calle:33,potenti:50,escap:[18,12],dst:32,negthickspac:35,represent:47,all:[0,1,2,35,5,11,32,15,16,17,34,19,20,22,23,24,26,27,12,33,4,36,30,38,39,50,44,46,47],consider:[17,12],illustr:43,performth:[],lack:[],dollar:[4,17,35,12,43],asynchorn:[50,43],abil:[46,47],follow:[40,16,37,23,38,13,33,35,25,43,4,17,34,30,47,12,21,41],alt:[21,2,19],disk:[12,30],multlinewidth:18,scr:35,articl:39,init:33,program:[27,1,44,13,45,50,25,17,20,47,33],smile:35,programmat:[],multlin:[35,18],vert:35,fals:[35,12,37,24,33,2,42,4,9,19,7,32,21],varrho:35,prooblem:35,"1px":[10,35,41],verb:35,mechan:[24,23,14,50,25,16,44,33],difficult:[38,36,44],loadcomplet:[0,32,34],veri:6,ticket:3,preferredfont:37,list:[25,35,5,6,7,31,32,16,18,19,45,22,23,26,29,8,12,4,37,48,50,42,43,9,47,49],emul:46,adjust:[37,17,9,2,43],plain:35,small:[35,47,18,15],preceed:[4,19],teh:[],getalljax:[32,43],adust:[],lll:35,tex:[2,35,5,7,11,32,16,17,18,19,20,22,27,28,30,31,12,34,4,36,37,39,50,43,46,47],zero:14,design:[20,21,8,36,2],pass:[0,12,23,24,14,50,25,42,16,38,47,32,33],overlin:35,further:[14,47,50],what:[11,22,37,23,26,35,12,42,43,4,5,36,19,29,20,9,47,32],sub:27,section:[2,35,5,7,32,17,9,19,18,22,26,28,29,8,12,4,36,37,38,42,46,49],advanc:[13,11,20,12],abl:[37,23,17,2,43,16,5,19,6,20,30,8,12,21],delet:37,version:[48,11,27,30,2,25,3,43,34,29,31,32,45],sup:35,method:[10,0,12,48,23,24,14,50,2,15,16,38,34,43,44,31,32,33,45],hasn:[0,34,15],full:[0,13,4,38,19,20],themselv:[40,32,25,27],variat:12,geqslant:35,modular:[20,36],ggg:35,trunk:30,ineffici:[33,19],modifi:[11,43,16,34,32,48],valu:[0,25,4,5,7,10,32,14,16,18,19,22,23,38,29,12,33,9,36,37,26,40,41,42,43,47,49,50],search:[20,11,32,3],sender:16,collater:21,prior:19,amount:[5,18,23],pick:[],action:[0,2,35,32,14,15,16,34,48,23,25,38,29,31,12,24,27,39,50,43,44,47],mathjax_wikipedia:2,magnitud:46,llap:35,via:[0,36,37,23,1,17,45,50,2,15,16,5,29,30,46,47,12,33],shorthand:43,textit:35,href:[40,21],inappropri:16,emptyset:35,famili:[35,0,41],decrement:14,select:[46,32,36,42,9],proceed:[50,40],x41:35,distinct:[13,12],mathja:[8,6],regist:[0,24,39,25,16,44,34,31,32,48,47],two:[35,30,44,40,41,16,17,18,19,46,12,50],offseti:37,taken:[16,35,50,43,46],imath:35,ispc:[32,25],more:[5,32,14,17,9,19,20,23,38,30,31,12,33,24,37,39,40,41,43,44,46,47,49,50],flat:35,diamond:35,desir:[33,2,30],mlongdiv:36,ital:[0,19],flag:[],aleph:35,particular:[10,0,23,24,39,14,41,35,17,38,44,46,47,32,33],known:50,upsilon:35,mathml3:36,cach:16,showmathmenumsi:9,none:[24,22,37,23,38,4,26,19,47],mmlorhtml:[46,49,12,2,19],det:35,dev:[],histori:[16,24,25,39],remain:39,paragraph:[35,5,47,43],ie6:37,caveat:30,def:[35,33],deg:35,"_mathml":[],scan:32,myspan:40,registr:34,share:[17,12,30,3],accept:[38,23,43],succneqq:35,minimum:32,explor:[0,2,42,15,35,38,19,46,47,12],sharp:35,mathinput:43,huge:35,cours:[50,36],goal:20,awkward:33,secur:[30,2],rather:[0,35,5,7,14,16,17,34,19,20,48,23,31,12,33,4,36,30,41,43,44,46,47,50],anoth:[24,30,43,14,50,15,16,44,31,12,47],showmathmath:9,csc:35,snippet:[10,11,22,26,3,4,5,40,19,32,21],ddagger:35,stix:[37,39,35,5,47,12],simpl:[46,40,21,19],css:[0,2,35,5,7,11,32,17,9,19,45,27,29,30,12,36,37,39,48,41,42,43,46,47,49],unabl:5,regener:[],resourc:[17,12],referenc:5,faculti:[],reflect:[25,43],vdash:35,mstack:36,impliedbi:35,associ:[9,48,37,23,45,38,34,31,32,21,47],mytim:38,lhd:35,onto:[39,17,50,32,43],ambigu:13,caus:[0,36,30,24,45,35,42,15,4,17,27,18,19,38,16,47,32,43,50],callback:[48,0,27,23,24,13,14,50,25,43,16,38,39,44,31,32,45],firefox3:37,merror:41,unrhd:35,help:[30,42,17,3,46,12],soon:[12,2,19,43],trade:46,reftyp:[],through:[35,36,30,24,50,42,16,44,46,47,12,33],hierarchi:[12,30],paramet:[10,0,22,48,23,26,14,15,38,17,24,18,19,12,45,31,32,33,34,43],style:[10,0,37,11,35,25,42,15,4,5,40,19,29,41,9,47,32,45,17],arial:35,nifti:[],border:[10,35,41,21],x221a:36,processupdatetim:32,x221e:47,late:[39,2],isreadi:[27,25],pend:14,amsmathaddit:50,processenviron:4,speech:[],might:[0,36,30,38,50,16,17,18,47,12],alter:[4,43],good:[50,2,3],"return":[10,0,36,48,23,24,14,50,15,16,38,34,43,44,31,32,33,45],textstyl:35,hslash:35,framework:[],getelementbyid:43,rlap:35,mathscr:35,instruct:[1,2,17,40,6,8],bigcup:35,did:38,achiev:[],iint:35,found:[0,31,19,3,38],unicod:[35,5,36],x2211:47,button:[],subsystem:25,originaltext:45,transform:47,weight:[40,33],hard:[12,30,3],realli:38,nless:35,expect:[35,46,50,12,19],beyond:[],reduct:46,webserv:[],nleq:35,internext:46,shortcom:44,skiptag:4,publish:[],movabletyp:[],print:[20,41,21],occurr:44,msie:[9,32,49],foreground:41,qualifi:[],safari3:37,userscript:2,ast:35,offsetx:37,mml:[49,47,27,45],reason:[0,36,38,50,2,42,15,35,17,34,12,46,32],base:[27,37,30,1,44,13,2,25,5,34,45,20,46,33],typeet:43,ask:[47,18,21,3,43],mathr:35,asn:47,basi:[46,49],succnapprox:35,bring:[47,30],drupal:1,msbm10:17,showprocessingmessag:[12,19],perhap:38,bumpeq:35,elementjax:[13,45,34,25,27],stixgener:35,getelementsbytagnam:2,assign:[4,38],major:[20,46,12,2],dont:47,boxplu:35,exchang:39,lastnam:38,number:[48,0,27,30,23,5,40,50,15,17,18,19,38,31,32,45,34],fadeoutstep:5,done:[14,47,12,21,50],construct:[47,50],blank:[24,23,43],stabl:30,miss:[35,23],differ:[35,12,30,23,44,50,43,16,38,46,47,32,33],script:[48,0,12,30,1,25,50,2,43,4,17,47,34,19,6,16,31,32,45,8],interact:[20,17,47,45],smoother:5,least:[46,47,32],statement:[50,21,23],illeg:40,store:[10,24,27,37,23,48,50,43,38,31,32,45,47],option:[35,5,6,7,32,17,40,19,18,22,26,28,29,12,33,34,4,37,42,9,47,49],nleftarrow:35,triangleleft:35,ntrianglerighteq:35,selector:[41,19,15],tex2jax_process:4,part:[16,36,30,23,44,33,35,2,4,17,18,6,20,47,21,50],pars:35,binom:35,cosh:35,kind:47,whenev:[24,36,30],remot:30,remov:[24,30,43,48,15,4,19,47,32,45],dtd:[17,12],bridg:45,arrang:23,ffff88:41,comput:[30,32,37],nleqslant:35,packag:[39,30,21,28],expir:10,"null":[10,0,22,37,48,23,26,27,45,2,15,4,5,24,34,19,43,31,32,33],imagin:[],xref:[],built:[11,2,46],equival:[10,23,50,43,38,40],lim:35,self:36,also:[2,3,35,10,13,15,16,17,9,19,45,23,38,30,12,33,4,36,37,39,42,43,44,47],brack:35,build:39,brace:35,index:[17,30,1],addel:10,ngeqslant:35,most:[27,30,1,23,39,2,41,25,16,34,46,12,33],plan:17,rho:35,alpha:35,rhd:35,vardelta:35,clear:[24,37,23,25,15,16],tpl:1,exp:35,starup:19,usual:[23,38,50,35,5,34,19,47],leftroot:35,nshortparallel:35,carefulli:[40,43],finv:35,particularli:[46,30],rightleftarrow:35,font:[0,37,5,39,40,41,42,15,35,17,18,19,43,44,20,30,47,12,9],fine:[],find:[3,43,5,28,6,46,47,32],preremoveclass:19,surd:35,execut:[0,23,14,50,25,16,38,47],pretti:30,ruin:[],solut:[17,47,30,3],delayedx:23,couldn:38,queu:[14,50,23,24],factor:[9,37,19],tagsid:[18,12],precnsim:35,express:[4,16,50,19,24],strut:35,nativ:[36,13,2,20,46,47,12,49],proces:[],greasemonkei:[12,2],donald:39,notransl:34,restart:[4,14,50],ie8:46,ie7:46,acut:35,vmatrix:35,common:[36,1,39,40,35,5,34,12,32],set:[0,25,35,5,7,10,32,15,16,17,18,19,45,22,23,24,2,26,28,29,30,12,33,4,27,37,38,39,40,41,42,43,44,9,47,49,50],overrightarrow:35,startup:[11,27,2,50,25,43,16,34,19,32],see:[0,3,35,5,6,8,32,14,16,17,9,19,22,23,24,26,28,29,30,31,12,4,36,37,38,39,41,42,43,44,46,47,50],sec:35,arg:35,close:[5,36,12,3],langl:35,simultan:50,someth:[30,3,43,4,19,21],particip:3,won:[50,30],subscript:35,experi:[30,19],altern:[0,35,38,47,12,33],numer:[32,36],complement:35,javascript:[0,1,2,5,6,11,13,16,17,18,19,20,45,23,38,29,8,12,33,9,27,37,39,40,41,42,44,46,47,50],mailbox:[16,39],bmatrix:35,solv:2,longrightarrow:35,classnam:2,popul:25,bodi:[0,43,17,31,12,48],last:[0,12,23,14,41,35,32],delimit:[4,17,35,12,47],hyperlink:47,event:[39,2,43,16,44,47],nvdash:35,context:[4,42,19,23],overset:35,hbar:35,whole:[22,44,43,4,26,32],load:[0,1,2,35,11,32,14,15,16,17,34,19,20,48,23,25,38,28,31,12,24,27,30,39,50,43,44,46,47],markdown:47,simpli:[35,22,30,23,38,14,43,4,26,34,19,12,20,31,32,48,28],point:[35,14,17],instanti:33,schedul:38,etra:[],header:[30,1,6],param:[],linux:32,bigve:35,mistak:40,zeta:35,throughout:[],gneq:35,bigtriangledown:35,empti:[27,37,23,50,25,30,47],dur:32,strategi:46,invis:30,fire:[25,2,38],refdoc:[],imag:[22,37,26,2,4,5,40,20,30],descib:17,coordin:[14,47,50],understand:47,urcorn:35,educ:[],sqcap:35,blacksquar:35,bbfont:35,solid:[10,35,41],formath:[],pitchfork:35,lvert:35,"while":[10,0,36,30,5,49,35,2,16,17,34,19,44,46,47,12,24,50],blacktriangleleft:35,nprec:35,behavior:19,circlearrowright:35,mbox:35,everyon:16,loop:45,subsect:34,measuredangl:35,readi:[16,34,25,27],eqslantless:35,biguplu:35,itself:[35,36,30,23,24,14,41,25,16,27,19,12,45,47,32,33,50],costli:[],rightarrow:35,xleftarrow:35,manang:17,redisplai:15,unexpectedli:17,conflict:47,upuparrow:35,optim:46,alert:[16,38,50,23],jsmath2jax:[22,28,12],pulicis:24,user:[35,36,37,30,23,43,2,3,15,16,5,9,19,29,20,46,47,12,42,28],robust:[16,39],wherev:[],typic:[4,35,30],recent:[20,2],lower:[35,27,25,19,15],task:35,getjaxbyinputtyp:32,entri:[39,14,41],searchabl:20,person:38,expens:46,normals:35,scriptsiz:35,fallingdotseq:35,explan:[17,12],rvert:35,obscur:15,mathinn:35,world:38,succsim:35,cut:[],cup:35,blacklozeng:35,ffeeee:35,notifi:16,input:[2,35,7,32,16,17,18,19,48,27,28,31,12,33,34,36,39,45,50,43,46,47],unlik:[20,34],subsequ:35,sum_:47,trueli:43,format:[11,36,37,39,48,9,35,17,40,19,20,46,31,12,45,47],big:[35,12],moodl:1,tomathml:45,game:35,insert:[22,23,2,4,26,34,19,12,6,8,32,48,47],nofont:5,bit:[9,33],characterist:[],diagup:35,semi:41,varkappa:35,signal:[24,27,23,44,13,25,16,38,34,39,32],altough:38,collect:[38,41,45,50,23],"boolean":32,popular:[17,28,1],swarrow:35,stackrel:35,lastest:3,creation:[31,25],some:[1,35,5,32,13,14,16,17,34,19,20,45,23,38,37,31,12,33,9,36,30,48,50,43,46,47,49],back:[5,45],emph:35,sampl:[30,44,41,16,17,19],myid:41,scale:[20,9,37,19],culprit:[],delimt:4,prop:[],mathemat:[0,2,35,5,6,8,9,32,16,17,18,19,20,45,22,26,28,29,30,31,12,34,4,36,37,39,48,50,42,43,46,47],larg:[35,0],extension2:[],slash:12,prod:35,reproduc:43,sqsubseteq:35,tex2jax:[35,36,2,43,4,17,27,19,47,12],cgi:0,garamond:35,previou:[38,24,50,23,15],run:[0,2,4,5,7,32,14,16,17,18,22,23,25,38,30,12,24,36,37,26,50,9,43,44,46,47,49],doteqdot:35,odot:35,step:[5,47,1,17],hookleftarrow:35,impor:30,react:24,materi:[21,43],retain:[],exportaud:[],microsecond:[],rangl:35,succcurlyeq:35,gamma:35,file3:50,file2:50,file1:50,file4:50,bmod:35,within:[0,38,36,30,23,5,13,35,25,43,4,17,18,28,12,44,47,32,33],todai:39,isjax:32,announc:44,inclus:[],span:[22,4,26,40,19,47,28],question:[17,34,3],textual:[],custom:[15,35,17,20,46,12],handler:[0,27,39,2,25,43,44,47],includ:[0,1,25,35,5,7,9,12,13,16,17,18,19,20,21,22,23,2,26,27,28,29,30,31,32,34,4,36,37,38,40,41,42,43,46,47,49,50],suit:[5,36,17],nativemml:[36,49,42,9,46,47,12,48],overleftrightarrow:35,ulcorn:35,properli:[0,36,30,38,45,50,2,43,5,32,33],poster:24,atop:35,loadhook:[0,32,38],serif:[35,0,41],link:[30,1,17,13,5,44,12],translat:[31,34,48,47],delta:35,line:[35,22,30,1,2,25,4,17,36,46,47,12],consist:[35,46,50,36,40],rmoustach:35,qquad:35,bigg:35,geqq:35,similar:[44,30,23],workflow:36,enlarg:29,constant:16,doesn:[35,37,23,33,2,16,19,45,30,21],repres:[10,22,17,41,15,4,5,40,19,26,48,47],mathdiv:[10,38,50,43],tbinom:35,home:0,improv:[46,19,3],phantom:35,extension1:[],iiint:35,titl:[17,21,43],sequenti:[44,50],invalid:[35,40],llcorner:35,toaudibl:45,bracket:[40,19],shoveleft:35,xrightarrow:35,department:30,supseteq:35,delayclear:37,msup:[17,47],alttext:26,eval:23,enhanc:47,svn:30,rightharpoonup:35,land:35,mimetyp:[48,31,34,45],svg:47,confirm:[],supseteqq:35,depth:35,far:[0,24,15],scroll:8,prototyp:33,code:[0,2,3,35,6,10,11,32,14,16,17,40,19,22,23,24,25,38,12,4,27,30,26,39,41,43,44,9,50],partial:35,edg:30,queri:47,tiddlywiki:1,edu:[30,2],privat:[44,34,30],elsewher:43,send:[16,24],becam:39,sens:47,fatal:[],sent:[16,24,32,39],actiontyp:37,unzip:30,gnsim:35,defamatori:21,mous:[47,37,42,29],untouch:[],tri:[35,0,37,30],ischrom:32,mathit:35,notabl:[],forefox:[30,2],curvearrowleft:35,"try":[48,3,16,17,34,31,33],my_config:[],maction:37,pleas:[40,17,12,21,3],impli:[35,36,21],smaller:0,fortun:16,natur:[20,17,35,30,47],varupsilon:35,download:[0,30,5,17,19,47],fullnam:38,hspace:35,click:[37,42,9,19,29,6,47],append:10,compat:[39,46,21],appendchild:[10,2],compar:12,access:[24,30,1,38,45,50,42,35,17,20,33],clipboard:[],mathjax:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50],can:[0,2,3,35,5,10,12,14,15,16,17,34,19,20,21,23,24,25,38,27,28,30,31,32,33,4,36,37,39,48,41,9,43,44,46,47,50],vargamma:35,closur:[38,23,43],leq:35,let:[36,30,2,42,17,40,46,32,49],sinh:35,becom:[36,30,23,50,3,16,20,33],sinc:[0,36,50,23,24,14,35,9,43,16,17,18,19,12,44,46,47,32,33,41],tex4ht:47,rtime:35,convert:[11,36,23,35,2,4,28,20,47,48],produc:[35,48,37,23,17,45,42,43,16,5,18,19,38,20,46,47,12,24,9],convers:35,larger:47,technolog:20,later:[24,36,37,23,14,50,35,38,32],zscale:19,circledast:35,chang:[9,12,37,1,43,2,42,15,18,30,47,32,45],chanc:[4,16,24],firefox:[12,30,2,46,32,49],rgroup:35,appli:[35,33],iskonqueror:32,lessgtr:35,api:[13,11,20,17],smallmatrix:35,from:[0,1,25,35,11,32,16,17,18,19,21,22,24,2,26,28,30,31,12,33,34,4,27,37,38,45,50,42,43,46,47,48],zip:[17,30],commun:[16,11,3,17],chi:35,doubl:[18,19,29],upgrad:[5,3],varphi:35,next:[35,44,45,43],few:[35,17,30,28],msqrt:[17,47],reftarget:[],bowti:35,dash:[41,37],comparison:[50,32],impress:21,doublebarwedg:35,projlim:35,"4ac":17,actual:[10,0,36,23,14,35,43,16,38,19,12,31,32,48,50],versionatleast:32,account:[],alik:2,retriev:10,augment:[48,31,34,33],aperson:38,thin:18,assum:[17,8,43,6],control:[35,22,37,30,17,41,12,42,4,5,18,19,29,26,46,7,32,49,9],tau:35,lesseqgtr:35,process:[0,2,35,10,11,32,14,15,16,17,34,19,45,22,25,38,28,31,12,4,36,26,48,50,43,46,47,49],dfrac:35,newmath:43,high:[20,46,47],tag:[1,25,35,6,32,16,17,40,19,48,18,2,26,28,31,12,4,36,30,45,43,47],tan:35,prece:38,delai:[0,37,23,24,42,15,16,19,29,30],gcd:35,getelementsbytagnamen:2,subdirectori:[48,31,45],instead:[35,17,14,50,43,16,38,47],class4:33,class2:33,sin:35,sim:35,class1:33,simplesup:33,frac:35,overridden:[37,33,34,45,31,48],mspace:[35,36],anothermethod:33,frak:35,redund:[33,19],essenti:[35,47,33],light:[35,33],correspond:[32,37],element:[25,35,5,10,16,17,40,45,22,24,26,36,31,32,33,4,27,37,48,41,43,44,47,50],issu:[0,36,3,15,17,47,12],unaccept:46,allow:[35,36,37,1,24,39,40,41,2,42,15,16,17,38,19,29,20,30,33,50,9],fallback:[30,37],mjx:10,rtype:[],nonumb:35,move:[30,37],nsucc:35,comma:[35,41,12,2,19],dagger:35,mathjax_tooltip:37,movabl:1,coth:35,varxi:35,therefor:[35,21],pixel:37,multimap:35,crash:19,pure:36,handl:[0,36,44,39,35,2,27,16,5,34,9,32,49,50],innermost:40,handi:[],"05em":35,mention:[],successor:28,gggtr:35,somewher:[],anyth:[16,12],edit:[17,12,1],smallfrown:35,prepackag:[],mode:[35,37,4,17,46,47],varomega:35,"2em":35,mod_head:30,subset:35,delaypost:37,consum:15,nointerest:24,src:[22,1,26,50,2,43,4,17,40,12,6,8,32,21],"static":33,our:[21,3],rightleftharpoon:35,helpurl:42,special:[35,36,38,41,4,17,19,12,44,20,46,47,32,21],out:[0,37,30,50,16,5,9,46,47,21],variabl:[27,23,13,2,25,43,35,38,33],lesseqqgtr:35,matrix:35,categori:50,rel:[0,9,37],moveabl:[8,1],circlearrowleft:35,ref:32,red:[35,17,12,40],negthinspac:35,nsucceq:35,insid:[30,1],configurbl:20,manipul:[21,43],eqslantgtr:35,releas:[30,2],afterward:38,indent:[18,19],could:[0,36,38,13,50,3,43,16,17,47,32,45],put:[0,30,44,2,35,17,12],mac:[9,32,37,19],timer:[],keep:[30,1,39,43,35,17,46,47],gtreqqless:35,length:[2,23],outsid:[4,46,12],"0em":19,uproot:35,softwar:[20,17,47],rbrace:35,blogger:[],rbrack:35,qualiti:[20,46,47],spadesuit:35,date:[17,30],uplu:35,clubsuit:35,bigsqcup:35,"long":[35,50,42],strict:[46,30],unknown:36,system:[30,1,17,3,35,5,20,46],wrapper:[],attach:[16,24,44],termin:4,"final":[38,35,17,40,20,47,12],rsh:35,juli:11,"1em":36,gtreqless:35,blind:47,gtrdot:35,structur:[0,12,23,39,43,16,38,27,32],charact:[35,36,37,41,4,5,18,19,47],htaccess:30,seriou:47,biggl:35,biggm:35,rrightarrow:35,favorit:[],unkown:32,have:[0,1,2,3,35,5,6,32,16,17,34,19,21,23,24,38,30,8,12,33,4,36,37,45,50,9,43,44,46,47],disadvantag:46,need:[0,1,2,3,35,5,6,8,12,14,15,16,17,18,19,20,45,23,25,38,30,31,32,33,34,4,36,37,39,48,41,43,44,9,47,50],turn:[10,24,36,23,4,9],biggr:35,woudl:12,min:35,mid:35,decis:46,msam:[],which:[1,25,35,8,32,15,16,17,18,19,45,22,23,24,2,26,27,28,29,30,31,12,33,34,4,36,37,38,40,41,43,46,47,48,50],hbox:35,mit:35,singl:[0,27,23,44,13,41,43,4,17,20,12,50],declaremathoper:35,mathjax_preview:[22,41,4,26,19,47],x22d6:35,unless:[17,12,23,46],bboxfor:[],who:[16,24,3],eight:46,leftthreetim:35,why:[],underset:35,url:[0,12,2,42,17],gather:35,request:[0,24,35,16,38,46,50],face:[30,3,5,18,37,12],inde:[12,2],nmid:35,determin:[12,37,1,25,35,9,19,32],flux:50,fact:[24,34],getalljaxfor:[],backsimeq:35,mathjax_messag:15,leftarrowtail:35,verbos:[39,38,19],perfom:44,perfor:46,bracevert:35,woth:36,curlyeqsucc:35,lgroup:35,locat:[0,22,30,17,25,2,43,4,5,19,12,16,26,32,48,47,28],jax:[25,7,32,13,16,17,9,19,45,18,2,28,31,12,33,34,27,37,39,48,41,43,46,47,49],vartriangleright:35,forev:2,should:[2,35,6,8,32,14,17,34,19,21,22,23,24,38,28,31,12,4,36,30,26,40,41,43,46,48,49,50],imagefont:[5,37],vartriangleleft:35,suppos:[38,43],"5px":10,triangleright:35,local:[30,23,17,50,2,43,5,19,12],hope:[5,21],meant:[],notat:[20,17,35,47,39],regularli:30,fontwarns:41,ignoreclass:4,leqslant:35,triangl:35,enabl:[35,1,4,17,6,8],organ:47,frown:35,stuff:32,she:46,contain:[0,1,2,35,5,10,13,14,15,16,17,34,19,45,22,23,24,26,30,32,4,27,37,38,41,43,47,50],view:[36,37,30,13,2,17,28,20,46],attibut:41,legaci:[],coooki:10,similarli:[0,32],temporarili:15,substack:35,outpu:[],issafari:32,mathord:35,statu:[0,30,38],error:[0,36,2,3,35,17,34,19,12,32],jmath:35,pattern:[4,19],gtrsim:35,state:50,quickest:17,theta:35,neither:[5,12,40],entiti:[35,36],omicron:35,stati:[],nshortmid:35,kei:[10,0,23,24,14,16,19,32],job:12,entir:[32,43],mmorhtmll:[],closebox:5,ker:35,thumb:50,skipstartuptypeset:19,plugin:[1,42,19,20,46,47,12],admin:[8,6],nabla:35,equal:[50,32,33],gnapprox:35,etc:[35,50,19,43],eta:35,equat:[35,22,30,43,4,26,18,19,20,46,47,12,45],futher:46,class3:33,eth:35,lmoustach:35,onchang:43,comment:[17,41,12,19],varnoth:35,dorectori:8,arriv:[16,44],walk:[],distinguish:31,arguement:38,respect:[9,37,23],quit:43,showfontmenu:42,"55em":35,quotat:41,bbb:35,compon:[0,36,24,13,48,41,25,42,16,44,27,12,20,31,32,33,47],json:[],besid:[],treat:17,immedi:[0,14,50,25,43,16],incldu:[],smallsetminu:35,both:[0,36,30,38,39,33,50,17,19,12,32,21],formt:40,otf:30,bult:[],psi:35,togeth:[50,32,36,23],injlim:35,present:[5,36,19,3,24],replic:[],multi:35,iscallback:23,cow:33,displaylin:35,align:[35,36,19],contextu:[36,37,42,9,19,29,47,45],studentdisplai:43,defin:[9,38,12,37,17,25,41,2,42,35,5,18,19,29,32,33,50],glossari:[39,11],observ:21,layer:1,almost:35,curvearrowright:35,site:[30,1,17,19,20,8,12,21],archiv:[17,30],lightweight:[],myinputjax:34,curlywedg:35,parti:16,cross:30,sqrt:[35,17,47],getx:33,extensiondir:34,oint:35,easi:28,curlyve:35,phi:35,http:[30,2,42,17,46,21],lleftarrow:35,"8em":[35,18],effect:[14,50,2],dai:10,student:43,php:[1,6],trake:3,executehook:[24,23],off:[35,46,9,44],center:[35,19],well:[30,23,38,41,3,43,16,17,34,19,44,46],exampl:[0,2,3,35,5,7,9,10,12,14,16,17,18,19,45,22,23,24,26,27,29,30,31,32,33,4,36,37,38,40,41,42,43,44,46,47,48,49,50],command:[36,30,23,39,14,50,25,43,35,19,32],choos:[35,46],undefin:[35,17,12,23,38],setx:33,latest:30,curlyeqprec:35,paus:30,less:[4,35,47,32,30],half:38,obtain:[30,43,17,19,47,48],mistaken:47,mathclos:35,mathoutput:43,prepend:[],emtpi:[],web:[1,25,35,5,6,11,16,17,20,21,2,28,30,8,12,24,37,45,50,43,44,47],current_them:1,smith:38,textbf:35,cdotp:35,atopwithdelim:35,other:[25,35,4,32,14,16,17,34,19,20,21,23,38,28,30,12,33,24,36,37,39,45,50,9,43,44,46,47,49],match:[4,24,37],ctrl:19,webpag:28,usemathmlspac:7,ntriangleright:35,know:[24,38,2,16,17,31,48,47],press:19,sourceel:[16,48,45,43],loader:[31,48],recurs:32,mho:35,resid:[],like:[2,35,4,14,15,16,17,20,21,23,38,28,31,12,24,36,30,39,41,43,44,46,47,50],lost:38,incred:[],messagehook:[16,24,32],necessari:[20,32,45],lose:[],page:[1,25,35,5,6,10,11,12,13,15,16,17,9,19,20,21,22,24,2,26,28,30,8,32,4,36,37,38,45,50,42,43,44,46,47],captur:39,suppli:[32,45,23],"export":45,superclass:33,proper:[24,32],guarante:[0,50,43,14],librari:[13,50,27,30],glyph:[35,39],kern:35,leak:45,avoid:[36,35,40,19,47,21],tooltip:37,leav:[10,18,49,43],doublecap:35,twoheadleftarrow:35,daleth:35,upharpoonright:35,journal:39,usag:11,sphericalangl:35,although:[13,17,12,49,24],offset:37,panel:35,varepsilon:35,about:[35,12,37,23,17,3,43,16,5,24,9,28,38,44,30,47,32,21],rare:50,interven:[],column:18,mathajx:30,genfrac:35,mapsto:35,constructor:33,bigoplu:35,eqalign:35,own:[30,17,13,50,2,3,35,5,44,31,12,48,47],amsmath:[50,2,35,17,18,12],circledr:35,reprocessor:36,automat:[35,14,50,15,4,17,34,46,47,12,33],guard:19,vphantom:35,merg:[10,32],dcocument:32,transfer:[17,30],support:[11,36,37,17,25,2,9,35,5,27,49,20,46,47,12,21],much:[16,46,39,44],bigcap:35,tracker:[17,3],arg1:38,"var":[10,23,50,2,43,16,38,33],arg2:38,"function":[0,48,50,23,24,39,14,35,2,43,16,38,25,44,31,32,33,47],propto:35,unexpect:[9,19],precnapprox:35,studentansw:43,gain:[46,42],highest:21,bug:[30,3,15,17,19,47],made:[45,50,44,31,12,48,47],bbbk:35,whether:[35,22,37,38,2,42,43,4,26,9,19,7,32,49],wish:[30,41,2,3,35,38,46,32,21],commit:21,displai:[35,5,10,11,15,16,17,18,19,20,48,22,21,29,12,4,36,30,45,42,43,47],troubl:17,underleftrightarrow:35,asynchron:[0,27,23,24,39,14,50,16,38,44,32],directori:[0,48,37,1,44,39,45,25,16,17,34,19,6,30,31,12,21,8],below:[1,2,35,5,7,9,10,17,40,19,45,18,22,26,29,31,32,34,4,37,48,42,44,46,47,49],meta:46,limit:[35,0,36],otherwis:[0,12,23,33,15,35,27,6,32,21],problem:[30,38,2,3,35,17,46,47],x03c0:47,"int":[10,35,38],dure:[16,32,45,34,23],filenam:38,implement:[10,0,36,13,35,38,34,46,47,33],nolimit:35,inf:35,meth:0,probabl:[30,1,38,16,17,12],oplu:35,mrow:[17,47,36],immateri:50,percent:9,detail:[0,35,5,6,11,32,14,16,17,9,19,22,23,24,26,28,29,30,8,12,4,36,37,50,42,43,44,46,47],arctan:35,book:39,futur:[16,0,44,3,46],varieti:47,downlaod:20,removeaft:5,repeat:1,star:35,"class":[35,27,23,24,13,14,4,34,19,45,31,48,33,47,28],thicksim:35,msgroup:36,stai:[],scientif:39,reliabl:[46,2],rule:[50,35,5,19,7,21],mathjax_mathml:2,portion:43,auxiliari:[],eot:30},objtypes:{"0":"py:method"},titles:["The MathJax.Ajax Object","Using MathJax in popular web platforms","Loading MathJax Dynamically","The MathJax Community","The tex2jax Preprocessor","The FontWarnings extension","Installing MathJax in WordPress","The MathML input processor","Using MathJax in WordPress","The NativeMML output processor","The MathJax.HTML Object","MathJax Documentation","Loading and Configuring MathJax","The MathJax API","The MathJax.Callback.Queue Class","The MathJax.Message Object","Using Signals","Getting Started","The TeX input processor","The Core Configuration Options","What is MathJax?","“Powered by MathJax”","The jsMath2jax Preprocessor","The MathJax.Callback Class","The MathJax.Callback.Signal Class","The MathJax Startup Sequence","The mml2jax Preprocessor","The MathJax variable","Converting to MathJax from jsMath","The MathZoom extension","Installing and Testing MathJax","The MathJax.InputJax Class","The MathJax.Hub Object","The MathJax Object-Oriented Programming Model","The Base Jax Class","MathJax TeX and LaTeX Support","MathJax MathML Support","The HTML-CSS output processor","Using Callbacks","Glossary","Describing HTML snippets","CSS Style Objects","The MathMenu extension","Modifying Math on the Page","Synchronizing your code with MathJax","The MathJax.ElementJax Class","MathJax Output Formats","The MathJax Processing Model","The MathJax.OutputJax Class","The MMLorHTML configuration options","Using Queues"],objnames:{"0":"Python method"},filenames:["api/ajax","platforms/index","dynamic","community","options/tex2jax","options/FontWarnings","platforms/wordpress","options/MathML","platforms/movable-type","options/NativeMML","api/html","index","configuration","api/index","api/queue","api/message","signals","start","options/TeX","options/hub","mathjax","badge","options/jsMath2jax","api/callback","api/signal","startup","options/mml2jax","api/variable","jsMath","options/MathZoom","installation","api/inputjax","api/hub","api/object","api/jax","tex","mathml","options/HTML-CSS","callbacks","glossary","HTML-snippets","CSS-styles","options/MathMenu","typeset","synchronize","api/elementjax","output","model","api/outputjax","options/MMLorHTML","queues"]}) +\ No newline at end of file diff --git a/mathjax/docs/html/synchronize.html b/mathjax/docs/html/synchronize.html @@ -49,7 +49,7 @@ <div class="section" id="synchronizing-your-code-with-mathjax"> <span id="synchronization"></span><h1>Synchronizing your code with MathJax<a class="headerlink" href="#synchronizing-your-code-with-mathjax" title="Permalink to this headline">¶</a></h1> -<p>MathJax performs mauch of its activity asynchronously, meaning that +<p>MathJax performs much of its activity asynchronously, meaning that the calls that you make to initiate these actions will return before the actions are completed, and your code will continue to run even though the actions have not been finished (and may not even be started diff --git a/mathjax/docs/rst/api/index.rst b/mathjax/docs/rst/api/index.rst @@ -14,6 +14,9 @@ speak of an "object", as it could be either a native JavaScript object, or a MathJax object. We will use `Object` (capitalized) or `MathJax.Object` for, when the distinction is important. +You may also want to view the :ref:`advanced topics <advanced-topics>` +on the main MathJax documentation page. + .. toctree:: :maxdepth: 1 diff --git a/mathjax/docs/rst/api/object.rst b/mathjax/docs/rst/api/object.rst @@ -53,7 +53,7 @@ Static Methods :Parameters: - **def** --- object that defines the properties and methods - - **static** --- object that defines stati properties and methods + - **static** --- object that defines static properties and methods :Returns: the new object class .. method:: Augment(def[,static]) @@ -64,7 +64,7 @@ Static Methods :Parameters: - **def** --- object that defines the properties and methods - - **static** --- object that defines stati properties and methods + - **static** --- object that defines static properties and methods :Returns: the object class itself diff --git a/mathjax/docs/rst/index.rst b/mathjax/docs/rst/index.rst @@ -31,6 +31,8 @@ Basic Usage The MathJax Community <community> +.. _advanced-topics: + Advanced Topics =============== diff --git a/mathjax/docs/rst/options/FontWarnings.rst b/mathjax/docs/rst/options/FontWarnings.rst @@ -5,10 +5,11 @@ The FontWarnings extension ************************** The options below control the operation of the `FontWarnings` -extension, when it is loaded in teh `extensions` array of your -configuration. They are listed with their default values. To set any -of these options, include a ``FontWarnings`` section in your -:meth:`MathJax.Hub.Config()` call. For example +extension that is run when you include ``"FontWarnings.js"`` in the +`extensions` array of your configuration. They are listed with their +default values. To set any of these options, include a +``FontWarnings`` section in your :meth:`MathJax.Hub.Config()` call. +For example .. code-block:: javascript diff --git a/mathjax/docs/rst/options/HTML-CSS.rst b/mathjax/docs/rst/options/HTML-CSS.rst @@ -4,11 +4,12 @@ The HTML-CSS output processor ***************************** -The options below control the operation of the HTML-CSS output processor. -They are listed with their default values. To set any of these -options, include a ``"HTML-CSS"`` section in your -:meth:`MathJax.Hub.Config()` call. Note that, because of the dash, -you need to enclose the name in quotes. For example +The options below control the operation of the HTML-CSS output +processor that is run when you include ``"output/HTML-CSS"`` in the +`jax` array of your configuration. They are listed with their default +values. To set any of these options, include a ``"HTML-CSS"`` section +in your :meth:`MathJax.Hub.Config()` call. Note that, because of the +dash, you need to enclose the name in quotes. For example .. code-block:: javascript diff --git a/mathjax/docs/rst/options/MMLorHTML.rst b/mathjax/docs/rst/options/MMLorHTML.rst @@ -4,15 +4,16 @@ The MMLorHTML configuration options *********************************** -The options below control the operation of the MMLorHTML selection. -They are listed with their default values. To set any of these -options, include a ``MMLorHTML`` section in your -:meth:`MathJax.Hub.Config()` call. For example +The options below control the operation of the MMLorHTML configuration +file that is run when you include ``"MMLorHTML.js"`` in the `config` +array of your configuration. They are listed with their default +values. To set any of these options, include a ``MMLorHTML`` section +in your :meth:`MathJax.Hub.Config()` call. For example .. code-block:: javascript MathJax.Hub.Config({ - MMorHTMLL: { + MMLorHTML: { prefer: { Opera: "MML" } diff --git a/mathjax/docs/rst/options/MathML.rst b/mathjax/docs/rst/options/MathML.rst @@ -4,9 +4,10 @@ The MathML input processor ************************** -The options below control the operation of the MathML input processor. -They are listed with their default values. To set any of these -options, include a ``MathML`` section in your +The options below control the operation of the MathML input processor +that is run when you include ``"input/MathML"`` in the `jax` array of +your configuration. They are listed with their default values. To +set any of these options, include a ``MathML`` section in your :meth:`MathJax.Hub.Config()` call. For example .. code-block:: javascript diff --git a/mathjax/docs/rst/options/NativeMML.rst b/mathjax/docs/rst/options/NativeMML.rst @@ -5,9 +5,10 @@ The NativeMML output processor ****************************** The options below control the operation of the NativeMML output -processor. They are listed with their default values. To set any of -these options, include a ``NativeMML`` section in your -:meth:`MathJax.Hub.Config()` call. For example +processor that is run when you include ``"output/NativeMML"`` in the +`jax` array of your configuration. They are listed with their default +values. To set any of these options, include a ``NativeMML`` section +in your :meth:`MathJax.Hub.Config()` call. For example .. code-block:: javascript diff --git a/mathjax/docs/rst/options/TeX.rst b/mathjax/docs/rst/options/TeX.rst @@ -4,9 +4,10 @@ The TeX input processor *********************** -The options below control the operation of the TeX input processor. -They are listed with their default values. To set any of these -options, include a ``TeX`` section in your +The options below control the operation of the TeX input processor +that is run when you include ``"input/TeX"`` in the `jax` array of +your configuration. They are listed with their default values. To +set any of these options, include a ``TeX`` section in your :meth:`MathJax.Hub.Config()` call. For example .. code-block:: javascript diff --git a/mathjax/docs/rst/options/jsMath2jax.rst b/mathjax/docs/rst/options/jsMath2jax.rst @@ -5,9 +5,10 @@ The jsMath2jax Preprocessor *************************** The options below control the operation of the `jsMath2jax` -preprocessor. They are listed with their default values. To set any -of these options, include a ``jsMath2jax`` section in your -:meth:`MathJax.Hub.Config()` call. For example +preprocessor that is run when you include ``"jsMath2jax.js"`` in the +`extensions` array of your configuration. They are listed with their +default values. To set any of these options, include a ``jsMath2jax`` +section in your :meth:`MathJax.Hub.Config()` call. For example .. code-block:: javascript diff --git a/mathjax/docs/rst/options/mml2jax.rst b/mathjax/docs/rst/options/mml2jax.rst @@ -4,9 +4,10 @@ The mml2jax Preprocessor ************************ -The options below control the operation of the `mml2jax` preprocessor. -They are listed with their default values. To set any of these -options, include a ``mml2jax`` section in your +The options below control the operation of the `mml2jax` preprocessor +that is run when you include ``"mml2jax.js"`` in the `extensions` array +of your configuration. They are listed with their default values. To +set any of these options, include a ``mml2jax`` section in your :meth:`MathJax.Hub.Config()` call. For example .. code-block:: javascript diff --git a/mathjax/docs/rst/options/tex2jax.rst b/mathjax/docs/rst/options/tex2jax.rst @@ -4,9 +4,10 @@ The tex2jax Preprocessor ************************ -The options below control the operation of the `tex2jax` -preprocessor. They are listed with their default values. To set any -of these options, include a ``tex2jax`` section in your +The options below control the operation of the `tex2jax` preprocessor +that is run when you include ``"tex2jax.js"`` in the `extensions` array +of your configuration. They are listed with their default values. To +set any of these options, include a ``tex2jax`` section in your :meth:`MathJax.Hub.Config()` call. For example .. code-block:: javascript diff --git a/mathjax/docs/rst/synchronize.rst b/mathjax/docs/rst/synchronize.rst @@ -4,7 +4,7 @@ Synchronizing your code with MathJax ************************************ -MathJax performs mauch of its activity asynchronously, meaning that +MathJax performs much of its activity asynchronously, meaning that the calls that you make to initiate these actions will return before the actions are completed, and your code will continue to run even though the actions have not been finished (and may not even be started