commit c90cf9d2851350406b1f9e6be3df54102e01a180 parent 8f2a215067b261f00389734d7e4ea74ea79c264a Author: Davide P. Cervone <dpvc@union.edu> Date: Sun, 20 Mar 2011 09:36:11 -0400 Fix more typos (from Carol Fisher) Diffstat:
28 files changed, 111 insertions(+), 115 deletions(-)
diff --git a/docs/html/_sources/config-files.txt b/docs/html/_sources/config-files.txt @@ -160,8 +160,8 @@ The ``Accessible`` configuration file ================================================ This configuration file is essentially the same as -``TeX-AMS-MML_HTMLorMML`` except that it includes configuration that is -designed for assitive technology, particularly for those with visual +``TeX-AMS-MML_HTMLorMML`` except that it includes options that are +designed for assistive technology, particularly for those with visual challenges. It is equivalent to the following configuration: .. code-block:: javascript @@ -178,7 +178,7 @@ challenges. It is equivalent to the following configuration: errorSettings: { message: ["[Math Error]"] } }); -This turns off the MathJax contextual Message for Internet Explorer, since +This turns off the MathJax contextual menu for Internet Explorer, since it can interfere with some screen readers. It also sets the zoom trigger to double-click, so that readers can see a larger version of the mathematics but double-clicking on any equation. diff --git a/docs/html/_sources/options/HTML-CSS.txt b/docs/html/_sources/options/HTML-CSS.txt @@ -32,7 +32,7 @@ would set the ``preferredFont`` option to the :term:`STIX` fonts. .. describe:: minScaleAdjust: 50 - This gives a minimum scale (as a percent) for the scaling used my + This gives a minimum scale (as a percent) for the scaling used by MathJax to match the equation to the surrounding text. This will prevent MathJax from making the mathematics too small. @@ -57,7 +57,7 @@ would set the ``preferredFont`` option to the :term:`STIX` fonts. This is the web-based font to use when none of the fonts listed above are available on the user's computer. Note that currently only the `TeX` font is available in a web-based form (they are - stored in the ``fonts/HTML-CSS`` folder in the MathJax directory. + stored in the ``fonts/HTML-CSS`` folder in the MathJax directory). Set this to ``null`` to disable web fonts. .. describe:: imageFont: "TeX" @@ -65,7 +65,7 @@ would set the ``preferredFont`` option to the :term:`STIX` fonts. This is the font to use for image fallback mode (when none of the fonts listed above are available and the browser doesn't support web-fonts via the ``@font-face`` CSS directive). Note that currently - only the TeX font is available as an image font (they are stores + only the TeX font is available as an image font (they are stored in the ``fonts/HTML-CSS`` directory). Set this to ``null`` if you want to prevent the use of image fonts diff --git a/docs/html/_sources/options/MMLorHTML.txt b/docs/html/_sources/options/MMLorHTML.txt @@ -20,7 +20,7 @@ in your :meth:`MathJax.Hub.Config()` call. For example } }); -would set the ``prefer`` option so that Opera browser would prefer +would set the ``prefer`` option so that the Opera browser would prefer MathML to HTML-CSS output (while leaving the settings for other browsers unchanged). diff --git a/docs/html/_sources/options/MathMenu.txt b/docs/html/_sources/options/MathMenu.txt @@ -35,7 +35,7 @@ would set the ``delay`` option to 600 milliseconds. .. describe:: showRenderer: true This controls whether the "Math Renderer" item will be displayed in - the the "Settings" submenu of the mathematics contextual menu. It + the "Settings" submenu of the mathematics contextual menu. It allows the user to change between the `HTML-CSS` and `NativeMML` output processors for the mathematics on the page. Set to ``false`` to prevent this menu item from showing. @@ -43,9 +43,9 @@ would set the ``delay`` option to 600 milliseconds. .. describe:: showContext: false This controls whether the "Contextual Menu" item will be displayed - in the the "Settings" submenu of the mathematics contextual menu. + in the "Settings" submenu of the mathematics contextual menu. It allows the user to decide whether the MathJax menu or the - browser's default contextual manu will be shown when the context + browser's default contextual menu will be shown when the context menu click occurs over mathematics typeset by MathJax. (The main reason to allow pass-through to the browser's menu is to gain access to the MathPlayer contextual menu when the NativeMML output @@ -56,7 +56,7 @@ would set the ``delay`` option to 600 milliseconds. .. describe:: showFontMenu: false This controls whether the "Font Preference" item will be displayed - in the the "Settings" submenu of the mathematics contextual menu. + in the "Settings" submenu of the mathematics contextual menu. This submenu lets the user select what font to use in the mathematics produced by the `HTML-CSS` output processor. Note that changing the selection in the font menu will cause the page to diff --git a/docs/html/_sources/options/NativeMML.txt b/docs/html/_sources/options/NativeMML.txt @@ -18,13 +18,13 @@ in your :meth:`MathJax.Hub.Config()` call. For example } }); -would set the ``sale`` option to 105 percent. +would set the ``scale`` option to 105 percent. .. describe:: scale: 100 The scaling factor (as a percentage) of math with respect to the surrounding text. Since the `NativeMML` output relies on the - browser's natiove MathML support, MathJax does not control the + browser's native MathML support, MathJax does not control the font size used in the mathematics. You may need to set this value to compensate for the size selected by the browser. The user can also adjust this value using the contextual menu item associated @@ -49,7 +49,7 @@ would set the ``sale`` option to 105 percent. There is a separate menu setting for MSIE since the code to handle that is a bit delicate; if it turns out to have unexpected - consequences, you can turn it off without turing off other the + consequences, you can turn it off without turning off the menu support in other browsers. .. describe:: styles: {} diff --git a/docs/html/_sources/options/TeX.txt b/docs/html/_sources/options/TeX.txt @@ -47,7 +47,7 @@ to be defined within the TeX input processor. This lists macros to define before the TeX input processor begins. These are name:value pairs where the `name` gives the name of the TeX macro to be defined, and `value` gives the replacement text for the - macro. The `value` canbe an array of the form `[value,n]`, where + macro. The `value` can be an array of the form `[value,n]`, where `value` is the replacement text and `n` is the number of parameters for the macro. Note that since the `value` is a javascript string, backslashes in the replacement text must be doubled to prevent them @@ -64,12 +64,12 @@ to be defined within the TeX input processor. would ask the TeX processor to define two new macros: ``\RR``, which produces a bold-face "R", and ``\bold{...}``, which takes one - parameter and set it in the bold-face font. + parameter and sets it in the bold-face font. .. describe:: MAXMACROS: 10000 Because a definition of the form ``\def\x{\x} \x`` would cause MathJax - to loop infinitely, the `MAXMACROS` constant will limit the nuber of + to loop infinitely, the `MAXMACROS` constant will limit the number of macro substitutions allowed in any expression processed by MathJax. .. describe:: MAXBUFFER: 5*1024 @@ -78,4 +78,4 @@ to be defined within the TeX input processor. infinitely, and at the same time stack up lots of a's in MathJax's equation buffer, the `MAXBUFFER` constant is used to limit the size of the string being processed by MathJax. It is set to 5KB, which should - be sufficient for any reasonable equation. -\ No newline at end of file + be sufficient for any reasonable equation. diff --git a/docs/html/_sources/options/hub.txt b/docs/html/_sources/options/hub.txt @@ -52,11 +52,11 @@ behavior of MathJax. They are given with their default values. are not using one of the preprocessors, you need to insert something extra into your HTML file in order to avoid a bug in Internet Explorer. IE removes spaces from the DOM that it thinks - are redundent, and since a ``<script>`` tag usually doesn't add + are redundant, and since a ``<script>`` tag usually doesn't add content to the page, if there is a space before and after a MathJax ``<script>`` tag, IE will remove the first space. When MathJax inserts the typeset mathematics, this means there will be - no space before it and the preceeding text. In order to avoid + no space before it and the preceding text. In order to avoid this, you should include some "guard characters" before or after the math SCRIPT tag; define the patterns you want to use below. Note that these are used as regular expressions, so you will need @@ -81,14 +81,14 @@ behavior of MathJax. They are given with their default values. .. describe:: preRemoveClass: "MathJax_Preview" - The CSS class for a math preview to be removed preceeding a - MathJax SCRIPT tag. If the tag just before the MathJax - ``<script>`` tag is of this class, its contents are removed when - MathJax processes the ``<script>`` tag. This allows you to - include a math preview in a form that will be displayed prior to - MathJax performing its typesetting. It also avoids the Internet - Explorer space-removal bug, and can be used in place of ``preJax`` - and ``postJax`` if that is more convenient. + This is the CSS class name for math previews that will be removed + preceding a MathJax SCRIPT tag. If the tag just before the + MathJax ``<script>`` tag is of this class, its contents are + removed when MathJax processes the ``<script>`` tag. This allows + you to include a math preview in a form that will be displayed + prior to MathJax performing its typesetting. It also avoids the + Internet Explorer space-removal bug, and can be used in place of + ``preJax`` and ``postJax`` if that is more convenient. For example @@ -103,7 +103,7 @@ behavior of MathJax. They are given with their default values. .. describe:: showProcessingMessages: true - This value controls whether the `Processing Math: nn%` message are + This value controls whether the `Processing Math: nn%` messages are displayed in the lower left-hand corner. Set to ``false`` to prevent those messages (though file loading and other messages will still be shown). @@ -128,10 +128,10 @@ behavior of MathJax. They are given with their default values. .. describe:: delayStartupUntil: "none" - Normally MathJax will perform its starup commands (loading of + Normally MathJax will perform its startup commands (loading of configuration, styles, jax, and so on) as soon as it can. If you expect to be doing additional configuration on the page, however, - you may want to have it wait until the page's onload hander is + you may want to have it wait until the page's onload handler is called. If so, set this to ``"onload"``. You can also set this to ``"configured"``, in which case, MathJax will delay its startup until you explicitly call :meth:`MathJax.Hub.Configured()`. See @@ -195,7 +195,7 @@ behavior of MathJax. They are given with their default values. than simply crash, MathJax can report an error and go on. The options you can set include: - .. describe:: message: ["[Math Processing Error"]] + .. describe:: message: ["[Math Processing Error]"] This is an HTML snippet that will be inserted at the location of the mathematics for any formula that causes MathJax to @@ -217,4 +217,4 @@ behavior of MathJax. They are given with their default values. explicit configuration in the event that the `jax` array is empty after configuration is complete. If you really intend that array to be empty, set this flag to ``false``. Note that setting this to false - does **not** cause a default configuration file to be loaded. -\ No newline at end of file + does **not** cause a default configuration file to be loaded. diff --git a/docs/html/_sources/options/index.txt b/docs/html/_sources/options/index.txt @@ -42,7 +42,7 @@ For example, }); is a configuration that includes two settings for the MathJax Hub (one -for `showProcessingMessages` and one of the `jax` array), and a +for `showProcessingMessages` and one for the `jax` array), and a configuration object for the TeX input processor. The latter includes a setting for the TeX input processor's `TagSide` option (to set tags on the left rather than the right) and a setting for `Macros`, which diff --git a/docs/html/_sources/options/tex2jax.txt b/docs/html/_sources/options/tex2jax.txt @@ -30,7 +30,7 @@ preprocessor. .. describe:: inlineMath: [['\\\(','\\\)']] Array of pairs of strings that are to be used as in-line math - delimters. The first in each pair is the initial delimiter and + delimiters. The first in each pair is the initial delimiter and the second is the terminal delimiter. You can have as many pairs as you want. For example, @@ -51,7 +51,7 @@ preprocessor. .. describe:: displayMath: [ ['$$','$$'], ['\\\[','\\\]'] ] - Array of pairs of strings that are to be used as delimters for + Array of pairs of strings that are to be used as delimiters for displayed equations. The first in each pair is the initial delimiter and the second is the terminal delimiter. You can have as many pairs as you want. @@ -74,7 +74,7 @@ preprocessor. .. describe:: processEnvironments: true When ``true``, `tex2jax` looks not only for the in-line and - display math delimters, but also for LaTeX environments + display math delimiters, but also for LaTeX environments (``\begin{something}...\end{something}``) and marks them for processing by MathJax. When ``false``, LaTeX environments will not be processed outside of math mode. diff --git a/docs/html/config-files.html b/docs/html/config-files.html @@ -183,8 +183,8 @@ details on the options that control the <tt class="docutils literal"><span class <div class="section" id="the-accessible-configuration-file"> <h2>The <tt class="docutils literal"><span class="pre">Accessible</span></tt> configuration file<a class="headerlink" href="#the-accessible-configuration-file" title="Permalink to this headline">ΒΆ</a></h2> <p>This configuration file is essentially the same as -<tt class="docutils literal"><span class="pre">TeX-AMS-MML_HTMLorMML</span></tt> except that it includes configuration that is -designed for assitive technology, particularly for those with visual +<tt class="docutils literal"><span class="pre">TeX-AMS-MML_HTMLorMML</span></tt> except that it includes options that are +designed for assistive technology, particularly for those with visual challenges. It is equivalent to the following configuration:</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">config</span><span class="o">:</span> <span class="p">[</span><span class="s2">"MMLorHTML.js"</span><span class="p">],</span> @@ -199,7 +199,7 @@ challenges. It is equivalent to the following configuration:</p> <span class="p">});</span> </pre></div> </div> -<p>This turns off the MathJax contextual Message for Internet Explorer, since +<p>This turns off the MathJax contextual menu for Internet Explorer, since it can interfere with some screen readers. It also sets the zoom trigger to double-click, so that readers can see a larger version of the mathematics but double-clicking on any equation.</p> diff --git a/docs/html/options/HTML-CSS.html b/docs/html/options/HTML-CSS.html @@ -81,7 +81,7 @@ menu item associated with the typeset mathematics.</p> <dl class="describe"> <dt> <tt class="descname">minScaleAdjust: 50</tt></dt> -<dd><p>This gives a minimum scale (as a percent) for the scaling used my +<dd><p>This gives a minimum scale (as a percent) for the scaling used by MathJax to match the equation to the surrounding text. This will prevent MathJax from making the mathematics too small.</p> </dd></dl> @@ -112,7 +112,7 @@ than one is available on the user’s computer.</p> <dd><p>This is the web-based font to use when none of the fonts listed above are available on the user’s computer. Note that currently only the <cite>TeX</cite> font is available in a web-based form (they are -stored in the <tt class="docutils literal"><span class="pre">fonts/HTML-CSS</span></tt> folder in the MathJax directory. +stored in the <tt class="docutils literal"><span class="pre">fonts/HTML-CSS</span></tt> folder in the MathJax directory). Set this to <tt class="docutils literal"><span class="pre">null</span></tt> to disable web fonts.</p> </dd></dl> @@ -122,7 +122,7 @@ Set this to <tt class="docutils literal"><span class="pre">null</span></tt> to d <dd><p>This is the font to use for image fallback mode (when none of the fonts listed above are available and the browser doesn’t support web-fonts via the <tt class="docutils literal"><span class="pre">@font-face</span></tt> CSS directive). Note that currently -only the TeX font is available as an image font (they are stores +only the TeX font is available as an image font (they are stored in the <tt class="docutils literal"><span class="pre">fonts/HTML-CSS</span></tt> directory).</p> <p>Set this to <tt class="docutils literal"><span class="pre">null</span></tt> if you want to prevent the use of image fonts (e.g., you have deleted or not installed the image fonts on your diff --git a/docs/html/options/MMLorHTML.html b/docs/html/options/MMLorHTML.html @@ -67,7 +67,7 @@ in your <tt class="xref py py-meth docutils literal"><span class="pre">MathJax.H <span class="p">});</span> </pre></div> </div> -<p>would set the <tt class="docutils literal"><span class="pre">prefer</span></tt> option so that Opera browser would prefer +<p>would set the <tt class="docutils literal"><span class="pre">prefer</span></tt> option so that the Opera browser would prefer MathML to HTML-CSS output (while leaving the settings for other browsers unchanged).</p> <p>Note that if you use the <tt class="docutils literal"><span class="pre">MMLorHTML.js</span></tt> configuration file, you should diff --git a/docs/html/options/MathMenu.html b/docs/html/options/MathMenu.html @@ -86,7 +86,7 @@ selects that item, the browser opens a new window with this URL.</p> <dt> <tt class="descname">showRenderer: true</tt></dt> <dd><p>This controls whether the “Math Renderer” item will be displayed in -the the “Settings” submenu of the mathematics contextual menu. It +the “Settings” submenu of the mathematics contextual menu. It allows the user to change between the <cite>HTML-CSS</cite> and <cite>NativeMML</cite> output processors for the mathematics on the page. Set to <tt class="docutils literal"><span class="pre">false</span></tt> to prevent this menu item from showing.</p> @@ -96,9 +96,9 @@ output processors for the mathematics on the page. Set to <dt> <tt class="descname">showContext: false</tt></dt> <dd><p>This controls whether the “Contextual Menu” item will be displayed -in the the “Settings” submenu of the mathematics contextual menu. +in the “Settings” submenu of the mathematics contextual menu. It allows the user to decide whether the MathJax menu or the -browser’s default contextual manu will be shown when the context +browser’s default contextual menu will be shown when the context menu click occurs over mathematics typeset by MathJax. (The main reason to allow pass-through to the browser’s menu is to gain access to the MathPlayer contextual menu when the NativeMML output @@ -110,7 +110,7 @@ processor is used in Internet Explorer with the <a class="reference external" hr <dt> <tt class="descname">showFontMenu: false</tt></dt> <dd><p>This controls whether the “Font Preference” item will be displayed -in the the “Settings” submenu of the mathematics contextual menu. +in the “Settings” submenu of the mathematics contextual menu. This submenu lets the user select what font to use in the mathematics produced by the <cite>HTML-CSS</cite> output processor. Note that changing the selection in the font menu will cause the page to diff --git a/docs/html/options/NativeMML.html b/docs/html/options/NativeMML.html @@ -65,13 +65,13 @@ in your <tt class="xref py py-meth docutils literal"><span class="pre">MathJax.H <span class="p">});</span> </pre></div> </div> -<p>would set the <tt class="docutils literal"><span class="pre">sale</span></tt> option to 105 percent.</p> +<p>would set the <tt class="docutils literal"><span class="pre">scale</span></tt> option to 105 percent.</p> <dl class="describe"> <dt> <tt class="descname">scale: 100</tt></dt> <dd><p>The scaling factor (as a percentage) of math with respect to the surrounding text. Since the <cite>NativeMML</cite> output relies on the -browser’s natiove MathML support, MathJax does not control the +browser’s native MathML support, MathJax does not control the font size used in the mathematics. You may need to set this value to compensate for the size selected by the browser. The user can also adjust this value using the contextual menu item associated @@ -99,7 +99,7 @@ more details.</p> <tt class="descname">showMathMenuMSIE: true</tt></dt> <dd><p>There is a separate menu setting for MSIE since the code to handle that is a bit delicate; if it turns out to have unexpected -consequences, you can turn it off without turing off other the +consequences, you can turn it off without turning off the menu support in other browsers.</p> </dd></dl> diff --git a/docs/html/options/TeX.html b/docs/html/options/TeX.html @@ -100,7 +100,7 @@ the value to leave sufficient margin for tags.</p> <dd><p>This lists macros to define before the TeX input processor begins. These are name:value pairs where the <cite>name</cite> gives the name of the TeX macro to be defined, and <cite>value</cite> gives the replacement text for the -macro. The <cite>value</cite> canbe an array of the form <cite>[value,n]</cite>, where +macro. The <cite>value</cite> can be an array of the form <cite>[value,n]</cite>, where <cite>value</cite> is the replacement text and <cite>n</cite> is the number of parameters for the macro. Note that since the <cite>value</cite> is a javascript string, backslashes in the replacement text must be doubled to prevent them @@ -114,14 +114,14 @@ from acting as javascript escape characters.</p> </div> <p>would ask the TeX processor to define two new macros: <tt class="docutils literal"><span class="pre">\RR</span></tt>, which produces a bold-face “R”, and <tt class="docutils literal"><span class="pre">\bold{...}</span></tt>, which takes one -parameter and set it in the bold-face font.</p> +parameter and sets it in the bold-face font.</p> </dd></dl> <dl class="describe"> <dt> <tt class="descname">MAXMACROS: 10000</tt></dt> <dd><p>Because a definition of the form <tt class="docutils literal"><span class="pre">\def\x{\x}</span> <span class="pre">\x</span></tt> would cause MathJax -to loop infinitely, the <cite>MAXMACROS</cite> constant will limit the nuber of +to loop infinitely, the <cite>MAXMACROS</cite> constant will limit the number of macro substitutions allowed in any expression processed by MathJax.</p> </dd></dl> diff --git a/docs/html/options/hub.html b/docs/html/options/hub.html @@ -109,11 +109,11 @@ time.</p> are not using one of the preprocessors, you need to insert something extra into your HTML file in order to avoid a bug in Internet Explorer. IE removes spaces from the DOM that it thinks -are redundent, and since a <tt class="docutils literal"><span class="pre"><script></span></tt> tag usually doesn’t add +are redundant, and since a <tt class="docutils literal"><span class="pre"><script></span></tt> tag usually doesn’t add content to the page, if there is a space before and after a MathJax <tt class="docutils literal"><span class="pre"><script></span></tt> tag, IE will remove the first space. When MathJax inserts the typeset mathematics, this means there will be -no space before it and the preceeding text. In order to avoid +no space before it and the preceding text. In order to avoid this, you should include some “guard characters” before or after the math SCRIPT tag; define the patterns you want to use below. Note that these are used as regular expressions, so you will need @@ -138,14 +138,14 @@ scripts must be enclosed in double brackets.</p> <dl class="describe"> <dt> <tt class="descname">preRemoveClass: "MathJax_Preview"</tt></dt> -<dd><p>The CSS class for a math preview to be removed preceeding a -MathJax SCRIPT tag. If the tag just before the MathJax -<tt class="docutils literal"><span class="pre"><script></span></tt> tag is of this class, its contents are removed when -MathJax processes the <tt class="docutils literal"><span class="pre"><script></span></tt> tag. This allows you to -include a math preview in a form that will be displayed prior to -MathJax performing its typesetting. It also avoids the Internet -Explorer space-removal bug, and can be used in place of <tt class="docutils literal"><span class="pre">preJax</span></tt> -and <tt class="docutils literal"><span class="pre">postJax</span></tt> if that is more convenient.</p> +<dd><p>This is the CSS class name for math previews that will be removed +preceding a MathJax SCRIPT tag. If the tag just before the +MathJax <tt class="docutils literal"><span class="pre"><script></span></tt> tag is of this class, its contents are +removed when MathJax processes the <tt class="docutils literal"><span class="pre"><script></span></tt> tag. This allows +you to include a math preview in a form that will be displayed +prior to MathJax performing its typesetting. It also avoids the +Internet Explorer space-removal bug, and can be used in place of +<tt class="docutils literal"><span class="pre">preJax</span></tt> and <tt class="docutils literal"><span class="pre">postJax</span></tt> if that is more convenient.</p> <p>For example</p> <div class="highlight-html"><div class="highlight"><pre><span class="nt"><span</span> <span class="na">class=</span><span class="s">"MathJax_Preview"</span><span class="nt">></span>[math]<span class="nt"></span><script </span><span class="na">type=</span><span class="s">"math/tex"</span><span class="nt">></span><span class="p">...</span><span class="nt"></script></span> </pre></div> @@ -158,7 +158,7 @@ to typeset it.</p> <dl class="describe"> <dt> <tt class="descname">showProcessingMessages: true</tt></dt> -<dd><p>This value controls whether the <cite>Processing Math: nn%</cite> message are +<dd><p>This value controls whether the <cite>Processing Math: nn%</cite> messages are displayed in the lower left-hand corner. Set to <tt class="docutils literal"><span class="pre">false</span></tt> to prevent those messages (though file loading and other messages will still be shown).</p> @@ -188,10 +188,10 @@ displayed equations.</p> <dl class="describe"> <dt> <tt class="descname">delayStartupUntil: "none"</tt></dt> -<dd><p>Normally MathJax will perform its starup commands (loading of +<dd><p>Normally MathJax will perform its startup commands (loading of configuration, styles, jax, and so on) as soon as it can. If you expect to be doing additional configuration on the page, however, -you may want to have it wait until the page’s onload hander is +you may want to have it wait until the page’s onload handler is called. If so, set this to <tt class="docutils literal"><span class="pre">"onload"</span></tt>. You can also set this to <tt class="docutils literal"><span class="pre">"configured"</span></tt>, in which case, MathJax will delay its startup until you explicitly call <tt class="xref py py-meth docutils literal"><span class="pre">MathJax.Hub.Configured()</span></tt>. See @@ -269,7 +269,7 @@ than simply crash, MathJax can report an error and go on. The options you can set include:</p> <dl class="describe"> <dt> -<tt class="descname">message: ["[Math Processing Error"]]</tt></dt> +<tt class="descname">message: ["[Math Processing Error]"]</tt></dt> <dd><p>This is an HTML snippet that will be inserted at the location of the mathematics for any formula that causes MathJax to produce an internal error (i.e., an error in the MathJax code diff --git a/docs/html/options/index.html b/docs/html/options/index.html @@ -84,7 +84,7 @@ configuration options for the component.</p> </pre></div> </div> <p>is a configuration that includes two settings for the MathJax Hub (one -for <cite>showProcessingMessages</cite> and one of the <cite>jax</cite> array), and a +for <cite>showProcessingMessages</cite> and one for the <cite>jax</cite> array), and a configuration object for the TeX input processor. The latter includes a setting for the TeX input processor’s <cite>TagSide</cite> option (to set tags on the left rather than the right) and a setting for <cite>Macros</cite>, which diff --git a/docs/html/options/tex2jax.html b/docs/html/options/tex2jax.html @@ -78,7 +78,7 @@ The default is the whole document.</p> <dt> <tt class="descname">inlineMath: [['\(','\)']]</tt></dt> <dd><p>Array of pairs of strings that are to be used as in-line math -delimters. The first in each pair is the initial delimiter and +delimiters. The first in each pair is the initial delimiter and the second is the terminal delimiter. You can have as many pairs as you want. For example,</p> <div class="highlight-javascript"><div class="highlight"><pre><span class="nx">inlineMath</span><span class="o">:</span> <span class="p">[</span> <span class="p">[</span><span class="s1">'$'</span><span class="p">,</span><span class="s1">'$'</span><span class="p">],</span> <span class="p">[</span><span class="s1">'\\('</span><span class="p">,</span><span class="s1">'\\)'</span><span class="p">]</span> <span class="p">]</span> @@ -98,7 +98,7 @@ include text, not tags, as your math delimiters.</p> <dl class="describe"> <dt> <tt class="descname">displayMath: [ ['$$','$$'], ['\[','\]'] ]</tt></dt> -<dd><p>Array of pairs of strings that are to be used as delimters for +<dd><p>Array of pairs of strings that are to be used as delimiters for displayed equations. The first in each pair is the initial delimiter and the second is the terminal delimiter. You can have as many pairs as you want.</p> @@ -124,7 +124,7 @@ sign in the rendered document.</p> <dt> <tt class="descname">processEnvironments: true</tt></dt> <dd><p>When <tt class="docutils literal"><span class="pre">true</span></tt>, <cite>tex2jax</cite> looks not only for the in-line and -display math delimters, but also for LaTeX environments +display math delimiters, but also for LaTeX environments (<tt class="docutils literal"><span class="pre">\begin{something}...\end{something}</span></tt>) and marks them for processing by MathJax. When <tt class="docutils literal"><span class="pre">false</span></tt>, LaTeX environments will not be processed outside of math mode.</p> diff --git a/docs/html/searchindex.js b/docs/html/searchindex.js @@ -1 +1 @@ -Search.setIndex({objects:{"":{reset:[26,0,1],Preloading:[0,0,1],Log:[16,0,1],Subclass:[37,0,1],Delay:[26,0,1],Init:[37,0,1],getAllJax:[30,0,1],Interest:[39,0,1],Translate:[38,0,1],Config:[30,0,1],addElement:[9,0,1],Reprocess:[30,0,1],Styles:[0,0,1],ExecuteHook:[39,0,1],loadTimeout:[0,0,1],Resume:[15,0,1],Post:[39,0,1],Update:[30,0,1],loadHook:[0,0,1],formatError:[30,0,1],call:[15,0,1],getJaxByInputType:[30,0,1],PreProcess:[30,0,1],fileURL:[0,0,1],has:[37,0,1],Clear:[16,0,1],Insert:[30,0,1],Register:[38,0,1],TextNode:[9,0,1],Augment:[37,0,1],Signal:[26,0,1],addText:[9,0,1],Remove:[16,0,1],Element:[9,0,1],Queue:[26,0,1],NoInterest:[39,0,1],Suspend:[15,0,1],getJaxByType:[30,0,1],Push:[15,0,1],Typeset:[30,0,1],loadComplete:[0,0,1],wait:[15,0,1],Load:[0,0,1],Set:[16,0,1],loadError:[0,0,1],Process:[30,0,1],Text:[49,0,1],setText:[9,0,1],executeHooks:[26,0,1],Startup:[38,0,1],SourceElement:[49,0,1],getJaxFor:[30,0,1],can:[37,0,1],File:[16,0,1],MessageHook:[39,0,1],isJax:[30,0,1],filterText:[16,0,1],isa:[37,0,1],Require:[0,0,1]}},terms:{lvertneqq:28,reprocess:[30,49,47],mathjax_msie_fram:16,four:[53,11],prefix:[9,18,12],asymp:28,blacktriangledown:28,webfont:[5,34,18],whose:[9,36,47,4,29,30,22],biggr:28,under:[31,41],preprocess:[51,30,27,47],slowest:50,worth:36,digit:12,gimel:28,everi:[17,30,36,12],mskip:28,arcco:28,govern:[11,36,18],dotplu:28,affect:[11,41,12,28,30,49,24],isforefox:30,bbfont:[],eqnarrai:28,cmd:20,bigodot:28,ominu:28,red:[28,18,44],categori:53,nparallel:28,showcontext:46,nsubseteqq:28,direct:[34,5,11,41,31],consequ:19,second:[0,11,41,26,29,44,45,48,4,5,31,20,17,35,36,22,53],ngeq:28,even:[44,0,30,13,26,39,15,28,2,47,17,18,31,29,48,21,51,36,53],hide:47,prejax:[51,20],neg:28,weren:11,multlinewidth:23,"new":[27,3,36,9,10,11,12,16,17,18,23,21,22,24,26,35,30,37,39,41,49,53,46,47,48,51],mhtml:1,told:48,limsup:28,elimin:20,abov:[9,28,11,41,12,26,18,53,2,47,4,5,20,29,50,34,36,37],lessapprox:28,blacktriangleright:28,here:[9,39,40,26,29,53,2,47,17,18,38,20,30,49],met:27,lneqq:28,path:[13,0,36,18],noundefin:[13,18,28],interpret:[28,18,41],nrightarrow:28,netowrk:8,forum:[18,3],mbox:28,rceil:28,backprim:28,uproot:28,circleddash:28,mathstrut:28,unix:41,brower:28,thinmathspac:[18,31],unit:12,highli:21,describ:[9,28,11,41,26,18,43,45,27,47,13,5,30,44,29,50,51,36],would:[13,5,36,7,9,11,15,18,19,20,49,23,25,26,28,29,32,33,34,30,37,4,41,42,44,45,46,47,50,51,52,53],bleed:12,vartriangl:28,ltime:28,varlambda:28,call:[0,1,2,4,5,7,11,15,16,17,18,23,20,22,24,25,26,29,30,33,34,35,36,37,38,39,41,42,43,49,28,46,47,48,19,51,52,53],recommend:[18,51,41,50],diretori:[],preview:[4,42,51,25,20],type:[0,1,2,13,36,6,8,9,4,11,17,18,38,20,22,32,35,30,28,31,49,53,47,48,50,51],until:[0,25,39,53,4,29,30,38,20,17,42,36],notin:28,displaymath:[4,36],relat:[0,12],notic:28,warn:[0,11,20,5],eqslantless:28,hold:[0,44,20,33,51,30],unpack:[18,41],must:[0,11,41,18,43,15,45,31,27,28,16,4,5,50,23,20,33,48,34,36,39],fbox:[28,12],join:[17,28],room:23,setup:[21,18,31],work:[9,10,11,41,12,29,28,2,3,47,17,18,31,32,48,21,50,36,37],cc0000:[45,20],tag_nam:41,root:[0,12,27,16,28,36],overrid:[37,5,35,38,22],mathmenu:[34,45,46,13,19,36,24],give:[39,34,18,44,45,2,17,5,23,36,24],cirit:36,indic:[0,30,41,39,15,28,27,17,18,38,20,29,49,35,36,22,51],impair:[21,36],hline:28,want:[3,13,4,11,14,16,17,18,20,22,26,29,34,8,36,37,28,41,53,47,50,52],setminu:28,end:[0,13,12,1,50,28,27,3,4,31,6,17,8,36,53],quot:[4,34,12,20],hom:28,heartsuit:28,how:[0,1,2,3,4,5,36,6,11,13,15,16,18,19,20,25,26,42,32,33,34,30,39,41,44,28,46,48,51],disappear:[4,42,25],answer:[3,47],verifi:[18,41,3],config:[1,27,4,5,6,7,8,11,13,16,17,18,23,20,22,24,25,2,28,29,30,32,33,35,36,38,19,34,42,45,46,47,50,52,53],varrho:28,updat:[11,41,12,1,53,47,36,30,49],showrender:46,recogn:18,lai:[50,51],diagdown:28,after:[0,41,26,39,15,53,2,46,16,17,18,38,20,29,48,34,51,36,47,24],befor:[0,1,27,3,4,36,6,11,15,16,17,18,23,20,26,29,33,30,37,38,39,31,34,43,44,28,47,48,50,51,53],wrong:31,startuphook:[17,30],parallel:[28,53,27,12],averag:51,alignedat:28,attempt:[0,31,46],third:[53,31],leftarrow:28,receiv:[39,11,41,18,17,29,38,48,36,37],greasekit:2,maintain:[11,48,3,17,29,20],environ:[4,18,28,23,3],enter:[31,47,28,18,51,36],textnod:9,order:[39,11,41,18,43,15,53,27,16,4,5,30,25,20,29,50,42,36,37,51],oper:[0,4,5,7,12,15,16,17,19,21,23,25,29,33,34,38,39,40,41,42,43,53,46,47,50,52],parentnod:[2,12],over:[9,0,34,12,28,46,47,13,18,20,33,51,36],fall:[28,5,53,41,18],becaus:[17,11,34,39,44,28,31,2,16,4,18,23,29,51,36,47,53],boxtim:28,suspend:[17,15,53,39],textrm:28,appar:[50,53],afil:29,flexibl:[44,53,11],vari:50,smallint:28,fit:[17,46],fix:[11,36,41,12],preferredfont:34,better:[12,46,13,18,32,6,50,36],boxminu:28,drawback:50,upharpoonleft:28,persist:3,comprehens:43,easier:[39,11,41,53,28,31,37],moveleft:28,them:[9,0,11,41,12,13,18,15,45,31,28,4,5,30,23,29,17,51,36,39,53],thei:[0,2,3,4,5,7,11,12,13,14,15,16,17,18,19,20,23,24,25,27,28,29,30,33,34,36,38,39,31,41,42,43,44,45,46,47,48,51,52,53],precapprox:28,safe:[9,2,47],"break":[28,48,53,31,12],mtext:[28,18,12],wedg:28,widetild:28,choic:[50,30,6],dbinom:28,leftharpoondown:28,timeout:[0,12,26],each:[17,30,41,13,26,39,28,27,16,4,18,47,48,51,36,53],debug:16,side:[18,16,23,20,6],mean:[17,11,13,1,39,14,27,28,2,47,4,29,25,20,48,21,42,36],leqq:28,createel:2,resum:[15,53],leqalignno:28,mathopen:28,looparrowleft:28,network:[11,41,12,13,18,36],goe:[28,48,53],iint:28,newli:[9,17,37],crucial:41,ios4:12,content:[1,27,13,36,6,8,9,11,12,18,44,20,2,35,30,37,4,31,43,53,47,50,51],reader:[21,13,36,12],forth:40,impract:41,multilin:28,situat:[36,12],free:[49,3],standard:[13,41,43,45,28,17,18,21,50,51,36],reconfigur:11,lneq:28,angl:28,jsmath2jax:[25,12,24,32],isn:[17,38],mtabl:13,pulicis:39,isa:37,subtl:47,onto:[43,18,53,30,47],mathbb:28,rang:51,mathbf:28,render:[31,12,27,46,4,18,20,21,50,51,52,32],independ:36,yourcolleg:41,restrict:[28,41],hook:[17,0,26,39],unlik:[21,36,38],alreadi:[0,26,47,28,2,3,16,17,29,48,36,37,53],primari:[50,11],tooltop:34,top:[40,41,28,18,50,36],sometim:[36,41],underlin:[28,12],master:48,too:[28,34,12,2,4,18],similarli:[0,30,41],john:29,listen:[17,39,30,26],thickapprox:28,namespac:[18,2,12,26,47],tool:[53,41],tagind:23,embellish:12,gtrless:28,compressor:12,somewhat:48,technic:43,past:[39,11,12,17,48,21],filesmatch:41,provid:[9,0,31,26,1,39,15,28,16,17,18,44,29,48,21,51,30,37,53,47],eqalignno:28,tree:[18,44],iota:28,project:[43,36,3],matter:[17,32],mathtt:28,ldotp:28,modern:[21,5,50,10],mind:[28,18,36,1],manner:50,increment:15,seem:[29,31],rightrightarrow:28,ldot:28,ngeqq:28,latter:[17,44,51,36,24],curvearrowleft:28,simplifi:12,though:[26,28,48,44,20,51],object:[0,27,5,9,10,14,15,16,17,19,20,22,24,26,29,33,35,30,37,38,39,40,34,43,44,45,46,47,48,49,51,53],gzip:12,regular:[4,20],letter:[18,41],grave:28,don:[11,12,29,53,2,47,17,5,30,31,50,36],dom:[9,49,53,47,17,48,38,20,30,22],doe:[28,30,41,26,52,49,31,2,17,29,19,20,21,50,35,36,22,51],declar:[31,34,45,46,5,19,33],tfrac:28,unchang:[11,52,47],section:[2,13,5,36,7,4,11,12,19,20,23,24,25,29,32,33,8,30,28,31,34,42,46,50,52],came:41,delaystartupuntil:[30,36,27,20],random:[18,41],lnapprox:28,syntax:[28,37,12],mediawiki:1,isopera:30,outerhtml:12,shownam:29,asynchon:47,involv:[48,36,3],consolid:21,layout:49,firstnam:29,mathchoic:28,ismsi:[30,27],menu:[10,31,41,12,50,27,46,13,19,20,33,6,34,8,49,51],explain:[13,11,36,24,48],configur:[0,2,4,5,6,7,8,10,11,12,13,16,17,18,23,20,21,22,24,25,27,29,30,32,33,34,35,36,38,19,31,41,42,44,28,50,51,52],apach:41,configut:44,theme:[36,1,6],explic:11,rich:21,folder:[34,18,41],compli:[],infti:[28,51],mho:28,report:[31,20,3],circeq:28,subseteq:28,fadeouttim:5,bar:[28,37,26],patch:[36,41],reload:46,bad:12,replacechild:2,neq:28,respond:[39,20,3],dashrightarrow:28,scriptscriptstyl:28,precneqq:28,result:[11,34,26,29,49,53,47,28,18,30,31,50,35,36,22,51],respons:[39,35,12,26],fail:[0,12,29,38,50,24],themselv:[18,30,40,27,44],best:[0,11,41,53,50,51,36],awar:[28,0,53,31],subarrai:28,varinjlim:28,wikipedia:[43,2],circledcirc:28,gneqq:28,awai:[36,41],approach:[29,51,1,47],attribut:[9,12,45,28,42,44,51,36],never:[0,38,36,2,41],extend:[21,51],synchon:17,extens:[0,27,13,5,36,11,12,17,18,23,20,24,25,2,28,42,32,33,30,38,4,40,43,45,46,47,53],preprocessor:[13,11,42,28,31,27,40,4,18,30,25,20,47,51,36,24,32],intop:28,cot:28,cow:37,howev:[11,41,29,27,45,2,3,16,28,18,20,47,50,51,36,37,53,24],configuraiton:[8,6],against:39,browser:[27,13,5,36,9,10,11,12,18,19,20,21,49,24,2,40,32,34,30,4,31,41,43,28,46,48,50,51,52],com:[36,41],varpsi:28,preccurlyeq:28,foral:28,foobar:37,sai:[15,2,26],innerhtml:[2,47],height:[28,12,46],wider:3,sqsupset:28,speak:[14,51],chrome:[34,30,2,12,50],three:[31,41,26,29,44,53,5,38,48,51],been:[0,2,3,4,11,15,16,17,18,38,22,26,27,29,32,35,36,39,41,53,47,48,50],trigger:[13,50,36,20,33],interest:[17,39,43,3,48],basic:10,tini:28,quickli:[21,50,36,3],underrightarrow:28,regul:53,xxx:28,ani:[0,2,3,4,5,7,11,13,15,16,17,18,19,20,49,23,25,26,27,29,30,33,34,36,37,39,31,41,42,28,46,47,48,50,52,53],embelish:[],emploi:[43,50],hskip:28,tanh:28,servic:[11,41,12,18,8,36],avtiv:[],diamondsuit:28,sourceforg:11,javascipt:18,dashboard:8,suffici:[28,18,23,52,50],"3px":45,succeq:28,canb:23,lightli:50,nexist:28,tabl:31,cong:28,sever:[0,11,41,28,47,13,29,51,22,53],amout:16,incorrectli:[18,11,12],perform:[27,3,5,36,11,12,15,16,17,38,20,49,26,29,30,39,40,43,53,47,48,50],suggest:[5,3],make:[0,3,28,5,36,11,12,14,15,17,18,20,21,25,42,34,30,37,4,31,41,45,46,47,48,50,51,53],format:[10,11,34,43,44,28,13,18,19,20,49,21,50,35,31,22,51],complex:[50,44],split:28,synch:11,lrcorner:28,unsafewindow:2,complet:[0,11,41,13,26,39,43,15,53,27,47,17,18,30,38,20,29,48,50,36,49],longmapsto:28,hand:[40,16,23,20,51,31,32],fairli:[44,11],rais:[28,12],mkern:28,ignorepast:39,unlhd:28,techniqu:[11,2],redefin:[5,35,38,22],kept:17,thu:[11,26,53,17,29,49],inherit:[14,37,35,22,49],client:34,thi:[0,1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,44,45,46,47,48,49,50,51,52,53],idotsint:28,programm:37,everyth:[13,28,30,36,53],settimeout:[29,26],left:[40,41,27,16,28,48,23,20,6,8,31,24],processclass:4,identifi:[9,18,28,51,39],just:[39,31,41,26,1,29,45,28,13,18,20,6,21,51,36,53],yen:28,mathbin:28,coprod:28,yet:[31,15,53,47,17,48,50],languag:[43,48,51],noscript:4,onload:[40,2,27,29,20,36],errorset:[13,20],easi:[41,32],interfer:[13,36],had:[17,11,36,18],myconfig:[17,29],els:[29,2,47],save:[45,36,8,6],hat:28,jsmath:[10,51,32],sanit:16,applic:[21,18,27,1],loadtimeout:0,quirk:50,preserv:29,assit:13,negativethinmathspac:50,background:[28,45,12],sqsubset:28,specif:[0,40,26,1,39,43,15,53,47,4,29,30,38,20,50,51,36,49],deprec:36,arbitrari:28,zoom:[10,31,12,13,20,33,36],leftrightarrow:28,underli:50,www:[41,2,46],right:[31,41,43,15,53,2,16,28,19,20,6,34,51,36,23,24],old:17,simbl:2,deal:50,autobold:28,surd:[28,12],percentag:[19,34,20],donald:43,successfulli:[0,29],interc:28,dddot:28,bottom:[36,6],subclass:[39,40,22,38,49,35,37],circ:28,exectur:39,overcom:[48,50],condit:[0,27],getjaxfor:[17,30,22],core:[53,27,28,20,51,30,24],plu:[13,39,27],bold:[28,44,23,24],confiogur:[],mathrel:28,colleg:41,repositori:[11,41,12],post:[39,34,27,3,16,17,48,38],"super":[37,12],llless:28,obj:9,nwarrow:28,slightli:[28,6],surround:[18,19,34],unfortun:[18,41],current_theme_templ:1,joomla:1,span:[25,4,42,44,20,51,32],downharpoonright:28,produc:[5,11,17,18,19,20,21,49,23,24,26,29,32,35,36,39,34,22,46,47,50,51],encod:28,contectu:50,rightsquigarrow:28,down:[8,41,20],shortparallel:28,wrap:37,often:[28,18,45,51],nsupseteq:28,git:[18,11,41,12],wai:[17,11,41,26,1,39,53,2,16,4,18,51,25,20,29,50,42,36,47,38],checkmark:28,transform:51,ngtr:28,avail:[0,1,4,5,11,17,18,19,20,21,49,25,42,34,36,37,31,41,53,46,47,50,51],width:[31,46,28,18,23,50],reli:[0,11,53,2,47,29,19,50],wordpress:[1,6],editor:6,rightthreetim:28,head:[1,2,47,18,6,50,8,36],form:[31,34,43,16,28,18,23,20,51,36],offer:[11,12,3],forc:[36,34],epsilon:28,hear:[17,39],downdownarrow:28,"true":[39,11,34,26,28,27,46,40,4,30,19,20,7,36,37],vcenter:28,maxmacro:23,reset:[46,26],absens:1,displayalign:20,intern:[39,31,0,43,15,53,28,20,50,35,30,22,51],tell:[41,2,47,18,50,36],moveright:28,retir:11,nnn:41,featur:[10,31,41,3,47,17,29,33,50,37],rfloor:28,sale:19,exist:[37,18,28,41,26],ddot:28,backsim:28,triangleq:28,check:[0,11,41,39,16,28,18,29,37],recevi:[],when:[0,27,4,5,6,7,11,12,13,14,15,16,17,18,23,20,21,22,25,26,29,30,31,32,33,50,34,35,36,37,38,39,40,41,42,43,44,28,46,47,48,49,19,51,52,53],abovewithdelim:28,role:51,test:[9,10,11,41,48,27,2,47,17,18,30,31,50,36,37],tie:[27,26],smallsmil:28,node:9,mathel:1,intend:[37,20],consit:28,munderov:51,gvertneqq:28,consid:[0,11,12,28,3,4,18,51,30,49,53],omega:28,outdat:3,faster:[50,36,12],furthermor:[11,53,36,20],anywher:36,tex2jax_ignor:[4,12],ignor:[4,39],time:[0,2,3,28,5,9,36,12,16,17,23,20,26,29,33,30,38,39,41,53,47,50,51],push:[26,43,15,53,27,47,29,30],"5kb":23,mathrm:28,doteq:28,emulateie7:50,skip:[4,41],consum:16,webkit:12,skin:1,displayind:20,millisecond:[0,34,26,46,16,5,33,30],decid:[36,46],depend:[26,27,47,29,6,50,36,52],newenviron:28,readabl:43,nearrow:28,varpi:28,certainli:41,vee:28,decis:50,leftarrowtail:28,succnsim:28,sourc:[10,11,41,13,53,31,2,46,17,19,21,34,51,30,49],string:[0,26,39,44,45,28,16,4,23,20,17,30,49],curlyve:28,word:[4,51,36],centerdot:28,dim:28,foo:[37,26],administr:[1,6],level:[18,36,41,40],did:29,item:[34,44,46,28,29,19],preprocesor:28,cooki:[9,27,12],div:[9,28,51,32,47],prevent:[28,25,34,12,42,46,4,18,23,20,36],outlin:12,slower:50,compens:19,sign:[28,11,47,4,18,51,36],cost:[28,18,36,37],pmb:28,rightarrowtail:28,histori:[17,39,27,43],xandi:37,dotsi:28,dotsm:28,appear:[28,40,41,29,46,16,17,18,20,47,6,50,36,49],dotso:28,repli:17,dotsc:28,dotsb:28,current:[0,41,1,39,49,50,6,34,8,36,37],backepsilon:28,ampersand:28,inlinemath:[28,11,47,4,18,36],defici:31,amalg:28,mathsiz:28,gener:[28,30,29,52,27,13,5,32,51,36,49,18],mfrac:[18,51],modif:[53,36],address:[18,41],along:[43,53,16,17,32,35,22],wait:[0,30,41,12,26,39,43,15,53,2,47,17,29,27,38,20,48,36],box:[28,0,12,5],html_head:1,bracevert:28,shift:20,bot:28,queue:[39,40,26,48,14,15,53,27,47,29,43,30],overriden:30,digamma:28,varlimsup:28,commonli:18,macintosh:30,semant:37,succsim:28,extra:[17,28,51,12,20],circumv:41,modul:[0,8,40],prefer:[11,34,46,18,50,41,52],iepro7:2,veebar:28,visibl:[4,42,53,25,47],marker:28,myid:45,mobil:[11,36,12],arrowvert:28,memori:[48,49],bigr:28,visit:18,todai:43,subvers:[18,41],stylesheet:[0,40,26,39,15,27,47,48,20,6,50],handler:[0,40,43,2,27,47,48,51,36],current_skin:1,bigl:28,bigm:28,eqcirc:28,checkout:41,bigg:28,inputjax:[40,14,49,27,38,35,37],capit:14,sitaut:47,peopl:18,bigtriangleup:28,enhanc:[51,12],minscaleadjust:34,visual:[21,13,36],templat:[8,36,1,6],hphantom:28,easiest:[17,18,41,26,29],graphic:41,prepar:[53,36],cap:28,uniqu:45,pmatrix:28,whatev:[28,1,22,53,47,17,37],cal:28,purpos:[29,51,50],getjaxbytyp:30,downharpoonleft:28,subseteqq:28,varprojlim:28,backslash:[28,23,20],topic:[14,10,36],critic:41,sharp:28,occur:[0,30,41,26,39,15,53,31,2,46,16,17,18,38,20,29,48,36,47],eqsim:28,nuber:23,pink:28,alwai:[28,29,53,36,26],multipl:[28,53,11],trianglelefteq:28,write:[39,53,47,18,21,50],fourth:53,mathsf:28,tild:28,xhtml:[18,31],map:51,max:28,clone:41,spot:28,usabl:41,mac:[30,19,34,20],udpat:[],mai:[0,1,2,3,4,5,36,6,11,14,17,18,19,20,22,29,41,30,37,39,31,34,49,28,47,48,50,51,53],data:[9,0,40,41,26,37,17,29,38,49,34,35,30,22],grow:1,goal:21,vartheta:28,preceq:28,explicit:[0,36,20,18],uparrow:28,geramond:28,inform:[0,34,13,1,39,43,16,17,29,19,20,51,36],"switch":[51,11,41,12,32],preced:36,combin:[0,11,12,28,13,18,50,36],gamma:28,lnsim:28,approx:28,showmathmath:19,lsh:28,tex2math:32,still:[39,31,26,1,43,53,17,20,33,50,13],pointer:37,ttf:41,dynam:[0,40,10,53,2,47,18,20,48,21,51,36],entiti:[28,31,12],amssymbol:[13,11,28,36,18],conjunct:11,group:[0,31,3],monitor:3,polici:41,bigstar:28,platform:[21,10,1,18],window:[40,26,5,2,46,16,29,47,30],"05em":28,main:[28,11,41,53,14,37,45,46,13,18,30,40,20,35,36,22,51],mathexampl:47,non:[9,0,15,28,18,51],msam10:18,myinputjax:38,initi:[0,11,53,48,28,27,46,4,18,30,40,20,17,51,36,49,38],safari:[50,30,2,12],half:29,now:[11,41,12,43,27,18,50,36],discuss:[9,41,36,2,3],nor:[5,44],term:[11,36,18,16],name:[0,27,4,5,9,11,12,13,16,17,18,23,20,22,24,25,26,2,28,29,30,34,35,36,37,38,39,31,41,42,44,45,49,50],opera:[50,52,30,2,12],boxdot:28,drop:41,separ:[11,41,45,31,16,17,18,19,20,36,53,24],messagestyl:[5,20,16],sideset:28,ntriangleleft:28,confid:21,varpropto:28,vec:28,varsupsetneqq:28,compil:29,domain:[18,36,41],replac:[0,11,12,31,2,47,18,30,23,51,36,37,38],individu:[49,12,24,47],continu:[0,11,28,17,48,36,53],happen:[31,41,15,53,28,48,51],shown:[28,44,20,46,47],accomplish:[18,36,2,41,50],space:[12,47,28,18,20,50,7,51],intermix:27,internet:[0,12,28,2,46,16,13,29,20,50,51,36,24],formula:[47,20,33,21,50,51],correct:[29,11,2],integr:1,simeq:28,earlier:[18,53,36],migrat:[10,11],ajax:[0,40,14,53,27,17,29,30,38,36],mime:[31,49,18,38,35,30,22],underleftarrow:28,org:[11,12,1,2,46,47,28,18,32,6,50,8,36],ord:28,care:[28,18,2,24],ntrianglelefteq:28,couldn:29,x00b1:18,synchron:[0,26,39,43,15,53,2,47,29,27,10,48,30],mscarri:31,thing:[28,18,44,47],place:[0,41,5,37,28,3,47,17,18,23,20,34,36,39,53,32],mathop:28,unwis:50,ture:19,typset:[],think:[28,20,47],frequent:[4,17],first:[17,31,41,53,26,39,28,2,48,47,4,18,44,20,29,6,35,36,22,51],origin:[37,39,41,15,28,2,47,17,18,49,35,36,22],lfloor:28,oni:41,directli:[41,12,53,2,47,28,29,38,6,51],conform:18,onc:[0,41,26,39,28,27,47,13,18,38,32,53],arrai:[27,4,5,7,36,12,15,17,23,20,22,24,25,26,29,32,50,35,30,38,39,34,42,44,28,19,51,52],yourself:[41,18,15,2,28,29,20,36],fast:[11,36,12],open:[10,31,41,46,28,18,6,21,8],predefin:20,size:[34,12,45,47,28,19,36,23],given:[9,0,37,12,1,39,15,45,44,28,16,17,29,38,20,49,26,51,30,22,53],ifmodul:41,evail:53,leftrightharpoon:28,circl:28,white:45,conveni:[18,37,20],hub:[0,27,4,5,7,11,14,16,17,18,19,20,22,23,24,25,2,29,30,32,33,36,38,13,40,34,42,49,28,46,47,50,51,52,53],especi:51,programat:51,copi:[11,41,31,2,3,18,30,38,21,36],specifi:[27,4,5,36,7,9,11,12,15,17,18,19,20,23,26,28,29,33,34,30,39,41,44,45,46,48,50,51,52,53],lhd:28,enclos:[51,45,34,20],quad:28,than:[0,27,4,5,36,6,7,11,12,13,15,17,18,38,20,21,49,24,26,28,34,35,30,37,39,31,41,43,45,47,48,50,51,53],serv:[18,12],wide:[21,51,41],underbrac:28,were:[17,11,49,47],posit:[15,34,12],seri:[53,44],pre:[13,11,41,4,5,31,36],delic:19,lnot:28,doublecup:28,nleftrightarrow:28,argument:[39,26,53,29,37,24],dash:[45,34],properli:[9,0,11,41,12,18,49,53,2,47,5,31,29,30,37],engin:[21,10],squar:[28,44,12],npreceq:28,consortium:21,note:[0,2,28,5,6,36,18,44,20,49,23,39,29,34,30,38,4,41,45,46,47,50,51,52,53],x2260:18,take:[9,0,11,26,1,29,53,27,3,47,28,5,23,48,36],properti:[9,0,40,37,26,39,15,29,38,49,35,30,22],noth:[18,26,29],channel:[17,43],updownarrow:28,begin:[17,41,28,27,47,4,23,50,51,36,53],sure:[39,11,41,12,28,3,47,4,18,50,36,53],windowset:46,normal:[13,26,45,2,28,4,18,20,51],buffer:23,compress:36,beta:[28,50,36],pair:[9,0,26,44,45,4,23,17,35,30,22,24],fileurl:0,beth:28,hotfix:36,latex:[10,43,28,4,18,20,21,51,36],renam:11,textarea:4,later:[39,36,34,26,15,53,28,29,31,30],drive:41,typeset:[0,27,4,12,16,17,19,20,21,49,25,2,29,33,30,40,34,42,43,53,46,47,48,51],badg:3,sigma:28,mathfrak:28,showmathmenu:34,show:[28,41,46,5,3,47,13,29,44,20,8,18,24],autoreset:26,approxeq:28,unprocess:[30,49,47],concurr:27,permiss:[18,41],hack:50,corner:[40,20,16],xml:[21,43],insruct:1,onli:[0,1,2,3,13,5,36,11,12,18,44,20,21,49,39,28,29,34,35,30,4,31,41,43,45,47,50],explicitli:[28,11,12,29,4,18,20,36,37],activ:[11,41,26,43,3,47,48,31,50,51],state:53,inlinedelimit:28,otim:28,black:28,offici:36,geq:28,mypic:[4,42,25,44],nearli:[13,28,36,24],variou:[0,34,1,39,14,45,16,17,5,19,35,36,51,24],get:[9,10,31,41,12,26,39,27,53,2,16,28,18,19,20,29,50,34,36,37,47],cannot:28,ncong:28,downarrow:28,requir:[0,11,13,26,28,2,17,29,30,38,21,51,36,22,53],prime:28,lceil:28,mathpunct:28,enspac:28,intermitt:[40,16],shortmid:28,retypeset:47,where:[0,27,3,13,5,36,9,11,16,17,18,23,22,26,29,34,35,30,28,40,41,49,45,47,48,51],wiki:[18,51,36,2,1],lozeng:28,obejct:15,ismac:[30,27],concern:[51,30],infinit:23,detect:[12,26],parent:[9,37],enumer:28,label:[46,24],enough:[53,44],between:[28,30,12,26,29,53,46,17,18,50,51,36,49],maltes:28,"import":[0,41,12,13,14,53,17,48,36],across:[43,50],longleftrightarrow:28,vdot:28,screen:[0,12,47,53,16,13,21,36,22],negmedspac:28,come:[11,41,53,2,13,29,31,50,51,36],leftleftarrow:28,manu:46,timout:0,pertain:18,audienc:50,inconsist:11,overbrac:28,mani:[28,30,12,48,45,4,29,36,53],among:36,color:[28,45,44,12,20],operatornam:28,period:[0,40,41],colon:[28,45],autmat:[],cancel:26,typic:[4,28,35,36,41],"70kb":36,bigcirc:28,msrow:31,damag:18,needlessli:29,myserv:36,skew:28,mark:[0,31,45,28,4,18,32,51],succapprox:28,fade:5,arcsin:28,resolut:21,processenviron:4,supprot:[],breve:28,texfont:5,blacktriangl:28,those:[13,5,36,15,17,18,44,20,21,49,26,28,29,35,30,38,39,31,41,22,45,47,51,53],"case":[28,11,41,26,29,37,45,2,47,17,18,44,20,49,34,51,36,22,53,24],kappa:28,oldstyl:28,addtext:9,invok:50,invoc:36,margin:23,tbinom:28,advantag:[11,53,36,1,50],barwedg:28,leadsto:28,mlongdiv:31,worri:[17,51],destin:30,updatemath:47,bigwedg:28,develop:[11,41,43,3,31,36],author:[11,16,38,20,33,21,51],media:[45,36,41],postjax:[51,20],same:[17,11,41,12,13,39,28,25,4,18,23,6,48,42,36,22,53],html:[1,27,4,5,7,9,10,11,12,14,17,18,19,20,22,24,25,2,28,42,30,31,32,34,8,36,13,40,41,43,44,45,46,47,48,50,51,52],pad:[9,45],knuth:43,mathvari:51,document:[0,2,28,36,10,11,14,18,20,21,22,25,42,32,30,4,31,41,43,47,50,51],finish:[43,48,53,2,47],vvdash:28,nest:[40,31,12],availablefont:[5,36,34],longleftarrow:28,capabl:[14,21,50],formaterror:30,improv:[11,12,3,20,50,36],extern:[0,40,29,53,17,48,30],submenu:[20,46,6],appropri:[28,17,38,32,35,51],macro:[12,28,18,23,20,36,24],markup:[43,0,28,31,51],leftharpoonup:28,overwithdelim:28,without:[0,11,34,28,31,17,29,19,51,36],model:[10,40,41,14,27,28,50,51,37],altertn:50,bigotim:28,stixfont:5,mml2jax:[31,42,13,18,20,51,24],loaderror:0,rest:[0,31,53,47,18,21,51],flavor:[13,36],speed:[11,51,36,12,50],versu:53,mathzoom:[13,45,33,24],nleqq:28,except:[13,18,48],littl:[0,39],blog:[18,51,36,1],treatment:28,yuicompressor:12,earli:[36,12],hover:[46,20,33],around:[28,36],read:[11,41,12,44,17,18,31,36],outermost:44,boldsymbol:28,messsag:16,getjaxbyinputtyp:30,moo:37,world:[21,29,36],lasterror:30,mod:28,sum_:51,blackberri:12,cdot:28,integ:30,server:[11,41,12,2,13,18,34,36],either:[0,11,41,1,39,14,44,45,2,17,18,30,23,33,50,36,52],output:[2,13,36,7,10,11,12,17,18,19,20,22,24,40,32,30,37,38,28,31,34,43,49,45,46,47,50,51,52],rollov:12,manag:[9,40,41,1,29,43,27,16,18,50,51,49],lesssim:28,searrow:28,sqcup:28,constitut:14,pod:28,slice:26,definit:[0,34,12,45,46,13,19,33,21,23],shoveright:28,inputid:49,dashleftarrow:28,mathcal:28,variuou:17,complic:[44,31,52,50],refer:[10,30,41,18,37,2,47,17,5,38,29,48,36,39,49],power:[53,3],inspect:30,broken:51,thinspac:28,fulli:[18,53,31],regexp:4,"throw":[22,35,38,2],trianglerighteq:28,acc:[],assocait:47,underwai:53,ddddot:28,act:[28,43,53,17,29,23,20,51],industri:43,processor:[28,31,34,53,43,45,27,46,51,13,18,19,50,7,36,52,23,24],hookrightarrow:28,nobreakspac:28,routin:[9,0,48,29,38,35,30,22],nsupseteqq:28,effici:[37,47],elementari:31,lessdot:28,triangledown:28,bbb:28,rightharpoondown:28,mathbackground:28,your:[0,1,2,3,4,5,6,7,10,11,12,13,18,23,20,21,25,29,30,32,33,34,8,36,19,31,41,42,43,44,28,46,47,48,50,52,53],sqsupseteq:28,log:[28,18,41,16],area:[23,16],fontwarn:[5,20,24],lor:28,strict:[50,41],compliant:[11,12],interfac:[41,1,18,6,21,8],lot:[17,23,41],machin:[43,41],lambda:28,buggi:28,categor:24,longer:[39,11,41,16],pull:41,mathml:[10,31,12,43,49,28,2,51,13,18,19,52,6,21,50,7,36,22,35,24,8],bullet:28,possibl:[0,31,41,12,26,29,45,16,13,5,20,50,51,36,37,53],"default":[0,27,4,5,36,7,11,13,16,18,23,20,22,24,25,26,42,32,33,34,35,30,38,19,41,28,46,50,51,52],processescap:[4,11,28,36],buildrel:28,sepecifi:[],notag:28,embed:31,expect:[28,50,53,36,20],taylor:18,creat:[0,27,3,9,16,17,38,22,26,29,35,37,39,40,41,43,49,53,46,48,51,45],certain:[17,39,48],leftrightsquigarrow:28,risingdotseq:28,varliminf:28,file:[0,1,27,13,5,6,8,11,12,15,16,17,18,38,20,22,24,26,2,28,29,30,32,35,36,39,41,43,44,45,48,49,50,51,52,53],outputjax:[40,14,49,27,38,22],fill:[50,52],again:[28,0,30,49,47],iiiint:28,googl:3,pmod:28,reduct:50,valid:[29,11,50],you:[1,2,3,4,5,6,7,11,12,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,32,34,8,36,37,38,13,31,41,42,44,45,46,47,48,50,51,52,53],trash:49,wthin:[],sequenc:[10,30,41,15,28,27,17,48,36],symbol:[28,18],dashv:28,track:[51,3],menuset:[13,20,33],reduc:[28,36],mathcolor:28,lbrace:28,directori:[0,41,12,13,48,43,49,27,16,17,18,38,20,34,35,36,22],descript:[25,42,2,4,5,40,20],lbrack:28,scroll:8,calle:37,potenti:53,escap:23,dst:30,negthickspac:28,represent:51,all:[0,1,27,4,5,10,11,12,13,16,17,18,38,20,21,24,25,26,2,29,30,31,36,37,39,40,41,42,43,28,48,50,51,53],consider:36,illustr:47,dollar:[28,11,47,4,18,36],abil:[50,51,11,41,12],follow:[17,11,41,12,26,29,14,44,45,27,28,4,18,47,38,13,34,51,36,37,24],alt:[2,20],disk:[13,18,36,41],children:31,scr:28,articl:43,matrix:28,init:37,program:[40,1,48,14,49,53,27,18,21,51,37],smile:28,introduc:36,programmat:32,multlin:[28,23],vert:28,far:[0,39,41,16],renewcommand:28,prooblem:28,"1px":[9,28,45],verb:28,mechan:[39,26,15,53,27,17,48,37],loadcomplet:[0,30,36,38],veri:6,strang:31,list:[1,27,28,5,6,7,8,36,17,23,20,22,25,26,42,33,34,35,30,4,41,49,53,46,47,19,51,52],"_html":50,emul:50,adjust:[34,2,47,19,6,8,36],displaylin:28,small:[34,12,16,28,23,51],preceed:[4,20],dimens:12,getalljax:[30,47],lll:28,tex:[1,2,4,5,6,7,35,10,11,12,17,18,23,20,21,24,25,30,31,32,34,8,36,38,13,40,41,43,28,47,50,51,53],zero:15,design:[31,2,3,13,21,8],pass:[0,11,12,26,39,15,53,27,46,17,29,51,30,37,24],overlin:28,further:[15,51,38,53],what:[0,3,28,5,10,36,12,18,19,20,21,25,26,42,33,34,30,4,31,41,46,47,50,51],sub:40,sum:[28,26],ast:28,abl:[11,41,26,1,18,2,47,17,5,20,6,21,34,8,36],delet:34,version:[10,11,41,12,27,2,3,47,13,18,30,40,33,49,35,36,22,38],sup:28,method:[9,0,11,37,26,39,15,53,2,16,17,29,30,38,47,48,35,36,22,49],hasn:[0,35,11,22,16],full:[0,12,13,14,2,47,4,29,20,21,36],exectu:26,geqslant:28,modular:[21,31],ggg:28,ineffici:[37,20],modifi:[10,11,13,1,47,28,16,17,18,30,38,36,22],valu:[0,27,4,5,7,9,12,15,17,19,20,23,24,25,26,29,33,30,37,28,31,34,42,44,45,46,47,51,52,53],search:[21,10,30,3],sender:17,prior:[28,20],amount:[5,23,26],action:[0,40,26,39,30,15,28,2,16,17,29,27,38,43,33,48,51,36,47,53],mathjax_wikipedia:2,mml_htmlormml:[11,1,2,13,18,6,50,8,36],magnitud:50,llap:28,via:[0,1,27,13,5,11,12,16,17,18,38,49,24,26,2,33,34,36,37,31,41,53,51],shorthand:47,filenam:[11,36,2,29],href:[28,44,12],inappropri:17,emptyset:28,famili:[28,0,45],decrement:15,establish:13,select:[31,41,46,13,19,50,30],proceed:[53,44],x41:28,distinct:14,ctrl:20,regist:[0,30,39,43,27,17,48,38,35,36,22,51],two:[13,48,44,45,28,17,18,23,20,50,36,53,24],offseti:34,taken:[17,28,53,50,47],imath:28,basi:[50,36,52],more:[13,5,36,6,8,11,12,15,18,19,20,21,26,29,32,34,35,30,37,38,39,41,43,44,45,47,48,50,51,52,53],flat:28,diamond:28,desir:[37,41,2,13],henc:41,ital:[0,20],flag:20,aleph:28,particular:[9,0,30,41,26,39,43,15,45,28,18,29,48,50,51,36,37],known:53,upsilon:28,mathml3:31,cach:[17,36],showmathmenumsi:[13,19,12],none:[39,25,34,26,42,4,29,20,51,36],eta:28,mmlorhtml:[13,50,52,20,24],det:28,dev:3,widehat:28,remain:[13,43],paragraph:[28,5,51,47,18],caveat:[18,41],def:[28,23,37],deg:28,scan:30,myspan:44,challeng:13,registr:38,share:[18,36,41,3],accept:[29,26,47],succneqq:28,minimum:[30,34,12],unreli:11,explor:[0,12,28,2,46,16,13,29,20,50,51,36,24],phrase:[28,18],mathinput:47,huge:28,cours:[11,53,36,31],newlin:[28,12,16],awkward:37,secur:[41,2],rather:[0,27,28,5,7,11,12,15,17,18,38,20,21,49,24,26,36,37,4,31,41,45,47,48,50,51,53],anoth:[39,41,15,53,16,17,48,35,47,51,24],comfort:41,csc:28,snippet:[9,10,25,42,3,4,5,44,20,30],ddagger:28,stix:[34,12,43,28,5,41,51,36],simpl:[50,44,20,16],css:[0,2,13,5,36,7,10,11,12,18,19,20,22,24,40,32,33,34,30,28,31,41,43,49,45,46,47,50,51,52],unabl:5,resourc:12,referenc:5,iphon:12,variant:43,reflect:[27,47],vdash:28,mstack:31,impliedbi:28,associ:[51,41,26,49,29,19,34,35,30,22,38],curlywedg:28,mytim:29,github:[11,41],footer:36,confus:11,ambigu:14,caus:[0,40,41,53,39,49,28,31,46,16,4,18,30,23,20,29,17,51,36,47,38],callback:[0,40,26,39,14,15,53,27,47,17,29,38,43,48,30,49],firefox3:34,merror:45,unrhd:28,help:[10,11,41,3,18,46,50,36],soon:[36,2,20,47],trade:[50,36],through:[39,11,41,12,28,46,17,48,31,50,51,36,37,53,24],hierarchi:[36,41],paramet:[0,27,13,36,9,11,12,15,16,18,23,20,22,24,25,26,29,35,30,37,38,39,42,49,28,47],style:[9,0,34,12,10,43,44,45,27,28,16,4,5,19,20,33,51,30,49,46],arial:28,x221a:31,processupdatetim:30,x221e:51,late:[43,2],isreadi:[40,27],pend:15,amsmathaddit:53,mathplay:[50,2,12,46,20],might:[0,11,41,29,53,31,3,17,18,23,51,36],alter:[4,47],good:[53,2,3],"return":[9,0,31,37,26,39,15,53,16,17,29,38,47,48,35,30,22,49],textstyl:28,hslash:28,getelementbyid:47,rlap:28,funciton:38,mathscr:28,instruct:[44,18,11,2,1],bigcup:28,easili:[21,51],iff:28,x2212:[18,51],found:[0,18,3,29,20,35],unicod:[28,5,31],x2211:51,button:41,subsystem:27,originaltext:49,weight:[44,37],hard:[41,12,3,13,18,36],realli:[29,20],nless:28,connect:[13,29,51,36],beyond:3,orient:[14,37,40,27],nleq:28,looparrowright:28,shortcom:48,skiptag:4,asynchorn:[53,47],print:[21,45,41],occurr:48,msie:[30,19,52],foreground:45,assist:36,safari3:34,advanc:[14,10,36,21],offsetx:34,symbian:12,mml:[40,52,13,18,35,49,51],reason:[0,31,29,53,2,46,16,28,18,23,50,30,38],base:[11,41,1,48,14,27,2,50,5,40,49,21,34,36,37,38],typeet:47,sbe:27,put:[0,11,41,48,28,18,36,24],mathr:28,asn:51,ispc:[30,27],succnapprox:28,stanard:28,drupal:1,msbm10:18,showprocessingmessag:[20,24],perhap:[29,36],bumpeq:28,elementjax:[40,14,27,38,35,49],stixgener:28,getelementsbytagnam:2,assign:[4,29],major:[21,50,36,2],dont:51,boxplu:28,feel:3,exchang:43,lastnam:29,number:[0,1,13,5,36,11,12,16,18,44,20,49,23,26,29,35,30,38,40,41,22,53,50],fadeoutstep:5,done:[15,51,36,27,53],construct:[51,53],blank:[39,26,47],stabl:[36,41],miss:[28,26],differ:[28,30,41,26,29,53,47,17,18,48,50,51,36,37],script:[0,1,27,28,36,6,8,9,11,12,13,17,18,38,20,22,2,32,35,30,4,41,49,53,47,50,51],interact:[21,18,51,36,49],smoother:5,least:[50,30,36,51],statement:[53,26],illeg:[44,36,12],store:[9,39,11,34,12,26,49,53,47,29,30,40,32,35,36,22,51],option:[13,5,36,6,7,10,11,18,44,20,23,24,25,42,32,33,30,37,38,4,34,28,46,19,51,52],nleftarrow:28,triangleleft:28,ntrianglerighteq:28,selector:[45,20,16],tex2jax_process:4,part:[17,31,41,13,26,48,28,2,4,18,23,6,21,50,51,36,37,53],pars:[28,12],binom:28,cosh:28,kind:51,aaa:23,prebuilt:18,whenev:[39,31,41],remot:41,remov:[39,30,12,47,49,16,4,20,51,36,22],dtd:18,bridg:[11,49],arrang:26,ffff88:45,comput:[34,30,41],nleqslant:28,img:[25,45,2,4,42,44],preovid:28,packag:[43,36,41,32],expir:9,"null":[9,0,25,34,12,26,39,37,2,16,4,5,40,20,47,42,35,30,22,38,49],built:[10,11,2,50],equival:[9,26,53,47,13,29,44],lim:28,self:[18,31,12],ell:28,also:[2,3,13,9,4,11,14,16,17,18,19,20,49,26,29,34,36,37,28,31,41,43,46,47,48,51],brack:28,build:18,brace:28,distribut:[11,8,36,41,18],index:[18,41,1],addel:9,reach:36,react:39,most:[13,40,41,12,1,43,27,45,2,17,18,38,26,50,36,37],plan:18,rho:28,alpha:28,rhd:28,vardelta:28,componet:[],clear:[39,34,26,27,16,17],tpl:1,exp:28,starup:20,usual:[26,29,53,28,5,38,20,51,36],leftroot:28,cdata:12,nshortparallel:28,carefulli:[44,47],cdn:[11,41,12,1,2,47,28,18,32,6,50,8,36],finv:28,particularli:[13,50,41],rightleftarrow:28,font:[0,28,5,10,11,12,16,18,44,20,21,23,34,36,19,41,43,45,46,47,48,51],find:[36,3,47,5,32,6,50,51,30],preremoveclass:20,execut:[0,26,15,53,27,17,29,51,36],pretti:41,solut:[18,51,41,3],delayedx:26,"public":41,queu:[15,53,36,26,39],factor:[19,34,12,20],noerror:[13,18,28],tagsid:[23,24],precnsim:28,express:[17,39,53,4,23,20],strut:28,nativ:[31,14,2,13,21,50,51,52],mainten:11,greasemonkei:[36,2],restart:[4,15,53,36,41],ie9:[50,41,12],ie8:[50,12],ie7:50,ie6:34,vmatrix:28,common:[10,11,1,18,43,44,28,31,13,5,30,38,36],set:[0,27,4,5,7,9,11,12,13,16,17,18,19,20,49,23,24,25,26,2,28,29,30,32,33,34,36,37,39,40,41,42,43,44,45,46,47,48,51,52,53],overrightarrow:28,startup:[10,40,12,27,53,2,47,17,30,38,20,36],see:[0,27,3,4,5,6,8,11,12,13,15,17,18,19,20,24,25,26,28,29,30,32,33,34,35,36,39,31,41,42,43,45,46,47,48,50,51,53],sec:28,arg:28,ams_hml:36,close:[31,12,18,3,13,5,24],langl:28,inconveni:11,someth:[28,41,3,47,4,18,20],particip:3,won:[53,36,41,12],subscript:[28,12],experi:20,altern:[28,0,51,37,29],numer:[30,31],complement:28,javascript:[0,1,2,13,5,6,10,11,14,17,18,23,20,21,49,24,26,28,29,33,8,36,37,19,40,34,43,44,45,46,47,48,50,51,53],isol:12,mailbox:[17,43],bmatrix:28,consumpt:12,distinguish:35,longrightarrow:28,errat:36,classnam:2,popul:27,closur:[29,26,47],last:[0,41,26,15,45,28,30,24],delimit:[28,11,12,4,18,51,36],hyperlink:51,event:[0,12,43,2,47,17,48,20,51],nvdash:28,context:[4,46,20,26],overset:28,hbar:28,whole:[25,48,47,4,42,30],load:[0,1,27,13,8,10,11,12,15,16,17,18,38,20,21,22,26,2,29,30,32,35,36,39,40,41,43,28,47,48,50,51,53],markdown:51,simpli:[13,11,41,26,42,15,28,47,4,29,30,25,20,21,36,38,32],point:[28,15,36,18],instanti:37,schedul:29,usemathmlspac:7,header:[36,41,1,6],suppli:[30,49,26],simplu:38,mistak:44,zeta:28,laod:38,gneq:28,devic:[11,36,12],due:11,empti:[40,34,26,53,27,20,51],"_htmlormml":50,dur:30,strategi:50,invis:41,fire:[27,36,2,29],imag:[11,41,12,42,44,2,4,5,25,21,34,36],coordin:[15,51,53],understand:[13,51],demand:13,urcorn:28,sqcap:28,blacksquar:28,look:[9,39,31,41,26,1,28,45,3,16,4,18,47,6,34,51,30,24],solid:[9,28,45],pitchfork:28,lvert:28,"while":[9,0,11,41,18,52,28,2,17,5,31,20,48,50,51,36,39,53],blacktriangleleft:28,nprec:28,behavior:[11,36,41,20],circlearrowright:28,bookmarklet:36,everyon:17,loop:[23,49],pack:12,subsect:38,measuredangl:28,readi:[17,13,40,27,38],jpg:[4,42,25,44],biguplu:28,itself:[39,11,41,53,26,15,45,31,27,28,17,30,40,20,49,51,36,37,38,24],rightarrow:28,xleftarrow:28,shorten:16,shorter:12,redisplai:16,unexpectedli:[28,18],conflict:[51,12],upuparrow:28,optim:[50,12],domin:43,alert:[17,29,53,26],moment:[18,35,41],hander:20,temporari:36,user:[2,3,13,5,10,16,17,18,19,20,21,26,32,33,34,36,28,31,41,46,47,50,51],robust:[17,43],stack:23,recent:[21,2],lower:[40,12,27,16,28,20],task:28,older:[36,41],entri:[43,15,45,12],searchabl:21,person:29,textit:28,expens:50,normals:28,scriptsiz:28,fallingdotseq:28,explan:18,rvert:28,obscur:[12,16],mathinn:28,amp:[28,12],regardless:47,cup:28,blacklozeng:28,ffeeee:28,notifi:17,input:[2,13,36,6,7,35,11,12,17,18,23,20,22,24,40,32,8,30,37,38,28,31,43,49,53,47,50,51],subsequ:[28,38],oslash:28,trueli:47,march:10,konqueror:[50,30],big:[28,41,24],moodl:1,tomathml:[13,49],game:28,insert:[25,26,2,4,42,38,20,6,8,30,22,51],bit:[19,37],diagup:28,onchang:47,semi:45,varkappa:28,signal:[39,40,26,48,14,27,17,29,30,38,43,36],altough:29,resolv:12,collect:[29,45,49,53,26],"boolean":30,popular:[18,32,1],swarrow:28,scrip:11,stackrel:28,lastest:3,creation:[35,27],some:[1,2,13,5,36,11,14,15,17,18,19,20,21,22,24,26,29,34,35,30,37,38,28,31,41,49,53,47,50,51,52],back:[5,41,49],emph:28,global:[14,50,40,26,47],urgent:36,sampl:[41,48,45,27,47,17,18,20,50],instal:[10,11,41,12,18,50,28,5,6,21,34,36],scale:[21,19,34,12,20],delimt:4,substitut:23,mathemat:[0,2,4,5,6,35,36,12,13,17,18,38,20,21,22,23,25,42,32,33,34,8,30,19,31,41,43,49,28,46,47,50,51,53],larg:[28,0,36,11],temprorari:[],slash:[],prod:28,reproduc:47,sqsubseteq:28,tex2jax:[13,11,12,28,31,2,47,4,18,40,20,51,36,24],cgi:0,garamond:28,previou:[29,39,53,26,16],run:[0,2,4,5,7,36,15,17,18,19,23,25,26,27,42,34,30,39,31,41,29,53,47,48,50,51,52],doteqdot:28,odot:28,step:[5,51,27,1,18],hookleftarrow:28,varsubsetneq:28,impor:[],impos:41,ngeqslant:28,reappear:16,materi:[12,47],dialog:12,rangl:28,succcurlyeq:28,block:[11,34,12,18,27,2,28,5,19,20,51,36,38],file3:53,file2:[0,53],file1:[0,53],file4:53,bmod:28,within:[0,11,41,12,26,18,14,28,31,27,47,4,5,30,23,32,29,48,51,36,37],prec:28,notat:[43,28,18,21,51,36],isjax:30,announc:48,triangl:28,question:[18,38,3],submit:3,custom:[13,12,16,28,18,21,50],adjac:12,perp:28,includ:[0,1,27,4,5,7,11,12,13,14,17,18,23,20,21,24,25,26,2,28,29,30,31,32,33,34,35,36,38,19,40,41,42,44,45,46,47,50,51,52,53],suit:[5,36,11,31,18],nativemml:[31,52,46,13,19,50,51,22,24],overleftrightarrow:28,ulcorn:28,doctyp:[18,31,50],poster:39,atop:28,loadhook:[0,30,29],serif:[28,0,45],link:[11,41,12,1,18,14,5,48,36],translat:[51,35,38,22,12],delta:28,line:[28,11,41,12,1,27,31,2,4,18,25,50,51,36,24],consist:[28,44,53,31,50],rmoustach:28,qquad:28,divideontim:28,geqq:28,similar:[48,41,26],enlarg:33,constant:[17,23],doesn:[13,41,26,49,28,2,17,20,34,36,37],repres:[9,25,18,45,16,4,5,44,20,21,42,22,51],mathdiv:[9,29,53,47],opera10:34,guarante:[0,53,47,15],constortium:[],phantom:28,bigoplu:28,iiint:28,titl:[18,47],sequenti:[48,53,27],invalid:[28,44],llcorner:28,toaudibl:49,bracket:[28,44,20],shoveleft:28,xrightarrow:28,department:41,supseteq:28,nice:2,delayclear:34,msup:[18,51],alttext:42,varsubsetneqq:28,eval:26,newcommand:28,svn:[18,11,41],rightharpoonup:28,land:28,mimetyp:[49,35,38,22],svg:[51,12],supseteqq:28,liminf:28,depth:28,dot:28,hello:29,prototyp:37,code:[0,2,3,4,36,6,9,10,11,13,15,17,18,19,20,25,26,27,28,29,30,39,40,42,43,44,45,47,48,53],partial:28,queri:51,tiddlywiki:1,edu:41,privat:[48,38,41],elsewher:47,send:[17,39,36],becam:43,sens:51,sent:[17,39,30,43],actiontyp:34,unzip:41,gnsim:28,xxxxxxxx:[18,41],mous:[51,46,34,12,33],tri:[28,0,11,34],ischrom:30,mathit:28,forefox:2,geograph:36,fewer:13,"try":[41,3,17,18,38,37],userscript:2,maction:[34,12],pleas:[44,3],impli:[28,31],smaller:[13,0,12],fortun:17,natur:[21,18,28,41,51],varupsilon:28,download:[0,11,41,12,5,18,20,51,36],fullnam:29,hspace:28,click:[41,46,13,19,20,33,6,34,51,36],append:[9,41],compat:[43,50,36,12,20],appendchild:[9,2],turn:[9,39,11,13,26,4,19,31],access:[39,41,12,1,29,49,28,46,13,18,21,36,37,53],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,51,52,53],can:[0,2,3,4,5,9,11,12,13,15,16,17,18,19,20,21,22,24,26,27,28,29,30,31,32,34,35,36,37,38,39,40,41,43,45,47,48,50,51,53],vargamma:28,varsigma:28,leq:28,let:[11,41,44,2,46,18,31,50,30,52],sinh:28,becom:[11,41,26,53,3,17,31,37],sinc:[0,28,36,11,12,13,15,17,18,19,20,23,26,30,37,39,31,45,47,48,50,51,53],tex4ht:51,rtime:28,convert:[10,31,26,28,2,16,4,32,21,51,22],convers:28,larger:[13,18,51,36],technolog:[21,13,36,3],zscale:20,circledast:28,chang:[11,41,12,1,47,2,46,16,18,30,19,34,51,36,49,23],honor:41,chanc:[4,17,39,18],firefox:[41,12,2,50,30,52],rgroup:28,appli:[28,37,36,41],iskonqueror:30,lessgtr:28,api:[14,10,21,18],smallmatrix:28,cloud:[11,36],from:[0,1,27,4,8,10,11,12,16,17,18,23,20,22,25,2,29,30,32,34,35,36,37,38,39,40,41,42,49,28,46,47,50,51,53],zip:[18,41,12],commun:[17,10,3,18],chi:28,doubl:[13,23,36,20,33],upgrad:[5,41,3,10],varphi:28,next:[28,48,49,47],implic:41,few:[28,18,41,32],msqrt:[18,51],bowti:28,panel:28,preformat:12,src:[13,11,1,42,44,28,2,47,4,18,30,25,32,6,50,8,36,53],nsubseteq:28,doublebarwedg:28,projlim:28,"4ac":18,rare:53,versionatleast:30,account:9,alik:2,retriev:9,augment:[37,35,38,22],aperson:29,thin:23,assum:47,control:[13,25,41,18,50,45,46,28,4,5,30,19,20,33,42,34,7,36,52,23],tau:28,lesseqgtr:28,tar:41,process:[0,2,4,36,9,10,11,12,15,16,17,18,23,20,22,24,25,27,29,32,35,30,38,13,31,42,49,28,47,50,51,52,53],dfrac:28,newmath:47,high:[21,50,51],tag:[1,27,28,36,6,11,12,17,18,44,20,22,23,24,2,42,32,35,30,4,31,41,49,47,51],tan:28,prece:29,delai:[0,30,34,13,26,39,46,16,17,20,33,36],gcd:28,pure:31,getelementsbytagnamen:2,subdirectori:[41,35,22,49],instead:[28,11,41,12,29,15,53,47,17,18,51,36],class4:37,class2:37,sin:28,sim:28,class1:37,simplesup:37,frac:28,overridden:[34,22,16,38,49,35,37],mspace:[28,18,31,12],anothermethod:37,frak:28,filtertext:16,redund:[37,20],essenti:[13,28,51,36,37],light:[28,37],correspond:[30,36,34,32],element:[27,13,5,9,4,36,12,17,18,44,22,25,39,42,40,35,30,37,28,31,34,49,45,47,48,51,53],issu:[0,31,3,16,20,51,36],unaccept:50,allow:[1,2,28,11,12,16,17,18,44,20,21,23,29,33,34,36,37,39,31,41,43,45,46,19,53],fallback:[34,41],mjx:9,fastest:50,nonumb:[],move:[34,11,41],nsucc:28,comma:[45,2,28,20,36,24],dagger:28,mathjax_tooltip:34,movabl:[8,1],chosen:50,coth:28,varxi:28,therefor:28,pixel:34,multimap:28,crash:20,greater:28,handl:[0,11,12,48,43,28,31,2,40,17,5,30,19,53,36,52,38],supsetneq:28,nokia:12,innermost:44,dai:9,maxbuff:23,front:[13,12],successor:32,gggtr:28,sourceel:[17,49,22,47],anyth:[17,24,3],edit:[36,1,6],smallfrown:28,mode:[28,41,12,4,18,32,50,34,51],varomega:28,"2em":28,genfrac:28,subset:28,delaypost:34,nointerest:39,meta:50,"static":37,our:[11,41,12,3,18,8],meth:38,acut:28,special:[28,30,29,45,4,18,31,20,48,21,50,51,36],out:[0,11,41,53,17,5,19,50,34,51],variabl:[40,26,14,2,27,47,28,29,37],lesseqqgtr:28,reflow:12,stub:38,rel:[0,19,34,12],moveabl:[8,1],circlearrowleft:28,ref:30,math:[27,13,36,9,10,11,12,16,17,18,19,20,21,25,2,42,32,33,34,35,30,38,4,31,41,43,28,46,47,48,50,51],negthinspac:28,nsucceq:28,insid:[12,1],workflow:31,manipul:47,eqslantgtr:28,releas:[18,36,2,41],afterward:29,indent:[23,20],could:[0,11,29,14,28,3,47,17,18,30,31,51,36,49,53],ask:[3,47,18,23,51,36],succ:28,keep:[11,41,1,43,47,28,18,50,51,36],gtreqqless:28,length:[2,26],outsid:[4,50],"0em":20,scriptstyl:28,softwar:[21,18,51],rbrace:28,blogger:1,rbrack:28,qualiti:[21,50,51],spadesuit:28,date:[11,36,41,12,18],uplu:28,clubsuit:28,bigsqcup:28,suffic:18,"long":[28,18,53,12,46],start:[0,11,41,53,26,10,44,28,27,48,17,18,38,20,6,8,36,39,51],unknown:31,system:[41,1,18,3,28,5,21,50],messag:[0,11,41,43,13,18,14,28,27,16,17,5,40,20,48,30,39,38],attach:[17,39,48],termin:4,"final":[11,29,28,18,44,21,51],rsh:28,supset:28,"1em":31,gtreqless:28,hdashlin:28,exactli:50,blind:51,ipad:12,gtrdot:28,subsetneq:28,structur:[0,40,26,29,43,47,17,18,30,36,24],charact:[28,31,34,12,45,4,5,23,20,51],htaccess:41,seriou:51,disrtibut:11,bet:41,exhibit:41,deliveri:[18,12],biggl:28,biggm:28,rrightarrow:28,unkown:30,have:[0,1,27,3,13,5,36,11,12,17,18,19,20,49,24,26,39,2,29,34,30,37,4,31,41,28,47,48,50,51,53],disadvantag:50,need:[0,1,2,3,4,5,6,8,11,12,15,16,17,18,19,20,21,22,23,26,27,28,29,30,34,35,36,37,38,13,31,41,43,49,45,47,48,51,53],nsim:28,border:[9,28,45],min:28,mid:28,which:[1,27,4,8,11,12,13,16,17,18,23,20,22,24,25,26,2,28,29,30,31,32,33,34,35,36,37,39,40,41,42,44,45,47,49,50,51,53],hbox:28,mit:28,singl:[0,11,12,26,47,14,45,28,4,18,40,48,21,36,53],declaremathoper:28,mathjax_preview:[25,45,4,42,20,51],x22d6:28,unless:[18,12,26,50],who:[17,39,3],eight:50,leftthreetim:28,comparison:[53,30],"class":[37,39,40,12,26,14,15,28,4,38,20,49,35,22,51,32],underset:28,placement:12,url:[0,11,41,12,2,46,13,18,36],gather:28,request:[0,12,39,28,27,17,29,50,36,53],face:[34,3,5,23,41,24],inde:[2,24],movablelimit:12,nmid:28,determin:[36,34,1,27,28,19,20,30],flux:53,occasion:36,fact:[39,11,38],atopwithdelim:28,backsimeq:28,mathjax_messag:16,text:[1,27,4,5,6,9,11,12,16,17,18,19,20,21,49,23,25,2,29,32,8,36,13,34,42,44,28,47,50,51,53],verbos:[43,29,20],perfom:48,perfor:50,bring:51,woth:31,curlyeqsucc:28,lgroup:28,locat:[0,11,41,18,27,47,4,5,30,25,20,17,42,36,22,51,32],jax:[2,13,36,7,11,12,14,17,23,20,22,24,27,32,35,30,37,38,19,40,34,43,49,45,47,50,51,52],vartriangleright:28,forev:2,should:[2,13,36,6,8,4,11,15,18,23,20,22,25,26,28,29,32,35,30,38,39,31,41,42,44,45,47,50,52,53],imagefont:[5,34],vartriangleleft:28,suppos:[29,11,47],"5px":9,triangleright:28,"5pt":18,local:[41,26,18,53,2,47,5,20,36],hope:[5,11],precsim:28,overleftarrow:28,fontwarns:45,increas:[11,12],ignoreclass:4,leqslant:28,smash:28,enabl:[28,11,1,4,18,6,8,36],organ:51,frown:28,stuff:30,she:50,contain:[0,1,2,4,5,9,36,13,14,15,16,17,18,38,20,49,25,26,28,29,34,30,39,40,41,42,45,47,51,53],view:[31,41,14,2,18,32,50,21,34,36],attibut:45,coooki:9,frame:16,apolog:11,temporarili:16,substack:28,issafari:30,mathord:28,statu:[0,41,29],error:[0,11,28,31,2,3,13,18,38,20,35,30,22],jmath:28,pattern:[4,20],thumb:53,gtrsim:28,favor:11,written:[18,6],quickest:18,theta:28,neither:[5,44],equiv:[28,50],omicron:28,nshortmid:28,kei:[9,0,26,39,15,17,20,30],entir:[30,36,47],closebox:5,ker:28,addit:[0,11,12,26,18,15,45,28,13,17,5,31,20,29,49,35,30,22,53,47],skipstartuptypeset:20,plugin:[1,46,20,6,21,50,51],admin:[8,6],nabla:28,equal:[53,30,37],gnapprox:28,etc:[28,53,36,20,47],instanc:[9,36,37,53,38,30,49],equat:[13,25,41,12,42,28,47,4,18,23,20,50,21,34,51,49],futher:50,class3:37,eth:28,limiti:41,lmoustach:28,html5:[11,36,12,50],comment:[12,45,13,18,20,36],varnoth:28,arriv:[17,48],solv:[36,2],arguement:29,respect:[19,34,26],quit:47,showfontmenu:46,"55em":28,quotat:45,compos:31,compon:[0,27,13,36,11,14,17,18,21,22,24,28,40,35,30,37,39,31,45,46,48,51],treat:[28,18],immedi:[0,15,53,27,47,17,36],smallsetminu:28,both:[0,11,12,29,43,53,27,13,18,30,31,20,6,8,36,37],alignat:28,varsupsetneq:28,otf:[41,12],psi:28,togeth:[11,26,53,13,31,30],injlim:28,present:[39,31,3,5,20,36],twoheadrightarrow:28,multi:28,iscallback:26,plain:28,align:[28,31,20],contextu:[10,31,34,46,13,19,20,33,51,49],studentdisplai:47,defin:[28,11,34,33,18,27,45,2,46,13,5,30,19,38,20,29,53,36,37,23,24],glossari:[43,10],layer:[12,1],almost:28,curvearrowright:28,site:[11,41,1,13,18,20,21,8,36],archiv:[18,41],substanti:[11,36],revis:41,halt:48,welcom:3,displaystyl:[28,47],parti:17,cross:41,sqrt:[28,18,51],getx:37,extensiondir:38,oint:28,android:12,cssid:[28,12],difficult:[29,31,48],phi:28,http:[11,41,1,2,46,47,28,18,32,6,50,8,36],lleftarrow:28,"8em":[28,23],effect:[15,53,2],mrow:[18,51,31],student:47,php:[1,6],trake:3,executehook:[39,26],off:[28,12,13,48,19,50,36],center:[28,20],well:[13,41,26,29,45,3,47,17,18,38,20,48,50,36],exampl:[0,2,3,4,5,7,9,11,12,15,17,18,23,20,22,24,25,26,39,28,29,30,31,32,33,34,35,36,37,19,40,41,42,44,45,46,47,48,49,50,51,52,53],command:[30,41,26,43,15,53,27,47,28,31,20,36],choos:[28,18,50],undefin:[28,18,26,29],setx:37,subsetneqq:28,sibl:12,latest:[11,41,1,2,47,28,18,32,6,50,8,36],curlyeqprec:28,paus:41,less:[28,41,4,18,51,30],natiov:19,obtain:[11,41,47,13,18,20,51,36,22],mistaken:51,mathclos:28,mathoutput:47,simultan:[53,27],web:[10,11,41,12,1,18,27,28,2,47,17,5,32,48,21,34,51,36,39,53,49],current_them:1,smith:29,textbf:28,cdotp:28,add:[13,11,1,15,45,28,4,5,38,20,49,50,37],other:[0,1,27,4,36,11,12,13,15,16,17,18,19,20,21,49,26,29,32,34,30,37,38,39,31,41,43,28,47,48,50,51,52,53],match:[4,39,34],webpag:32,piec:12,ntriangleright:28,punctuat:12,know:[39,29,2,17,18,35,36,22,51],cfrac:28,press:20,recurs:[30,12],loss:36,nofont:5,like:[2,28,4,12,15,16,17,18,21,24,26,29,32,35,36,39,31,41,43,45,47,48,50,51,53],lost:29,messagehook:[17,39,30],necessari:[21,18,30,36,49],page:[1,27,4,5,6,9,10,11,12,13,14,16,17,18,19,20,21,49,25,2,29,30,32,34,8,36,39,31,41,42,28,46,47,48,50,51,53],captur:43,settext:9,linux:30,bigve:28,"export":49,superclass:37,proper:[39,30],home:0,librari:[14,53,40,41],glyph:[43,28],kern:28,leak:49,avoid:[11,12,28,44,20,51,31],tooltip:34,leav:[9,23,52,47],doublecap:28,supsetneqq:28,preload:[0,18],twoheadleftarrow:28,daleth:28,upharpoonright:28,journal:43,usag:10,host:[11,36],sphericalangl:28,although:[14,39,41,52],offset:34,simpler:16,varepsilon:28,about:[39,11,41,12,26,18,28,3,13,17,5,30,19,20,29,48,34,51,36,47],ams_html:[28,11,47,13,32,36],actual:[9,0,30,26,15,28,47,17,29,31,20,35,36,22,53],column:23,mathajx:11,mod_head:41,mapsto:28,constructor:37,fals:[39,34,12,13,28,2,46,4,19,20,7,30,37,24],disabl:[19,11,34],eqalign:28,own:[11,41,12,18,14,53,3,28,5,48,50,35,36,22,51,24],amsmath:[28,11,53,13,18,23,36],circledr:28,reprocessor:31,automat:[28,15,53,16,4,18,38,50,51,36,37],bigtriangledown:28,guard:20,vphantom:28,merg:[9,30],dcocument:30,transfer:[18,41],support:[10,11,34,12,18,27,28,31,2,3,40,13,5,19,21,50,51,36,52],much:[17,43,36,50,48],bigcap:28,tracker:[18,3],arg1:29,"var":[9,26,53,2,47,17,29,37],arg2:29,"function":[0,26,39,43,15,28,2,47,17,29,27,48,51,30,37,53],propto:28,unexpect:[19,20],precnapprox:28,studentansw:47,bodi:[0,11,47,18,35,36,22],gain:[50,46],inlin:[4,18,11],bug:[9,11,41,12,3,16,18,20,51,36],count:2,made:[41,53,3,48,51,49,24],bbbk:28,whether:[28,25,34,42,2,46,47,4,29,30,19,20,7,36,52],wish:[11,29,45,2,3,28,18,30,50,36],displai:[28,5,9,10,12,16,17,18,23,20,21,49,25,32,33,36,4,31,41,22,46,47,51],troubl:18,underleftrightarrow:28,asynchron:[0,40,26,39,43,15,53,17,29,48,30],gtrapprox:28,below:[1,28,5,7,9,36,18,23,20,22,25,42,33,50,34,35,30,4,41,44,46,48,49,19,51,52],limit:[9,0,31,28,23,36],otherwis:[0,40,26,28,16,13,18,30,6,50,36,37],problem:[11,41,12,29,2,3,28,18,50,51,36],x03c0:51,"int":[9,29,28],dure:[12,26,17,38,30,49],novemb:11,implement:[9,0,11,13,14,28,17,29,38,50,51,31,37],nolimit:28,inf:28,rightleftharpoon:28,probabl:[17,29,36,1],oplu:28,helpurl:46,immateri:53,percent:[19,34],detail:[0,13,5,36,6,10,11,12,15,17,18,19,20,25,26,39,42,32,33,34,8,30,4,31,41,28,46,47,48,50,51,53],arctan:28,book:43,futur:[0,3,16,17,48,50,49],branch:[36,41],varieti:51,downlaod:[21,12],removeaft:5,mehtod:38,repeat:[41,1],star:28,liter:4,thicksim:28,msgroup:31,stai:36,sphinx:1,scientif:43,reliabl:[11,36,2,50],rule:[28,5,7,53,20],mathjax_mathml:2,portion:47,eot:41},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 Movable Type","The MathJax.HTML Object","MathJax Documentation","Migrating from MathJax v1.0 to v1.1","What’s New in MathJax v1.1","Common Configurations","The MathJax API","The MathJax.Callback.Queue Class","The MathJax.Message Object","Using Signals","Getting Started","The NativeMML output processor","The Core Configuration Options","What is MathJax?","The MathJax.OutputJax Class","The TeX input processor","Configuration Objects","The jsMath2jax Preprocessor","The MathJax.Callback Class","The MathJax Startup Sequence","MathJax TeX and LaTeX Support","Using Callbacks","The MathJax.Hub Object","MathJax MathML Support","Converting to MathJax from jsMath","The MathZoom extension","The HTML-CSS output processor","The MathJax.InputJax Class","Loading and Configuring MathJax","The MathJax Object-Oriented Programming Model","The Base Jax Class","The MathJax.Callback.Signal Class","The MathJax variable","Installing and Testing MathJax","The mml2jax Preprocessor","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 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","api/html","index","upgrade","whats-new","config-files","api/index","api/queue","api/message","signals","start","options/NativeMML","options/hub","mathjax","api/outputjax","options/TeX","options/index","options/jsMath2jax","api/callback","startup","tex","callbacks","api/hub","mathml","jsMath","options/MathZoom","options/HTML-CSS","api/inputjax","configuration","api/object","api/jax","api/signal","api/variable","installation","options/mml2jax","glossary","HTML-snippets","CSS-styles","options/MathMenu","typeset","synchronize","api/elementjax","output","model","options/MMLorHTML","queues"]}) -\ No newline at end of file +Search.setIndex({objects:{"":{reset:[26,0,1],Preloading:[0,0,1],Log:[16,0,1],Subclass:[37,0,1],Delay:[26,0,1],Init:[37,0,1],getAllJax:[30,0,1],Interest:[39,0,1],Translate:[38,0,1],Config:[30,0,1],addElement:[9,0,1],Reprocess:[30,0,1],Styles:[0,0,1],ExecuteHook:[39,0,1],loadTimeout:[0,0,1],Resume:[15,0,1],Update:[30,0,1],fileURL:[0,0,1],loadHook:[0,0,1],formatError:[30,0,1],call:[15,0,1],getJaxByInputType:[30,0,1],PreProcess:[30,0,1],Post:[39,0,1],has:[37,0,1],Clear:[16,0,1],Insert:[30,0,1],Register:[38,0,1],TextNode:[9,0,1],Augment:[37,0,1],Signal:[26,0,1],addText:[9,0,1],Remove:[16,0,1],Element:[9,0,1],Queue:[26,0,1],NoInterest:[39,0,1],Suspend:[15,0,1],getJaxByType:[30,0,1],Push:[15,0,1],Typeset:[30,0,1],loadComplete:[0,0,1],wait:[15,0,1],Load:[0,0,1],Set:[16,0,1],executeHooks:[26,0,1],Process:[30,0,1],Text:[49,0,1],setText:[9,0,1],loadError:[0,0,1],Startup:[38,0,1],SourceElement:[49,0,1],getJaxFor:[30,0,1],can:[37,0,1],File:[16,0,1],MessageHook:[39,0,1],isJax:[30,0,1],filterText:[16,0,1],isa:[37,0,1],Require:[0,0,1]}},terms:{represent:51,reprocess:[30,49,47],mathjax_msie_fram:16,four:[45,11],prefix:[9,18,12],asymp:28,blacktriangledown:28,webfont:[5,34,18],whose:[9,36,47,4,29,30,22],html5:[11,36,12,50],under:[31,41],preprocess:[51,30,27,47],slowest:50,worth:36,digit:12,gimel:28,everi:[17,30,36,12],mskip:28,arcco:28,govern:[11,36,18],dotplu:28,affect:[11,41,12,28,30,49,24],isforefox:30,look:[9,39,31,41,26,1,47,28,3,16,4,18,6,34,51,30,53,24],eqnarrai:28,cmd:20,bigodot:28,ominu:28,math:[27,13,36,9,10,11,12,16,17,18,19,20,21,25,2,42,32,33,34,35,30,38,4,31,41,43,28,46,47,48,50,51],nparallel:28,properti:[9,0,40,37,26,39,15,29,38,49,35,30,22],nsubseteqq:28,direct:[34,5,11,41,31],consequ:19,second:[0,11,41,26,29,44,45,48,4,5,31,20,17,35,36,22,53],ngeq:28,even:[44,0,30,13,26,39,15,45,2,28,17,18,31,29,48,21,51,36,47],hide:47,prejax:[51,20],neg:28,weren:11,children:31,"new":[27,3,36,9,10,11,12,16,17,18,23,21,22,24,26,35,30,37,39,41,49,45,46,47,48,51],mhtml:1,told:48,limsup:28,elimin:20,behavior:[11,36,41,20],lessapprox:28,blacktriangleright:28,here:[9,39,40,26,29,45,2,47,17,18,38,20,30,49],met:27,lneqq:28,path:[13,0,36,18],noundefin:[13,18,28],interpret:[28,18,41],nrightarrow:28,netowrk:8,forum:[18,3],bookmarklet:36,rceil:28,circleddash:28,mathstrut:28,unix:41,org:[11,12,1,2,46,47,28,18,32,6,50,8,36],thinmathspac:[18,31],unit:12,highli:21,describ:[9,28,11,41,26,18,43,53,27,47,13,5,30,44,29,50,51,36],would:[13,5,36,7,9,11,15,18,19,20,49,23,25,26,28,29,32,33,34,30,37,4,41,42,44,45,46,47,50,51,52,53],afterward:29,readi:[17,13,40,27,38],ltime:28,varlambda:28,call:[0,1,2,4,5,7,11,15,16,17,18,23,20,22,24,25,26,28,29,30,33,34,35,36,37,38,39,41,42,43,49,45,46,47,48,19,51,52],recommend:[18,51,41,50],diretori:[],preview:[4,42,51,25,20],type:[0,1,2,13,36,6,8,9,4,11,17,18,38,20,22,32,35,30,28,31,49,45,47,48,50,51],until:[0,25,39,45,4,29,30,38,20,17,42,36],notin:28,displaymath:[4,36],relat:[0,12],notic:28,warn:[0,11,20,5],jpg:[4,42,25,44],loss:36,hold:[0,44,20,33,51,30],unpack:[18,41],must:[0,11,41,18,43,15,28,31,27,16,4,5,50,23,20,33,48,34,36,39,53],fbox:[28,12],join:[17,28],centerdot:28,setup:[21,18,31],work:[9,10,11,41,12,29,28,2,3,47,17,18,31,32,48,21,50,36,37],cc0000:[53,20],tag_nam:41,root:[0,12,27,16,28,36],overrid:[37,5,35,38,22],mathmenu:[34,53,46,13,19,36,24],give:[39,34,18,44,53,2,17,5,23,36,24],cirit:36,indic:[0,30,41,39,15,28,27,17,18,38,20,29,49,35,36,22,51],impair:[21,36],hline:28,want:[3,13,11,14,16,17,18,20,22,26,28,29,34,8,36,37,4,41,45,47,50,52],setminu:28,end:[0,13,12,1,50,45,27,3,28,4,31,6,17,8,36],quot:[4,34,12,20],hom:28,heartsuit:28,how:[0,1,2,3,4,5,36,6,11,13,15,16,18,19,20,25,26,42,32,33,34,30,39,41,44,28,46,48,51],disappear:[4,42,25],answer:[3,47],verifi:[18,41,3],config:[1,27,4,5,6,7,8,11,13,16,17,18,23,20,22,24,25,2,28,29,30,32,33,35,36,38,19,34,42,45,46,47,50,52,53],renewcommand:28,updat:[11,41,12,1,45,47,30,36,49],showrender:46,recogn:18,lai:[50,51],diagdown:28,after:[0,41,26,39,15,45,2,46,16,17,18,38,20,29,48,34,51,36,47,24],befor:[0,1,27,3,4,36,6,11,15,16,17,18,23,20,26,28,29,33,30,37,38,39,31,34,43,44,45,47,48,50,51],wrong:31,unwis:50,parallel:[28,45,27,12],averag:51,alignedat:28,attempt:[0,31,46],third:[45,31],leftarrow:28,receiv:[39,11,41,18,17,29,38,48,36,37],greasekit:2,maintain:[11,48,3,17,29,20],environ:[4,18,28,23,3],enter:[31,47,28,18,51,36],textnod:9,order:[39,11,41,18,43,15,45,27,16,4,5,30,25,20,29,50,42,36,37,51],oper:[0,4,5,7,12,15,16,17,19,21,23,25,29,33,34,38,39,40,41,42,43,45,46,47,50,52],parentnod:[2,12],softwar:[21,18,51],over:[9,0,34,12,28,46,47,13,18,20,33,51,36],fall:[28,5,45,41,18],becaus:[17,11,34,39,44,45,31,2,28,16,4,18,23,29,51,36,47],boxtim:28,suspend:[17,15,45,39],textrm:28,appar:[50,45],afil:29,flexibl:[44,45,11],vari:50,smallint:28,fit:[17,46],fix:[11,36,41,12],strang:31,better:[12,46,13,18,32,6,50,36],boxminu:28,drawback:50,upharpoonleft:28,persist:3,comprehens:43,easier:[39,11,41,45,28,31,37],moveleft:28,them:[9,0,11,41,12,13,18,15,45,31,28,4,5,30,23,29,17,51,36,39,53],thei:[0,2,3,4,5,7,11,12,13,14,15,16,17,18,19,20,23,24,25,27,28,29,30,33,34,36,38,39,31,41,42,43,44,45,46,47,48,51,52,53],qualiti:[21,50,51],safe:[9,2,47],"break":[28,48,45,31,12],mtext:[28,18,12],wedg:28,widetild:28,choic:[50,30,6],dbinom:28,leftharpoondown:28,timeout:[0,12,26],each:[17,30,41,13,26,39,45,27,28,16,4,18,47,48,51,36],debug:16,side:[18,16,23,20,6],mean:[17,11,13,1,39,14,27,28,2,47,4,29,25,20,48,21,42,36],leqq:28,createel:2,resum:[15,45],leqalignno:28,mathopen:28,looparrowleft:28,network:[11,41,12,13,18,36],goe:[28,48,45],iint:28,newli:[9,17,37],crucial:41,predefin:20,content:[1,27,13,36,6,8,9,11,12,18,44,20,2,35,30,37,4,31,43,45,47,50,51],reader:[21,13,36,12],forth:40,impract:41,multilin:28,situat:[36,12],free:[49,3],ineffici:[37,20],reconfigur:11,lneq:28,angl:28,moment:[18,35,41],isn:[17,38],iphon:12,temporari:36,isa:37,subtl:47,confus:11,mathbb:28,rang:51,mathbf:28,render:[31,12,27,46,4,18,20,21,50,51,52,32],independ:36,yourcolleg:41,restrict:[28,41],hook:[17,0,26,39],instruct:[44,18,11,2,1],alreadi:[0,26,28,45,2,3,16,17,29,47,48,36,37],primari:[50,11],tooltop:34,top:[40,41,28,18,50,36],sometim:[36,41],underlin:[28,12],master:48,too:[28,34,12,2,4,18],similarli:[0,30,41],john:29,listen:[17,39,30,26],thickapprox:28,namespac:[18,2,12,26,47],tool:[45,41],tagind:23,embellish:12,compressor:12,somewhat:48,technic:43,past:[39,11,12,17,48,21],filesmatch:41,provid:[9,0,31,26,1,39,15,45,28,16,17,18,44,29,48,21,51,30,37,47],eqalignno:28,tree:[18,44],"final":[11,29,28,18,44,21,51],project:[43,36,3],matter:[17,32],mathtt:28,ldotp:28,modern:[21,5,50,10],mind:[28,18,36,1],manner:50,increment:15,seem:[29,31],rightrightarrow:28,ldot:28,person:29,latter:[17,44,51,36,24],expens:50,simplifi:12,though:[26,28,48,44,20,51],object:[0,27,5,9,10,14,15,16,17,19,20,22,24,26,29,33,35,30,37,38,39,40,34,43,44,45,46,47,48,49,51,53],gzip:12,regular:[4,20],letter:[18,41],grave:28,don:[11,12,29,45,2,47,17,5,30,31,50,36],dom:[9,49,45,47,17,48,38,20,30,22],doe:[28,30,41,26,52,49,31,2,17,29,19,20,21,50,35,36,22,51],declar:[31,34,53,46,5,19,33],tfrac:28,unchang:[11,52,47],sum:[28,26],came:41,delaystartupuntil:[30,36,27,20],random:[18,41],lnapprox:28,syntax:[28,37,12],mediawiki:1,isopera:30,outerhtml:12,shownam:29,asynchon:47,involv:[48,36,3],consolid:21,layout:49,firstnam:29,mathchoic:28,ismsi:[30,27],menu:[10,31,41,12,50,27,46,13,19,20,33,6,34,8,49,51],explain:[13,11,36,24,48],configur:[0,2,4,5,6,7,8,10,11,12,13,16,17,18,23,20,21,22,24,25,27,29,30,32,33,34,35,36,38,19,31,41,42,44,28,50,51,52],apach:41,configut:44,theme:[36,1,6],explic:11,rich:21,folder:[34,18,41],compli:[],infti:[28,51],report:[31,20,3],circeq:28,subseteq:28,fadeouttim:5,bar:[28,37,26],patch:[36,41],reload:46,bad:12,replacechild:2,neq:28,respond:[39,20,3],dashrightarrow:28,scriptscriptstyl:28,precneqq:28,result:[11,34,26,29,49,45,47,28,18,30,31,50,35,36,22,51],respons:[39,35,12,26],fail:[0,12,29,38,50,24],themselv:[18,30,40,27,44],best:[0,11,41,45,50,51,36],awar:[28,0,45,31],subarrai:28,varinjlim:28,wikipedia:[43,2],circledcirc:28,gneqq:28,awai:[36,41],approach:[29,51,1,47],attribut:[9,12,53,28,42,44,51,36],never:[0,38,36,2,41],extend:[21,51],synchon:17,extens:[0,27,13,5,36,11,12,17,18,23,20,24,25,2,28,42,32,33,30,38,4,40,43,45,46,47,53],add:[13,11,1,15,28,4,5,38,20,49,50,37,53],preprocessor:[13,11,42,28,31,27,40,4,18,30,25,20,47,51,36,24,32],intop:28,cot:28,cow:37,howev:[11,41,29,27,45,2,3,16,28,18,20,47,50,51,36,37,53,24],configuraiton:[8,6],against:39,seri:[45,44],com:[36,41],varpsi:28,pre:[13,11,41,4,5,31,36],foral:28,can:[0,2,3,4,5,9,11,12,13,15,16,17,18,19,20,21,22,23,24,26,27,28,29,30,31,32,34,35,36,37,38,39,40,41,43,45,47,48,50,51,53],foobar:37,sai:[15,2,26],innerhtml:[2,47],height:[28,12,46],wider:3,sqsupset:28,speak:[14,51],chrome:[34,30,2,12,50],three:[31,41,26,29,44,45,5,38,48,51],been:[0,2,3,4,11,15,16,17,18,38,22,26,27,29,32,35,36,39,41,45,47,48,50],trigger:[13,50,36,20,33],interest:[17,39,43,3,48],basic:10,tini:28,quickli:[21,50,36,3],underrightarrow:28,regul:45,xxx:28,ani:[0,2,3,4,5,7,11,13,15,16,17,18,19,20,49,23,25,26,27,28,29,30,33,34,36,37,39,31,41,42,45,46,47,48,50,52],embelish:[],emploi:[43,50],dash:[53,34],tanh:28,servic:[11,41,12,18,8,36],avtiv:[],diamondsuit:28,sourceforg:11,javascipt:18,dashboard:8,suffici:[28,18,23,52,50],"3px":53,succeq:28,canb:[],have:[0,1,27,3,4,5,36,11,12,13,17,18,19,20,49,24,26,2,28,29,34,30,37,39,31,41,45,47,48,50,51],nexist:28,need:[0,1,2,3,4,5,6,8,11,12,15,16,17,18,19,20,21,22,23,26,27,28,29,30,34,35,36,37,38,13,31,41,43,49,45,47,48,51,53],cong:28,sever:[0,11,41,45,28,13,29,51,47,22],amout:16,disabl:[19,11,34],incorrectli:[18,11,12],perform:[27,3,5,36,11,12,15,16,17,38,20,49,26,29,30,39,40,43,45,47,48,50],suggest:[5,3],make:[0,3,28,5,36,11,12,14,15,17,18,20,21,25,42,34,30,37,4,31,41,45,46,47,48,50,51,53],complex:[50,44],split:28,synch:11,lrcorner:28,unsafewindow:2,complet:[0,11,41,13,26,39,43,15,45,27,47,17,18,30,38,20,29,48,50,36,49],longmapsto:28,hand:[40,16,23,20,51,31,32],fairli:[44,11],rais:[28,12],mkern:28,ignorepast:39,unlhd:28,squar:[28,44,12],redefin:[5,35,38,22],kept:17,thu:[11,26,45,17,29,49],inherit:[14,37,35,22,49],client:34,thi:[0,1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,44,45,46,47,48,49,50,51,52,53],idotsint:28,programm:37,everyth:[30,13,45,36,28],settimeout:[29,26],left:[40,41,27,16,28,48,23,20,6,8,31,24],processclass:4,identifi:[9,18,28,51,39],just:[39,31,41,26,1,29,45,28,13,18,20,6,21,51,36,53],yen:28,mathbin:28,coprod:28,yet:[31,15,45,47,17,48,50],languag:[43,48,51],noscript:4,onload:[40,2,27,29,20,36],errorset:[13,20],easi:[41,32],interfer:[13,36],had:[17,11,36,18],myconfig:[17,29],els:[29,2,47],save:[8,36,53,6],hat:28,take:[9,0,11,26,1,29,45,27,3,47,28,5,23,48,36],sanit:16,applic:[21,18,27,1],loadtimeout:0,quirk:50,preserv:29,assit:[],negativethinmathspac:50,background:[28,53,12],sqsubset:28,specif:[0,40,26,1,39,43,15,45,47,4,29,30,38,20,50,51,36,49],deprec:36,arbitrari:28,zoom:[10,31,12,13,20,33,36],leftrightarrow:28,underli:50,www:[41,2,46],right:[31,41,43,15,45,2,16,28,19,20,6,34,51,36,23,24],old:17,famili:[28,0,53],deal:50,autobold:28,begin:[17,41,47,45,27,28,4,23,50,51,36],percentag:[19,34,20],donald:43,successfulli:[0,29],interc:28,dddot:28,bottom:[36,6],subclass:[39,40,22,38,49,35,37],circ:28,exectur:39,overcom:[48,50],condit:[0,27],foo:[37,26],core:[45,27,28,20,51,30,24],plu:[13,39,27],bold:[28,44,23,24],confiogur:[],popular:[18,32,1],colleg:41,repositori:[11,41,12],post:[39,34,27,3,16,17,48,38],"super":[37,12],llless:28,obj:9,nwarrow:28,slightli:[28,6],surround:[18,19,34],unfortun:[18,41],current_theme_templ:1,joomla:1,span:[25,4,42,44,20,51,32],downharpoonright:28,geramond:28,encod:28,contectu:50,two:[13,48,44,45,28,17,18,23,20,50,36,53,24],down:[8,41,20],shortparallel:28,wrap:37,ntriangleright:28,stackrel:28,nsupseteq:28,git:[18,11,41,12],wai:[17,11,41,26,1,39,45,2,16,4,18,51,25,20,29,50,42,36,47,38],checkmark:28,transform:51,ngtr:28,avail:[0,1,4,5,11,17,18,19,20,21,49,25,42,34,36,37,31,41,45,46,47,50,51],width:[31,46,28,18,23,50],reli:[0,11,45,2,47,29,19,50],wordpress:[1,6],editor:6,rightthreetim:28,lnsim:28,form:[31,34,43,16,28,18,23,20,51,36],offer:[11,12,3],forc:[36,34],epsilon:28,hear:[17,39],downdownarrow:28,"true":[39,11,34,26,28,27,46,40,4,30,19,20,7,36,37],vcenter:28,maxmacro:23,reset:[46,26],absens:1,displayalign:20,intern:[0,31,39,43,15,45,28,20,50,35,30,22,51],tell:[41,2,47,18,50,36],moveright:28,more:[13,5,36,6,8,11,12,15,18,19,20,21,26,29,32,34,35,30,37,38,39,41,43,44,45,47,48,50,51,52,53],retir:11,nnn:41,featur:[10,31,41,3,47,17,29,33,50,37],rfloor:28,drive:41,exist:[37,18,28,41,26],ddot:28,backsim:28,triangleq:28,check:[0,11,41,39,16,28,18,29,37],recevi:[],when:[0,27,4,5,6,7,11,12,13,14,15,16,17,18,23,20,21,22,25,26,39,28,29,30,31,32,33,34,35,36,37,38,19,40,41,42,43,44,45,46,47,48,49,50,51,52],abovewithdelim:28,role:51,test:[9,10,11,41,48,27,2,47,17,18,30,31,50,36,37],tie:[27,26],smallsmil:28,scriptstyl:28,searrow:28,mathel:1,intend:[37,20],consit:28,munderov:51,gvertneqq:28,consid:[0,11,12,45,3,28,4,18,51,30,49],omega:28,outdat:3,longer:[39,11,41,16],bullet:28,anywher:36,tex2jax_ignor:[4,12],ignor:[4,39],time:[0,2,3,28,5,9,36,12,16,17,23,20,26,29,33,30,38,39,41,45,47,50,51],push:[26,43,15,45,27,47,29,30],"5kb":23,mathrm:28,doteq:28,emulateie7:50,skip:[4,41],consum:16,webkit:12,skin:1,displayind:20,millisecond:[0,34,26,46,16,5,33,30],decid:[36,46],depend:[26,27,47,29,6,50,36,52],head:[1,2,47,18,6,50,8,36],newenviron:28,readabl:43,nearrow:28,varpi:28,certainli:41,vee:28,decis:50,text:[1,27,4,5,6,9,11,12,16,17,18,19,20,21,49,23,25,2,28,29,32,8,36,13,34,42,44,45,47,50,51],succnsim:28,sourc:[10,11,41,13,45,31,2,46,17,19,21,34,51,30,49],string:[0,26,39,44,28,16,4,23,20,17,30,49,53],word:[4,51,36],room:23,dim:28,getjaxfor:[17,30,22],administr:[1,6],level:[18,36,41,40],did:29,item:[34,44,46,28,29,19],preprocesor:28,cooki:[9,27,12],div:[9,28,51,32,47],prevent:[28,25,34,12,42,46,4,18,23,20,36],mmlorhtml:[13,50,52,20,24],slower:50,compens:19,sign:[28,11,47,4,18,51,36],cost:[28,18,36,37],pmb:28,rightarrowtail:28,histori:[17,39,27,43],xandi:37,dotsi:28,dotsm:28,appear:[28,40,41,29,46,16,17,18,20,47,6,50,36,49],dotso:28,repli:17,dotsc:28,dotsb:28,current:[0,41,1,39,49,50,6,34,8,36,37],backepsilon:28,ampersand:28,inlinemath:[28,11,47,4,18,36],defici:31,amalg:28,mathsiz:28,gener:[28,30,29,52,27,13,5,32,51,36,49,18],mfrac:[18,51],modif:[45,36],address:[18,41],along:[43,45,16,17,32,35,22],wait:[0,30,41,12,26,39,43,15,45,2,47,17,29,27,38,20,48,36],box:[28,0,12,5],html_head:1,shift:20,bot:28,queue:[39,40,26,48,14,15,45,27,47,29,43,30],overriden:30,digamma:28,varlimsup:28,commonli:18,macintosh:30,semant:37,succsim:28,extra:[17,28,51,12,20],circumv:41,modul:[0,8,40],prefer:[11,34,46,18,50,41,52],iepro7:2,veebar:28,visibl:[4,42,45,25,47],marker:28,myid:53,mobil:[11,36,12],arrowvert:28,memori:[48,49],bigr:28,visit:18,todai:43,subvers:[18,41],stylesheet:[0,40,26,39,15,27,47,48,20,6,50],handler:[0,40,43,2,27,47,48,20,51,36],current_skin:1,bigl:28,bigm:28,eqcirc:28,checkout:41,bigg:28,inputjax:[40,14,49,27,38,35,37],capit:14,sitaut:47,peopl:18,bigtriangleup:28,enhanc:[51,12],minscaleadjust:34,visual:[21,13,36],accept:[29,26,47],hphantom:28,easiest:[17,18,41,26,29],graphic:41,prepar:[45,36],cap:28,uniqu:53,pmatrix:28,whatev:[28,1,22,45,47,17,37],cal:28,purpos:[29,51,50],getjaxbytyp:30,downharpoonleft:28,subseteqq:28,varprojlim:28,backslash:[28,23,20],topic:[14,10,36],critic:41,sharp:28,occur:[0,30,41,26,39,15,45,31,2,46,16,17,18,38,20,29,48,36,47],eqsim:28,nuber:[],pink:28,alwai:[28,29,45,36,26],multipl:[28,45,11],trianglelefteq:28,write:[39,45,47,18,21,50],fourth:45,mathsf:28,tild:28,xhtml:[18,31],map:51,max:28,clone:41,spot:28,usabl:41,mac:[30,19,34,20],udpat:[],mai:[0,1,2,3,4,5,36,6,11,14,17,18,19,20,22,28,29,34,30,37,39,31,41,49,45,47,48,50,51],data:[9,0,40,41,26,37,17,29,38,49,34,35,30,22],grow:1,newlin:[28,12,16],vartheta:28,preceq:28,explicit:[0,36,20,18],uparrow:28,produc:[5,11,17,18,19,20,21,49,23,24,26,29,32,35,36,39,34,22,46,47,50,51],inform:[0,34,13,1,39,43,16,17,29,19,20,51,36],"switch":[51,11,41,12,32],preced:[36,20],combin:[0,11,12,28,13,18,50,36],block:[11,34,12,18,27,2,28,5,19,20,51,36,38],approx:28,comfort:41,lsh:28,tex2math:32,still:[39,31,26,1,43,45,17,20,33,50,13],pointer:37,ttf:41,dynam:[0,40,10,45,2,47,18,20,48,21,51,36],entiti:[28,31,12],amssymbol:[13,11,28,36,18],conjunct:11,group:[0,31,3],monitor:3,polici:41,ignoreclass:4,platform:[21,10,1,18],window:[40,26,5,2,46,16,29,47,30],"05em":28,main:[28,11,41,14,37,45,46,13,18,30,40,20,53,35,36,22,51],mathexampl:47,non:[9,0,15,28,18,51],within:[0,11,41,12,26,18,14,28,31,27,47,4,5,30,23,32,29,48,51,36,37],myinputjax:38,initi:[0,11,48,45,27,46,28,4,18,30,40,20,17,51,36,49,38],safari:[50,30,2,12],half:29,now:[11,41,12,43,27,18,50,36],discuss:[9,41,36,2,3],nor:[5,44],term:[11,36,18,16],name:[0,27,4,5,9,11,12,13,16,17,18,23,20,22,24,25,26,2,29,30,34,35,36,37,38,39,31,41,42,44,28,49,50,53],opera:[50,52,30,2,12],boxdot:28,drop:41,separ:[11,41,45,31,16,17,18,19,20,36,53,24],messagestyl:[5,20,16],confid:21,varsupsetneqq:28,compil:29,domain:[18,36,41],replac:[0,11,12,31,2,47,18,30,23,51,36,37,38],individu:[49,12,24,47],continu:[0,11,45,28,17,48,36],happen:[31,41,15,45,28,48,51],shown:[28,44,20,46,47],accomplish:[18,36,2,41,50],space:[12,47,28,18,20,50,7,51],intermix:27,internet:[0,12,28,2,46,16,13,29,20,50,51,36,24],formula:[47,20,33,21,50,51],correct:[29,11,2],she:50,simeq:28,earlier:[18,45,36],migrat:[10,11],ajax:[0,40,14,45,27,17,29,30,38,36],mime:[31,49,18,38,35,30,22],underleftarrow:28,brower:28,ord:28,care:[28,18,2,24],ntrianglelefteq:28,couldn:29,x00b1:18,synchron:[0,26,10,43,15,45,2,47,29,27,48,30,39],mscarri:31,thing:[28,18,44,47],place:[0,41,18,37,45,3,28,17,5,23,20,47,34,36,39,32],mathop:28,startuphook:[17,30],ture:[],view:[31,41,14,2,18,32,50,21,34,36],think:[28,20,47],frequent:[4,17],first:[17,31,41,26,39,45,2,48,28,4,18,44,20,29,6,35,36,22,51,47],origin:[37,39,41,15,28,2,47,17,18,49,35,36,22],lfloor:28,oni:41,directli:[41,12,45,2,47,28,29,38,6,51],onc:[0,41,26,39,45,27,28,13,18,38,32,47],arrai:[27,4,5,7,36,12,15,17,23,20,22,24,25,26,29,32,50,35,30,38,39,34,42,44,28,19,51,52],yourself:[41,18,15,2,28,29,20,36],submit:3,open:[10,31,41,46,28,18,6,21,8],ios4:12,size:[34,12,53,47,28,19,36,23],given:[9,0,37,12,1,39,15,45,44,28,16,17,29,38,20,49,26,51,30,22,53],ifmodul:41,evail:45,leftrightharpoon:28,circl:28,white:53,conveni:[18,37,20],hub:[0,27,4,5,7,11,14,16,17,18,19,20,22,23,24,25,2,28,29,30,32,33,36,38,13,40,34,42,49,45,46,47,50,51,52],especi:51,programat:51,copi:[11,41,31,2,3,18,30,38,21,36],specifi:[27,4,5,36,7,9,11,12,15,17,18,19,20,23,26,28,29,33,34,30,39,41,44,45,46,48,50,51,52,53],github:[11,41],enclos:[53,51,34,20],quad:28,than:[0,27,4,5,36,6,7,11,12,13,15,17,18,38,20,21,49,24,26,28,34,35,30,37,39,31,41,43,45,47,48,50,51,53],serv:[18,12],wide:[21,51,41],instanc:[9,30,49,45,38,36,37],underbrac:28,were:[17,11,49,47],posit:[15,34,12],stub:38,browser:[27,13,5,36,9,10,11,12,18,19,20,21,49,24,2,40,32,34,30,4,31,41,43,28,46,48,50,51,52],preccurlyeq:28,delic:19,lnot:28,doublecup:28,nleftrightarrow:28,argument:[39,26,45,29,37,24],hskip:28,doctyp:[18,31,50],engin:[21,10],techniqu:[11,2],npreceq:28,consortium:21,note:[0,2,28,5,6,36,18,44,20,49,23,39,29,34,30,38,4,41,45,46,47,50,51,52,53],x2260:18,jsmath:[10,51,32],noth:[18,26,29],channel:[17,43],updownarrow:28,surd:[28,12],sure:[39,11,41,12,47,45,3,28,4,18,50,36],windowset:46,normal:[13,26,28,2,4,18,20,51,53],buffer:23,compress:36,beta:[28,50,36],pair:[9,0,26,44,53,4,23,17,35,30,22,24],fileurl:0,beth:28,hotfix:36,latex:[10,43,28,4,18,20,21,51,36],renam:11,textarea:4,later:[39,30,34,26,15,45,28,29,31,36],sale:[],typeset:[0,27,4,12,16,17,19,20,21,49,25,2,29,33,30,40,34,42,43,45,46,47,48,51],badg:3,sigma:28,mathfrak:28,showmathmenu:34,show:[28,41,46,5,3,47,13,29,44,20,8,18,24],autoreset:26,approxeq:28,unprocess:[30,49,47],concurr:27,permiss:[18,41],hack:50,corner:[40,20,16],xml:[21,43],insruct:1,onli:[0,1,2,3,13,5,36,11,12,18,44,20,21,49,39,29,34,35,30,4,31,41,43,28,47,50,53],explicitli:[28,11,12,29,4,18,20,36,37],activ:[11,41,26,43,3,47,48,31,50,51],written:[18,6],inlinedelimit:28,otim:28,black:28,offici:36,geq:28,mypic:[4,42,25,44],nearli:[13,28,36,24],variou:[0,34,1,39,14,53,16,17,5,19,35,36,51,24],get:[9,10,31,41,12,26,39,27,45,2,16,28,18,19,20,29,50,34,36,37,47],cannot:28,ncong:28,downarrow:28,nsim:28,requir:[0,11,13,26,45,2,28,17,29,30,38,21,51,36,22],prime:28,lceil:28,mathpunct:28,consist:[28,44,45,31,50],intermitt:[40,16],shortmid:28,retypeset:47,where:[0,27,3,13,5,36,9,11,16,17,18,23,22,26,29,34,35,30,28,40,41,49,53,47,48,51],wiki:[18,51,36,2,1],often:[28,18,51,53],lozeng:28,obejct:15,ismac:[30,27],concern:[51,30],infinit:23,detect:[12,26],parent:[9,37],enumer:28,label:[46,24],enough:[45,44],between:[28,30,12,26,29,45,46,17,18,50,51,36,49],maltes:28,"import":[0,41,12,13,14,45,17,48,36],across:[43,50],longleftrightarrow:28,vdot:28,screen:[0,12,47,45,16,13,21,36,22],negmedspac:28,come:[11,41,45,2,13,29,31,50,51,36],leftleftarrow:28,manu:[],timout:0,pertain:18,audienc:50,inconsist:11,overbrac:28,improv:[11,12,3,20,50,36],among:36,color:[28,53,44,12,20],operatornam:28,period:[0,40,41],colon:[28,53],autmat:[],cancel:26,"70kb":36,bigcirc:28,msrow:31,damag:18,needlessli:29,myserv:36,skew:28,mark:[0,31,28,4,18,32,51,53],addit:[0,11,12,26,18,15,45,28,13,17,5,31,20,29,49,35,30,22,53,47],succapprox:28,fade:5,arcsin:28,resolut:21,processenviron:4,supprot:[],breve:28,texfont:5,blacktriangl:28,those:[13,5,36,15,17,18,44,20,21,49,26,28,29,35,30,38,39,31,41,22,45,47,51,53],"case":[28,11,41,26,29,37,45,2,47,17,18,44,20,49,34,51,36,22,53,24],kappa:28,oldstyl:28,addtext:9,invok:50,invoc:36,margin:23,opera10:34,advantag:[11,45,36,1,50],barwedg:28,leadsto:28,henc:41,worri:[17,51],destin:30,updatemath:47,bigwedg:28,develop:[11,41,43,3,31,36],author:[11,16,38,20,33,21,51],media:[53,36,41],postjax:[51,20],same:[17,11,41,12,13,39,45,25,28,4,18,23,6,48,42,36,22],html:[1,27,4,5,7,9,10,11,12,14,17,18,19,20,22,24,25,2,42,30,31,32,34,8,36,13,40,41,43,44,28,46,47,48,50,51,52,53],pad:[9,53],knuth:43,mathvari:51,document:[0,2,28,36,10,11,14,18,20,21,22,25,42,32,30,4,31,41,43,47,50,51],bring:51,finish:[43,48,45,2,47],vvdash:28,nest:[40,31,12],assist:[13,36],longleftarrow:28,capabl:[14,21,50],formaterror:30,mani:[28,30,12,48,45,4,29,36,53],extern:[0,40,48,45,17,29,30],submenu:[20,46,6],appropri:[28,17,38,32,35,51],macro:[12,28,18,23,20,36,24],markup:[43,0,28,31,51],leftharpoonup:28,overwithdelim:28,without:[0,11,34,28,31,17,29,19,51,36],model:[10,40,41,14,27,28,50,51,37],altertn:50,bigotim:28,stixfont:5,mml2jax:[31,42,13,18,20,51,24],loaderror:0,rest:[0,31,45,47,18,21,51],flavor:[13,36],speed:[11,51,36,12,50],versu:45,mathzoom:[13,53,33,24],nleqq:28,except:[13,18,48],littl:[0,39],blog:[18,51,36,1],treatment:28,yuicompressor:12,earli:[36,12],hover:[46,20,33],around:[28,36],read:[11,41,12,44,17,18,31,36],outermost:44,boldsymbol:28,messsag:16,getjaxbyinputtyp:30,moo:37,world:[21,29,36],lasterror:30,mod:28,sum_:51,blackberri:12,cdot:28,integ:30,server:[11,41,12,2,13,18,34,36],either:[0,11,41,1,39,14,44,53,2,17,18,30,23,33,50,36,52],output:[2,13,36,7,10,11,12,17,18,19,20,22,24,40,32,30,37,38,28,31,34,43,49,53,46,47,50,51,52],rollov:12,manag:[9,40,41,1,29,43,27,16,18,50,51,49],lesssim:28,node:9,respect:[19,34,26],constitut:14,pod:28,slice:26,easili:[21,51],definit:[0,34,12,53,46,13,19,33,21,23],shoveright:28,inputid:49,dashleftarrow:28,mathcal:28,variuou:17,complic:[44,31,52,50],refer:[10,30,41,18,37,2,47,17,5,38,29,48,36,39,49],power:[45,3],inspect:30,broken:51,thinspac:28,found:[0,18,3,29,20,35],regexp:4,"throw":[22,35,38,2],trianglerighteq:28,acc:[],assocait:47,underwai:45,ddddot:28,act:[28,43,45,17,29,23,20,51],industri:43,processor:[28,31,34,43,45,27,46,51,13,18,19,53,50,7,36,52,23,24],hookrightarrow:28,nobreakspac:28,routin:[9,0,48,29,38,35,30,22],nsupseteqq:28,effici:[37,47],elementari:31,lessdot:28,triangledown:28,compos:31,rightharpoondown:28,mathbackground:28,your:[0,1,2,3,4,5,6,7,10,11,12,13,18,23,20,21,25,28,29,30,32,33,34,8,36,19,31,41,42,43,44,45,46,47,48,50,52],compon:[0,27,13,36,11,14,17,18,21,22,24,40,35,30,37,39,31,28,46,48,51,53],log:[28,18,41,16],area:[23,16],fontwarn:[5,20,24],lor:28,strict:[50,41],compliant:[11,12],interfac:[41,1,18,6,21,8],lot:[17,23,41],lambda:28,buggi:28,categor:24,faster:[50,36,12],pull:41,mathml:[10,31,12,43,49,28,2,51,13,18,19,52,6,21,50,7,36,22,35,24,8],furthermor:[11,45,36,20],possibl:[0,31,41,12,26,29,45,16,13,5,20,50,51,36,37,53],"default":[0,27,4,5,36,7,11,13,16,18,23,20,22,24,25,26,42,32,33,34,35,30,38,19,41,28,46,50,51,52],processescap:[4,11,28,36],buildrel:28,sepecifi:[],notag:28,embed:31,connect:[13,29,51,36],taylor:18,creat:[0,27,3,9,16,17,38,22,26,29,35,37,39,40,41,43,49,45,46,48,51,53],certain:[17,39,48],leftrightsquigarrow:28,risingdotseq:28,varliminf:28,file:[0,1,27,13,5,6,8,11,12,15,16,17,18,38,20,22,24,26,2,28,29,30,32,35,36,39,41,43,44,45,48,49,50,51,52,53],outputjax:[40,14,49,27,38,22],fill:[50,52],again:[28,0,30,49,47],iiiint:28,googl:3,pmod:28,orient:[14,37,40,27],valid:[29,11,50],you:[1,2,3,4,5,6,7,11,12,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,32,34,8,36,37,38,13,31,41,42,44,45,46,47,48,50,51,52,53],trash:49,wthin:[],sequenc:[10,30,41,15,28,27,17,48,36],symbol:[28,18],dashv:28,track:[51,3],menuset:[13,20,33],reduc:[28,36],mathcolor:28,lbrace:28,directori:[0,41,12,13,48,43,49,27,16,17,18,38,20,34,35,36,22],descript:[25,42,2,4,5,40,20],lbrack:28,hello:29,calle:37,potenti:45,escap:23,dst:30,negthickspac:28,lvertneqq:28,all:[0,1,27,4,5,10,11,12,13,16,17,18,38,20,21,24,25,26,2,28,29,30,31,36,37,39,40,41,42,43,45,48,50,51],consider:36,illustr:47,dollar:[28,11,47,4,18,36],abil:[50,51,11,41,12],follow:[17,11,41,12,26,29,14,44,28,27,47,4,18,38,13,34,51,36,37,53,24],alt:[2,20],disk:[13,18,36,41],multlinewidth:23,scr:28,articl:43,init:37,program:[40,1,48,14,49,45,27,18,21,51,37],smile:28,cgi:0,introduc:36,programmat:32,multlin:[28,23],vert:28,far:[0,39,41,16],varrho:28,prooblem:28,"1px":[9,28,53],verb:28,mechan:[39,26,15,45,27,17,48,37],difficult:[29,31,48],loadcomplet:[0,30,36,38],veri:6,preferredfont:34,list:[1,27,4,5,6,7,8,36,17,23,20,22,25,26,28,42,33,34,35,30,19,41,49,45,46,47,51,52],"_html":50,emul:50,adjust:[34,2,47,19,6,8,36],plain:28,small:[34,12,16,28,23,51],preceed:4,dimens:12,getalljax:[30,47],lll:28,tex:[1,2,4,5,6,7,8,10,11,12,17,18,23,20,21,24,25,28,30,31,32,34,35,36,38,13,40,41,43,45,47,50,51],zero:15,design:[31,2,3,13,21,8],pass:[0,11,12,26,39,15,45,27,46,17,29,51,30,37,24],overlin:28,further:[15,45,38,51],what:[0,3,28,5,10,36,12,18,19,20,21,25,26,42,33,34,30,4,31,41,46,47,50,51],sub:40,section:[2,13,5,36,7,4,11,12,19,20,23,24,25,29,32,33,8,30,28,31,34,42,46,50,52],advanc:[14,10,36,21],abl:[11,41,26,1,18,2,47,17,5,20,6,21,34,8,36],delet:34,version:[10,11,41,12,27,2,3,47,13,18,30,40,33,49,35,36,22,38],sup:28,method:[9,0,11,37,26,39,15,45,2,16,17,29,30,38,47,48,35,36,22,49],hasn:[0,35,11,22,16],full:[0,12,13,14,2,47,4,29,20,21,36],exectu:26,geqslant:28,modular:[21,31],ggg:28,standard:[13,41,43,28,17,18,21,50,51,36,53],modifi:[10,11,13,1,47,28,16,17,18,30,38,36,22],valu:[0,27,4,5,7,9,12,15,17,19,20,23,24,25,26,29,33,30,37,28,31,34,42,44,45,46,47,51,52,53],search:[21,10,30,3],sender:17,prior:[28,20],amount:[5,23,26],action:[0,40,26,39,30,15,45,2,28,16,17,29,27,38,43,33,48,51,36,47],mathjax_wikipedia:2,mml_htmlormml:[11,1,2,13,18,6,50,8,36],magnitud:50,llap:28,via:[0,1,27,13,5,11,12,16,17,18,38,49,24,26,2,33,34,36,37,31,41,45,51],shorthand:47,filenam:[11,36,2,29],href:[28,44,12],inappropri:17,emptyset:28,simbl:2,decrement:15,establish:13,select:[31,41,46,13,19,50,30],proceed:[45,44],x41:28,distinct:14,ctrl:20,regist:[0,30,39,43,27,17,48,38,35,36,22,51],rightsquigarrow:28,asn:51,taken:[17,28,45,50,47],imath:28,ispc:[30,27],vec:28,flat:28,diamond:28,desir:[37,41,2,13],mlongdiv:31,ital:[0,20],flag:20,aleph:28,particular:[9,0,30,41,26,39,43,15,53,28,18,29,48,50,51,36,37],known:45,upsilon:28,mathml3:31,cach:[17,36],showmathmenumsi:[13,19,12],none:[39,25,34,26,42,4,29,20,51,36],outlin:12,det:28,dev:3,widehat:28,remain:[13,43],paragraph:[28,5,51,47,18],caveat:[18,41],def:[28,23,37],deg:28,scan:30,myspan:44,challeng:13,registr:38,share:[18,36,41,3],templat:[8,36,1,6],succneqq:28,minimum:[30,34,12],unreli:11,explor:[0,12,28,2,46,16,13,29,20,50,51,36,24],phrase:[28,18],mathinput:47,huge:28,cours:[11,45,36,31],goal:21,awkward:37,secur:[41,2],rather:[0,27,28,5,7,11,12,15,17,18,38,20,21,49,24,26,36,37,4,31,41,45,47,48,50,51,53],anoth:[39,41,15,45,16,17,48,35,47,51,24],showmathmath:19,csc:28,snippet:[9,10,25,42,3,4,5,44,20,30],ddagger:28,stix:[34,12,43,28,5,41,51,36],showcontext:46,simpl:[50,44,20,16],css:[0,2,13,5,36,7,10,11,12,18,19,20,22,24,40,32,33,34,30,28,31,41,43,49,53,46,47,50,51,52],unabl:5,resourc:12,referenc:5,mtabl:13,variant:43,reflect:[27,47],vdash:28,mstack:31,impliedbi:28,associ:[51,41,26,49,29,19,34,35,30,22,38],welcom:3,mytim:29,lhd:28,footer:36,onto:[43,18,45,30,47],ambigu:14,caus:[0,40,41,46,39,49,45,31,28,16,4,18,30,23,20,29,17,51,36,47,38],callback:[0,40,26,39,14,15,45,27,47,17,29,38,43,48,30,49],firefox3:34,merror:53,unrhd:28,help:[10,11,41,3,18,46,50,36],soon:[36,2,20,47],trade:[50,36],through:[39,11,41,12,45,46,28,17,48,31,50,51,36,37,24],hierarchi:[36,41],paramet:[0,27,13,36,9,11,12,15,16,18,23,20,22,24,25,26,29,35,30,37,38,39,42,49,28,47],style:[9,0,34,12,10,43,44,28,27,46,16,4,5,19,20,33,51,30,49,53],arial:28,border:[9,28,53],x221a:31,processupdatetim:30,x221e:51,late:[43,2],isreadi:[40,27],pend:15,amsmathaddit:45,mathplay:[50,2,12,46,20],might:[0,11,41,29,45,31,3,17,18,23,51,36],alter:[4,47],good:[45,2,3],"return":[9,0,31,37,26,39,15,45,16,17,29,38,47,48,35,30,22,49],textstyl:28,hslash:28,getelementbyid:47,rlap:28,funciton:38,mathscr:28,unlik:[21,36,38],bigcup:28,ntriangleleft:28,iff:28,x2212:[18,51],fulli:[18,45,31],unicod:[28,5,31],x2211:51,forefox:2,subsystem:27,originaltext:49,weight:[44,37],hard:[41,12,3,13,18,36],realli:[29,20],nless:28,expect:[28,50,45,36,20],beyond:3,reduct:50,"try":[41,3,17,18,38,37],shortcom:48,skiptag:4,asynchorn:[45,47],print:[21,53,41],occurr:48,msie:[30,19,52],foreground:53,availablefont:[5,36,34],safari3:34,ast:28,offsetx:34,symbian:12,mml:[40,52,13,18,35,49,51],reason:[0,31,29,45,2,46,16,28,18,23,50,30,38],base:[11,41,1,48,14,27,2,50,5,40,49,21,34,36,37,38],typeet:47,sbe:27,put:[0,11,41,48,28,18,36,24],mathr:28,offseti:34,basi:[50,36,52],succnapprox:28,stanard:28,drupal:1,msbm10:18,showprocessingmessag:[20,24],perhap:[29,36],bumpeq:28,elementjax:[40,14,27,38,35,49],stixgener:28,getelementsbytagnam:2,assign:[4,29],major:[21,50,36,2],dont:51,boxplu:28,feel:3,exchang:43,lastnam:29,number:[0,1,13,5,36,11,12,16,18,44,20,49,23,26,29,35,30,38,40,41,22,45,50],fadeoutstep:5,done:[15,45,36,27,51],least:[50,30,36,51],blank:[39,26,47],stabl:[36,41],miss:[28,26],differ:[28,30,41,26,29,45,47,17,18,48,50,51,36,37],script:[0,1,27,4,36,6,8,9,11,12,17,18,38,20,22,2,28,32,35,30,13,41,49,45,47,50,51],interact:[21,18,51,36,49],smoother:5,construct:[45,51],statement:[45,26],illeg:[44,36,12],store:[9,39,11,34,12,26,49,45,47,29,30,40,32,35,36,22,51],option:[13,5,36,6,7,10,11,18,44,20,23,24,25,42,32,33,30,37,38,4,34,28,46,19,51,52],nleftarrow:28,triangleleft:28,ntrianglerighteq:28,selector:[53,20,16],tex2jax_process:4,part:[17,31,41,13,26,48,45,2,28,4,18,23,6,21,50,51,36,37],pars:[28,12],binom:28,cosh:28,kind:51,aaa:23,prebuilt:18,whenev:[39,31,41],remot:41,remov:[39,30,12,47,49,16,4,20,51,36,22],dtd:18,bridg:[11,49],arrang:26,ffff88:53,comput:[34,30,41],nleqslant:28,img:[25,53,2,4,42,44],preovid:28,packag:[43,36,41,32],expir:9,"null":[9,0,25,34,12,26,39,37,2,16,4,5,40,20,47,42,35,30,22,38,49],built:[10,11,2,50],equival:[9,26,45,47,13,29,44],lim:28,self:[18,31,12],ell:28,also:[2,3,13,9,4,11,14,16,17,18,19,20,49,26,29,34,36,37,28,31,41,43,46,47,48,51],brack:28,build:18,brace:28,distribut:[11,8,36,41,18],appendchild:[9,2],addel:9,reach:36,react:39,most:[13,40,41,12,1,43,27,53,2,17,18,38,26,50,36,37],plan:18,rho:28,alpha:28,rhd:28,vardelta:28,componet:[],clear:[39,34,26,27,16,17],tpl:1,exp:28,latest:[11,41,1,2,47,28,18,32,6,50,8,36],leftroot:28,cdata:12,nshortparallel:28,carefulli:[44,47],cdn:[11,41,12,1,2,47,28,18,32,6,50,8,36],finv:28,particularli:[13,50,41],rightleftarrow:28,font:[0,28,5,10,11,12,16,18,44,20,21,23,34,36,19,41,43,53,46,47,48,51],find:[36,3,47,5,32,6,50,51,30],preremoveclass:20,execut:[0,26,15,45,27,17,29,51,36],pretti:41,solut:[18,51,41,3],delayedx:26,"public":41,queu:[15,45,36,26,39],factor:[19,34,12,20],noerror:[13,18,28],tagsid:[23,24],precnsim:28,express:[17,39,45,4,23,20],strut:28,nativ:[31,14,2,13,19,21,50,51,52],mainten:11,greasemonkei:[36,2],konqueror:[50,30],restart:[4,15,45,36,41],ie9:[50,41,12],ie8:[50,12],ie7:50,acut:28,vmatrix:28,common:[10,11,1,18,43,44,28,31,13,5,30,38,36],set:[0,27,4,5,7,9,11,12,13,16,17,18,19,20,49,23,24,25,26,2,28,29,30,32,33,34,36,37,39,40,41,42,43,44,45,46,47,48,51,52,53],overrightarrow:28,startup:[10,40,12,27,45,2,47,17,30,38,20,36],see:[0,27,3,4,5,6,8,11,12,13,15,17,18,19,20,24,25,26,28,29,30,32,33,34,35,36,39,31,41,42,43,45,46,47,48,50,51,53],sec:28,arg:28,ams_hml:36,disadvantag:50,langl:28,inconveni:11,someth:[28,41,3,47,4,18,20],particip:3,won:[45,36,41,12],subscript:[28,12],experi:20,altern:[28,0,51,37,29],numer:[30,31],complement:28,javascript:[0,1,2,13,5,6,10,11,14,17,18,23,20,21,49,24,26,28,29,33,8,36,37,19,40,34,43,44,45,46,47,48,50,51,53],isol:12,mailbox:[17,43],bmatrix:28,consumpt:12,distinguish:35,longrightarrow:28,errat:36,classnam:2,popul:27,varsigma:28,last:[0,41,26,15,53,28,30,24],delimit:[28,11,12,4,18,51,36],hyperlink:51,event:[0,12,43,2,47,17,48,20,51],nvdash:28,context:[4,46,20,26],overset:28,hbar:28,whole:[25,48,47,4,42,30],load:[0,1,27,13,8,10,11,12,15,16,17,18,38,20,21,22,26,2,28,29,30,32,35,36,39,40,41,43,45,47,48,50,51],markdown:51,simpli:[13,11,41,26,42,15,28,47,4,29,30,25,20,21,36,38,32],point:[28,15,36,18],instanti:37,schedul:29,usemathmlspac:7,header:[36,41,1,6],suppli:[30,49,26],simplu:38,mistak:44,zeta:28,laod:38,gneq:28,devic:[11,36,12],due:11,empti:[40,34,26,45,27,20,51],otherwis:[0,40,26,28,16,13,18,30,6,50,36,37],dur:30,strategi:50,invis:41,fire:[27,36,2,29],imag:[11,41,12,42,44,2,4,5,25,21,34,36],coordin:[15,45,51],understand:[13,51],demand:13,urcorn:28,convers:28,blacksquar:28,bbfont:[],solid:[9,28,53],pitchfork:28,lvert:28,"while":[9,0,11,41,18,52,45,2,28,17,5,31,20,48,50,51,36,39],blacktriangleleft:28,nprec:28,abov:[9,28,11,41,12,26,18,45,2,47,4,5,20,29,50,34,36,37],circlearrowright:28,mbox:28,everyon:17,loop:[23,49],pack:12,subsect:38,measuredangl:28,vartriangl:28,eqslantless:28,biguplu:28,itself:[39,11,41,26,15,45,31,27,28,17,53,30,40,20,49,51,36,37,38,24],overleftarrow:28,limit:[9,0,31,28,23,36],rightarrow:28,xleftarrow:28,shorten:16,shorter:12,redisplai:16,attibut:53,conflict:[51,12],upuparrow:28,optim:[50,12],domin:43,alert:[17,29,45,26],jsmath2jax:[25,12,24,32],hander:[],pulicis:39,user:[2,3,13,5,10,16,17,18,19,20,21,26,32,33,34,36,28,31,41,46,47,50,51],robust:[17,43],stack:23,recent:[21,2],lower:[40,12,27,16,28,20],task:28,older:[36,41],entri:[43,15,53,12],searchabl:21,ngeqq:28,textit:28,curvearrowleft:28,normals:28,scriptsiz:28,fallingdotseq:28,explan:18,rvert:28,obscur:[12,16],press:20,amp:[28,12],regardless:47,cup:28,blacklozeng:28,ffeeee:28,notifi:17,input:[2,13,36,6,7,35,11,12,17,18,23,20,22,24,40,32,8,30,37,38,28,31,43,49,45,47,50,51],subsequ:[28,38],oslash:28,trueli:47,march:10,format:[10,11,34,43,44,28,13,18,19,20,49,21,50,35,31,22,51],big:[28,41,24],moodl:1,tomathml:[13,49],game:28,insert:[25,26,2,4,42,38,20,6,8,30,22,51],bit:[19,37],diagup:28,semi:53,varkappa:28,signal:[39,40,26,48,14,27,17,29,30,38,43,36],altough:29,resolv:12,collect:[29,45,49,53,26],api:[14,10,21,18],mathrel:28,swarrow:28,scrip:11,gtrless:28,lastest:3,creation:[35,27],some:[1,2,13,5,36,11,14,15,17,18,19,20,21,22,24,26,29,34,35,30,37,38,28,31,41,49,45,47,50,51,52],back:[5,41,49],emph:28,global:[14,50,40,26,47],urgent:36,sampl:[41,48,53,27,47,17,18,20,50],instal:[10,11,41,12,18,50,28,5,6,21,34,36],scale:[21,19,34,12,20],flux:45,delimt:[],substitut:23,mathemat:[0,2,4,5,6,35,36,12,17,18,19,20,21,22,23,25,28,42,32,33,34,8,30,38,13,31,41,43,49,45,46,47,50,51],larg:[28,0,36,11],temprorari:[],slash:[],prod:28,reproduc:47,sqsubseteq:28,tex2jax:[13,11,12,28,31,2,47,4,18,40,20,51,36,24],machin:[43,41],garamond:28,previou:[29,39,45,26,16],run:[0,2,4,5,7,36,15,17,18,19,23,25,26,27,42,34,30,39,31,41,29,45,47,48,50,51,52],doteqdot:28,odot:28,step:[5,51,27,1,18],hookleftarrow:28,varsubsetneq:28,impor:[],impos:41,ngeqslant:28,reappear:16,materi:[12,47],dialog:12,rangl:28,succcurlyeq:28,gamma:28,file3:45,file2:[0,45],file1:[0,45],file4:45,bmod:28,msam10:18,prec:28,isjax:30,chang:[11,41,12,1,47,2,46,16,18,30,19,34,51,36,49,23],announc:48,triangl:28,question:[18,38,3],fast:[11,36,12],custom:[13,12,16,28,18,21,50],adjac:12,perp:28,includ:[0,1,27,4,5,7,11,12,13,14,17,18,23,20,21,24,25,26,2,28,29,30,31,32,33,34,35,36,38,19,40,41,42,44,45,46,47,50,51,52,53],suit:[5,36,11,31,18],nativemml:[31,52,46,13,19,50,51,22,24],overleftrightarrow:28,ulcorn:28,properli:[9,0,11,41,12,18,49,45,2,47,5,31,29,30,37],poster:39,atop:28,loadhook:[0,30,29],serif:[28,0,53],link:[11,41,12,1,18,14,5,48,36],translat:[51,35,38,22,12],delta:28,line:[28,11,41,12,1,27,31,2,4,18,25,50,51,36,24],enspac:28,rmoustach:28,qquad:28,divideontim:28,geqq:28,similar:[48,41,26],enlarg:33,constant:[17,23],doesn:[13,41,26,49,28,2,17,20,34,36,37],repres:[9,25,18,53,16,4,5,44,20,21,42,22,51],mathdiv:[9,29,45,47],tbinom:28,home:0,constortium:[],phantom:28,iiint:28,titl:[18,47],sequenti:[48,45,27],invalid:[28,44],llcorner:28,toaudibl:49,bracket:[28,44,20],shoveleft:28,xrightarrow:28,department:41,supseteq:28,nice:2,delayclear:34,msup:[18,51],alttext:42,varsubsetneqq:28,eval:26,newcommand:28,svn:[18,11,41],rightharpoonup:28,land:28,mimetyp:[49,35,38,22],svg:[51,12],supseteqq:28,liminf:28,depth:28,dot:28,leak:49,scroll:8,prototyp:37,code:[0,2,3,4,36,6,9,10,11,13,15,17,18,19,20,25,26,27,28,29,30,39,40,42,43,44,45,47,48,53],partial:28,queri:51,tiddlywiki:1,edu:41,privat:[48,38,41],elsewher:47,send:[17,39,36],becam:43,sens:51,sent:[17,39,30,43],actiontyp:34,unzip:41,gnsim:28,xxxxxxxx:[18,41],mous:[51,46,34,12,33],tri:[28,0,11,34],ischrom:30,mathit:28,button:41,geograph:36,fewer:13,nleq:28,userscript:2,maction:[34,12],pleas:[44,3],impli:[28,31],smaller:[13,0,12],fortun:17,arctan:28,natur:[21,18,28,41,51],varupsilon:28,download:[0,11,41,12,5,18,20,51,36],fullnam:29,hspace:28,click:[41,46,13,19,20,33,6,34,51,36],append:[9,41],compat:[43,50,36,12,20],index:[18,41,1],access:[39,41,12,1,29,49,45,46,28,13,18,21,36,37],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,51,52,53],backprim:28,vargamma:28,closur:[29,26,47],leq:28,let:[11,41,44,2,46,18,31,50,30,52],sinh:28,becom:[11,41,26,45,3,17,31,37],sinc:[0,28,36,11,12,13,15,17,18,19,20,23,26,30,37,39,31,45,47,48,50,51,53],tex4ht:51,rtime:28,convert:[10,31,26,28,2,16,4,32,21,51,22],sqcap:28,larger:[13,18,51,36],technolog:[21,13,36,3],zscale:20,circledast:28,typic:[4,28,35,36,41],honor:41,chanc:[4,17,39,18],firefox:[41,12,2,50,30,52],rgroup:28,appli:[28,37,36,41],iskonqueror:30,lessgtr:28,"boolean":30,smallmatrix:28,cloud:[11,36],from:[0,1,27,4,8,10,11,12,16,17,18,23,20,22,25,2,28,29,30,32,34,35,36,37,38,39,40,41,42,49,45,46,47,50,51],zip:[18,41,12],commun:[17,10,3,18],chi:28,doubl:[13,23,36,20,33],upgrad:[5,41,3,10],varphi:28,next:[28,48,49,47],implic:41,few:[28,18,41,32],msqrt:[18,51],bowti:28,simpler:16,newmath:47,src:[13,11,1,42,44,45,2,28,4,18,30,25,32,47,6,50,8,36],nsubseteq:28,doublebarwedg:28,projlim:28,"4ac":18,actual:[9,0,30,26,47,15,45,28,17,29,31,20,35,36,22],versionatleast:30,account:9,alik:2,retriev:9,augment:[37,35,38,22],aperson:29,thin:23,control:[13,25,41,18,28,53,46,50,4,5,30,19,20,33,42,34,7,36,52,23],tau:28,tar:41,process:[0,2,4,9,10,11,12,15,16,17,18,23,20,22,24,25,27,28,29,30,32,35,36,38,13,31,42,49,45,47,50,51,52],dfrac:28,preformat:12,high:[21,50,51],tag:[1,27,28,36,6,11,12,17,18,44,20,22,23,24,2,42,32,35,30,4,31,41,49,47,51],tan:28,prece:29,delai:[0,30,34,13,26,39,46,16,17,20,33,36],fontwarns:53,gcd:28,pure:31,getelementsbytagnamen:2,subdirectori:[41,35,22,49],instead:[28,11,41,12,29,15,45,47,17,18,51,36],class4:37,class2:37,sin:28,sim:28,class1:37,simplesup:37,frac:28,overridden:[34,22,16,38,49,35,37],mspace:[28,18,31,12],anothermethod:37,frak:28,filtertext:16,redund:[37,20],essenti:[13,28,51,36,37],light:[28,37],correspond:[30,36,34,32],element:[27,13,5,9,4,36,12,17,18,44,22,25,39,42,40,35,30,37,28,31,34,49,45,47,48,51,53],issu:[0,31,3,16,20,51,36],unaccept:50,allow:[1,2,28,11,12,16,17,18,44,20,21,23,29,33,34,36,37,39,31,41,43,45,46,19,53],fallback:[34,41],mjx:9,fastest:50,nonumb:[],move:[34,11,41],nsucc:28,comma:[53,2,28,20,36,24],dagger:28,mathjax_tooltip:34,movabl:[8,1],chosen:50,coth:28,varxi:28,therefor:28,pixel:34,multimap:28,crash:20,greater:28,handl:[0,11,12,28,43,45,31,2,40,17,5,30,19,48,36,52,38],supsetneq:28,nokia:12,innermost:44,dai:9,automat:[28,15,45,16,4,18,38,50,51,36,37],front:[13,12],successor:32,gggtr:28,sourceel:[17,49,22,47],anyth:[17,24,3],edit:[36,1,6],smallfrown:28,mode:[28,41,12,4,18,32,50,34,51],varomega:28,"2em":28,genfrac:28,subset:28,delaypost:34,nointerest:39,meta:50,"static":37,our:[11,41,12,3,18,8],meth:38,ie6:34,special:[28,30,29,53,4,18,31,20,48,21,50,51,36],out:[0,11,41,45,17,5,19,50,34,51],variabl:[40,26,14,2,27,47,28,29,37],lesseqqgtr:28,reflow:12,categori:45,rel:[0,19,34,12],moveabl:[8,1],merg:[9,30],ref:30,red:[28,18,44],negthinspac:28,nsucceq:28,insid:[12,1],workflow:31,manipul:47,eqslantgtr:28,releas:[18,36,2,41],bleed:12,indent:[23,20],could:[0,11,29,14,45,3,28,17,18,30,31,47,51,36,49],ask:[3,47,18,23,51,36],succ:28,keep:[11,41,1,43,47,28,18,50,51,36],gtreqqless:28,length:[2,26],outsid:[4,50],"0em":20,uproot:28,unexpectedli:[28,18],rbrace:28,blogger:1,rbrack:28,precapprox:28,spadesuit:28,date:[11,36,41,12,18],uplu:28,clubsuit:28,bigsqcup:28,suffic:18,"long":[28,18,45,12,46],start:[0,11,41,26,10,44,45,27,48,28,17,18,38,20,6,8,36,39,51],unknown:31,system:[41,1,18,3,28,5,21,50],messag:[0,11,41,43,13,18,14,28,27,16,17,5,40,20,48,30,39,38],attach:[17,39,48],termin:4,iota:28,rsh:28,supset:28,"1em":31,gtreqless:28,hdashlin:28,exactli:50,blind:51,ipad:12,gtrdot:28,subsetneq:28,structur:[0,40,26,29,43,47,17,18,30,36,24],charact:[28,31,34,12,53,4,5,23,20,51],htaccess:41,seriou:51,disrtibut:11,bet:41,exhibit:41,"function":[0,26,39,43,15,45,2,28,17,29,27,47,48,51,30,37],biggl:28,biggm:28,rrightarrow:28,unkown:30,lightli:50,tabl:31,close:[31,12,18,3,13,5,24],turn:[9,39,11,13,26,4,19,31],biggr:28,min:28,mid:28,which:[1,27,4,8,11,12,13,16,17,18,23,20,22,24,25,26,2,28,29,30,31,32,33,34,35,36,37,39,40,41,42,44,45,47,49,50,51,53],hbox:28,mit:28,singl:[0,11,12,26,47,14,45,28,4,18,40,48,21,36,53],declaremathoper:28,mathjax_preview:[25,53,4,42,20,51],x22d6:28,unless:[18,12,26,50],who:[17,39,3],eight:50,leftthreetim:28,comparison:[45,30],"class":[37,39,40,12,26,14,15,28,4,38,20,49,35,22,51,32],underset:28,placement:12,url:[0,11,41,12,2,46,13,18,36],gather:28,request:[0,12,39,45,27,28,17,29,50,36],face:[34,3,5,23,41,24],inde:[2,24],movablelimit:12,nmid:28,determin:[36,34,1,27,28,19,20,30],starup:[],occasion:36,fact:[39,11,38],backsimeq:28,mathjax_messag:16,leftarrowtail:28,verbos:[43,29,20],perfom:48,perfor:50,bracevert:28,woth:31,curlyeqsucc:28,inlin:[4,18,11],locat:[0,11,41,18,27,47,4,5,30,25,20,17,42,36,22,51,32],jax:[2,13,36,7,11,12,14,17,23,20,22,24,27,32,35,30,37,38,19,40,34,43,49,53,47,50,51,52],vartriangleright:28,forev:2,should:[2,13,36,6,8,4,11,15,18,23,20,22,25,26,28,29,32,35,30,38,39,31,41,42,44,45,47,50,52,53],imagefont:[5,34],vartriangleleft:28,suppos:[29,11,47],"5px":9,triangleright:28,"5pt":18,local:[41,26,18,45,2,47,5,20,36],hope:[5,11],precsim:28,notat:[43,28,18,21,51,36],looparrowright:28,increas:[11,12],bigstar:28,leqslant:28,smash:28,enabl:[28,11,1,4,18,6,8,36],organ:51,frown:28,stuff:30,integr:1,contain:[0,1,2,4,5,9,36,13,14,15,16,17,18,38,20,49,25,26,28,29,34,30,39,40,41,42,45,47,51,53],typset:[],conform:18,coooki:9,frame:16,apolog:11,temporarili:16,troubl:18,issafari:30,asynchron:[0,40,26,39,43,15,45,17,29,48,30],statu:[0,41,29],error:[0,11,28,31,2,3,13,18,38,20,35,30,22],jmath:28,pattern:[4,20],gtrsim:28,favor:11,state:45,quickest:18,theta:28,neither:[5,44],equiv:[28,50],omicron:28,nshortmid:28,kei:[9,0,26,39,15,17,20,30],entir:[30,36,47],closebox:5,ker:28,thumb:45,skipstartuptypeset:20,plugin:[1,46,20,6,21,50,51],admin:[8,6],nabla:28,equal:[45,30,37],gnapprox:28,etc:[28,45,36,20,47],eta:28,equat:[13,25,41,12,42,28,47,4,18,23,20,50,21,34,51,49],futher:50,class3:37,eth:28,limiti:41,lmoustach:28,onchang:47,comment:[12,53,13,18,20,36],varnoth:28,arriv:[17,48],solv:[36,2],arguement:29,sqcup:28,quit:47,showfontmenu:46,"55em":28,quotat:53,bbb:28,sqsupseteq:28,treat:[28,18],immedi:[0,15,45,27,47,17,36],smallsetminu:28,both:[0,11,12,29,43,45,27,13,18,30,31,20,6,8,36,37],alignat:28,varsupsetneq:28,otf:[41,12],psi:28,togeth:[11,26,45,13,31,30],injlim:28,present:[39,31,3,5,20,36],twoheadrightarrow:28,multi:28,iscallback:26,displaylin:28,align:[28,31,20],contextu:[10,31,34,46,13,19,20,33,51,49],studentdisplai:47,defin:[28,11,34,33,18,27,45,2,46,13,5,30,19,38,20,29,53,36,37,23,24],glossari:[43,10],layer:[12,1],almost:28,curvearrowright:28,site:[11,41,1,13,18,20,21,8,36],archiv:[18,41],substanti:[11,36],revis:41,halt:48,curlywedg:28,displaystyl:[28,47],parti:17,cross:41,sqrt:[28,18,51],getx:37,extensiondir:38,oint:28,android:12,cssid:[28,12],curlyve:28,phi:28,http:[11,41,1,2,46,47,28,18,32,6,50,8,36],lleftarrow:28,"8em":[28,23],effect:[15,45,2],mrow:[18,51,31],student:47,php:[1,6],trake:3,executehook:[39,26],off:[28,12,13,48,19,50,36],center:[28,20],well:[13,41,26,29,53,3,47,17,18,38,20,48,50,36],exampl:[0,2,3,4,5,7,9,11,12,15,17,18,23,20,22,24,25,26,39,28,29,30,31,32,33,34,35,36,37,19,40,41,42,44,45,46,47,48,49,50,51,52,53],command:[30,41,26,43,15,45,27,47,28,31,20,36],choos:[28,18,50],undefin:[28,18,26,29],setx:37,subsetneqq:28,sibl:12,usual:[26,29,45,28,5,38,20,51,36],curlyeqprec:28,paus:41,less:[28,41,4,18,51,30],natiov:[],obtain:[11,41,47,13,18,20,51,36,22],mistaken:51,mathclos:28,mathoutput:47,simultan:[45,27],web:[10,11,41,12,1,18,27,45,2,28,17,5,32,47,48,21,34,51,36,39,49],current_them:1,smith:29,textbf:28,cdotp:28,atopwithdelim:28,book:43,match:[4,39,34],webpag:32,piec:12,varpropto:28,punctuat:12,know:[39,29,2,17,18,35,36,22,51],cfrac:28,mathinn:28,recurs:[30,12],mho:28,nofont:5,like:[2,28,4,12,15,16,17,18,21,24,26,29,32,35,36,39,31,41,43,45,47,48,50,51,53],lost:29,messagehook:[17,39,30],necessari:[21,18,30,36,49],page:[1,27,4,5,6,9,10,11,12,13,14,16,17,18,19,20,21,49,25,2,28,29,30,32,34,8,36,39,31,41,42,45,46,47,48,50,51],captur:43,settext:9,linux:30,bigve:28,"export":49,superclass:37,proper:[39,30],guarante:[0,45,47,15],librari:[14,45,40,41],glyph:[43,28],kern:28,assum:47,avoid:[11,12,28,44,20,51,31],tooltip:34,leav:[9,23,52,47],doublecap:28,supsetneqq:28,preload:[0,18],twoheadleftarrow:28,daleth:28,upharpoonright:28,journal:43,usag:10,host:[11,36],sphericalangl:28,although:[14,39,41,52],offset:34,panel:28,varepsilon:28,about:[39,11,41,12,26,18,28,3,13,17,5,30,19,20,29,48,34,51,36,47],ams_html:[28,11,47,13,32,36],rare:45,column:23,mathajx:11,mod_head:41,mapsto:28,constructor:37,fals:[39,34,12,13,28,2,46,4,19,20,7,30,37,24],bigoplu:28,eqalign:28,own:[11,41,12,18,14,45,3,28,5,48,50,35,36,22,51,24],amsmath:[28,11,45,13,18,23,36],circledr:28,reprocessor:31,maxbuff:23,bigtriangledown:28,guard:20,vphantom:28,circlearrowleft:28,dcocument:30,transfer:[18,41],support:[10,11,34,12,18,27,28,31,2,3,40,13,5,19,21,50,51,36,52],much:[17,43,36,50,48],bigcap:28,tracker:[18,3],arg1:29,"var":[9,26,45,2,47,17,29,37],stai:36,arg2:29,deliveri:[18,12],propto:28,unexpect:[19,20],precnapprox:28,studentansw:47,bodi:[0,11,47,18,35,36,22],gain:[50,46],lgroup:28,bug:[9,11,41,12,3,16,18,20,51,36],count:2,made:[41,45,3,48,51,49,24],bbbk:28,whether:[28,25,34,42,2,46,47,4,29,30,19,20,7,36,52],wish:[11,18,53,2,3,28,29,30,50,36],displai:[28,5,9,10,12,16,17,18,23,20,21,49,25,32,33,36,4,31,41,22,46,47,51],substack:28,underleftrightarrow:28,mathord:28,gtrapprox:28,below:[1,28,5,7,9,36,18,23,20,22,25,42,33,50,34,35,30,4,41,44,46,48,49,19,51,52],sideset:28,"_htmlormml":50,problem:[11,41,12,29,2,3,28,18,50,51,36],x03c0:51,"int":[9,29,28],dure:[12,26,17,38,30,49],novemb:11,implement:[9,0,11,13,14,28,17,29,38,50,51,31,37],nolimit:28,inf:28,rightleftharpoon:28,probabl:[17,29,36,1],oplu:28,helpurl:46,immateri:45,percent:[19,34],detail:[0,4,5,36,6,10,11,12,13,15,17,18,19,20,25,26,28,42,32,33,34,8,30,39,31,41,45,46,47,48,50,51],lesseqgtr:28,other:[0,1,27,4,36,11,12,13,15,16,17,18,19,20,21,49,26,28,29,32,34,30,37,38,39,31,41,43,45,47,48,50,51,52],futur:[0,3,16,17,48,50,49],branch:[36,41],varieti:51,downlaod:[21,12],removeaft:5,mehtod:38,repeat:[41,1],star:28,liter:4,thicksim:28,msgroup:31,matrix:28,sphinx:1,scientif:43,reliabl:[11,36,2,50],rule:[28,5,45,7,20],mathjax_mathml:2,portion:47,eot:41},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 Movable Type","The MathJax.HTML Object","MathJax Documentation","Migrating from MathJax v1.0 to v1.1","What’s New in MathJax v1.1","Common Configurations","The MathJax API","The MathJax.Callback.Queue Class","The MathJax.Message Object","Using Signals","Getting Started","The NativeMML output processor","The Core Configuration Options","What is MathJax?","The MathJax.OutputJax Class","The TeX input processor","Configuration Objects","The jsMath2jax Preprocessor","The MathJax.Callback Class","The MathJax Startup Sequence","MathJax TeX and LaTeX Support","Using Callbacks","The MathJax.Hub Object","MathJax MathML Support","Converting to MathJax from jsMath","The MathZoom extension","The HTML-CSS output processor","The MathJax.InputJax Class","Loading and Configuring MathJax","The MathJax Object-Oriented Programming Model","The Base Jax Class","The MathJax.Callback.Signal Class","The MathJax variable","Installing and Testing MathJax","The mml2jax Preprocessor","Glossary","Describing HTML snippets","Using Queues","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 MMLorHTML configuration options","CSS Style Objects"],objnames:{"0":"Python method"},filenames:["api/ajax","platforms/index","dynamic","community","options/tex2jax","options/FontWarnings","platforms/wordpress","options/MathML","platforms/movable-type","api/html","index","upgrade","whats-new","config-files","api/index","api/queue","api/message","signals","start","options/NativeMML","options/hub","mathjax","api/outputjax","options/TeX","options/index","options/jsMath2jax","api/callback","startup","tex","callbacks","api/hub","mathml","jsMath","options/MathZoom","options/HTML-CSS","api/inputjax","configuration","api/object","api/jax","api/signal","api/variable","installation","options/mml2jax","glossary","HTML-snippets","queues","options/MathMenu","typeset","synchronize","api/elementjax","output","model","options/MMLorHTML","CSS-styles"]}) +\ No newline at end of file diff --git a/docs/source/config-files.rst b/docs/source/config-files.rst @@ -160,8 +160,8 @@ The ``Accessible`` configuration file ================================================ This configuration file is essentially the same as -``TeX-AMS-MML_HTMLorMML`` except that it includes configuration that is -designed for assitive technology, particularly for those with visual +``TeX-AMS-MML_HTMLorMML`` except that it includes options that are +designed for assistive technology, particularly for those with visual challenges. It is equivalent to the following configuration: .. code-block:: javascript @@ -178,7 +178,7 @@ challenges. It is equivalent to the following configuration: errorSettings: { message: ["[Math Error]"] } }); -This turns off the MathJax contextual Message for Internet Explorer, since +This turns off the MathJax contextual menu for Internet Explorer, since it can interfere with some screen readers. It also sets the zoom trigger to double-click, so that readers can see a larger version of the mathematics but double-clicking on any equation. diff --git a/docs/source/options/HTML-CSS.rst b/docs/source/options/HTML-CSS.rst @@ -32,7 +32,7 @@ would set the ``preferredFont`` option to the :term:`STIX` fonts. .. describe:: minScaleAdjust: 50 - This gives a minimum scale (as a percent) for the scaling used my + This gives a minimum scale (as a percent) for the scaling used by MathJax to match the equation to the surrounding text. This will prevent MathJax from making the mathematics too small. @@ -57,7 +57,7 @@ would set the ``preferredFont`` option to the :term:`STIX` fonts. This is the web-based font to use when none of the fonts listed above are available on the user's computer. Note that currently only the `TeX` font is available in a web-based form (they are - stored in the ``fonts/HTML-CSS`` folder in the MathJax directory. + stored in the ``fonts/HTML-CSS`` folder in the MathJax directory). Set this to ``null`` to disable web fonts. .. describe:: imageFont: "TeX" @@ -65,7 +65,7 @@ would set the ``preferredFont`` option to the :term:`STIX` fonts. This is the font to use for image fallback mode (when none of the fonts listed above are available and the browser doesn't support web-fonts via the ``@font-face`` CSS directive). Note that currently - only the TeX font is available as an image font (they are stores + only the TeX font is available as an image font (they are stored in the ``fonts/HTML-CSS`` directory). Set this to ``null`` if you want to prevent the use of image fonts diff --git a/docs/source/options/MMLorHTML.rst b/docs/source/options/MMLorHTML.rst @@ -20,7 +20,7 @@ in your :meth:`MathJax.Hub.Config()` call. For example } }); -would set the ``prefer`` option so that Opera browser would prefer +would set the ``prefer`` option so that the Opera browser would prefer MathML to HTML-CSS output (while leaving the settings for other browsers unchanged). diff --git a/docs/source/options/MathMenu.rst b/docs/source/options/MathMenu.rst @@ -35,7 +35,7 @@ would set the ``delay`` option to 600 milliseconds. .. describe:: showRenderer: true This controls whether the "Math Renderer" item will be displayed in - the the "Settings" submenu of the mathematics contextual menu. It + the "Settings" submenu of the mathematics contextual menu. It allows the user to change between the `HTML-CSS` and `NativeMML` output processors for the mathematics on the page. Set to ``false`` to prevent this menu item from showing. @@ -43,9 +43,9 @@ would set the ``delay`` option to 600 milliseconds. .. describe:: showContext: false This controls whether the "Contextual Menu" item will be displayed - in the the "Settings" submenu of the mathematics contextual menu. + in the "Settings" submenu of the mathematics contextual menu. It allows the user to decide whether the MathJax menu or the - browser's default contextual manu will be shown when the context + browser's default contextual menu will be shown when the context menu click occurs over mathematics typeset by MathJax. (The main reason to allow pass-through to the browser's menu is to gain access to the MathPlayer contextual menu when the NativeMML output @@ -56,7 +56,7 @@ would set the ``delay`` option to 600 milliseconds. .. describe:: showFontMenu: false This controls whether the "Font Preference" item will be displayed - in the the "Settings" submenu of the mathematics contextual menu. + in the "Settings" submenu of the mathematics contextual menu. This submenu lets the user select what font to use in the mathematics produced by the `HTML-CSS` output processor. Note that changing the selection in the font menu will cause the page to diff --git a/docs/source/options/NativeMML.rst b/docs/source/options/NativeMML.rst @@ -18,13 +18,13 @@ in your :meth:`MathJax.Hub.Config()` call. For example } }); -would set the ``sale`` option to 105 percent. +would set the ``scale`` option to 105 percent. .. describe:: scale: 100 The scaling factor (as a percentage) of math with respect to the surrounding text. Since the `NativeMML` output relies on the - browser's natiove MathML support, MathJax does not control the + browser's native MathML support, MathJax does not control the font size used in the mathematics. You may need to set this value to compensate for the size selected by the browser. The user can also adjust this value using the contextual menu item associated @@ -49,7 +49,7 @@ would set the ``sale`` option to 105 percent. There is a separate menu setting for MSIE since the code to handle that is a bit delicate; if it turns out to have unexpected - consequences, you can turn it off without turing off other the + consequences, you can turn it off without turning off the menu support in other browsers. .. describe:: styles: {} diff --git a/docs/source/options/TeX.rst b/docs/source/options/TeX.rst @@ -47,7 +47,7 @@ to be defined within the TeX input processor. This lists macros to define before the TeX input processor begins. These are name:value pairs where the `name` gives the name of the TeX macro to be defined, and `value` gives the replacement text for the - macro. The `value` canbe an array of the form `[value,n]`, where + macro. The `value` can be an array of the form `[value,n]`, where `value` is the replacement text and `n` is the number of parameters for the macro. Note that since the `value` is a javascript string, backslashes in the replacement text must be doubled to prevent them @@ -64,12 +64,12 @@ to be defined within the TeX input processor. would ask the TeX processor to define two new macros: ``\RR``, which produces a bold-face "R", and ``\bold{...}``, which takes one - parameter and set it in the bold-face font. + parameter and sets it in the bold-face font. .. describe:: MAXMACROS: 10000 Because a definition of the form ``\def\x{\x} \x`` would cause MathJax - to loop infinitely, the `MAXMACROS` constant will limit the nuber of + to loop infinitely, the `MAXMACROS` constant will limit the number of macro substitutions allowed in any expression processed by MathJax. .. describe:: MAXBUFFER: 5*1024 @@ -78,4 +78,4 @@ to be defined within the TeX input processor. infinitely, and at the same time stack up lots of a's in MathJax's equation buffer, the `MAXBUFFER` constant is used to limit the size of the string being processed by MathJax. It is set to 5KB, which should - be sufficient for any reasonable equation. -\ No newline at end of file + be sufficient for any reasonable equation. diff --git a/docs/source/options/hub.rst b/docs/source/options/hub.rst @@ -52,11 +52,11 @@ behavior of MathJax. They are given with their default values. are not using one of the preprocessors, you need to insert something extra into your HTML file in order to avoid a bug in Internet Explorer. IE removes spaces from the DOM that it thinks - are redundent, and since a ``<script>`` tag usually doesn't add + are redundant, and since a ``<script>`` tag usually doesn't add content to the page, if there is a space before and after a MathJax ``<script>`` tag, IE will remove the first space. When MathJax inserts the typeset mathematics, this means there will be - no space before it and the preceeding text. In order to avoid + no space before it and the preceding text. In order to avoid this, you should include some "guard characters" before or after the math SCRIPT tag; define the patterns you want to use below. Note that these are used as regular expressions, so you will need @@ -81,14 +81,14 @@ behavior of MathJax. They are given with their default values. .. describe:: preRemoveClass: "MathJax_Preview" - The CSS class for a math preview to be removed preceeding a - MathJax SCRIPT tag. If the tag just before the MathJax - ``<script>`` tag is of this class, its contents are removed when - MathJax processes the ``<script>`` tag. This allows you to - include a math preview in a form that will be displayed prior to - MathJax performing its typesetting. It also avoids the Internet - Explorer space-removal bug, and can be used in place of ``preJax`` - and ``postJax`` if that is more convenient. + This is the CSS class name for math previews that will be removed + preceding a MathJax SCRIPT tag. If the tag just before the + MathJax ``<script>`` tag is of this class, its contents are + removed when MathJax processes the ``<script>`` tag. This allows + you to include a math preview in a form that will be displayed + prior to MathJax performing its typesetting. It also avoids the + Internet Explorer space-removal bug, and can be used in place of + ``preJax`` and ``postJax`` if that is more convenient. For example @@ -103,7 +103,7 @@ behavior of MathJax. They are given with their default values. .. describe:: showProcessingMessages: true - This value controls whether the `Processing Math: nn%` message are + This value controls whether the `Processing Math: nn%` messages are displayed in the lower left-hand corner. Set to ``false`` to prevent those messages (though file loading and other messages will still be shown). @@ -128,10 +128,10 @@ behavior of MathJax. They are given with their default values. .. describe:: delayStartupUntil: "none" - Normally MathJax will perform its starup commands (loading of + Normally MathJax will perform its startup commands (loading of configuration, styles, jax, and so on) as soon as it can. If you expect to be doing additional configuration on the page, however, - you may want to have it wait until the page's onload hander is + you may want to have it wait until the page's onload handler is called. If so, set this to ``"onload"``. You can also set this to ``"configured"``, in which case, MathJax will delay its startup until you explicitly call :meth:`MathJax.Hub.Configured()`. See @@ -195,7 +195,7 @@ behavior of MathJax. They are given with their default values. than simply crash, MathJax can report an error and go on. The options you can set include: - .. describe:: message: ["[Math Processing Error"]] + .. describe:: message: ["[Math Processing Error]"] This is an HTML snippet that will be inserted at the location of the mathematics for any formula that causes MathJax to @@ -217,4 +217,4 @@ behavior of MathJax. They are given with their default values. explicit configuration in the event that the `jax` array is empty after configuration is complete. If you really intend that array to be empty, set this flag to ``false``. Note that setting this to false - does **not** cause a default configuration file to be loaded. -\ No newline at end of file + does **not** cause a default configuration file to be loaded. diff --git a/docs/source/options/index.rst b/docs/source/options/index.rst @@ -42,7 +42,7 @@ For example, }); is a configuration that includes two settings for the MathJax Hub (one -for `showProcessingMessages` and one of the `jax` array), and a +for `showProcessingMessages` and one for the `jax` array), and a configuration object for the TeX input processor. The latter includes a setting for the TeX input processor's `TagSide` option (to set tags on the left rather than the right) and a setting for `Macros`, which diff --git a/docs/source/options/tex2jax.rst b/docs/source/options/tex2jax.rst @@ -30,7 +30,7 @@ preprocessor. .. describe:: inlineMath: [['\\\(','\\\)']] Array of pairs of strings that are to be used as in-line math - delimters. The first in each pair is the initial delimiter and + delimiters. The first in each pair is the initial delimiter and the second is the terminal delimiter. You can have as many pairs as you want. For example, @@ -51,7 +51,7 @@ preprocessor. .. describe:: displayMath: [ ['$$','$$'], ['\\\[','\\\]'] ] - Array of pairs of strings that are to be used as delimters for + Array of pairs of strings that are to be used as delimiters for displayed equations. The first in each pair is the initial delimiter and the second is the terminal delimiter. You can have as many pairs as you want. @@ -74,7 +74,7 @@ preprocessor. .. describe:: processEnvironments: true When ``true``, `tex2jax` looks not only for the in-line and - display math delimters, but also for LaTeX environments + display math delimiters, but also for LaTeX environments (``\begin{something}...\end{something}``) and marks them for processing by MathJax. When ``false``, LaTeX environments will not be processed outside of math mode.