commit 6e65afd4a127eeee1c37ac887bc04f2fcdd89abe
parent e238e7cabda75d175094272e549aef2bdbd32987
Author: Davide P. Cervone <dpvc@union.edu>
Date: Thu, 23 Feb 2012 10:35:05 -0500
Added v2.0 what's new document
Diffstat:
18 files changed, 2741 insertions(+), 625 deletions(-)
diff --git a/docs/html/_sources/index.txt b/docs/html/_sources/index.txt
@@ -41,7 +41,8 @@ Upgrading MathJax
.. toctree::
:maxdepth: 1
- What's New in MathJax v1.1 <whats-new>
+ What's New in MathJax v2.0 <whats-new-2.0>
+ What's New in MathJax v1.1 <whats-new-1.1>
Migrating from MathJax v1.0 to v1.1 <upgrade>
Converting to MathJax from jsMath <jsMath>
diff --git a/docs/html/_sources/installation.txt b/docs/html/_sources/installation.txt
@@ -213,6 +213,7 @@ installation is working properly::
index.html # Tests default configuration
index-images.html # Tests image-font fallback display
sample.html # Sample page with lots of pretty equations
+ examples.html # Page with links to all sample pages
Open these files in your browser to see that they appear to be working
properly. If you have installed MathJax on a server, use the web
diff --git a/docs/html/_sources/whats-new-1.1.txt b/docs/html/_sources/whats-new-1.1.txt
@@ -0,0 +1,172 @@
+.. _whats-new-1.1:
+
+**************************
+What's New in MathJax v1.1
+**************************
+
+MathJax version 1.1 includes a number of important improvements and
+enhancements over version 1.0. We have worked hard to fix bugs, improve
+support for browsers and mobile devices, process TeX and MathML better, and
+increase MathJax's performance.
+
+In addition to these changes, MathJax.org now offers MathJax as a network
+service. Instead of having to install MathJax on your own server, you can
+link to our content delivery network (CDN) to get fast access to
+up-to-date and past versions of MathJax. See :ref:`Loading MathJax from
+the CDN <loading-CDN>` for more details.
+
+The following sections outline the changes in v1.1:
+
+Optimization
+============
+
+* Combined configuration files that load all the needed files in one piece
+ rather than loading them individually. This simplifies configuration
+ and speeds up typesetting of the mathematics on the page.
+
+* Improved responsiveness to mouse events during typesetting.
+
+* Parallel downloading of files needed by MathJax, for faster startup
+ times.
+
+* Shorter timeout for web fonts, so if they can't be downloaded, you don't
+ have to wait so long.
+
+* Rollover to image fonts if a web font fails to load (so you don't have
+ to wait for *every* font to fail.
+
+* The MathJax files are now packed only with `yuicompressor` rather than a
+ custom compressor. The CDN serves gzipped versions, which end up being
+ smaller than the gzipped custom-packed files.
+
+* Improved rendering speed in IE by removing ``position:relative`` from
+ the style for mathematics.
+
+* Improved rendering speed for most browsers by isolating the mathematics
+ from the page during typesetting (avoids full page reflows).
+
+
+Enhancements
+============
+
+* Allow the input and output jax configuration blocks to specify extensions
+ to be loaded when the jax is loaded (this avoids needing to load them up
+ front, so they don't have to be loaded on pages that don't include
+ mathematics, for example).
+
+* Better handling of background color from style attributes.
+
+* Ability to pass configuration parameters via script URL.
+
+* Support HTML5 compliant configuration syntax.
+
+* Switch the Git repository from storing the fonts in `fonts.zip` to
+ storing the `fonts/` directory directly.
+
+* Improved About box.
+
+* Added a minimum scaling factor (so math won't get too small).
+
+
+TeX Support
+============
+
+* Added support for ``\href``, ``\style``, ``\class``, ``\cssId``.
+* Avoid recursive macro definitions and other resource consumption possibilities.
+* Fix for ``\underline`` bug.
+* Fix for bug with ``\fbox``.
+* Fix height problem with ``\raise`` and ``\lower``.
+* Fix problem with ``\over`` used inside array entries.
+* Fix problem with nesting of math delimiters inside text-mode material.
+* Fix single digit super- and subscripts followed by punctuation.
+* Make sure `movablelimits` is off for ``\underline`` and related macros.
+* Fix problem with dimensions given with ``pc`` units.
+
+
+MathML Support
+==============
+
+* Fix ``<`` and ``&`` being translated too early.
+* Handle self-closing tags in HTML files better.
+* Combine adjacent relational operators in ``<mo>`` tags.
+* Fix entity name problems.
+* Better support for MathML namespaces.
+* Properly handle comments within MathML in IE.
+* Properly consider ``<mspace>`` and ``<mtext>`` as space-like.
+* Improved support for ``<maction>`` with embellished operators.
+
+
+Other Bug Fixes
+===============
+
+* Fixed CSS bleed through with zoom and other situations.
+* Fixed problems with ``showMathMenuMSIE`` when set to ``false``.
+* Replaced illegal prefix characters in cookie name.
+* Improved placement of surd for square roots and n-th roots.
+* Fixed layer obscuring math from MathPlayer for screen readers.
+* Newlines in CDATA comments are now handled properly.
+* Resolved conflict between `jsMath2jax` and `tex2jax` both processing the
+ same equation.
+* Fixed problem with ``class="tex2jax_ignore"`` affecting the processing of
+ sibling elements.
+
+
+Browser Support
+===============
+
+**Android**
+
+* Added detection and configuration for Android browser.
+* Allow use of OTF web fonts in Android 2.2.
+
+
+**Blackberry**
+
+* MathJax now works with OS version 6.
+
+
+**Chrome**
+
+* Use OTF web fonts rather than SVG fonts for version 4 and above.
+
+
+**Firefox**
+
+* Added Firefox 4 detection and configuration.
+* Fix for extra line-break bug when displayed equations are in
+ preformatted text.
+* Updated fonts so that FF 3.6.13 and above can read them.
+
+
+**Internet Explorer**
+
+* Changes for compatibility with IE9.
+* Fix for IE8 incorrectly parsing MathML.
+* Fix for IE8 namespace problem.
+* Fix for null ``parentNode`` problem.
+* Fix for ``outerHTML`` not quoting values of attributes.
+
+**iPhone/iPad**
+
+* Added support for OTF web fonts in iOS4.2.
+
+**Nokia**
+
+* MathJax now works with Symbian\ :sup:`3`\ .
+
+**Opera**
+
+* Prevent Opera from using STIX fonts unless explicitly requested via the
+ font menu (since Opera can't display many of the characters).
+* Fixed bad em-size detection in 10.61.
+* Fixed a problem with the About dialog in Opera 11.
+
+
+**Safari**
+
+* Use OTF web fonts for Safari/PC.
+
+
+**WebKit**
+
+* Better version detection.
diff --git a/docs/html/_sources/whats-new-2.0.txt b/docs/html/_sources/whats-new-2.0.txt
@@ -0,0 +1,719 @@
+.. _whats-new-2.0:
+
+**************************
+What's New in MathJax v2.0
+**************************
+
+MathJax version 2.0 includes many new and improved features, including
+much better speeds in Internet Explorer, a new AsciiMath input
+processor, a new :term:`SVG` output processor, support for additional
+LaTeX commands, and many bug fixes, to name just a few of the changes.
+
+
+Major speed improvement for HTML-CSS output, particularly in IE
+===============================================================
+
+The HTML-CSS output processing was redesigned to avoid the page
+reflows that were the main source of the speed problem in Internet
+Explorer 8 and 9. For test pages having between 20 and 50 typeset
+expressions, we see an 80% reduction in output processing time for
+IE8, a 50% reduction for IE9, and between 15% and 25% reduction for
+most other browsers over the corresponding v1.1a times. Since the
+processing time in v1.1a grows non-linearly in IE, you should see even
+larger savings for pages with more equations when using v2.0. Forcing
+IE7 emulation mode is no longer necessary (and indeed is no longer
+recommended).
+
+
+Reduced flickering during typsetting
+====================================
+
+In the past, each expression was displayed as soon as it was typeset,
+which caused a lot of visual flickering as MathJax processed the page.
+In v2.0, the output is processed in blocks so that typeset expressions
+are revealed in groups. This reduces the visual distraction, and also
+speeds up the processing. The number of equations in a block can be
+controlled through the ``EqnChunk`` parameter in the HTML-CSS or SVG
+block of your configuration. See the :ref:`configuration options for
+HTML-CSS <configure-HTML-CSS>` and :ref:`configuration options for SVG
+<configure-SVG>` pages for details.
+
+If the page URL includes a hash reference (a link to a particular
+location within the page), MathJax v2.0 will jump to that location
+after the page has finished typsetting. (Since the size of the page
+may have changed due to the mathematical typsetting, that location may
+no longer be visible on screen, so MathJax moves there when it is done
+with the initial typesetting.) You can control this behavior with the
+``positionToHash`` parameter in the main section of your
+configuration. See the :ref:`core configuration options
+<configure-hub>` page for details.
+
+
+Automatic equation numbering of TeX formulas
+============================================
+
+The TeX input jax now can be configured to add equation numbers
+(though the default is not to number equations so that existing pages
+will not change their appearance). This is controlled through the
+``equationNumbers`` section of the ``TeX`` block of your configuration
+(see the :ref:`TeX configuration options <configure-TeX>` page for
+details). You can request that the numbering follow the AMS-style
+numbering of environments, or you can request that every displayed
+equation be numbered. There are now ``\label``, ``\ref``, and
+``\eqref`` commands to make it easier to link to particular equations
+within the document.
+
+
+Automatic line breaking of long displayed equations
+===================================================
+
+MathJax now implements the MathML3 specification for automatic line
+breaking of displayed equations in its HTML-CSS output. This is
+disabled by default, but can be enabled via the ``linebreaks`` section
+of the ``HTML-CSS`` or ``SVG`` block of your configuration (see the
+:ref:`HTML-CS configuration options <configure-HTML-CSS>` or :ref:`SVG
+configuration options <configure-SVG>` page for details). Note that
+automatic line breaking only applies to displayed equations, not
+in-line equations, unless they are themselves longer than a line. The
+algorithm uses the nesting depth, the type of operator, the size of
+spaces, and other factors to decide on the breakpoints, but it does
+not know the meaning of the mathematics, and may not choose the
+optimal breakpoints. We will continue to work on the algorithm as we
+gain information from its actual use in the field.
+
+
+New AsciiMath input jax and SVG output jax
+==========================================
+
+MathJax currently processes math in either :term:`TeX` and
+:term:`LaTeX` format, or :term:`MathML` notation; version 2.0 augments
+that to include :term:`AsciiMath` notation (see `the ASCIIMathML
+home page <http://www1.chapman.edu/~jipsen/mathml/asciimath.html>`_
+for details on this format). This is a notation that is easier for
+students to use than TeX, and has been requested by the user
+community. See the :ref:`AsciiMath support <AsciiMath-support>` page
+for details.
+
+In addition to the HTML-CSS and Native MathML output available in
+v1.1, MathJax v2.0 includes an :term:`SVG`-based output jax. This should
+prove to be more reliable than the HTML-CSS output, as it avoids some
+CSS, web-font, and printing issues that the HTML-CSS output suffers
+from, and it currently has no browser-dependent code. The SVG mode
+even works in some ebook readers (like Apple iBooks and Calibre). See
+the :ref:`output formats <output-formats>` documentation for details.
+
+
+New combined configuration files
+================================
+
+Pre-defined configuration files that include the AsciiMath and SVG
+processors are now available with MathJax v2.0. These include
+``AM_HTMLorMML``, ``TeX-AMS-MML_SVG``, and ``TeX-MML-AM_HTMLorMML``.
+See the :ref:`common configurations <config-files>` section for details.
+
+
+MathJax contextual menu now available on mobile devices
+=======================================================
+
+MathJax v2.0 provides access to its contextual menu in mobile devices
+that are based on the WebKit (Safari) and Gecko (Firefox) engines.
+For Mobile Firefox, the menu is accessed by a tap-and-hold on any
+expression rendered by MathJax (this is Mobile Firefox's standard
+method of triggering a contextual menu). In Mobile Safari, use a
+double-tap-and-hold (you may need to zoom in a bit to be able to
+accomplish this). This is the first step toward providing a better
+interface for mobile devices.
+
+
+Improved support for screen readers
+===================================
+
+Some issues surrounding the use of screen readers and their
+interaction with MathPlayer have been resolved in MathJax v2.0. In
+particular, there are additional menu items that allow the user finer
+control over some aspects of MathJax's interface that were interfering
+with some screen readers' ability to properly identify the
+mathematics. Several stability issues with MathPlayer have also been
+addressed. In Internet Explorer when MathPlayer is installed, there
+is now a new contextual menu item to allow you to specify what events
+are handled by MathJax and what should be handled by MathPlayer. This
+gives you finer control over MathPlayer's interaction with some screen
+readers.
+
+
+Many new TeX additions and enhancements
+=======================================
+
+* New `mhchem` chemistry extension (adds ``\ce``, ``\cf``, and ``\cee`` macros)
+
+* New `cancel` extension (adds ``\cancel``, ``\bcancel``, ``\xcancel``, and ``\cancelto`` macros)
+
+* New `extpfeil` extension (adds more stretchy arrows)
+
+* New `color` extension (makes ``\color`` work as a switch, as in LaTeX).
+ Adds ``\definecolor``, other color models, LaTeX named colors,
+ ``\colorbox``, ``\fcolorbox``, etc.
+
+* New `begingroup` extension to allow macro definitions to be
+ localized. Adds ``\begingroup`` and ``\endgroup`` for isolating macro
+ declarations, and defines ``\let``, ``\renewenvironment``, ``\global``, and
+ ``\gdef``.
+
+* New `enclose` extension to give TeX access to ``<menclose>`` elements.
+ Adds ``\enclose{type}[attributes]{math}`` macro.
+
+* New `action` extension to give TeX access to ``<maction>`` elements.
+ Adds ``\mathtip{math}{tip}``, ``\texttip{math}{tip}``, and
+ ``\toggle{math1}{math2}...\endtoggle`` macros.
+
+* New ``\mmToken{type}[attributes]{text}`` macro for producing ``<mo>``,
+ ``<mi>``, ``<mtext>``, and other token MathML elements directly.
+
+* New ``\bbox[color;attributes]{math}`` macro to add background color,
+ padding, borders, etc.
+
+* New ``\middle`` macro for stretchy delimiters between ``\left`` and ``\right``.
+
+* New ``\label``, ``\ref``, and ``\eqref`` macros for numbered equations.
+
+* Better implementation of ``\not`` so it produces proper MathML when possible.
+
+* Better implementation of ``\dots`` that selects ``\ldots`` or ``\cdots``
+ depending on the context.
+
+* Better implementation of ``\cases`` that automatically uses ``\text`` on
+ the second entry in each row.
+
+* Safer implementation of ``\require`` that only allows loading from
+ extensions directory.
+
+* Allow ``\newcomand`` to provide a default parameter.
+
+* Allow ``\\`` to take an optional argument that specifies additional
+ space between lines.
+
+* Allow ``\\`` to be used anywhere (to force a line break), not just in
+ arrays.
+
+* Allow optional alignment parameter for array, aligned, and gathered
+ environments.
+
+See the :ref:`TeX support <TeX-support>` page for details on these
+extensions and macros.
+
+
+Font enhancements
+=================
+
+* Work around for the OS X Lion STIX font problem.
+
+* Support for STIX-1.1 fonts (detection of which version you have,
+ and use data appropriate for that).
+
+* New WOFF versions of the web fonts (smaller, so faster to
+ download).
+
+* Data for more stretchy characters in HTML-CSS output.
+
+* Add support for Unicode planes 1 through 10 (not just the Math
+ Alphabet block) in HTML-CSS output.
+
+* Increased timeout for web fonts (since it was switching to image
+ fonts too often, especially for mobile devices).
+
+* Only switch to image fonts if the first web font fails to load (if
+ we can access one, assume we can access them all).
+
+* Allow ``<mtext>`` elements to use the page font rather than MathJax
+ fonts (optionally). This is controlled by the ``mtextFontInerhit``
+ configuration parameter for HTML-CSS and SVG output jax.
+
+* Provide better control over the font used for characters that are
+ not in the MathJax fonts.
+
+* Allow Firefox to use web-based fonts when a local URL uses MathJax
+ from the CDN (in the past it would force image fonts when that was
+ not necessary).
+
+
+Interface improvements
+======================
+
+* The MathJax contextual menu has been reorganized to make it easier
+ to get the source view, and to control the parameters for
+ MathPlayer in IE.
+
+* The MathJax contextual menu is available in mobile devices (see
+ description above).
+
+* Warning messages are issued if you switch renderers to one that is
+ inappropriate for your browser.
+
+* MathJax now starts processing the page on the ``DOMContentLoaded``
+ event rather than the page ``onload`` event (this allows the
+ mathematics to appear sooner).
+
+* Native MathML output is now scaled to better match the surrounding
+ font (like it is for HTML-CSS output).
+
+* Better CSS styling for NativeMML output in Firefox in order to
+ handle ``\cal`` and other fonts.
+
+* MathML output now (optionally) includes class names to help mark
+ special situations generated by the TeX input jax. (This lets the
+ MathML from the Show Source menu item better reproduce the original
+ TeX output.)
+
+* MathJax now loads the menu and zoom code (if they haven't been
+ loaded already) after the initial typesetting has occured so that
+ they will be available immediately when a user needs those
+ features, but do not delay the initial typesetting of the
+ mathematics.
+
+* For the `tex2jax` preprocessor, the ``processClass`` can now be
+ used to override the ``skipTags`` to force a tag that is usually
+ skipped to have its contents be processed.
+
+* The `noErrors` and `noUndefined` extensions can now be disabled via
+ a configuration option (since they are included in many of the
+ combined configuration files). See the `noErrors` and
+ `noUndefined` sections of the :ref:`TeX support
+ <TeX-support>` page for more information.
+
+* There is a new :meth:`MathJax.Hub.setRenderer()` function that can
+ be used to switch the current renderer. See the :ref:`MathJax Hub
+ API <api-hub>` documentation for details.
+
+* A user-defined macros is no longer overridden if an extension is
+ loaded that redefines that macro.
+
+* Improved web-font detection reliability.
+
+
+.. _important-changes-2.0:
+
+Important changes from previous versions
+========================================
+
+* The default renderer for Firefox has been changed from `NativeMML` to
+ `HTML-CSS` (in those configurations that choose between the two).
+ The only browser that defaults to `NativeMML` is now IE with
+ MathPlayer installed. You can configure this to your liking using
+ the :ref:`MMLorHTML configuration options <configure-MMLorHTML>`.
+
+* `NativeMML` output will now be selected in IE9 when MathPlayer is
+ present (since IE9 was released the same day as MathJax v1.1a, and
+ there had been problems with IE9 beta releases, we weren't sure if
+ MathPlayer would work with the official release, and so did not
+ select NativeMML by default.)
+
+* The performance improvements in IE8 and IE9 now make it unnecessary
+ to use a ``<meta>`` tag to force IE7 emulation mode. In fact IE9 in
+ IE9 standards mode now runs faster than IE9 in IE7 standards mode,
+ and IE8 in IE8 standards mode is comparable to IE8 in IE7 standards
+ mode. We now recommend that you use
+
+ .. code-block:: html
+
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+
+ to obtain the highest emulation mode available in IE, which
+ will be the fastest one for MathJax 2.0.
+
+* The `tex2jax` preprocessor now balances braces when looking for the
+ closing math delimiter. That allows expressions like
+
+ .. code-block:: latex
+
+ $y = x^2 \hbox{ when $x > 2$}$
+
+ to be properly parsed as a single math expression rather than two
+ separate ones with unbalanced braces. The old behavior can be
+ obtained by setting ``balanceBraces`` to false in the ``tex2jax``
+ block of your configuration. (See the :ref:`tex2jax configuration
+ options <configure-tex2jax>` for details.)
+
+* If you are hosting your own copy of MathJax on your server, and
+ that copy is being used from pages in a different domain, you will
+ have set up the access control paramters for the font directory to
+ allow Firefox to access the font files properly. Since MathJax 2.0
+ includes fonts in WOFF format, you will need to include ``woff`` in
+ you access control declaration for the fonts. E.g., use
+ ::
+
+ <FilesMatch "\.(ttf|otf|eot|woff)$">
+ <IfModule mod_headers.c>
+ Header set Access-Control-Allow-Origin "*"
+ </IfModule>
+ </FilesMatch>
+
+ in the ``.htaccess` file for the ``Mathjax/fonts`` directory if you
+ are using the Apache web server. See :ref:`Notes about shared
+ installations <cross-domain-linking>` for details.
+
+* The ``\cases`` macro now properly places the second column in text
+ mode not math mode. In the past, one needed to use ``\text`` in
+ the second column to achieve the proper results; pages that did
+ this will still work properly in v2.0. Pages that took advantage
+ of the math mode in the second column will need to be adjusted.
+
+* The ``\dots`` macro now produces ``\ldots`` or ``\cdots`` depending
+ on the context (in the past, ``\dots`` always produced ``\ldots``).
+
+* A one pixel padding has been added above and below HTML-CSS and SVG
+ output so that math on successive lines of a paragraph won't bump
+ into each other.
+
+* There is a new `MathPlayer` submenu of the `Math Settings` menu in
+ the MathJax contextual menu that allows the user to control what
+ events are passed on to MathPlayer. This allows better control for
+ those using assistive devices like screen readers. When menu
+ events are being passed on to MathPlayer, the MathJax menu can be
+ obtained by ALT-clicking on a typeset expression (so the user can
+ still access MathJax's other features).
+
+* In order to improve stability with IE when MathPlayer is installed,
+ MathJax now adds the namespace and object bindings that are needed
+ for MathPlayer at the time that Mathjax is first loaded, rather
+ than waiting for the `NativeMML` output jax to be loaded. Since
+ this is before the configuration information has been obtained,
+ this will happen regardless of whether the `NativeMML` output jax
+ is requested. This means that IE may ask the user to allow
+ MathPlayer to be used, and may show the MathPlayer splash dialog
+ even when MathPlayer is not in the end used by MathJax. Note that
+ this setup can only be performed if MathJax is loaded explicitly as
+ part of the initial web page; if it is injected into the page later
+ by adding a ``<script>`` tag to the page dynamically, then
+ MathPlayer will be set up when the `NativeMML` jax is loaded as in
+ the past, and some stability issues may occur if events are passed
+ to MathPlayer.
+
+* The MathJax typesetting is now started on ``DOMContentLoaded``
+ rather than at the page ``onload`` event, when possible, so that
+ means MathJax may start typesetting the page earlier than in the
+ past. This should speed up typesetting one pages with lots of
+ images or side-bar content, for example.
+
+* MathJax now attempts to determine whether the page's ``onload``
+ event had already occurred, and if it has, it does not try to wait
+ for the ``DOMContentLoaded`` or ``onload`` event before doing its
+ initial typeset pass. This means that it is no longer necessary to
+ call ``MathJax.Hub.Startup.onload()`` by hand if you insert MathJax
+ into the page dynamically (e.g., from a GreaseMonkey script).
+
+* If the page URL includes a hash reference (a link to a particular
+ location within the page), MathJax v2.0 will jump to that location
+ after the page has finished typsetting. Since the size of the page
+ may have changed due to the mathematical typsetting, that location
+ may no longer be visible on screen, so MathJax moves there when it
+ is done with the initial typesetting. You can control this
+ behavior with the ``positionToHash`` parameter in the main section
+ of your configuration (see :ref:`core configuration options
+ <configure-hub>`).
+
+* In the event that MathJax is not able to load the configuration file
+ you have specified in the script tag that loads ``MathJax.js`` via
+ ``config=filename``, it will no longer issue the warning message
+ about a missing configuration. The configuration process changed
+ in v1.1, and that message was to help page maintainers update their
+ configurations, but it turns out that for users with slow network
+ connections, MathJax could time out waiting for the configuration
+ file and would issue the warning message in that case, even though
+ the page included the proper configuration. That should no longer
+ occur in MathJax v2.0.
+
+
+Other enhancements
+==================
+
+* Use prioritized lists of callbacks for StartupHooks, MessageHooks,
+ LoadHooks, PreProcessors, and pre- and post-filters on the input jax.
+
+* Updated operator dictionary to correspond to current W3C version.
+
+* Improved browser detection for Gecko and WebKit browsers.
+
+* Make prefilters and postfilters for all input jax, and make them into
+ hook lists rather than a single hook.
+
+* Use ``<mi>`` rather than ``<mo>`` for ``\sin``, ``\cos``, and other
+ such functions, for ``\mathop{\rm...}`` and ``\operatorname``.
+
+* Add ``⁡`` after ``\mathop{}`` and other macros that are
+ functions (e.g., ``\sin``).
+
+* The ``MathJax_Preview`` style has been moved from ``HTML-CSS/jax.js`` to
+ ``MathJax.js``, since it is common to all output.
+
+* The `autobold` extension now uses ``\boldsymbol`` rather than
+ ``\bf`` so that it will affect more characters.
+
+* Make units of ``mu``'s be relative to the scriptlevel (as they
+ are supposed to be).
+
+* Reorganized the event-handling code to make it more modular and reduce
+ redundancy in the different output jax.
+
+* Modified CSS in `NativeMML` output for Firefox to use local copies of
+ the web fonts, if they are available.
+
+* Error messages now have the MathJax contextual menu.
+
+* Better handling of some characters not in the web fonts (remap to
+ locations where they exist, when possible).
+
+* Better choice of accent characters in some cases.
+
+* Better handling of pseudo-scripts (like primes).
+
+* Better sizing of characters introduced by ``\unicode{}``, or
+ otherwise outside of the fonts known to MathJax.
+
+* Provide a new extension to handle tagged equations better in
+ `HTML-CSS` output when there are floating elements that might
+ reduce the area available to displayed equations. (See the
+ HTML-CSS extensions section of the :ref:`output formats
+ <output-formats>` documentation for detais.)
+
+* Use a text font for ``\it`` rather than the math italics, so
+ spacing is better.
+
+* Handle italic correction better in `HTML-CSS` output
+
+* Handle ``href`` attributes better, especially when on ``<math>``
+ elements.
+
+* Allow ``\sqrt\frac{}{}`` without producing an error.
+
+
+Other bug fixes
+===============
+
+* MathPlayer setup changed to prevent crashes.
+
+* Moved remapping of ``<mo>`` contents to the output jax so that the
+ original contents aren't changed.
+
+* Don't combine ``mathvariant`` with ``fontstyle`` or ``fontweight``
+ (as per the MathML specification).
+
+* Isolate non-standard attributes on MathML elements so that they don't
+ interfere with the inner workings of MathJax.
+
+* Properly handle width of border and padding in merrors in `HTML-CSS`
+ output.
+
+* Properly handle lower-case Greek better.
+
+* Process weight and style of unknown characters properly.
+
+* Fixed spacing problems with ``\cong`` in MathJax web fonts .
+
+* Choose better sizes for ``\widehat`` and ``\widetilde``
+
+* Fixed problem with detecting em/ex sizes when uses in mobile devices
+ with small screen widths.
+
+* Fixed MathML output when dimensions of ``mu``'s are used in TeX input.
+
+* Better handling of table borders from TeX.
+
+* Fixed some problems with table widths and heights, and spacing.
+
+* Better handling of colored backgrounds in `HTML-CSS` output.
+
+* Handle border and padding CSS styles better in `HTML-CSS` output.
+
+* Fixed multline environment to put tags on bottom row when
+ ``TagSide`` is set to ``right``.
+
+* Force reflow after equations are typeset so that some rendering
+ problems in tables are corrected in Firefox and WebKit browsers.
+
+* Fixed a number of bugs with the size of zoom boxes and the size of their
+ content.
+
+* Have equations with tags zoom into a full-width zoom box to
+ accommodate the tag.
+
+* Fixed positioning problem with zoom boxes in NativeMML mode.
+
+* Don't allow mouse events on zoomed math.
+
+* Fixed ``MathJax.Hub.getJaxFor()`` and ``MathJax.Hub.isJax()`` to
+ properly handle elements that are part of an output jax's output
+ (in particular, you can find the element jax from any DOM element
+ in the output).
+
+* Fixed a number of font anomalies (problems in the data files).
+
+* Fixed problem where ``<mspace>`` with a background color would not
+ always overlay previous items.
+
+* Fixed a problem with colored ``<mspace>`` elements being too tall in
+ IE/quirks mode.
+
+* Fixed problem where ``<mtable>`` with ``equalrows="true"`` would
+ not produce equal height rows.
+
+* Allow ``<mpadded>`` background color to be specified exactly (i.e.,
+ without the 1px padding) when one of its dimensions is given
+ explicitly (or there is no content).
+
+* Avoiding flicker problem with hover zoom trigger in Firefox.
+
+* Fix ``\unicode`` bug with font names that include spaces.
+
+* Remove internal multiple spaces in token elements as per the MathML
+ specification.
+
+* Work around HTML5 removing namespaces, so that ``xmlns:xlink``
+ becomes ``xlink`` with no namespace, which confuses the XML parsers.
+
+* Fix ``MathJax.Message.Set()`` and ``MathJax.Message.Clear()`` so
+ that a delay of 0 is properly handled.
+
+* Produce better MathML for ``\bmod``, ``\mod``, and ``\pmod``.
+
+* Don't allow Safari/Windows to use STIX fonts since it can't access
+ characters in Plane1 (the mathematical alphabets).
+
+* Fix ``\thickapprox`` to use the correct glyph in `HTML-CSS` output
+ with MathJax web fonts.
+
+* Make style attributes work on ``<mstyle>`` elements.
+
+* Better handling of border and padding on MathML elements in
+ `HTML-CSS` output.
+
+* Fixed error with size of ``\:`` space.
+
+* Allow delimiter of ``.`` on ``\genfrac`` (it was accidentally rejected).
+
+* Handle AMSmath control sequences with stars better (``\cs{*}`` no longer
+ counts as ``\cs*``).
+
+* Fixed wrong character number in stretchy data for `U+221A`.
+
+* Fixed ``<annotation-xml>`` to use the proper scaling in `HTML-CSS`
+ output.
+
+* Fixed a problem with combining characters when they are used as
+ accents.
+
+* Fixed a problem in Firefox with ``\mathchoice`` when the contents have
+ negative width.
+
+* TeX input jax no longer incorrectly combines ``<mo>`` elements that have
+ different variants, styles, classes, or id's.
+
+* Fixed the ``scriptlevel`` when ``<munderover>`` has base with
+ ``movablelimits="true"`` in non-display mode.
+
+* Fixed typo in implementation of ``SimpleSUPER``.
+
+* Fixed typo in self-closing flag for ``<mprescript>`` tag.
+
+* Prevent infinite loop if one of the jax fails to load (due to failure
+ to compile or timeout waiting for it to load).
+
+* Fixed a whitespace issue in token elements with IE/quirks mode in
+ the `MathML` input jax.
+
+* Make sure height is above depth when making spaces and rules in
+ `HTML-CSS` and `SVG` output.
+
+* Fixed `HTML-CSS` tooltip to be work properly when a restart occurs
+ within the tooltip.
+
+* Fixed problem with size of colored backgrounds on ``<mo>`` in some
+ circumstances in `HTML-CSS` output.
+
+* Make ``\ulcorner``, etc. use more approprate unicode positions, and remap
+ those positions to the locations in the MathJax web fonts.
+
+
+Some technical changes
+======================
+
+* Break the processing phase into two separate phases to do input
+ processing separately from output processing (they used to be
+ interleaved). This makes it easier to implement forward references
+ for the ``\ref`` macro.
+
+* Make ``Font Preference`` menu honor the ``imageFont`` setting.
+
+* Changed the name of the preview filter commands to ``previewFilter``
+ in all preprocessors.
+
+* Make ``^`` and ``_`` be stretchy even though that isn't in the W3C
+ dictionary.
+
+* Fixed `HTML-CSS` output problem when a multi-character token element has
+ characters taken from multiple fonts.
+
+* Force message text to be black in FontWarnings and configuration
+ warnings.
+
+* Added ``Find()`` and ``IndexOf()`` commands to menus to locate menu items.
+
+* Added menu signals for post/unpost and activation of menu items.
+
+* Added signals for typesetting of unknown characters.
+
+* Added signals for zoom/unzoom.
+
+* Added More signals for error conditions.
+
+* Allow preferences to select MathML output for Safari with late enough
+ version.
+
+* Improved `About MathJax` box.
+
+* Have `tex2jax` handle empty delimiter arrays and don't scan page if
+ there is nothing to look for.
+
+* Make delay following a `processing` message configurable and lengthen
+ it to make browser more responsive during typesetting.
+
+* Make thin rules be in pixels to try to improve results in IE
+ (disappearing division lines).
+
+* Mark all output elements as ``isMathJax``, so it can be used to identify
+ what elements are part of mathematical output.
+
+* Force MathZoom and MathMenu to wait for the ``Begin Styles`` message
+ before inserting their styles so when they are included in the
+ combined files, the author can still configure them.
+
+* Add default id's to the jax base object classes.
+
+* Mark top-level math element as having a ``texError`` when it is one (to
+ make it easier to recognize).
+
+* Have ``Update()`` method ask ElementJax to determine if it needs updating
+ (which in turn asks the associated input jax).
+
+* Make ``Remove()`` work for just clearing output (without detaching) if
+ desired.
+
+* Have ElementJax store input and output jax ID's rather than pointers
+ (to help avoid circular references for cleanup purposes).
+
+* Move input/output jax and preprocessor registries from ``Hub.config`` to
+ Hub itself (they are not user configurable through ``Hub.Config``, and so
+ even though they are configurations, they don't belong there).
+
+* Make sure embelished large ops are type ``OP`` not ``ORD`` to get spacing
+ right.
+
+* Added ``MathJax.HTML.getScript()`` to get the contents of a script (needed
+ since it works differently in different browsers).
+
+* Move code that prevents numbers from being treated as a unit for
+ super- and subscripts to the super- and subscript routine in the
+ `TeX` input jax (prevents making changes to ``\text{}``,
+ ``\hbox{}``, ``\href{}``, etc.).
+
+* Make `mml2jax` work better with IE namespaces (IE9 no longer seems to
+ list the ``xmlns`` entries on the ``<html>`` element).
diff --git a/docs/html/_sources/whats-new.txt b/docs/html/_sources/whats-new.txt
@@ -1,172 +0,0 @@
-.. _whats-new:
-
-**************************
-What's New in MathJax v1.1
-**************************
-
-MathJax version 1.1 includes a number of important improvements and
-enhancements over version 1.0. We have worked hard to fix bugs, improve
-support for browsers and mobile devices, process TeX and MathML better, and
-increase MathJax's performance.
-
-In addition to these changes, MathJax.org now offers MathJax as a network
-service. Instead of having to install MathJax on your own server, you can
-link to our content delivery network (CDN) to get fast access to
-up-to-date and past versions of MathJax. See :ref:`Loading MathJax from
-the CDN <loading-CDN>` for more details.
-
-The following sections outline the changes in v1.1:
-
-Optimization
-============
-
-* Combined configuration files that load all the needed files in one piece
- rather than loading them individually. This simplifies configuration
- and speeds up typesetting of the mathematics on the page.
-
-* Improved responsiveness to mouse events during typesetting.
-
-* Parallel downloading of files needed by MathJax, for faster startup
- times.
-
-* Shorter timeout for web fonts, so if they can't be downloaded, you don't
- have to wait so long.
-
-* Rollover to image fonts if a web font fails to load (so you don't have
- to wait for *every* font to fail.
-
-* The MathJax files are now packed only with `yuicompressor` rather than a
- custom compressor. The CDN serves gzipped versions, which end up being
- smaller than the gzipped custom-packed files.
-
-* Improved rendering speed in IE by removing ``position:relative`` from
- the style for mathematics.
-
-* Improved rendering speed for most browsers by isolating the mathematics
- from the page during typesetting (avoids full page reflows).
-
-
-Enhancements
-============
-
-* Allow the input and output jax configuration blocks to specify extensions
- to be loaded when the jax is loaded (this avoids needing to load them up
- front, so they don't have to be loaded on pages that don't include
- mathematics, for example).
-
-* Better handling of background color from style attributes.
-
-* Ability to pass configuration parameters via script URL.
-
-* Support HTML5 compliant configuration syntax.
-
-* Switch the Git repository from storing the fonts in `fonts.zip` to
- storing the `fonts/` directory directly.
-
-* Improved About box.
-
-* Added a minimum scaling factor (so math won't get too small).
-
-
-TeX Support
-============
-
-* Added support for ``\href``, ``\style``, ``\class``, ``\cssId``.
-* Avoid recursive macro definitions and other resource consumption possibilities.
-* Fix for ``\underline`` bug.
-* Fix for bug with ``\fbox``.
-* Fix height problem with ``\raise`` and ``\lower``.
-* Fix problem with ``\over`` used inside array entries.
-* Fix problem with nesting of math delimiters inside text-mode material.
-* Fix single digit super- and subscripts followed by punctuation.
-* Make sure `movablelimits` is off for ``\underline`` and related macros.
-* Fix problem with dimensions given with ``pc`` units.
-
-
-MathML Support
-==============
-
-* Fix ``<`` and ``&`` being translated too early.
-* Handle self-closing tags in HTML files better.
-* Combine adjacent relational operators in ``<mo>`` tags.
-* Fix entity name problems.
-* Better support for MathML namespaces.
-* Properly handle comments within MathML in IE.
-* Properly consider ``<mspace>`` and ``<mtext>`` as space-like.
-* Improved support for ``<maction>`` with embellished operators.
-
-
-Other Bug Fixes
-===============
-
-* Fixed CSS bleed through with zoom and other situations.
-* Fixed problems with ``showMathMenuMSIE`` when set to ``false``.
-* Replaced illegal prefix characters in cookie name.
-* Improved placement of surd for square roots and n-th roots.
-* Fixed layer obscuring math from MathPlayer for screen readers.
-* Newlines in CDATA comments are now handled properly.
-* Resolved conflict between `jsMath2jax` and `tex2jax` both processing the
- same equation.
-* Fixed problem with ``class="tex2jax_ignore"`` affecting the processing of
- sibling elements.
-
-
-Browser Support
-===============
-
-**Android**
-
-* Added detection and configuration for Android browser.
-* Allow use of OTF web fonts in Android 2.2.
-
-
-**Blackberry**
-
-* MathJax now works with OS version 6.
-
-
-**Chrome**
-
-* Use OTF web fonts rather than SVG fonts for version 4 and above.
-
-
-**Firefox**
-
-* Added Firefox 4 detection and configuration.
-* Fix for extra line-break bug when displayed equations are in
- preformatted text.
-* Updated fonts so that FF 3.6.13 and above can read them.
-
-
-**Internet Explorer**
-
-* Changes for compatibility with IE9.
-* Fix for IE8 incorrectly parsing MathML.
-* Fix for IE8 namespace problem.
-* Fix for null ``parentNode`` problem.
-* Fix for ``outerHTML`` not quoting values of attributes.
-
-**iPhone/iPad**
-
-* Added support for OTF web fonts in iOS4.2.
-
-**Nokia**
-
-* MathJax now works with Symbian\ :sup:`3`\ .
-
-**Opera**
-
-* Prevent Opera from using STIX fonts unless explicitly requested via the
- font menu (since Opera can't display many of the characters).
-* Fixed bad em-size detection in 10.61.
-* Fixed a problem with the About dialog in Opera 11.
-
-
-**Safari**
-
-* Use OTF web fonts for Safari/PC.
-
-
-**WebKit**
-
-* Better version detection.
diff --git a/docs/html/community.html b/docs/html/community.html
@@ -23,7 +23,7 @@
<script type="text/javascript" src="_static/doctools.js"></script>
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
<link rel="top" title="MathJax v2.0 documentation" href="index.html" />
- <link rel="next" title="What’s New in MathJax v1.1" href="whats-new.html" />
+ <link rel="next" title="What’s New in MathJax v2.0" href="whats-new-2.0.html" />
<link rel="prev" title="MathJax Output Formats" href="output.html" />
</head>
<body>
@@ -35,7 +35,7 @@
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
- <a href="whats-new.html" title="What’s New in MathJax v1.1"
+ <a href="whats-new-2.0.html" title="What’s New in MathJax v2.0"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="output.html" title="MathJax Output Formats"
@@ -110,8 +110,8 @@ our <a class="reference external" href="http://www.mathjax.org/community/mathjax
<p class="topless"><a href="output.html"
title="previous chapter">MathJax Output Formats</a></p>
<h4>Next topic</h4>
- <p class="topless"><a href="whats-new.html"
- title="next chapter">What’s New in MathJax v1.1</a></p>
+ <p class="topless"><a href="whats-new-2.0.html"
+ title="next chapter">What’s New in MathJax v2.0</a></p>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
@@ -136,7 +136,7 @@ our <a class="reference external" href="http://www.mathjax.org/community/mathjax
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
- <a href="whats-new.html" title="What’s New in MathJax v1.1"
+ <a href="whats-new-2.0.html" title="What’s New in MathJax v2.0"
>next</a> |</li>
<li class="right" >
<a href="output.html" title="MathJax Output Formats"
diff --git a/docs/html/index.html b/docs/html/index.html
@@ -80,7 +80,8 @@ MathML, and AsciiMath notaion that works in all modern browsers.</p>
<span id="id1"></span><h2>Upgrading MathJax<a class="headerlink" href="#upgrading-mathjax" title="Permalink to this headline">¶</a></h2>
<div class="toctree-wrapper compound">
<ul>
-<li class="toctree-l1"><a class="reference internal" href="whats-new.html">What’s New in MathJax v1.1</a></li>
+<li class="toctree-l1"><a class="reference internal" href="whats-new-2.0.html">What’s New in MathJax v2.0</a></li>
+<li class="toctree-l1"><a class="reference internal" href="whats-new-1.1.html">What’s New in MathJax v1.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="upgrade.html">Migrating from MathJax v1.0 to v1.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="jsMath.html">Converting to MathJax from jsMath</a></li>
</ul>
@@ -122,7 +123,7 @@ MathML, and AsciiMath notaion that works in all modern browsers.</p>
</li>
</ul>
<hr class="docutils" />
-<p>This version of the documentation was built February 22, 2012.</p>
+<p>This version of the documentation was built February 23, 2012.</p>
</div>
</div>
diff --git a/docs/html/installation.html b/docs/html/installation.html
@@ -205,7 +205,8 @@ installation is working properly:</p>
<div class="highlight-python"><pre>test/
index.html # Tests default configuration
index-images.html # Tests image-font fallback display
- sample.html # Sample page with lots of pretty equations</pre>
+ sample.html # Sample page with lots of pretty equations
+ examples.html # Page with links to all sample pages</pre>
</div>
<p>Open these files in your browser to see that they appear to be working
properly. If you have installed MathJax on a server, use the web
diff --git a/docs/html/searchindex.js b/docs/html/searchindex.js
@@ -1 +1 @@
-Search.setIndex({objects:{"":{Load:[0,0,1],Preloading:[0,0,1],Log:[18,0,1],ExecuteHooks:[28,0,1],setScript:[12,0,1],Subclass:[40,0,1],Delay:[28,0,1],Add:[28,0,1],getAllJax:[39,0,1],getScript:[12,0,1],Interest:[29,0,1],preProcess:[24,0,1],Translate:[41,0,1],Config:[39,0,1],addElement:[12,0,1],Reprocess:[39,0,1],Styles:[0,0,1],ExecuteHook:[29,0,1],loadTimeout:[0,0,1],Resume:[17,0,1],Update:[39,0,1],preTranslate:[24,0,1],setRenderer:[39,0,1],formatError:[39,0,1],call:[17,0,1],postTranslate:[24,0,1],getJaxByInputType:[39,0,1],PreProcess:[39,0,1],Post:[29,0,1],has:[40,0,1],Signal:[28,0,1],Insert:[39,0,1],Execute:[28,0,1],addText:[12,0,1],TextNode:[12,0,1],Augment:[40,0,1],needsUpdate:[54,0,1],Clear:[18,0,1],Register:[41,0,1],Zoom:[24,0,1],Remove:[18,0,1],Element:[12,0,1],Queue:[28,0,1],NoInterest:[29,0,1],Rerender:[39,0,1],getJaxByType:[39,0,1],Push:[17,0,1],MessageHook:[29,0,1],Typeset:[39,0,1],loadComplete:[0,0,1],wait:[17,0,1],reset:[28,0,1],Set:[18,0,1],getJaxFromMath:[24,0,1],LoadHook:[0,0,1],fileURL:[0,0,1],Process:[39,0,1],Hooks:[28,0,1],loadError:[0,0,1],Startup:[41,0,1],Init:[40,0,1],Suspend:[17,0,1],SourceElement:[54,0,1],getJaxFor:[39,0,1],can:[40,0,1],File:[18,0,1],Text:[54,0,1],isJax:[39,0,1],filterText:[18,0,1],isa:[40,0,1],Require:[0,0,1]}},terms:{linebreak:[45,26],represent:[56,54,51],lspace:49,reprocess:[39,54,51],mathjax_msie_fram:18,yellow:49,four:[49,58,14],prefix:[12,20,24,42],asymp:49,thinspac:49,webfont:[6,45,20],whose:[12,8,51,5,46,33,39,24],under:[49,44,37],preprocess:[30,51,41,56,39,24],asciimath2jax:[15,43,20,33,56,53],worth:8,inform:[0,1,29,47,49,30,18,43,46,22,19,11,8,24,56],digit:42,gimel:49,everi:[19,39,25,42,8],risk:20,mskip:49,arcco:49,govern:[20,14,8],dotplu:49,affect:[14,37,42,49,39,53],eqnarrai:49,cmd:22,bigodot:49,c6h5:49,ominu:49,vector:[47,55,56],math:[30,49,7,8,12,13,5,14,42,18,19,20,21,22,23,24,26,27,15,2,32,33,35,36,37,11,39,43,44,45,47,50,51,52,55,56],nparallel:49,showcontext:50,nsubseteqq:49,direct:[6,14,45,37],blacktriangledown:49,second:[0,14,37,28,46,48,58,52,5,6,33,44,22,19,11,8,24,3],ngeq:49,blue:36,hide:51,prejax:[56,22],neg:49,menclos:49,"new":[30,4,49,12,13,14,42,18,19,20,25,23,24,53,28,39,11,8,40,29,37,54,58,50,51,52,55,56,57],net:20,mhtml:1,told:[49,52,2],limsup:49,elimin:22,behavior:[14,37,22,45,8,26],lessapprox:49,never:[0,8,37,41],here:[12,49,34,45,28,46,54,58,2,51,19,20,21,22,36,39,29,41],updiagonalstrik:49,met:30,lneqq:49,formaturl:25,path:[43,0,8,26,20],noundefin:[43,20,49],interpret:[5,20,49,37,15],nrightarrow:49,forum:[20,4],bookmarklet:8,rceil:49,linearli:55,circleddash:49,mathstrut:49,unix:37,brower:[49,15],thinmathspac:44,unit:[49,42,26],highli:23,describ:[12,49,14,37,28,20,47,3,30,51,43,6,48,8,46,56,39,24],would:[43,6,7,8,10,12,5,14,28,17,20,21,22,54,25,26,27,15,31,32,33,35,36,37,39,40,49,45,46,48,58,50,51,55,56,57,3],afterward:46,readi:[19,34,49,30,43,41,11],ltime:49,varlambda:49,call:[0,1,2,49,6,7,8,10,14,17,18,19,20,21,22,24,25,26,27,28,29,31,32,33,36,37,11,39,40,41,5,45,46,47,54,58,50,51,52,53,56,57],recommend:[20,56,37,55],vcenter:49,preview:[27,45,5,32,33,22,56,26],type:[0,1,2,43,9,11,12,5,14,19,20,41,22,24,39,35,38,8,49,44,54,58,51,52,55,56],until:[0,27,46,58,5,32,33,41,22,8,19,39,29],notin:49,displaymath:[5,8],relat:[0,42,55],notic:[49,15],warn:[0,14,22,6],mathev:[53,24,7,36],jpg:[5,32,33,27,48],loss:8,hold:[0,7,48,22,36,56,39],unpack:[20,37],must:[0,30,49,6,14,17,18,20,25,22,26,15,29,39,33,37,8,5,44,45,47,3,7,52,55],fbox:[49,42],join:[19,49],centerdot:49,setup:[23,20,44],work:[12,13,14,37,42,15,46,49,2,4,51,43,20,55,44,35,19,23,52,40],cc0000:[3,22],tag_nam:37,root:[0,42,30,18,49,8],overrid:[40,6,11,41,24],mathmenu:[34,3,50,43,22,53],give:[49,8,45,20,47,48,3,19,6,21,53,39,29,25,26],cirit:8,indic:[0,8,37,15,46,17,49,30,19,20,29,41,22,54,11,39,24,56],impair:23,hline:49,want:[4,43,5,14,28,16,18,19,20,21,22,24,26,15,46,33,37,38,8,40,49,44,45,58,51,55,57],keep:[14,37,1,15,47,51,49,20,56,8,24],setminu:49,end:[0,44,43,1,55,30,49,15,4,5,56,9,19,38,8,57,58,42],quot:[45,42,5,33,22,26],hom:49,heartsuit:49,how:[0,1,2,4,5,6,7,8,9,14,15,43,17,18,20,25,22,26,27,28,29,32,33,35,36,37,39,21,45,31,48,49,50,51,52,56],disappear:[5,32,33,27],answer:[4,51],verifi:[20,37,4],config:[1,2,3,43,6,7,8,9,10,11,14,18,19,20,21,22,24,25,26,27,15,30,31,32,33,35,36,38,39,41,5,45,46,49,50,51,53,55,57,58],renewcommand:49,updat:[14,45,42,1,58,51,22,8,37,39,54,26],showrender:50,recogn:20,lai:[55,56],diagdown:49,after:[0,2,49,39,17,18,19,20,41,22,53,28,46,37,8,29,45,58,50,51,52,26,56,57],befor:[0,1,2,4,49,8,9,14,15,17,18,19,20,25,22,26,28,29,30,46,33,39,40,41,5,44,45,47,48,58,7,51,52,55,56],wrong:[49,44],unwis:55,parallel:[49,58,30,42],averag:56,alignedat:49,attempt:[0,44,50],third:[58,44],leftarrow:49,receiv:[49,14,37,46,40,19,20,29,41,52,8,24],greasekit:2,maintain:[14,52,4,19,46,22,24],environ:[5,20,49,25,4],enter:[44,31,51,49,20,56,8],textnod:12,order:[30,49,6,5,14,17,18,20,22,26,27,28,39,32,33,37,8,40,29,45,46,47,58,55,56],oper:[0,5,6,7,10,42,17,18,19,21,22,23,24,25,26,27,31,32,33,36,37,11,29,34,45,46,47,58,50,51,55,57],approxeq:49,over:[12,0,45,42,7,49,50,51,43,20,22,36,55,56,8,26],fall:[37,15,20,58,49,6],becaus:[19,14,45,15,46,48,49,2,18,5,20,33,25,8,51,55,56,44,29,58,26],boxtim:49,suspend:[19,17,58,29],textrm:49,appar:58,afil:46,flexibl:[48,58,14],vari:55,smallint:49,img:[27,3,2,5,32,33,48],fix:[14,37,42,55,45,8,26],strang:44,better:[42,15,31,50,49,20,35,9,55,8],boxminu:49,looparrowright:49,drawback:55,upharpoonleft:49,persist:4,comprehens:47,hidden:49,easier:[29,14,37,58,49,44,40],moveleft:49,them:[0,43,6,12,5,14,15,17,19,20,25,28,29,39,31,33,8,42,49,44,37,46,58,56,3],thei:[0,2,4,43,6,7,8,3,10,14,42,16,17,18,19,20,21,22,25,26,27,28,29,30,31,32,33,36,37,39,41,5,45,46,47,48,49,50,51,52,53,55,56,57,58],qualiti:[23,55,56],safe:[12,20,51],rectangl:47,"break":[45,42,58,49,52,26],emph:49,mtext:[49,20,45,42,26],wedg:49,widetild:49,choic:[55,39,9],dbinom:49,leftharpoondown:49,timeout:[0,42,28],each:[43,8,45,15,28,29,49,30,52,18,5,20,33,51,19,37,56,39,58,26],debug:18,went:49,side:[18,49,20,25,22,9],mean:[1,30,43,6,5,14,16,19,22,23,26,27,15,29,2,32,33,8,49,45,46,51,52,55],leqq:49,createel:2,resum:[17,58],represetn:49,leqalignno:49,mathopen:49,looparrowleft:49,network:[14,37,42,43,20,38,8],goe:[49,52,58],newli:[12,19,40],crucial:37,ios4:42,content:[1,30,43,9,11,12,5,14,42,20,48,22,39,33,38,8,40,49,44,47,58,51,55,56],method:[12,0,14,40,28,29,17,58,18,19,46,41,8,52,11,39,24,51,54],reader:[49,45,42,43,23,55,26],forth:34,impract:37,multilin:49,situat:[20,8,55,42,51],free:[54,4],ineffici:[40,22],autonumb:25,reconfigur:14,lneq:49,angl:49,moment:[20,11,37],filter:28,isn:[19,55,41,54,51],mtabl:43,isa:40,subtl:51,onto:[47,20,58,39,51],attribtu:20,mathbb:49,rang:[20,56],mathbf:49,render:[43,44,42,30,50,5,20,22,23,55,56,39,57,26,35],independ:8,yourcolleg:37,restrict:[49,37,22],hook:[19,0,28,29],unlik:[23,49,8,41],alreadi:[0,28,51,30,49,2,4,18,19,46,52,8,40,58],subtleti:49,primari:[55,14],tooltop:[45,26],top:[34,37,49,20,55,8,24],sometim:[20,8,37],underlin:[49,42],master:52,too:[49,45,42,15,2,5,20,33,21,55,26],similarli:[0,39,37],newenviron:49,john:46,listen:[19,29,39,28],thickapprox:49,namespac:[42,28,2,51,49,20],tool:[58,37],tagind:25,embellish:42,compressor:42,somewhat:[52,22,55],technic:47,past:[29,14,42,19,52,23,55],filesmatch:37,provid:[12,0,44,1,28,46,17,49,2,18,19,20,29,48,51,52,23,56,39,40,58],eqalignno:49,x2212:[20,56],tree:[20,48],"final":[14,46,49,20,48,23,56,24],project:[47,8,4],matter:[19,35],mathtt:49,ldotp:49,modern:[23,6,44,13],mind:[49,20,8,15,1],increment:17,seem:[46,44],rightrightarrow:49,ldot:49,person:46,latter:[49,16,19,31,48,22,56,8,53],domcontentload:[30,2],expens:[55,56],even:[0,2,49,39,28,17,19,20,48,23,26,15,29,46,8,43,44,45,58,51,52,55,56],though:[28,15,49,52,48,22,56],object:[0,30,49,6,7,12,13,16,17,18,19,21,22,24,25,26,28,46,36,11,39,40,41,29,34,45,47,48,58,50,51,52,53,54,56,3],gzip:42,regular:[5,20,33,22],letter:[20,37],grave:49,don:[49,14,42,46,58,2,31,51,19,6,44,8,55,56,39],dom:[12,54,58,51,19,52,41,22,11,39,24],doe:[49,44,37,15,28,57,54,2,51,19,20,22,8,23,55,11,39,24,56],declar:[44,45,3,50,49,6,21,7,36,26],place:[0,45,58,6,40,49,4,51,19,20,29,21,22,37,8,24,25,26,35],tfrac:49,unchang:[49,14,57,51],sum:[49,28],came:37,delaystartupuntil:[39,30,22,8],random:[20,37],lnapprox:49,syntax:[49,47,40,42,15],mediawiki:1,isopera:39,outerhtml:42,shownam:46,asynchon:51,next:[15,52,51,49,31,39,54],involv:[49,52,56,8,4],consolid:23,layout:[45,26],just:[19,44,37,1,28,46,49,3,43,20,22,8,9,23,56,39,29,58],mathchoic:49,ismsi:[39,30],menu:[13,44,45,42,55,57,7,30,50,34,43,21,22,36,9,37,38,24,56,26,54],explain:[14,1,43,52,8,53],configur:[0,2,43,6,8,9,10,11,13,14,42,18,19,20,21,22,23,24,25,26,27,15,30,31,32,33,35,36,37,38,39,41,5,44,45,46,48,49,53,55,56,57],apach:37,theme:[8,1,9],rich:[23,47],folder:[20,45,37],"0000f0":36,stop:[49,39,45,26],infti:[49,56],amazon:20,report:[44,22,4],circeq:49,subseteq:49,fadeouttim:6,bar:[49,40,28],patch:[8,37],reload:50,bad:42,replacechild:2,neq:49,unexpectedli:[49,20,15],undefinedfamili:[45,26],dashrightarrow:49,scriptscriptstyl:49,precneqq:49,result:[14,45,15,28,46,47,54,58,44,51,49,20,21,22,8,55,11,39,24,56,26],respons:[49,29,11,42,28],fail:[0,42,46,41,55,53],themselv:[34,30,43,20,48,39],best:[0,14,37,15,58,55,56,8],awar:[49,0,58,44,15],subarrai:49,varinjlim:49,wikipedia:[47,2],circledcirc:49,gneqq:49,drawn:[45,26],awai:[49,8,37],approach:[46,56,1,51],attribut:[12,44,42,20,3,49,32,48,56,8],blacktriangleright:49,extend:[23,56,15],extens:[0,30,43,6,7,5,14,42,19,20,25,22,53,27,39,32,33,35,36,8,41,49,34,47,58,50,51,55,3],add:[40,43,14,1,28,17,49,5,6,33,41,22,54,55,24,3],html5:[14,42,20,44,55,56,8],toler:2,intop:49,protect:49,expos:15,cow:40,howev:[49,14,37,46,30,58,2,4,18,43,20,22,51,55,56,8,40,3,53],configuraiton:[49,56],against:29,seri:[58,48],com:[8,37],varpsi:49,pre:[43,14,37,28,49,5,6,33,22,19,8],foral:49,can:[0,2,4,43,6,8,3,12,14,15,17,18,19,20,21,22,23,24,25,26,28,29,30,46,33,34,35,37,11,39,40,41,42,5,44,45,47,49,50,51,52,53,55,56,57,58],foobar:40,sai:[17,2,28],innerhtml:[2,51],height:[49,24,42,50],wider:4,summat:31,sqsupset:49,speak:[16,56],issol:49,chrome:[45,42,2,55,39,57],three:[44,37,28,46,48,58,49,6,41,52,55,56,20],been:[0,2,4,5,14,17,18,19,20,21,22,24,28,30,46,33,35,37,11,8,29,45,58,51,52,55,57],trigger:[43,24,22,36],interest:[19,29,47,4,52],basic:13,tini:49,quickli:[23,8,4],underrightarrow:49,regul:58,xxx:49,ani:[0,2,4,43,6,7,8,10,14,17,18,19,20,21,22,24,25,26,27,28,29,30,31,32,33,36,37,11,39,40,5,44,45,46,54,49,50,51,52,55,57,58],emploi:55,dash:[3,45,26],tanh:49,hat:49,servic:[14,37,42,20,38,8],properti:[12,0,34,40,28,29,17,46,41,54,11,39,24],diamondsuit:49,sourceforg:14,weren:14,dashboard:38,suffici:[15,49,20,25,8,57],anchor:[25,22],"3px":[49,3],succeq:49,have:[0,1,30,4,49,6,8,14,15,43,19,20,21,22,24,25,53,28,29,2,46,33,36,37,39,40,42,5,44,45,31,54,58,51,52,55,56],nexist:49,retransl:[54,51],tabl:[55,44,15],cong:49,sever:[0,14,37,43,49,51,5,46,33,56,24,58],amout:18,disabl:[49,14,45,22],incorrectli:[20,14,42],perform:[30,4,49,6,14,42,17,18,19,25,22,24,26,28,46,39,11,8,41,29,34,45,47,54,58,51,52,55],suggest:[6,4,20],make:[0,4,43,6,8,5,14,42,16,17,19,20,21,22,23,24,26,27,32,33,37,39,40,49,44,45,58,50,51,52,55,56,3],complex:[55,48],split:49,synch:14,lrcorner:49,unsafewindow:2,complet:[0,30,43,5,14,17,19,20,41,22,24,28,29,39,46,33,8,49,37,47,54,58,51,52,55],longmapsto:49,hand:[44,34,2,18,25,22,56,35],fairli:[48,14],rais:[49,42],mkern:49,ignorepast:29,unlhd:49,squar:[49,48,42],redefin:[49,6,11,41,24],kept:19,thu:[14,28,58,19,46,54],inherit:[45,16,40,54,11,24,26],client:45,thi:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,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,54,55,56,57,58],idotsint:49,programm:40,everyth:[43,49,58,39,8],settimeout:[46,28],left:[44,37,34,30,18,49,52,25,22,9,55,38,53],processclass:[5,33],identifi:[12,29,15,49,20,56],proccess:[11,24],yen:49,mathbin:49,human:20,coprod:49,yet:[44,17,58,51,19,52],languag:[49,20,56,47,52],noscript:[5,33],onload:[34,2,30,46,22,8],errorset:[43,22],easi:[47,35],interfer:[20,31],had:[19,20,14,2,8],myconfig:[19,46],step1:49,els:[49,46,2,51],save:[55,38,8,3,9],"0x21c0":49,take:[12,0,14,28,1,46,58,30,4,51,49,6,25,22,52,55,8],sanit:18,applic:[23,20,30,1],loadtimeout:0,preserv:46,bbox:49,background:[49,3,42,36],sqsubset:49,specif:[0,8,1,28,29,47,17,58,34,5,46,33,41,51,55,56,39,54],arbitrari:49,manual:6,zoom:[13,44,42,30,7,43,22,36,24],leftrightarrow:49,underli:55,www:[20,2,37,50],right:[44,37,47,17,58,2,18,49,31,25,22,9,55,56,8,53],old:19,famili:[49,0,45,26],deal:20,autobold:49,interv:31,begin:[19,37,15,49,30,51,5,25,55,56,8,58],percentag:[21,45,22,26],intern:[0,44,28,15,29,47,17,58,51,49,22,54,55,11,39,24,56],successfulli:[0,46],interc:49,dddot:49,bottom:[8,9],subclass:[29,34,24,41,54,11,40],circ:49,tracker:[20,4],overcom:52,condit:[0,30],foo:[40,28],core:[45,58,30,49,21,22,36,56,39,53],plu:[43,29,30],bold:[49,47,25,53,48],insecur:20,popular:[20,35,1],colleg:37,repositori:[14,37,42],post:[29,45,28,30,4,18,19,52,41,26],"super":[40,42],llless:49,obj:12,nwarrow:49,slightli:[49,55,26,9],surround:[20,21,45,22,26],unfortun:[20,37],current_theme_templ:1,joomla:1,span:[49,27,5,32,33,48,22,56,24,35],downharpoonright:49,geramond:49,regist:[0,8,29,47,49,30,19,52,41,11,39,24,56],"float":55,encod:[49,15],bound:49,two:[43,15,52,48,49,3,5,20,25,22,19,8,58,53],down:[37,38,24,22],shortparallel:49,wrap:40,ntriangleright:49,often:[45,15,3,49,20,56,26],nsupseteq:49,git:[20,14,37,42],wai:[1,2,49,14,18,19,20,41,22,26,27,28,29,32,33,8,5,37,46,58,51,55,56],support:[13,14,45,42,15,20,30,49,2,4,34,43,6,44,23,55,56,8,57],transform:56,ngtr:49,avail:[0,1,2,43,6,5,14,19,20,22,23,54,26,27,32,33,37,8,40,49,44,45,47,58,50,51,55,56],width:[44,45,50,49,20,25,55,24,26],reli:[0,14,47,58,2,51,46,55],"30em":[45,26],wordpress:[1,9],editor:9,rell:25,rightthreetim:49,lnsim:49,longdiv:49,form:[44,45,47,18,49,20,25,22,56,8,54],offer:[14,42,4],forc:[45,8,24,55],epsilon:49,hear:[19,29],so4:49,downdownarrow:49,"true":[43,14,45,28,29,54,49,30,50,34,5,31,21,11,22,8,10,39,40,25,26],maxmacro:25,reset:[28,50],displayalign:22,maximum:24,tell:[37,51,20,25,55,8],moveright:49,more:[49,6,9,11,14,42,17,20,21,22,23,26,28,29,46,39,35,37,38,8,40,41,43,45,47,48,58,51,52,55,56,57,3],retir:14,featur:[13,44,37,57,49,4,51,19,46,36,55,40],rfloor:49,exist:[45,28,49,20,37,40,26],ddot:49,backsim:49,triangleq:49,check:[0,14,37,46,18,49,20,29,11,40],tip:49,abovewithdelim:49,role:56,test:[12,13,14,37,52,30,2,51,19,20,44,8,55,39,40],tie:[30,24,28],smallsmil:49,searrow:49,mathel:1,intend:[47,40,22],munderov:56,mtextfontinherit:[45,26],gvertneqq:49,consid:[0,14,42,49,4,5,20,7,55,56,39,54,58],omega:49,outdat:4,longer:[29,14,45,2,18,43,22,55,37,26],furthermor:[58,14,22,8],anywher:8,cancelto:49,tex2jax_ignor:[5,42],ignor:[5,49,33,29],time:[0,2,4,49,6,12,39,42,18,19,25,22,26,28,46,37,8,41,29,45,58,7,51,55,56],push:[28,47,17,58,30,51,46,39],backward:[45,26],"5kb":25,mathrm:49,doteq:49,skip:[5,33,37],consum:18,known:58,skin:1,displayind:22,millisecond:[0,45,28,50,18,6,7,39,26],decid:[8,50],middl:[49,20],depend:[28,30,51,46,9,55,8,57],head:[1,2,51,20,9,55,38,8],decim:[49,31],readabl:47,nearrow:49,varpi:49,certainli:37,vee:49,decis:55,text:[1,30,43,6,9,11,12,5,14,42,18,19,20,21,22,23,54,25,26,27,15,2,32,33,35,38,8,49,45,46,47,48,58,51,55,56,3],succnsim:49,sourc:[13,14,37,49,2,50,43,44,22,19,23,55,56,39,54,58],xlongequ:49,word:[5,33,8,56],room:25,dim:49,getjaxfor:[19,39,24],administr:[1,9],level:[20,8,37,34],did:46,item:[45,48,50,49,46,21,22,24,26],cooki:[12,30,42],div:[12,49,56,35,51],prevent:[49,27,45,42,20,50,5,32,33,21,22,8,25,26],mmlorhtml:[43,55,57,22,53],slower:[55,45,26],htmlcss:24,sign:[49,14,15,5,20,33,56,8],cost:[49,20,8,40,15],pmb:49,rightarrowtail:49,widehat:49,xandi:40,dotsi:49,dotsm:49,appear:[19,34,45,15,46,49,31,50,18,5,20,33,25,22,51,9,37,8,54,26],dotso:49,repli:19,dotsc:49,dotsb:49,current:[0,8,45,1,29,40,55,20,9,37,38,39,24,11,26,54],backepsilon:49,ampersand:[49,15],inlinemath:[49,14,2,51,5,20,33,8],defici:44,amalg:49,mathsiz:49,gener:[49,8,15,20,57,54,30,43,6,35,46,56,39,24],mfrac:[20,56],explicitli:[49,14,42,15,46,5,20,33,22,8,40],modif:[58,8],address:[20,37,51],along:[49,47,58,18,19,35,11,24],wait:[0,8,37,42,28,29,47,17,58,2,51,19,46,30,22,52,11,39,24],box:[0,42,30,49,6,36,24],html_head:1,shift:22,xtwoheadrightarrow:49,bot:49,queue:[29,34,28,52,16,17,58,30,51,46,47,39],overriden:39,digamma:49,varlimsup:49,commonli:[43,20,47],macintosh:39,semant:40,succsim:49,extra:[49,42,2,19,22,56],circumv:37,modul:[0,38,34],prefer:[14,45,50,20,55,37,57],iepro7:2,veebar:49,visibl:[49,27,58,51,5,32,33,44,24],marker:[49,15],myid:3,mobil:[14,42,8,23,55,39],arrowvert:49,memori:[52,54],bigr:49,visit:20,todai:47,subvers:[20,37],stylesheet:[0,34,28,29,17,30,51,52,22,9,55],handler:[0,34,47,2,30,51,52,22,56,8,24],xtofrom:49,current_skin:1,bigl:49,bigm:49,eqcirc:49,checkout:37,bigg:49,inputjax:[34,16,54,30,49,41,11,39,40],capit:16,peopl:20,bigtriangleup:49,enhanc:[56,42],minscaleadjust:[21,45,26],visual:[43,23,45,26],accept:[46,28,51],hphantom:49,easiest:[19,20,37,28,46],graphic:[47,55,37],prepar:[58,8,24],cap:49,uniqu:3,texhint:22,pmatrix:49,whatev:[49,1,15,24,58,51,19,40],cal:49,purpos:[46,56],getjaxbytyp:39,downharpoonleft:49,meant:28,subseteqq:49,varprojlim:49,backslash:[49,25,22],topic:[16,13,8],stroke:26,phrase:[49,20,15],chemic:49,occur:[0,44,37,28,46,17,58,2,50,18,19,20,30,41,22,8,52,39,24,29,51],eqsim:49,pink:49,alwai:[28,16,58,49,46,8],multipl:[49,58,14],trianglelefteq:49,write:[29,15,47,58,51,20,23],fourth:58,mathsf:49,tild:49,xhtml:[20,44],map:[56,24],max:49,clone:37,spot:[49,15],usabl:37,mac:[39,22],cours:[58,14,44,8],mai:[0,1,2,4,49,6,9,14,16,19,20,21,22,24,26,15,29,46,39,37,8,40,5,44,45,54,58,51,52,55,56],underscor:[49,20],data:[12,0,34,45,28,46,40,19,20,41,54,37,11,39,24],grow:[55,45,26,1],newlin:[49,45,42,26,18],vartheta:49,baso4:49,explicit:[0,45,20,22,8,26],uparrow:49,produc:[49,6,14,19,20,25,22,23,54,53,28,46,35,11,8,29,45,24,50,51,26,55,56],programmat:[56,35],"switch":[14,37,42,49,35,56],preced:[46,8,22],combin:[0,14,45,42,31,49,56,43,20,21,55,10,8,57,25,26],block:[14,45,42,20,30,2,49,6,21,22,55,56,8,41],approx:49,comfort:37,addmmlclass:26,downarrow:49,lsh:49,tex2math:35,still:[19,44,45,1,28,29,47,58,7,43,21,22,36,55,8,57],pointer:40,ttf:37,dynam:[0,34,13,58,2,51,20,22,52,23,56,8],entiti:[49,44,42,15],amssymbol:[43,20,49,14,8],conjunct:14,group:[0,44,4],monitor:4,polici:37,mpcontext:[43,22],ignoreclass:[5,33],platform:[23,13,1,20],window:[34,45,28,46,2,50,18,6,22,51,55,39,26],"05em":49,main:[49,14,37,16,40,58,34,43,20,41,22,8,3,55,11,39,24,56],mathexampl:51,non:[12,0,15,17,49,20,55,56],jipsen:15,myinputjax:41,initi:[0,14,15,52,49,30,50,34,5,20,33,41,22,8,19,56,39,54,58],floar:55,stackrel:49,safari:[55,57,39,2,42],half:46,now:[14,45,42,47,30,43,20,21,22,36,55,37],discuss:[12,37,8,2,4],nor:[6,48],term:[20,14,8,18],name:[0,30,43,6,8,12,5,14,15,18,19,20,25,22,24,26,28,29,2,46,33,37,11,39,40,41,42,49,44,45,48,3,53,54],opera:[55,57,39,2,42],boxdot:49,drop:37,separ:[19,14,37,49,18,5,20,33,44,22,3,8,58,53],messagestyl:[6,22,18],confid:23,varsupsetneqq:49,compil:46,domain:[20,8,37],replac:[0,14,37,42,28,40,44,2,51,49,20,25,8,11,39,24,56],individu:[54,42,53,51],strikethrough:49,continu:[0,14,15,49,19,52,8,58],happen:[44,37,15,17,58,2,49,52,56],baselin:24,shown:[49,48,22,50,51],accomplish:[20,8,37,55],"3rd":20,space:[42,15,31,51,49,20,22,55,10,54,56],intermix:30,internet:[0,42,2,18,49,46,22,55,56,51,24,53],formula:[23,55,56,22,51],mathjax_zoom:36,correct:[46,14,2,22],simeq:49,earlier:[45,58,30,20,25,55,8,26],state:[11,24,58],migrat:[13,14],ajax:[0,8,16,58,30,34,49,46,41,19,39],mime:[44,54,20,41,11,39,24],underleftarrow:49,org:[14,42,1,2,50,51,49,20,35,9,55,38,8],ord:49,care:[15,31,2,49,20,53],ntrianglelefteq:49,couldn:46,x00b1:20,synchron:[0,28,13,47,17,58,2,51,19,46,30,52,39,29],mscarri:44,thing:[15,47,51,49,20,48],eqref:49,mathop:49,startuphook:[19,49,39],think:[49,22,15,51],frequent:[5,19,33,15],first:[2,49,9,28,19,20,48,22,24,26,15,29,46,33,37,11,8,5,44,45,58,51,52,56],origin:[40,49,37,15,29,17,2,51,19,20,22,54,11,8,24,26],lfloor:49,oni:37,directli:[37,42,58,2,51,49,46,41,9,56],onc:[0,37,28,29,49,30,51,43,20,35,55,11,24,58],arrai:[30,49,6,10,39,42,17,19,21,22,24,25,26,27,28,29,31,32,33,35,11,8,41,5,45,46,48,53,55,56,57],yourself:[37,20,17,49,46,22,8],fast:[14,42,8],formatnumb:25,open:[13,44,37,50,49,20,9,23,38],predefin:49,size:[21,45,42,3,51,49,25,22,55,8,24,26],given:[0,1,49,12,15,17,18,19,20,48,22,54,28,46,36,11,39,40,42,29,24,58,56,3],convent:24,ifmodul:37,referenec:39,leftrightharpoon:49,circl:49,white:3,conveni:[20,40,22],hub:[0,30,43,6,7,8,10,14,16,18,19,20,21,22,24,25,26,27,15,2,31,32,33,35,36,11,39,5,34,45,46,54,49,50,51,53,55,56,57,58],especi:[55,56],copi:[14,37,15,2,4,43,20,44,8,23,39,41],specifi:[30,49,6,7,8,10,12,14,28,17,19,20,21,22,25,26,15,29,46,33,36,11,39,42,5,45,47,48,58,50,52,55,56,57,3],github:[14,37],enclos:[45,3,49,22,56,26],quad:49,than:[0,2,43,6,8,9,10,5,14,15,17,19,20,25,22,23,54,53,28,29,30,31,33,37,11,39,40,41,42,49,44,45,47,58,50,51,52,55,56,3],serv:[20,42],wide:[23,37,56,45,26],instanc:[12,8,54,58,5,33,41,39,40],underbrac:49,balanc:5,were:[14,24,51,19,55,54,26],posit:[45,42,17,49,22,26],stub:41,browser:[30,43,6,12,13,5,14,42,20,22,23,54,26,15,39,2,33,34,35,37,8,49,44,45,47,50,52,53,55,56,57],preccurlyeq:49,delic:22,lnot:49,doublecup:49,nleftrightarrow:49,argument:[29,28,58,49,46,40,53],hskip:49,doctyp:[20,44],engin:[23,13],techniqu:[14,2],npreceq:49,consortium:23,note:[0,2,49,6,9,39,20,48,22,54,25,26,15,29,46,33,37,8,41,5,45,58,50,51,55,56,57,3],x2260:20,jsmath:[13,56,35],poster:29,noth:[20,28,46],channel:[19,47],updownarrow:49,surd:[49,42],sure:[49,14,37,42,29,58,4,51,5,20,33,55,8],windowset:50,normal:[43,45,28,49,2,5,20,33,22,56,3,26],buffer:25,compress:8,beta:[49,8],pair:[12,0,28,48,49,5,33,25,19,11,39,24,3,53],fileurl:0,beth:49,hotfix:8,latex:[13,15,47,49,5,20,23,56,8],renam:14,textarea:[5,33],later:[29,44,45,28,15,17,58,49,46,8,39],drive:37,typeset:[0,30,5,50,42,18,19,21,22,23,54,26,27,46,33,36,39,34,45,32,47,58,7,51,52,55,56],badg:4,sigma:49,mathfrak:49,showmathmenu:[45,22],ismobil:39,show:[49,37,20,50,51,43,6,48,4,46,38,53,22],autoreset:28,cheap:26,parentnod:[2,42],unprocess:[39,54,51],concurr:30,permiss:[20,37,15],hack:55,isfirefox:39,corner:[34,22,18],xml:[23,47],onli:[0,1,2,4,43,6,5,14,42,20,48,22,23,54,26,15,29,39,46,33,37,11,8,49,45,47,3,51,55,56],slow:24,activ:[14,37,28,47,4,51,43,52,44,56],behind:49,inlinedelimit:49,otim:49,black:49,offici:8,geq:49,mypic:[5,32,33,27,48],nearli:[43,49,8,53],variou:[0,8,1,29,16,3,18,19,6,22,11,39,56,53],get:[30,49,12,13,28,18,20,25,22,24,26,15,29,2,46,37,8,40,42,5,44,45,58,51,55],autoload:49,cannot:[49,15],ncong:49,lighter:26,nsim:49,requir:[0,14,28,43,46,49,2,7,56,5,20,33,41,8,19,23,11,39,24,58],truli:51,prime:49,lceil:49,mathpunct:49,rerend:[11,39,54,51],consist:[44,15,58,49,48,55],hostil:20,intermitt:[34,18],shortmid:49,apricot:49,through:[49,14,37,42,29,58,19,52,44,55,56,8,40,53],where:[0,30,4,49,6,12,14,28,18,19,20,21,24,25,26,15,46,39,37,11,8,43,34,45,54,3,51,52,56],wiki:[1,47,2,49,20,56,8],latexmathml:15,keyboard:47,ismac:[39,30],concern:[56,39,15],infinit:25,detect:[2,42,28],parent:[12,40],enumer:49,label:[49,55,25,53,50],enough:[44,58,20,48,55,8],between:[49,8,45,28,15,46,58,50,19,20,55,56,39,54,26,42],maltes:49,"import":[0,37,42,58,43,52,19,8],across:[47,55],assumpt:49,absenc:1,longleftrightarrow:49,vdot:49,screen:[0,45,42,58,18,43,23,51,24,26],negmedspac:49,come:[14,37,58,2,43,46,44,55,56,8],leftleftarrow:49,fit:[19,50],timout:0,pertain:20,audienc:[55,44],inconsist:14,overbrac:49,improv:[14,42,4,22,55,8],among:8,color:[42,47,3,49,48,22,36],operatornam:49,period:[0,34,37],colorbox:49,colon:[49,3],cancel:[49,28],"70kb":8,bigcirc:49,msrow:44,damag:20,needlessli:46,tabel:55,myserv:8,rebuild:39,mark:[0,44,15,49,5,20,33,35,56,3,26],addit:[0,14,15,28,20,17,49,3,51,43,6,44,54,22,46,19,11,39,24,58,42],succapprox:49,fade:6,arcsin:49,xrightharpoonup:49,mathplay:[42,2,50,43,22,55],breve:49,texfont:6,blacktriangl:49,former:31,those:[49,6,39,17,19,20,48,22,23,54,28,29,46,11,8,41,43,44,37,24,58,51,56,3],"case":[2,49,14,16,19,20,48,22,54,53,28,46,37,8,40,45,31,24,58,51,55,56,3],kappa:49,tostr:28,oldstyl:49,addtext:12,trick:49,invok:55,eqnchunk:[45,26],invoc:8,margin:[3,25],opera10:45,advantag:[55,58,14,8,1],barwedg:49,leadsto:49,henc:37,worri:[19,56],destin:39,sourceel:[19,54,24,51],updatemath:51,bigwedg:49,myclass2:[5,33],develop:[14,37,47,4,44,8],author:[14,15,18,49,20,41,22,36,23,56],media:[3,8,37],postjax:[56,22],same:[19,14,37,15,43,20,49,27,5,32,33,25,22,29,9,52,8,24,58,26,42],html:[1,30,43,6,8,10,12,13,14,42,16,19,20,48,22,24,26,27,15,2,32,33,34,35,37,38,39,5,44,45,47,49,50,51,52,53,55,56,57,3],pad:[12,49,3],knuth:47,mathvari:[56,45,26],document:[0,14,37,47,15,13,16,49,2,51,5,20,44,22,8,23,55,56,39,24,35],bring:56,finish:[47,58,2,51,52,39],vvdash:49,nest:[5,44,42,26,34],availablefont:[6,8,45],someon:49,hslash:49,capabl:[16,23,55],formaterror:39,mani:[49,8,42,52,58,5,46,33,55,39,3],extern:[0,34,52,58,19,46,39],immedi:[0,2,49,30,51,19,17,8,58],submenu:[22,50,9],appropri:[19,49,43,35,11,24,56],macro:[42,49,20,25,22,8,53],mml_svg:[43,8],leftharpoonup:49,eqnchunkdelai:[45,26],overwithdelim:49,without:[0,14,45,46,47,49,19,6,44,22,8,56,39],model:[13,34,37,16,30,49,55,56,40],bigotim:49,stixfont:6,mml2jax:[44,20,43,32,22,56,53],loaderror:0,when:[0,2,43,6,8,9,10,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,11,39,40,41,42,5,44,45,46,47,48,49,50,51,52,54,55,56,57,58],greasemonkei:[8,2],bitmap:47,flavor:[43,8],speed:[55,56,14,42,8],versu:58,strikeout:49,widest:[20,44],asciimathml:15,nleqq:49,filevers:34,except:[43,20,55,52],littl:[0,29],blog:[1,47,49,20,56,8],rescal:55,treatment:49,yuicompressor:42,earli:[8,42],hover:[36,7,22,50],around:[49,8,15],read:[14,37,42,47,48,19,20,44,8],outermost:48,boldsymbol:49,messsag:18,getjaxbyinputtyp:39,moo:40,world:[23,46,8],lasterror:39,mod:49,sum_:56,blackberri:42,asciimath2jax_process:33,cdot:49,integ:[49,39],server:[49,14,45,42,2,43,20,37,8],either:[0,14,37,1,29,16,48,49,2,5,20,33,25,8,36,19,55,39,57,3],output:[30,49,10,13,14,42,19,20,21,22,24,26,15,39,34,35,11,8,40,43,44,45,47,54,3,50,51,53,55,56,57],rollov:42,manag:[12,34,37,1,46,47,30,18,49,20,56,54],lesssim:49,node:12,respect:[21,45,26,28],inlin:[5,20,33,14],constitut:16,pod:49,slice:28,easili:[23,20,56,47],definit:[0,45,42,49,50,43,3,21,7,36,23,25,26],shoveright:49,inputid:54,dashleftarrow:49,mathcal:49,complic:[47,48,44,57,55],refer:[19,8,37,20,13,2,29,43,6,30,25,46,52,11,39,40,41,51,54],arrow:49,power:[58,4],inspect:39,broken:56,formatid:25,found:[0,37,20,4,46,22,55,11,24],regexp:[5,33],"throw":[24,11,41,2],trianglerighteq:49,comparison:[58,39],central:22,ibook:55,firstnam:46,ddddot:49,stretch:49,act:[49,47,58,19,46,25,22,56,26],industri:47,needsupd:[11,54,51],processor:[30,49,10,20,21,24,25,53,15,31,8,43,44,45,47,58,50,26,55,56,57,3],hookrightarrow:49,nobreakspac:49,routin:[12,0,52,46,41,11,39,24],nsupseteqq:49,effici:[40,26,51],elementari:44,lessdot:49,triangledown:49,compos:44,rightharpoondown:49,mathbackground:49,your:[0,1,2,4,43,6,7,8,9,10,13,14,42,20,25,22,23,26,27,15,31,32,33,35,36,55,37,38,39,5,44,45,46,47,48,49,50,51,52,21,57,58],compon:[0,30,49,7,14,43,16,19,20,23,24,53,15,39,44,11,8,40,29,34,3,50,52,56],log:[49,20,37,18],area:[25,18],aren:49,fontwarn:[6,22,53],lor:49,strict:37,compliant:[14,42],interfac:[37,1,20,9,23,38],low:28,lot:[19,25,37],lambda:49,verbatim:49,cloudfront:20,buggi:49,categor:53,faster:[43,55,56,8,42],pull:37,mathml:[2,49,9,10,38,13,42,20,22,23,54,53,15,11,8,43,44,47,24,51,26,55,56,57],bullet:[49,47],possibl:[0,44,37,15,28,6,49,18,43,20,22,46,3,55,56,8,40,58,42],"default":[0,30,49,6,7,8,10,5,14,15,18,20,21,22,24,25,26,27,28,32,33,35,36,37,11,39,41,43,45,31,50,53,55,56,57],processescap:[5,49,14,8],buildrel:49,notag:49,asiimath2jax:15,embed:44,connect:[43,20,56,8,46],taylor:20,creat:[0,30,4,49,12,18,19,41,24,28,46,11,40,29,34,37,47,54,58,50,52,56,3],certain:[19,29,52],leftrightsquigarrow:49,risingdotseq:49,varliminf:49,file:[0,1,30,43,6,8,9,10,11,14,15,17,18,19,20,21,22,24,25,26,28,29,2,46,35,37,38,39,41,42,49,34,45,31,47,48,58,52,53,54,55,56,57,3],momentarili:39,outputjax:[34,16,54,30,41,39,24],fill:[55,57],again:[49,0,39,54,51],iiiint:49,googl:4,pmod:49,orient:[16,40,34,30],valid:[46,14],getscript:12,you:[1,2,3,4,43,6,8,9,10,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,30,31,32,33,35,37,38,39,40,41,42,5,44,45,46,47,48,49,50,51,52,53,55,56,57,58],trash:54,poor:55,resolut:23,sequenc:[13,8,37,17,49,30,19,52,25,39],symbol:[49,20,25,15,31],begingroup:49,dashv:49,track:[56,24,4],menuset:[43,22,36],reduc:[49,8],mathcolor:49,lbrace:49,eqchunkdelai:[45,26],directori:[0,45,42,52,47,54,30,18,43,20,41,22,19,37,11,8,24],descript:[27,32,2,5,6,33,34,22],lbrack:49,lucki:49,hello:46,calle:40,potenti:58,extpfeil:49,escap:[49,25],dst:39,negthickspac:49,lvertneqq:49,all:[0,1,30,5,6,8,13,14,42,43,18,19,20,25,22,23,24,26,27,28,29,2,32,33,34,37,39,40,41,21,44,45,46,47,49,52,53,55,56,57,58],consider:8,illustr:51,dollar:[49,14,15,5,20,33,8],improperli:5,mathjax_displai:3,abil:[14,37,42,47,55,56],follow:[30,49,14,42,16,19,20,48,24,25,53,28,46,37,11,8,40,41,43,45,3,51,26,56],alt:[2,22],disk:[43,20,8,37],multlinewidth:25,scr:49,articl:47,init:40,program:[34,1,52,16,54,58,30,20,23,56,40],smile:49,cgi:0,introduc:[20,8,55],global:[34,28,16,51,49,55],multlin:[49,25],vert:49,far:[0,29,37,15,18],varrho:49,"1px":[12,49,3],verb:49,mechan:[49,28,29,17,58,30,19,52,40],difficult:[46,44,52],loadcomplet:[49,0,39,41,8],veri:[36,9],preferredfont:45,alterant:47,list:[1,30,49,6,7,9,10,11,8,16,19,20,25,22,24,26,27,28,32,33,36,37,38,39,5,45,31,47,54,58,50,51,21,56,57],"_html":55,emul:55,adjust:[45,2,51,21,9,38,8,26],plain:49,small:[45,42,18,49,21,56,25,26],dimens:[49,22,42],getalljax:[39,51],foreground:3,lll:49,tex:[1,2,43,6,8,9,10,11,13,5,14,42,19,20,25,22,23,26,27,15,34,35,37,38,39,41,49,44,45,47,58,51,53,55,56],zero:[6,17],design:[44,2,4,43,23,38],pass:[0,14,42,28,29,17,58,30,50,43,46,19,56,39,40,53],overlin:49,further:[17,58,55,11,24,56],what:[0,30,4,49,6,7,13,8,28,20,21,22,23,25,26,27,15,32,33,36,39,42,5,44,45,50,51,56],sub:34,section:[2,43,6,7,8,10,5,14,42,21,22,25,26,27,15,31,32,33,35,36,38,39,49,44,45,46,50,53,55,57],advanc:[16,13,23,8],abl:[19,14,45,1,28,20,49,51,43,6,44,22,9,23,37,38,8],delet:[49,45],version:[30,4,49,13,14,42,20,25,24,26,15,2,46,39,36,37,11,8,41,43,34,45,54,51,55],sup:49,"public":[29,37],hasn:[0,14,30,18,11,24],full:[0,42,46,16,2,51,43,20,22,23,56,8],hash:[30,22],geqslant:49,modular:[23,44],ggg:49,trunk:37,standard:[19,37,47,49,43,20,23,55,56,8,3],modifi:[13,14,1,51,49,18,43,20,41,8,19,39,24],valu:[0,30,49,6,7,10,12,42,17,19,21,22,24,25,26,27,28,31,32,33,36,39,40,5,44,45,46,48,58,50,51,53,56,57,3],search:[23,13,39,4],sender:19,prior:[49,55,44,2,22],amount:[49,6,39,25,28],within:[0,30,49,6,14,28,16,20,25,24,15,39,46,33,35,8,40,42,5,44,37,51,52,56],action:[0,2,49,39,28,17,18,19,41,24,15,30,46,36,11,8,29,34,47,58,51,52,56],mathjax_wikipedia:2,mml_htmlormml:[14,1,2,43,20,9,55,38,8],llap:49,chunki:[45,26],via:[0,1,30,5,6,14,42,18,19,20,41,22,54,53,28,2,33,36,37,8,40,43,44,45,58,56],shorthand:51,filenam:[46,14,8],href:[49,48,42],inappropri:19,emptyset:49,simbl:2,decrement:17,establish:43,select:[44,45,50,43,55,37,39,57,26],hexadecim:49,proceed:[58,48],x41:49,distinct:16,ctrl:22,stretchi:49,rightsquigarrow:49,taken:[19,49,58,55,51],imath:49,ispc:[39,30],toggl:49,vec:49,flat:49,diamond:49,desir:[43,40,2,37],mlongdiv:44,ital:[49,0,47,22,20],flag:22,aleph:49,particular:[12,0,8,37,15,28,46,47,17,3,49,20,29,22,52,55,56,39,40],webkit:[39,42],upsilon:49,mathml3:44,cach:[19,8],showmathmenumsi:[21,22,42],none:[29,27,45,28,46,5,32,33,25,22,8,56,39],outlin:42,det:49,dev:4,histori:[19,29,30,47],remain:[43,47],paragraph:[45,20,51,49,6,56,26],caveat:[20,24,37],def:[49,25,40],deg:49,mathtip:49,scan:[39,22],myspan:48,challeng:43,registr:41,share:[20,8,37,22,4],templat:[38,8,1,9],succneqq:49,minimum:[39,21,45,42,26],unreli:14,explor:[0,42,2,18,49,46,22,55,56,51,24,53],sharp:49,mathinput:51,huge:49,rowspan:44,goal:23,awkward:40,secur:[20,2,37],rather:[0,2,43,6,10,5,14,42,17,19,20,25,22,23,54,53,28,30,31,33,8,40,41,49,44,37,47,58,50,51,52,55,56,3],anoth:[49,37,29,17,58,18,19,52,11,51,56,53],showmathmath:21,csc:49,snippet:[12,13,27,32,49,4,5,6,33,48,22,39],ddagger:49,stix:[45,42,47,49,6,55,37,56,8],simpl:[55,48,22,18],css:[0,49,6,7,10,13,14,42,20,21,22,24,26,39,34,35,36,37,8,43,44,45,47,54,3,50,51,53,55,56,57],unabl:6,regener:[54,51],resourc:42,referenc:[6,25],algebra:47,iphon:42,variant:47,reflect:[30,51],vdash:49,mstack:44,blacker:26,impliedbi:49,associ:[56,45,28,54,51,49,46,21,11,39,24,41,26],welcom:4,lhd:49,footer:8,confus:[20,14],ambigu:16,caus:[0,49,6,5,39,18,19,20,25,22,24,15,46,33,34,11,8,29,44,37,54,58,50,51,55,56],callback:[0,34,28,29,16,17,58,30,51,19,46,47,52,11,39,24,54],firefox3:45,merror:3,unrhd:49,help:[13,14,37,50,20,4,22,55,8],soon:[8,2,22,51],trade:[55,8],retypeset:51,hierarchi:[8,37],suffer:55,paramet:[0,30,49,12,14,28,17,18,20,25,22,24,53,27,15,29,32,39,36,11,8,40,41,42,43,46,54,51],style:[0,30,49,6,7,12,13,42,18,20,48,22,26,33,36,39,5,45,47,3,50,21,56],arial:[49,45,26],border:[12,49,3],x221a:44,processupdatetim:39,x221e:56,late:[47,2],isreadi:[34,30],pend:17,amsmathaddit:58,processenviron:5,might:[0,14,37,46,58,4,19,20,25,8,56,44,24,26],alter:[5,54,51],cee:49,good:[58,2,26,4],"return":[12,0,44,40,28,29,17,58,18,19,46,25,51,52,11,39,24,41,54],textstyl:49,longleftarrow:49,getelementbyid:51,wilipedia:47,rlap:49,equationnumb:25,xtwoheadleftarrow:49,mathscr:49,instruct:[48,20,14,2,1],bigcup:49,ntriangleleft:49,iff:49,iint:49,fulli:[20,58,44],unicod:[49,6,44,45,26],x2211:56,subsystem:30,originaltext:54,weight:[48,40],setrender:39,hard:[37,42,4,43,20,8],realli:[46,22],nless:49,expect:[45,58,51,49,22,8,26],math2:49,math1:49,beyond:[49,4],reduct:55,"try":[37,4,19,20,41,40],mhchem:49,shortcom:52,skiptag:[5,33],print:[23,55,3,37],occurr:52,msie:[39,57],difficulti:49,assist:43,safari3:45,ast:49,offsetx:[45,26],symbian:42,mml:[8,57,43,20,34,55,11,39,54,56],reason:[0,44,15,46,58,2,18,49,20,25,39,41],base:[14,45,1,28,52,16,30,2,34,6,55,41,8,54,23,37,39,40,26],put:[0,14,37,15,52,49,20,22,55,8,53],mathr:49,processupdatedelai:39,offseti:[45,26],basi:[55,8,57],succnapprox:49,stanard:49,drupal:1,msbm10:20,taht:21,showprocessingmessag:[22,53],perhap:[46,8],bumpeq:49,perman:49,elementjax:[34,16,54,30,41,11,24],stixgener:[49,45,26],getelementsbytagnam:2,assign:[5,46,33],major:[23,55,8,2],notifi:19,boxplu:49,upper:49,feel:4,exchang:47,lastnam:46,number:[0,1,30,49,6,14,42,18,20,25,22,24,26,28,46,39,37,11,8,41,43,34,45,31,48,58,51,54,55],grtaphic:56,fadeoutstep:6,done:[17,58,30,49,20,56,8],least:[56,39,8,15],blank:[29,28],stabl:[20,8,37],miss:[49,15,28],differ:[49,8,37,28,46,57,58,51,19,20,22,52,56,39,40],script:[0,1,30,43,9,11,12,5,14,42,19,20,41,22,24,39,2,33,35,38,8,49,37,54,58,51,55,56],interact:[8,45,20,23,56,39,54,26],smoother:6,construct:[58,56],statement:[58,28],exten:15,illeg:[48,8,42],store:[12,29,14,45,42,28,54,58,8,51,46,34,35,36,11,39,24,56],xmln:20,option:[43,6,7,8,9,10,13,5,14,20,21,22,25,26,27,15,32,33,35,36,39,40,41,49,45,31,48,50,53,55,56,57],nleftarrow:49,eqn:25,ntrianglerighteq:49,selector:[3,22,18],tex2jax_process:5,part:[43,44,37,15,28,52,40,49,9,2,5,20,25,22,19,23,55,56,8,24,58],pars:[49,42,15],mmltoken:49,binom:49,cosh:49,kind:56,aaa:25,prebuilt:20,whenev:[29,44,37],remot:37,remov:[49,8,45,42,28,29,54,18,5,6,33,22,51,56,39,24,26],dtd:20,bridg:[14,54],arrang:28,markup:[0,44,15,47,49,20,56,26],ffff88:3,comput:[37,47,49,55,45,39,26],nleqslant:49,packag:[37,15,47,49,25,35,8],expir:12,"null":[12,0,34,45,42,28,29,40,2,18,6,41,22,51,54,11,39,24],built:[13,14,2,55],equival:[12,28,58,51,43,46,48],lim:49,self:[20,44,42],ell:49,also:[2,4,43,12,5,14,28,16,18,19,20,21,22,54,26,15,46,37,8,40,49,44,45,47,50,51,52,55,56,57],brack:49,build:20,brace:[5,49,2],msgroup:44,triangleleft:49,distribut:[20,38,14,37,8],appendchild:[12,2],addel:12,reach:8,react:29,most:[19,34,37,1,28,47,30,49,2,43,20,41,55,56,8,40,3,42],plan:20,rho:49,alpha:49,rhd:49,whichev:49,vardelta:49,renewenviron:49,clear:[29,45,28,30,18,19,26],tpl:1,h2o:49,exp:49,latest:[14,37,1,2,4,51,49,20,35,9,55,38,8],leftroot:49,cdata:42,nshortparallel:49,carefulli:[48,45,26,51],cdn:[49,14,37,42,1,2,51,43,20,35,9,55,38,8],flicker:[45,26],finv:49,particularli:[43,37],rightleftarrow:49,font:[0,49,6,13,14,42,18,20,48,22,23,24,25,26,37,8,45,47,3,50,51,52,55,56],find:[8,4,51,49,6,35,9,56,39],preremoveclass:22,access:[49,37,42,1,46,54,58,50,43,20,29,23,55,8,40],execut:[0,28,29,17,49,30,19,46,56,8,58],pretti:37,solut:[20,56,37,4],delayedx:28,queu:[17,58,8,28,29],factor:[21,45,22,26,42],noerror:[43,20,49],jaxfil:41,tagsid:[25,53],precnsim:49,express:[19,45,29,49,51,5,20,33,25,22,55,24,58,26],strut:49,nativ:[44,16,2,43,23,55,56,57],mainten:14,rest:[0,44,58,51,49,20,23,56],donald:47,konqueror:[55,39],restart:[37,17,58,5,33,8],ie9:[55,37,42],ie8:[55,42],ie7:55,acut:49,vmatrix:49,common:[13,14,15,1,20,47,48,49,43,6,44,8,39,41],set:[0,30,43,6,7,8,3,10,12,14,15,18,19,20,21,22,54,25,26,27,28,29,2,31,32,33,35,36,37,39,40,42,5,34,45,46,47,48,49,50,51,52,53,55,56,57,58],overrightarrow:49,startup:[13,8,42,51,2,58,30,34,19,41,22,39],see:[0,30,3,4,43,6,7,8,9,11,14,15,17,19,20,21,22,24,25,26,27,28,29,32,33,35,36,37,38,39,42,5,44,45,46,47,49,50,51,52,53,55,56,58],barb:49,sec:49,arg:49,ams_hml:8,close:[44,42,20,2,4,43,6,53],langl:49,inconveni:14,someth:[49,37,4,51,5,20,22],particip:4,won:[55,58,8,37,42],columnspan:44,subscript:[49,20,42],experi:22,altern:[0,15,49,46,56,40],numer:[39,44],complement:49,javascript:[0,1,2,49,6,7,9,13,14,16,19,20,21,22,23,54,25,26,28,46,36,38,8,40,43,34,45,47,48,58,50,51,52,53,55,56,3],isol:[49,42],mailbox:[19,47],bmatrix:49,consumpt:42,distinguish:11,longrightarrow:49,errat:8,classnam:2,searpat:5,closur:[46,28,51],last:[0,37,28,17,3,49,39,24,53],delimit:[49,14,42,15,5,20,33,56,8],hyperlink:56,mathzoom:[43,3,24,53,36],event:[0,42,52,47,30,2,50,51,43,7,22,19,56,24],nvdash:49,grei:[49,30],context:[5,33,28,50,22],overset:49,hbar:49,whole:[52,39,51,34],load:[0,1,30,49,8,10,11,13,14,42,17,18,19,20,21,22,23,24,25,26,28,29,2,46,35,37,38,39,41,43,34,45,31,47,58,51,52,55,56],markdown:[49,20,56,47],simpli:[43,14,37,15,28,46,17,49,51,5,32,33,27,22,8,23,11,39,24,41,35],point:[49,17,8,31,20],instanti:40,smith:46,usemathmlspac:10,fcolorbox:49,header:[8,37,1,9],suppli:[39,54,22,28],bigve:49,mistak:48,zeta:49,throughout:49,becom:[14,37,28,58,4,19,44,55,40],notaion:13,gneq:49,devic:[23,55,14,42,8],due:[14,45,26],empti:[34,45,28,58,30,22,56],otherwis:[0,8,28,54,49,18,43,20,34,9,55,11,39,40],invis:[49,37],fire:[30,8,2,51,46],imag:[14,45,42,32,47,48,2,5,6,33,27,23,37,8,24],descib:15,coordin:[17,58,56],understand:[43,56],demand:43,urcorn:49,convers:[49,15],blacksquar:49,look:[12,49,44,45,1,28,29,3,15,4,18,5,20,33,53,51,9,37,56,39,26],bcancel:49,solid:[12,49,3],histor:55,pitchfork:49,lvert:49,"while":[12,0,14,37,20,57,49,2,31,19,6,44,22,52,56,8,29,58],blacktriangleleft:49,nprec:49,abov:[12,14,45,15,28,20,40,58,2,8,31,51,49,6,22,46,37,39,24,26,42],circlearrowright:49,mbox:49,everyon:[19,26],loop:[25,54],pack:42,subsect:[25,41],measuredangl:49,vartriangl:49,eqslantless:49,biguplu:49,itself:[40,49,14,37,28,29,17,58,30,34,19,3,44,22,8,54,11,39,24,56,53],overleftarrow:49,limit:[12,0,44,49,31,25,8],peramet:11,rightarrow:49,minim:24,xleftarrow:49,shorten:18,shorter:42,am_htmlormml:[43,20,8],redisplai:18,htmlcsslast:24,conflict:[49,56,42],higher:8,upuparrow:49,optim:[55,42],wherea:49,domin:47,alert:[19,46,58,28],jsmath2jax:[27,35,53,42],temporari:8,user:[30,4,49,6,7,13,39,18,19,20,21,22,23,26,28,2,35,36,37,8,43,44,45,50,51,55,56,57],robust:[19,47],stack:25,recent:[23,2],lower:[34,42,16,30,18,49,22],task:49,older:[44,8],entri:[49,17,3,42,47],searchabl:23,ngeqq:49,textit:49,curvearrowleft:49,normals:49,scriptsiz:49,fallingdotseq:49,explan:[49,20],rvert:49,obscur:[42,18],press:[22,51],amp:[49,42,15],regardless:51,cup:49,setscript:12,blacklozeng:49,endgroup:49,ffeeee:49,rgb:49,input:[30,49,9,10,38,14,42,19,20,41,22,24,25,53,15,31,39,34,35,11,8,40,43,44,47,54,58,51,55,56],subsequ:[49,11,24],oslash:49,asciimath:[13,15,31,47,43,20,33,23,56,8,53],format:[13,14,15,47,48,49,43,20,25,22,54,23,55,11,44,24,56],big:[49,53],moodl:1,intuit:47,tomathml:[43,54],game:49,insert:[49,27,45,28,2,5,32,33,41,22,9,38,39,24,56,26],bit:40,diagup:49,lost:46,semi:3,varkappa:49,signal:[29,8,28,52,16,30,34,19,46,41,47,39],altough:46,resolv:42,collect:[28,47,58,46,54,3],api:[16,13,23,20],mathrel:49,swarrow:49,asciimath2jax_ignor:33,scrip:14,gtrless:49,simplifi:42,creation:[11,30],some:[1,2,49,6,8,14,15,16,17,19,20,21,22,23,24,25,26,28,46,37,11,39,40,41,44,45,54,58,51,53,55,56,57],back:[37,15,20,54,49,6,33,24],endtoggl:49,urgent:8,sampl:[49,37,52,3,30,51,19,20,22],instal:[13,14,45,42,20,55,49,6,9,23,37,8],scale:[45,42,49,21,22,23,26],substitut:25,mathemat:[0,30,43,6,7,9,11,5,8,42,19,20,21,22,23,24,25,26,27,15,32,33,35,36,37,38,39,41,49,44,45,47,54,58,50,51,55,56],larg:[49,0,14,57,8],prod:49,reproduc:51,tex2jax:[43,14,42,51,49,2,34,5,20,44,22,56,8,53],machin:[47,37],garamond:49,previou:[46,58,29,28,18],run:[0,30,5,6,10,8,17,19,20,21,22,25,26,27,28,2,31,32,33,37,39,29,44,45,46,58,51,52,56,57],doteqdot:49,odot:49,step:[6,56,30,1,20],hookleftarrow:49,varsubsetneq:49,carol:49,impos:37,ngeqslant:49,reappear:18,materi:[55,42,51],prove:55,retain:[49,26],dialog:42,rangl:49,succcurlyeq:49,gamma:49,file3:58,file2:[0,58],file1:[0,58],file4:58,bmod:49,msam10:20,prec:49,isjax:39,chang:[1,2,49,14,42,18,20,25,22,54,26,31,39,37,11,8,43,45,50,51,55,56],announc:52,inclus:[45,26],triangl:49,question:[20,41,4],submit:4,custom:[49,42,15,18,43,20,23,55],adjac:42,perp:49,includ:[0,1,2,5,6,7,8,3,10,14,15,43,16,19,20,25,22,23,26,27,28,30,31,32,33,34,35,36,37,11,39,41,42,21,44,45,46,47,48,49,50,51,53,55,56,57,58],suit:[14,6,31,44,8,20],nativemml:[44,47,57,50,43,21,55,56,39,24,53],overleftrightarrow:49,ulcorn:49,properli:[12,0,14,37,42,20,54,58,2,51,5,6,44,46,55,39,40],emnu:50,atop:49,loadhook:[0,39,46],serif:[0,45,26],link:[14,37,42,1,20,16,49,6,25,52,8],translat:[56,11,41,24,42],delta:49,line:[49,14,45,42,1,31,47,30,2,5,20,33,27,53,55,37,56,8,26],enspac:49,rmoustach:49,qquad:49,divideontim:49,geqq:49,similar:[52,37,28],xmapsto:49,enlarg:36,constant:[19,25],doesn:[19,45,28,15,54,49,43,22,37,8,40,26],repres:[12,49,27,20,47,3,18,5,6,33,48,22,23,32,24,56],"char":49,mathdiv:[12,46,58,51],tbinom:49,home:[47,0,15],ebook:55,gecko:39,phantom:49,iiint:49,titl:[20,51],sequenti:[52,58,30],invalid:[49,48],llcorner:49,toaudibl:54,bracket:[49,48,22],shoveleft:49,xrightarrow:49,department:37,supseteq:49,nice:2,lozeng:49,delayclear:[45,26],msup:[20,56],eqnchunkfactor:[45,26],alttext:32,varsubsetneqq:49,eval:28,fisher:49,newcommand:49,svn:[20,14,37],rightharpoonup:49,land:49,mimetyp:[54,11,41,24],svg:[42,47,50,43,53,55,56,8,26],supseteqq:49,liminf:49,depth:49,dot:49,leak:54,aquamarin:49,scroll:38,prototyp:40,code:[0,2,4,43,8,9,12,13,5,14,17,19,20,41,22,24,27,28,29,30,32,33,39,49,34,46,47,48,58,51,52,3],partial:49,edg:55,queri:56,tiddlywiki:1,tooltip:[49,45,26],edu:37,privat:[52,41,37],elsewher:51,friendli:20,send:[19,29,8],becam:47,sens:56,sent:[19,29,39,47],actiontyp:[45,26],unzip:37,gnsim:49,xxxxxxxx:[20,37],mous:[45,42,50,43,7,36,56,24,26],uselabelid:25,untouch:49,skew:49,tri:[0,14,45,49,21,26],ischrom:39,mathit:49,button:37,geograph:8,fewer:43,nleq:49,xcancel:49,userscript:2,maction:[49,45,42,26],pleas:[48,4],impli:49,smaller:[43,0,56,42],fortun:19,getjaxfrommath:24,natur:[23,20,49,37,56],aperson:46,jump:30,varupsilon:49,download:[0,14,37,42,6,20,22,23,56,8],hspace:49,click:[49,50,43,22,36,9,56,24],append:[12,37],compat:[49,45,42,47,5,25,22,55,8,26],index:[20,37,1],compar:55,cell:55,acronym:47,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,54,55,56,57,58],backprim:49,vargamma:49,varsigma:49,leq:49,intercept:20,let:[14,37,48,50,49,20,44,22,39,57],sinh:49,vertic:[5,33,24,22],sinc:[0,49,14,28,43,17,19,20,21,22,25,15,39,8,40,42,29,44,45,58,51,52,55,56,3],tex4ht:56,rtime:49,convert:[13,44,15,28,49,2,18,5,35,23,56,24],sqcap:49,larger:[45,43,20,55,56,8,26],technolog:[43,23,4],zscale:22,circledast:49,typic:[49,37,15,5,20,11,8],honor:[37,21,45,22],chanc:[5,19,33,29,20],firefox:[37,42,2,55,39,57],rgroup:49,bittersweet:49,appli:[45,49,21,37,8,40],iskonqueror:39,lessgtr:49,"boolean":39,smallmatrix:49,oval:49,cloud:[14,8],from:[0,1,2,5,8,11,13,14,15,43,18,19,20,25,22,24,26,27,28,29,30,32,33,35,37,38,39,40,41,42,21,34,45,46,54,49,50,51,55,56,58],zip:[20,37,42],commun:[19,13,4,20],chi:49,doubl:[49,43,25,22,36,24],upgrad:[6,37,4,13],varphi:49,cho:49,implic:37,few:[49,20,37,35,15],msqrt:[20,56],postprocess:41,bowti:49,simpler:18,newmath:51,src:[43,14,1,20,48,49,2,51,5,32,33,27,35,8,9,55,38,39,58],nsubseteq:49,lippman:15,doublebarwedg:49,projlim:49,"4ac":20,actual:[12,0,44,15,28,17,49,51,19,46,56,22,8,11,39,24,58],versionatleast:39,account:12,alik:2,retriev:12,augment:[40,11,41,24],scalabl:[47,55,56],underwai:58,critic:37,halt:52,thin:25,eqchunkfactor:[45,26],control:[43,6,50,10,5,8,20,21,22,25,26,27,32,33,36,37,39,49,45,31,3,7,55,57],tau:49,tar:37,process:[0,2,49,8,12,13,5,14,42,17,18,19,20,25,22,24,26,27,15,30,32,33,35,11,39,41,43,44,45,46,54,58,50,51,53,55,56,57],dfrac:49,preformat:42,high:[23,55,56],tag:[1,30,49,9,14,42,19,20,25,22,24,53,15,39,2,32,33,35,11,8,5,44,37,48,51,54,55,56],tab:37,tan:49,delai:[0,8,45,28,29,7,50,18,43,22,36,19,56,39,26],fontwarns:3,gcd:49,pure:44,importat:16,getelementsbytagnamen:2,subdirectori:[37,11,24,54],instead:[49,14,37,42,15,46,17,58,51,19,20,25,56,8],class4:40,class2:[5,33,40],sin:49,sim:49,class1:[5,33,40],simplesup:40,frac:49,overridden:[45,24,18,41,54,11,40,26],mspace:[49,20,44,42],"_svg":55,anothermethod:40,frak:49,filtertext:18,redund:[40,22],essenti:[43,49,56,40,15],light:[49,40,36],correspond:[39,45,35,8],element:[30,43,6,12,5,39,42,19,20,48,22,24,25,26,29,33,11,8,40,49,34,45,54,58,7,51,52,55,56,3],reredn:54,newextarrow:49,allow:[1,2,43,7,5,14,42,18,19,20,25,22,23,24,26,29,46,36,37,8,40,49,45,47,48,58,50,3],fallback:[37,45],mjx:[12,25],fastest:55,scriptstyl:49,nsucc:49,comma:[3,2,49,22,8,53],dagger:49,mathjax_tooltip:[45,26],movabl:[38,1],chosen:[55,57],clickabl:49,coth:49,varxi:49,pretransl:[41,24],therefor:49,pixel:[47,45,24,26],multimap:49,crash:22,sqsubseteq:49,handl:[0,2,49,6,14,28,19,41,22,24,15,39,44,8,42,5,34,47,58,7,52,55,57],auto:25,nokia:42,innermost:48,dai:12,automat:[45,17,58,18,49,20,25,55,56,8,40,41,26],front:[43,42],successor:35,gggtr:49,somewher:8,anyth:[19,53,45,26,4],edit:[43,8,1,9],smallfrown:49,februari:13,mode:[49,45,42,5,20,35,55,37,56],varomega:49,"2em":49,genfrac:49,subset:[49,57],delaypost:[45,26],chunk:[45,26],nointerest:29,meta:55,"static":40,our:[14,37,42,4,20,38],meth:39,ie6:45,special:[43,44,15,46,49,5,20,33,22,8,52,23,55,56,39,3],out:[0,14,45,58,51,19,6,55,37,56,26],variabl:[34,28,16,40,30,51,49,46,55,24],lesseqqgtr:49,reflow:[55,24,42],categori:58,suitabl:49,rel:[0,22,42],moveabl:[38,1],merg:[12,39],ref:49,red:[49,20,48],negthinspac:49,nsucceq:49,insid:[42,1],workflow:44,manipul:51,eqslantgtr:49,releas:[20,8,2,37],bleed:42,indent:[25,22],could:[0,14,15,46,16,54,49,44,4,51,19,20,25,8,56,39,24,58],ask:[4,51,20,25,56,8,24],succ:49,timer:30,david:15,gtreqqless:49,length:2,outsid:[5,55],"0em":[3,22],uproot:49,softwar:[43,20,56,23],rbrace:49,blogger:1,rbrack:49,precapprox:49,spadesuit:49,date:[20,14,37,42,8],uplu:49,clubsuit:49,bigsqcup:49,suffic:20,prioriti:28,"long":[45,42,58,50,49,20,26],start:[0,30,49,9,11,13,14,28,19,20,48,22,24,15,39,38,8,29,37,58,52,56],unknown:44,respond:[29,26,45,22,4],system:[45,1,20,16,30,4,49,6,55,23,37,26],messag:[0,14,37,47,20,16,49,30,52,18,43,6,34,41,22,19,39,29],attach:[49,29,7,19,52,22,24],attack:20,termin:[5,33],man:20,iota:49,rsh:49,supset:49,"1em":[3,44,26],gtreqless:49,hdashlin:49,blind:56,ipad:42,preceq:49,gtrdot:49,subsetneq:49,structur:[0,8,28,46,47,51,19,20,34,53,11,39,24,26],charact:[49,44,45,42,15,31,47,3,5,6,33,25,22,55,56,26],htaccess:37,seriou:56,bet:37,reposit:22,exhibit:37,"function":[0,8,58,28,29,47,17,49,2,51,19,46,30,25,52,56,39,40,41],biggl:49,biggm:49,rrightarrow:49,deprec:[43,20,8,22],unkown:39,lightli:55,disadvantag:55,need:[0,1,2,3,4,5,6,8,9,11,14,15,17,18,19,20,25,22,23,24,26,28,30,46,33,37,38,39,40,41,42,43,44,45,31,47,54,49,51,52,55,56,57,58],turn:[12,43,14,28,29,5,33,44],biggr:49,gdef:49,issu:[0,44,4,18,22,8,55,56,39],min:49,mid:49,fontdir:24,which:[1,30,43,8,11,5,14,15,18,19,20,25,22,24,26,27,28,29,2,32,33,34,35,36,37,38,39,40,42,49,44,45,46,48,58,51,53,54,55,56,3],hbox:[5,49],mit:49,singl:[0,14,15,28,52,16,49,51,5,20,33,34,3,23,8,58,42],declaremathoper:49,mathjax_preview:[27,5,32,33,22,56],x22d6:49,unless:[20,42,28,55],who:[19,29,4],leftthreetim:49,why:49,underset:49,placement:42,url:[0,14,37,42,30,49,2,50,43,20,25,22,8],gather:49,request:[0,42,28,29,49,30,19,46,8,58],face:[45,4,49,6,25,37,53],inde:[55,53],movablelimit:42,nmid:49,determin:[49,8,1,30,5,31,22,39,24],flux:58,positiontohash:22,occasion:8,fact:[29,14,41],backsimeq:49,mathjax_messag:18,leftarrowtail:49,verbos:[47,46,22],bracevert:49,woth:44,curlyeqsucc:49,highest:55,locat:[0,14,37,6,49,30,51,5,32,33,27,22,8,19,56,39,24,20,35],jax:[30,49,10,14,42,16,19,41,22,24,25,26,15,31,39,35,55,11,8,40,43,34,45,47,54,3,51,53,21,56,57],vartriangleright:49,should:[2,43,9,11,5,14,28,17,20,25,22,24,15,29,39,46,33,35,38,8,41,49,44,37,47,48,58,50,51,55,57,3],imagefont:[6,45],vartriangleleft:49,suppos:[46,14,8,51],"5px":[12,49],triangleright:49,"5pt":20,local:[49,37,28,20,58,2,51,43,6,22,8],hope:[6,14],precsim:49,move:[14,37,21,22,45,26],notat:[15,47,49,20,23,56,8],woff:37,expres:49,increas:[14,42],bigstar:49,leqslant:49,smash:49,enabl:[49,14,45,15,1,5,20,33,9,38,8,26],organ:56,frown:49,stuff:39,she:55,contain:[0,1,2,49,6,12,8,43,16,17,18,19,20,25,22,24,26,27,28,29,32,33,37,11,39,41,5,34,45,46,54,58,51,55,56,3],view:[44,45,16,2,43,20,35,23,37,8],conform:20,frame:18,apolog:14,temporarili:18,troubl:20,issafari:39,asynchron:[0,34,28,29,47,17,58,51,19,46,52,39],statu:[0,37,46],error:[0,14,15,49,2,4,43,20,44,22,11,39,24,41],jmath:49,pattern:[5,33,22],misus:55,gtrsim:49,favor:[14,22],written:[20,9],quickest:20,theta:49,neither:[6,48],equiv:[49,55],omicron:49,nshortmid:49,"2pt":49,kei:[12,0,28,29,17,19,22,39],texttip:49,"2px":49,entir:[39,22,8,51],closebox:6,ker:49,thumb:58,skipstartuptypeset:22,plugin:[1,50,49,22,9,23,55,56],admin:[38,9],nabla:49,equal:[49,58,39,40],gnapprox:49,etc:[47,58,51,49,22,8],eta:49,equat:[43,5,42,20,21,22,23,54,25,26,27,31,33,37,39,49,45,32,24,51,55,56],class3:[5,33,40],eth:49,darker:26,limiti:37,lmoustach:49,onchang:51,comment:[49,42,3,43,20,22,8],varnoth:49,arriv:[19,52],solv:8,harpoon:49,arguement:46,sqcup:49,showmathplay:50,quit:[55,51],showfontmenu:50,"55em":49,quotat:3,bbb:49,defint:49,sqsupseteq:49,treat:[49,20,15],popul:30,incldu:56,smallsetminu:49,both:[0,14,42,15,46,47,49,30,56,43,20,44,22,8,9,55,38,39,40,58],alignat:49,varsupsetneq:49,otf:[37,42],psi:49,x_2:49,togeth:[14,28,58,43,44,39],x_1:49,injlim:49,present:[29,44,50,6,4,55,8,22],cot:49,twoheadrightarrow:49,multi:49,iscallback:28,displaylin:49,align:[49,20,3,44,22],contextu:[13,44,45,57,54,50,34,43,21,22,36,55,56,24,26],studentdisplai:51,defin:[30,49,6,7,14,19,20,21,22,24,25,26,15,2,46,39,36,11,8,40,41,43,45,58,50,53,3],glossari:[47,13],layer:[42,1],almost:49,curvearrowright:49,site:[49,14,37,1,43,20,22,23,38,8],archiv:[20,37],substanti:[55,14,8],revis:37,unneed:26,greater:[49,55,15],formattag:25,curlywedg:49,displaystyl:[49,31,51],parti:[19,20],cross:37,sqrt:[49,20,56],getx:40,extensiondir:41,oint:49,supsetneq:49,android:42,cssid:[49,42],curlyve:49,phi:49,http:[14,37,1,2,50,51,49,20,35,9,55,38,8],d3eoax9i5htok0:20,lleftarrow:49,"8em":[49,25],effect:[17,58,2,36],mrow:[20,56],student:51,canva:56,php:[1,9],executehook:[29,28],off:[49,42,43,52,55,8],center:[49,20,3,22,55],well:[19,44,37,28,46,3,4,51,43,20,33,41,22,52,55,8],exampl:[0,2,4,5,6,7,8,10,12,14,28,17,19,20,21,22,24,25,26,27,15,29,31,32,33,34,35,36,37,11,39,40,42,49,44,45,46,48,58,50,51,52,53,54,55,56,57,3],command:[44,37,28,47,17,58,30,51,49,22,8,39],choos:[49,20,55],undefin:[49,20,28,46],setx:40,subsetneqq:49,sibl:42,usual:[28,15,46,58,49,6,41,22,56,8],curlyeqprec:49,paus:[39,37],less:[49,45,15,5,20,33,37,56,39,26],obtain:[49,14,37,51,43,20,22,56,8,24],mistaken:56,mathclos:49,mathoutput:51,simultan:[58,30],web:[1,30,49,6,13,14,42,19,20,22,23,54,15,2,35,37,8,29,45,47,58,51,52,55,56],preprocessor:[43,14,15,20,49,44,30,34,5,32,33,27,22,8,56,39,51,53,35],current_them:1,priorit:28,textbf:49,cdotp:49,atopwithdelim:49,book:47,schedul:46,match:[29,45,5,33,21,26],branch:[8,37],webpag:35,piec:42,varpropto:49,punctuat:42,cpan:49,know:[49,46,19,20,29,11,8,24,56],cfrac:49,mathinn:49,redesign:55,tick:[49,20,33,15],recurs:[39,42],string:[0,28,29,48,49,18,5,33,25,22,19,39,54,3],mho:49,nofont:6,like:[2,49,28,17,18,19,20,23,26,15,29,46,33,35,37,11,8,42,5,44,45,31,47,58,51,52,53,55,56,3],success:55,messagehook:[19,29,39],arctan:49,necessari:[8,2,20,23,55,39],resiz:55,page:[1,2,43,6,8,9,12,13,14,42,16,18,19,20,25,22,23,24,27,15,29,30,32,33,35,37,38,39,5,44,45,46,47,54,49,50,51,52,55,56,58],didn:49,captur:47,linux:[39,22],"export":54,superclass:40,proper:[49,29,39],guarante:[0,58,51,17],peter:15,librari:[16,58,34,37],glyph:[49,47],kern:49,rspace:49,assum:51,avoid:[14,42,15,48,49,44,22,55,56],thank:15,overlap:55,checkmark:49,leav:[12,15,51,49,25,57],doublecap:49,supsetneqq:49,preload:[0,20],twoheadleftarrow:49,mpmous:[43,22],daleth:49,upharpoonright:49,journal:47,usag:[49,13],host:[14,8],sphericalangl:49,although:[16,20,37,57,29],offset:[45,24,26],panel:49,varepsilon:49,about:[4,49,6,14,28,19,20,22,24,15,29,31,39,37,11,8,42,43,45,46,51,52,56],ams_html:[49,14,51,43,35,8],rare:58,column:25,mathajx:14,mod_head:37,mapsto:49,constructor:40,fals:[49,53,45,42,29,54,2,50,5,31,25,22,10,39,40,11,26],bigoplu:49,eqalign:49,own:[49,14,37,42,20,16,58,31,4,43,6,52,55,11,8,24,56,53],amsmath:[49,14,58,43,20,25,8],circledr:49,maxbuff:25,bigtriangledown:49,guard:22,vphantom:49,circlearrowleft:49,transfer:[20,37],much:[52,47,19,31,55,8],bigcap:49,arg1:46,"var":[12,49,28,58,2,51,19,46,40],stai:[55,8],arg2:46,deliveri:[20,42],propto:49,unexpect:22,precnapprox:49,studentansw:51,bodi:[0,14,51,20,11,8,24],gain:55,lgroup:49,bug:[12,14,37,42,4,18,20,22,56,8],count:2,made:[37,58,4,52,56,54,53],bbbk:49,whether:[49,27,45,46,31,57,2,50,51,5,32,33,25,22,8,10,39,54,26],wish:[14,46,3,2,4,49,20,8,55,39],displai:[49,6,12,13,39,42,18,19,20,25,22,23,24,26,27,15,31,33,35,37,8,5,44,45,47,54,50,51,55,56],substack:49,underleftrightarrow:49,mathord:49,gtrapprox:49,below:[1,49,6,7,10,12,8,20,21,22,24,25,26,27,32,33,36,11,39,5,45,31,48,50,52,54,56,57],sideset:49,"_htmlormml":[55,57],problem:[14,37,42,15,46,4,51,49,20,44,55,56,8],x03c0:56,"int":49,imagedir:24,dure:[45,42,28,30,19,41,22,39,54,26],novemb:14,implement:[12,0,14,16,57,49,56,43,46,44,19,55,11,40,41],nolimit:49,inf:49,rightleftharpoon:49,probabl:[19,46,8,15,1],oplu:49,helpurl:50,definecolor:49,immateri:58,percent:[21,45,26],detail:[0,43,6,7,8,9,13,5,14,15,17,19,20,21,22,26,27,28,29,32,33,35,36,37,38,39,42,49,44,45,58,50,51,52,55,56],lesseqgtr:49,other:[0,1,30,49,6,8,14,15,43,17,18,19,20,41,22,23,54,26,28,29,46,33,35,37,39,40,42,5,44,45,47,58,51,52,55,56,57],futur:[0,4,18,19,52,55,39,54],rememb:26,varieti:56,removeaft:6,repeat:[37,1],star:49,liter:[5,49],"class":[40,49,34,42,28,29,16,17,5,33,41,22,54,11,24,56,26,35],thicksim:49,posttransl:[41,24],matrix:49,sphinx:1,scientif:47,reliabl:[55,14,2,8],rule:[49,6,10,58,22],mathjax_mathml:2,portion:[56,45,26,51],eot:37,balancebrac:5},objtypes:{"0":"py:method"},titles:["The MathJax.Ajax Object","Using MathJax in popular web platforms","Loading MathJax Dynamically","CSS Style Objects","The MathJax Community","The tex2jax Preprocessor","The FontWarnings extension","The MathEvents extension","Loading and Configuring MathJax","Installing MathJax in WordPress","The MathML input processor","The MathJax.InputJax Class","The MathJax.HTML Object","MathJax Documentation","Migrating from MathJax v1.0 to v1.1","MathJax AsciiMath Support","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","The SVG output processor","The jsMath2jax Preprocessor","The MathJax.Callback Class","The MathJax.Callback.Signal Class","The MathJax Startup Sequence","The AsciiMath input processor","The mml2jax Preprocessor","The asciimath2jax Preprocessor","The MathJax variable","Converting to MathJax from jsMath","The MathZoom extension","Installing and Testing MathJax","Using MathJax in Movable Type","The MathJax.Hub Object","The MathJax Object-Oriented Programming Model","The Base Jax Class","What’s New in MathJax v1.1","Common Configurations","MathJax MathML Support","The HTML-CSS output processor","Using Callbacks","Glossary","Describing HTML snippets","MathJax TeX and LaTeX Support","The MathMenu extension","Modifying Math on the Page","Synchronizing your code with MathJax","Configuration Objects","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","CSS-styles","community","options/tex2jax","options/FontWarnings","options/MathEvents","configuration","platforms/wordpress","options/MathML","api/inputjax","api/html","index","upgrade","asciimath","api/index","api/queue","api/message","signals","start","options/NativeMML","options/hub","mathjax","api/outputjax","options/TeX","options/SVG","options/jsMath2jax","api/callback","api/signal","startup","options/AsciiMath","options/mml2jax","options/asciimath2jax","api/variable","jsMath","options/MathZoom","installation","platforms/movable-type","api/hub","api/object","api/jax","whats-new","config-files","mathml","options/HTML-CSS","callbacks","glossary","HTML-snippets","tex","options/MathMenu","typeset","synchronize","options/index","api/elementjax","output","model","options/MMLorHTML","queues"]})
-\ No newline at end of file
+Search.setIndex({objects:{"":{reset:[15,0,1],Preloading:[0,0,1],Log:[20,0,1],ExecuteHooks:[15,0,1],setScript:[11,0,1],Subclass:[42,0,1],File:[20,0,1],Delay:[15,0,1],Add:[15,0,1],getAllJax:[31,0,1],getScript:[11,0,1],Interest:[44,0,1],preProcess:[26,0,1],Translate:[43,0,1],Config:[31,0,1],addElement:[11,0,1],Styles:[0,0,1],ExecuteHook:[44,0,1],loadTimeout:[0,0,1],Resume:[18,0,1],Update:[31,0,1],preTranslate:[26,0,1],fileURL:[0,0,1],formatError:[31,0,1],call:[18,0,1],postTranslate:[26,0,1],getJaxByInputType:[31,0,1],PreProcess:[31,0,1],Post:[44,0,1],has:[42,0,1],Clear:[20,0,1],Insert:[31,0,1],Execute:[15,0,1],Register:[43,0,1],TextNode:[11,0,1],Augment:[42,0,1],needsUpdate:[55,0,1],Hooks:[15,0,1],Signal:[15,0,1],addText:[11,0,1],Zoom:[26,0,1],Remove:[20,0,1],Element:[11,0,1],Queue:[15,0,1],NoInterest:[44,0,1],Rerender:[31,0,1],getJaxByType:[31,0,1],Push:[18,0,1],Typeset:[31,0,1],loadComplete:[0,0,1],wait:[18,0,1],Load:[0,0,1],loadError:[0,0,1],Set:[20,0,1],getJaxFromMath:[26,0,1],LoadHook:[0,0,1],Process:[31,0,1],Text:[55,0,1],Reprocess:[31,0,1],Startup:[43,0,1],Init:[42,0,1],Suspend:[18,0,1],SourceElement:[55,0,1],getJaxFor:[31,0,1],can:[42,0,1],setRenderer:[31,0,1],MessageHook:[44,0,1],isJax:[31,0,1],filterText:[20,0,1],isa:[42,0,1],Require:[0,0,1]}},terms:{linebreak:[13,39,28],lvertneqq:33,lspace:33,reprocess:[31,55,52],mathjax_msie_fram:20,yellow:33,four:[33,50,14],prefix:[11,22,26,19],asymp:33,blacktriangledown:33,webfont:[5,39,22],whose:[11,31,52,4,34,35,41,26],biggr:33,under:[33,36,46],preprocess:[32,52,43,57,31,26],asciimath2jax:[30,16,22,35,57,54],worth:41,digit:19,gimel:33,everi:[13,41,19,21,27,31],risk:22,mskip:33,arcco:33,govern:[14,41,22],dotplu:33,affect:[13,14,46,19,33,31,54],eqnarrai:33,cmd:24,bigodot:33,c6h5:33,ominu:33,fontweight:13,vector:[48,56,57],red:[33,22,49],categori:50,nparallel:33,showcontext:6,nsubseteqq:33,direct:[39,5,14,46],thinspac:33,second:[0,13,14,46,15,34,49,50,53,4,5,35,36,24,21,40,41,26,59],ngeq:33,even:[0,2,33,13,41,30,18,21,22,49,25,28,15,44,34,31,16,36,39,50,52,53,56,57],hide:52,prejax:[57,24],neg:[33,13],menclos:[33,13],"new":[32,3,33,41,11,12,13,14,19,20,21,22,27,25,26,54,15,40,31,42,44,46,55,50,6,52,53,56,57,58],net:22,mhtml:1,told:[33,53,2],limsup:33,elimin:24,abov:[2,33,5,41,11,13,14,30,19,22,24,26,28,15,47,39,31,42,46,34,50,52],lessapprox:33,never:[0,41,46,43],here:[11,44,45,39,15,34,55,50,2,33,21,22,23,24,38,31,52,43],updiagonalstrik:33,met:32,lneqq:33,formaturl:27,path:[16,0,41,28,22],noundefin:[16,22,13,33],interpret:[4,22,33,46,30],nrightarrow:33,embelish:13,forum:[22,3],mbox:33,rceil:33,backprim:33,uproot:33,lengthen:13,linearli:[56,13],circleddash:33,mathstrut:33,unix:46,org:[14,1,2,19,6,52,33,22,37,7,56,10,41],thinmathspac:36,unit:[33,13,19,28],highli:25,describ:[11,33,14,46,15,34,48,59,32,52,16,5,31,49,57,41,26,22],would:[4,5,6,9,8,11,13,14,30,18,22,23,24,55,27,28,29,15,31,33,47,35,37,38,39,41,42,16,46,34,49,50,51,52,56,57,58,59],bleed:19,vartriangl:33,ltime:33,varlambda:33,call:[0,1,2,4,5,6,9,8,13,14,18,20,21,22,27,24,26,28,29,15,44,31,33,34,35,38,39,40,41,42,43,23,46,47,48,55,50,51,52,53,54,57,58],typo:13,recommend:[22,13,46,57,56],vcenter:33,preview:[13,29,39,4,9,35,24,57,28],type:[0,1,4,2,16,41,7,10,11,13,14,21,22,43,24,26,37,40,31,33,36,55,50,52,53,56,57],until:[0,29,44,31,50,4,34,35,43,24,21,9,41],notin:33,displaymath:[4,41],relat:[0,19,56],notic:[33,30],warn:[0,13,14,24,5],mathev:[54,26,38,51],eqslantless:33,hold:[0,13,51,49,24,38,57,31],unpack:[22,46],must:[0,32,33,5,41,14,18,20,22,27,24,28,30,44,35,39,31,4,36,46,48,59,51,53,56],fbox:[33,19],join:[21,33],room:27,setup:[25,22,13,36],work:[11,12,13,14,46,16,30,34,19,33,2,3,52,21,22,36,37,53,25,56,42],cc0000:[59,24],tag_nam:46,root:[0,19,32,20,33,41],overrid:[13,26,5,43,40,42],mathmenu:[13,45,59,6,16,24,54],give:[44,13,31,39,22,48,49,33,21,5,23,54,59,41,27,28],cirit:41,indic:[0,31,46,30,34,18,33,32,21,22,44,43,24,55,40,41,26,57],impair:25,texhint:24,want:[3,4,14,30,17,20,21,22,23,24,26,28,15,33,34,35,39,10,41,42,16,36,46,50,52,56,58],david:30,setminu:33,end:[0,13,16,30,1,56,32,50,19,3,33,4,36,7,21,10,41,58,57],quot:[39,19,4,35,24,28],hom:33,heartsuit:33,how:[0,1,2,3,4,5,6,7,14,15,16,18,20,22,23,24,27,28,29,30,31,47,35,37,38,39,41,44,46,9,49,33,51,52,53,57],disappear:[4,9,13,29,35],answer:[3,52],verifi:[22,46,3],config:[1,2,4,5,6,7,8,9,10,13,14,16,20,21,22,27,24,26,28,29,30,31,32,33,34,35,37,38,40,41,43,23,39,47,50,51,52,54,56,58,59],varrho:33,updat:[13,14,46,1,50,19,52,31,24,39,41,55,28],showrender:6,recogn:[22,13],lai:[56,57],diagdown:33,after:[0,2,33,13,41,18,20,21,22,43,24,28,15,34,39,31,44,46,50,6,52,53,54,57,58],befor:[0,1,2,3,4,7,13,14,15,18,20,21,22,27,24,28,30,31,32,33,34,35,41,42,43,44,36,39,48,49,50,51,52,53,56,57],wrong:[33,13,36],unwis:56,parallel:[33,32,50,19],averag:57,alignedat:33,attempt:[0,13,36,6],third:[50,36],leftarrow:33,receiv:[44,14,46,22,42,33,21,34,43,53,41,26],greasekit:2,maintain:[13,14,53,3,21,34,24,26],environ:[33,13,3,4,22,27],enter:[36,47,52,33,22,57,41],textnod:11,order:[32,4,5,41,13,14,18,20,22,24,28,29,15,33,34,35,39,31,42,44,46,9,48,50,56,57],oper:[0,4,5,6,9,8,13,18,19,20,21,23,24,25,26,27,28,29,34,35,38,39,40,44,45,46,47,48,50,51,52,56,58],approxeq:33,over:[11,0,13,39,33,19,51,52,16,22,24,38,56,57,41,6,28],fall:[46,30,22,50,33,5],becaus:[21,14,39,30,34,49,50,36,2,33,20,4,22,35,27,52,56,57,41,44,28],boxtim:33,suspend:[21,18,50,44],textrm:33,appar:50,afil:34,flexibl:[49,50,14],vari:56,smallint:33,img:[29,59,2,4,9,35,49],fix:[13,14,46,19,56,39,41,28],preferredfont:39,better:[13,30,47,19,6,33,22,37,7,56,41],boxminu:33,drawback:56,upharpoonleft:33,persist:3,comprehens:48,hidden:33,easier:[44,13,14,46,50,33,36,42],moveleft:33,substack:33,them:[0,16,5,41,11,13,14,30,18,19,21,22,27,15,44,33,47,35,31,4,36,46,34,50,57,59],thei:[0,2,3,4,5,6,9,8,13,14,16,17,18,19,20,21,22,23,24,27,28,29,15,31,32,33,34,35,38,39,41,43,44,46,47,48,49,50,51,52,53,54,56,57,58,59],precapprox:33,safe:[11,22,52],rectangl:48,"break":[13,39,50,19,33,53,28],mtext:[13,39,19,33,22,28],wedg:33,widetild:[33,13],choic:[56,13,31,7],dbinom:33,leftharpoondown:33,accommod:13,timeout:[0,13,19,15],each:[21,13,31,46,15,30,44,50,32,33,20,4,22,35,16,53,39,57,41,52,28],debug:20,went:33,side:[13,20,33,22,27,24,7],mean:[1,32,33,5,13,14,16,17,21,24,25,28,29,30,44,2,34,35,41,4,39,9,52,53,56],leqq:33,createel:2,resum:[18,50],represetn:33,leqalignno:33,mathopen:33,looparrowleft:33,expres:33,network:[13,14,46,19,16,22,10,41],goe:[33,53,50],iint:33,newli:[11,21,42],crucial:46,predefin:33,content:[1,4,32,16,41,7,10,11,13,14,19,22,49,24,35,40,31,42,33,36,48,50,52,56,57],prefilt:13,reader:[33,13,39,19,16,25,56,28],forth:45,impract:46,multilin:33,written:[22,7],situat:[13,19,52,22,56,41],free:[55,3],standard:[16,13,46,48,33,21,22,25,56,57,41,59],autonumb:27,reconfigur:14,lneq:33,angl:33,jsmath2jax:[29,19,37,54],filter:[13,15],isn:[13,52,21,43,56,55],mtabl:[16,13],isa:42,subtl:52,onto:[48,22,50,31,52],attribtu:22,mathbb:33,rang:[22,57],mathbf:33,render:[16,13,36,32,19,6,4,22,24,25,56,57,31,58,28,37],accent:13,independ:41,yourcolleg:46,restrict:[33,46,24],hook:[21,0,13,15,44],unlik:[25,33,41,43],alreadi:[0,13,15,33,32,50,2,3,20,21,34,52,53,41,42],subtleti:33,primari:[56,14],tooltop:[39,28],top:[13,45,46,33,22,56,41,26],sometim:[22,41,46],underlin:[33,19],master:53,too:[33,13,39,30,2,19,4,22,35,23,56,28],similarli:[0,31,46],newenviron:33,john:34,listen:[21,44,31,15],thickapprox:[33,13],namespac:[13,15,2,19,52,33,22],tool:[50,46],tagind:27,embellish:19,gtrless:33,compressor:19,somewhat:[53,24,56],technic:[48,13],past:[44,13,14,19,21,53,25,56],filesmatch:[13,46],provid:[0,1,2,33,11,13,18,20,21,22,49,25,15,34,31,42,44,36,50,52,53,57],eqalignno:33,tree:[22,49],iota:33,project:[48,41,3],matter:[21,37],mathtt:33,ldotp:33,modern:[25,5,36,12],mind:[33,22,41,30,1],increment:18,seem:[34,13,36],rightrightarrow:33,ldot:[33,13],ngeqq:33,latter:[33,17,21,47,49,24,57,41,54],domcontentload:[32,13,2],curvearrowleft:33,blue:38,though:[13,30,15,33,53,49,24,57],object:[0,32,33,5,6,11,12,13,17,18,20,21,23,24,26,27,28,15,34,38,40,31,42,43,44,45,39,48,49,50,51,52,53,54,55,57,59],mmtoken:13,gzip:19,regular:[4,22,35,24],letter:[22,46],breakpoint:13,phase:13,grave:33,don:[33,13,14,34,19,50,2,47,52,21,5,31,36,56,57,41],dom:[11,13,55,50,52,21,53,43,24,40,31,26],doe:[33,13,31,46,15,30,58,55,2,52,21,22,36,24,25,56,40,41,26,57],declar:[13,36,39,59,51,33,5,23,6,38,28],place:[0,13,46,22,42,50,3,33,21,5,44,23,24,52,39,41,26,27,28,37],tfrac:33,unchang:[33,14,58,52],section:[2,4,5,6,41,9,8,13,14,19,23,24,27,28,29,30,34,35,37,38,10,31,16,36,39,47,33,51,54,56,58],came:46,delaystartupuntil:[31,41,32,24],random:[22,46],lnapprox:33,syntax:[48,42,33,19,30],mediawiki:1,isopera:31,outerhtml:19,shownam:34,asynchon:52,involv:[33,53,57,41,3],consolid:25,layout:[39,28],just:[44,13,31,46,15,1,34,50,33,21,22,36,24,16,7,25,57,41,59],mathchoic:[33,13],ismsi:[31,32],menu:[32,16,6,7,12,13,19,23,24,26,28,36,38,39,10,45,46,55,51,56,57,58],explain:[14,1,16,53,41,54],configur:[0,2,4,5,7,8,9,10,12,13,14,16,19,20,21,22,27,24,25,26,28,29,30,31,32,34,35,37,38,39,40,41,43,23,36,46,47,49,33,54,56,57,58],apach:[13,46],theme:[41,1,7],rich:[25,48],folder:[39,22,46],"0000f0":38,stop:[33,31,39,28],infti:[33,57],amazon:22,mho:33,report:[36,24,3],circeq:33,subseteq:33,fadeouttim:5,bar:[33,13,42,15],patch:[41,46],reload:6,bad:19,replacechild:2,neq:33,unexpectedli:[33,22,30],underbrac:33,dashrightarrow:33,scriptscriptstyl:33,precneqq:33,result:[33,41,13,14,30,22,23,24,55,28,15,34,40,31,36,39,48,26,50,52,56,57],respons:[44,13,15,19,33,40],fail:[0,13,19,34,43,56,54],hash:[13,32,24],best:[0,14,46,30,50,56,57,41],awar:[33,0,50,36,30],subarrai:33,varinjlim:33,wikipedia:[48,2],circledcirc:33,gneqq:33,drawn:[39,28],awai:[33,41,46],approach:[34,57,1,52],attribut:[11,13,36,9,59,19,33,22,49,57,41],blacktriangleright:33,extend:[25,57,30],extens:[0,32,16,5,6,41,13,14,19,21,22,27,24,54,29,33,9,35,37,38,31,43,4,45,48,50,51,52,56,59],html5:[13,14,19,22,36,56,57,41],toler:2,intop:33,protect:33,accident:13,expos:30,cow:42,howev:[33,14,46,34,32,50,2,3,20,16,22,24,52,56,57,41,42,59,54],configuraiton:[33,57],against:44,indexof:13,browser:[2,16,5,41,11,12,13,14,19,22,24,25,55,28,30,32,35,45,37,39,31,4,36,46,48,33,6,53,54,56,57,58],com:[41,46],varpsi:33,preccurlyeq:33,foral:33,foobar:42,sai:[18,2,15],innerhtml:[2,52],height:[33,26,13,19,6],wider:3,summat:47,sqsupset:33,speak:[17,57],issol:33,chrome:[39,2,19,56,31,58],three:[36,46,15,34,49,50,33,5,43,53,56,57,22],been:[0,32,3,4,13,14,18,20,21,22,23,24,26,15,2,34,35,37,39,40,41,44,46,50,52,53,56,58],trigger:[16,13,26,24,38],interest:[21,44,48,3,53],basic:12,tini:33,quickli:[25,41,3],underrightarrow:33,rather:[0,2,4,5,8,13,14,18,19,21,22,27,24,25,55,54,15,32,33,47,35,41,42,43,16,36,46,48,50,6,52,53,56,57,59],regul:50,xxx:33,ani:[0,2,3,4,5,6,9,8,13,14,16,18,20,21,22,27,24,26,28,29,15,44,31,32,33,34,35,38,39,40,41,42,23,36,46,47,55,50,51,52,53,56,58],emploi:56,hskip:33,tanh:33,hat:33,servic:[14,46,19,22,10,41],properti:[11,0,45,42,15,44,18,34,43,55,40,31,26],diamondsuit:33,sourceforg:14,weren:[13,14],dashboard:10,suffici:[30,33,22,27,41,58],anchor:[27,24],"3px":[33,59],succeq:33,lightli:56,nexist:33,retransl:[55,52],need:[0,1,2,3,4,5,7,10,13,14,15,18,19,20,21,22,27,24,25,26,28,30,31,32,33,34,35,39,40,41,42,43,16,36,46,47,48,55,50,52,53,56,57,58,59],cong:[33,13],sever:[0,13,14,46,16,50,33,4,34,35,57,52,26],amout:20,incorrectli:[22,13,14,19],perform:[32,3,33,5,41,13,14,18,19,20,21,27,24,26,28,15,34,40,31,43,44,45,39,48,55,50,52,53,56],suggest:[5,3,22],make:[0,3,4,5,41,13,14,17,18,19,21,22,23,24,25,26,28,29,33,9,35,39,31,42,16,36,46,50,6,52,53,56,57,59],format:[12,13,14,30,48,49,33,16,22,27,24,55,25,56,40,36,26,57],complex:[56,49],split:33,synch:14,lrcorner:33,unsafewindow:2,complet:[0,32,16,41,4,14,18,21,22,43,24,26,15,44,34,35,31,33,46,48,55,50,52,53,56],longmapsto:33,hand:[13,45,2,20,27,24,57,36,37],fairli:[49,14],rais:[33,19],mkern:33,ignorepast:44,unlhd:33,techniqu:[14,2],redefin:[13,33,5,43,40,26],kept:21,thu:[14,15,50,21,34,55],inherit:[39,17,26,55,40,42,28],client:39,thi:[0,1,2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,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,54,55,56,57,58,59],idotsint:33,programm:42,everyth:[31,16,50,41,33],settimeout:[34,15],left:[13,45,46,32,20,33,53,27,24,7,56,10,36,54],processclass:[4,13,35],identifi:[11,44,13,30,33,22,57],proccess:[40,26],yen:33,msam10:22,mathbin:33,human:22,coprod:33,yet:[36,18,50,52,21,53],languag:[48,22,33,57,53],noscript:[4,35],onload:[13,45,2,32,34,24,41],errorset:[16,24],easi:[48,37],interfer:[22,13,47],had:[13,14,2,21,22,41],myconfig:[21,34],step1:33,els:[33,34,2,52],save:[13,59,7,56,10,41],"0x21c0":33,jsmath:[12,57,37],sanit:20,applic:[25,22,32,1],loadtimeout:0,quirk:13,preserv:34,cho:33,bbox:[33,13],background:[33,13,19,59,38],sqsubset:33,specif:[0,13,45,15,1,44,31,18,50,52,4,34,35,43,48,56,57,41,55],arbitrari:33,manual:5,zoom:[12,13,36,32,19,51,16,24,38,26],nsubseteq:33,leftrightarrow:33,unnecessari:13,underli:56,www:[22,2,46,6],right:[13,36,46,48,18,50,2,20,33,47,27,24,7,56,57,41,54],old:[21,13],simbl:2,deal:22,autobold:[33,13],interv:47,surd:[33,19],percentag:[23,39,24,28],intern:[0,13,36,15,30,44,48,18,50,52,33,24,55,56,40,31,26,57],interf:13,successfulli:[0,34],interc:33,dddot:33,bottom:[13,41,7],subclass:[44,45,26,43,55,40,42],circ:33,tracker:[22,3],overcom:53,condit:[0,13,32],getjaxfor:[21,13,31,26],core:[13,39,50,32,33,23,24,38,57,31,54],plu:[16,44,32],bold:[48,49,33,27,54],insecur:22,mathrel:33,colleg:46,repositori:[46,14,19],post:[44,13,39,15,32,3,20,21,53,43,28],"super":[42,13,19],llless:33,obj:11,nwarrow:33,slightli:[33,56,28,7],surround:[13,39,22,23,24,28],unfortun:[22,46],current_theme_templ:1,joomla:1,span:[33,29,4,9,35,49,24,57,26,37],downharpoonright:33,produc:[33,5,13,14,21,22,27,24,25,55,54,15,34,37,40,41,44,39,26,6,52,28,56,57],stretchi:[33,13],jipsen:30,encod:[33,30],floar:56,rightsquigarrow:33,down:[46,10,26,24],shortparallel:33,wrap:42,stackrel:33,nsupseteq:33,git:[22,14,19,46],wai:[1,2,33,14,20,21,22,43,24,28,29,15,44,34,35,41,4,46,9,50,52,56,57],support:[12,13,14,39,30,22,19,33,36,2,3,16,5,32,45,25,56,57,41,58],transform:57,ngtr:33,avail:[0,1,2,16,5,13,14,21,22,24,25,55,28,29,33,9,35,39,41,42,4,36,46,48,50,6,52,56,57],width:[13,36,39,6,33,22,27,56,26,28],reli:[0,14,48,50,2,52,34,56],"30em":[39,28],wordpress:[1,7],editor:7,rell:27,rightthreetim:33,head:[1,2,52,22,7,56,10,41],longdiv:33,form:[36,39,48,20,33,22,27,24,57,41,55],offer:[14,19,3],forc:[39,13,41,26,56],epsilon:33,hear:[21,44],so4:33,ismobil:31,"true":[4,32,33,41,8,13,14,16,27,24,55,28,15,47,40,31,42,44,45,39,6,23],maxmacro:27,reset:[6,15],displayalign:24,maximum:26,tell:[46,52,22,27,56,41],absenc:1,retir:14,featur:[12,13,36,46,58,33,3,52,21,34,38,56,42],rfloor:33,exist:[13,46,15,33,22,39,42,28],ddot:33,backsim:33,triangleq:33,check:[0,14,46,34,42,20,33,22,40,44],when:[0,2,4,5,7,8,9,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,6,52,53,55,56,57,58],abovewithdelim:33,role:57,test:[11,12,13,14,46,53,32,2,52,21,22,31,36,56,41,42],tie:[32,26,15],smallsmil:33,node:11,mathel:1,intend:[48,42,24],munderov:[13,57],positiontohash:[13,24],gvertneqq:33,consid:[0,14,50,19,51,33,4,22,3,56,57,31,55],omega:33,outdat:3,faster:[13,19,16,56,57,41],bullet:[48,33],anywher:[13,41],pseudo:13,cancelto:[33,13],tex2jax_ignor:[4,19],ignor:[4,44,35,33],time:[0,2,3,33,5,11,13,41,19,20,21,27,24,28,15,34,39,31,43,44,46,50,51,52,56,57],push:[15,48,18,50,32,52,34,31],backward:[39,28],"5kb":27,mathrm:33,doteq:33,skip:[4,13,46,35],consum:20,known:[50,13],skin:1,displayind:24,millisecond:[0,39,15,51,20,5,6,31,28],decid:[13,41,6],middl:[33,22,13],depend:[13,15,32,52,34,7,56,41,58],decim:[33,47],readabl:48,nearrow:33,varpi:33,certainli:46,vee:33,decis:56,leftarrowtail:33,succnsim:33,sourc:[12,13,14,46,16,50,2,6,33,21,36,24,25,56,57,31,55],xlongequ:33,mprescript:13,curlyve:33,word:[4,35,41,57],centerdot:33,dim:33,foo:[42,15],administr:[1,7],level:[22,13,41,46,45],did:[34,13],item:[13,39,49,6,33,34,23,24,26,28],cooki:[11,32,19],div:[11,33,57,37,52],prevent:[33,13,29,39,9,19,6,4,22,35,23,24,41,27,28],outlin:19,slower:[56,39,28],hack:56,sign:[33,14,30,4,22,35,57,41],cost:[33,22,41,42,30],pmb:33,rightarrowtail:33,widehat:[33,13],xandi:42,dotsi:33,dotsm:33,appear:[21,13,45,46,30,34,33,47,20,4,22,35,27,24,52,7,39,41,55,6,28],dotso:33,repli:21,dotsc:33,dotsb:33,current:[0,13,31,46,1,44,42,56,22,7,39,40,41,26,10,28,55],backepsilon:33,ampersand:[33,30],inlinemath:[33,14,2,52,4,22,35,41],defici:36,amalg:33,mathsiz:33,gener:[33,13,31,30,5,58,55,32,16,34,37,57,41,26,22],mfrac:[22,57],explicitli:[33,13,14,30,34,19,4,22,35,24,41,42],modif:[50,41],address:[22,13,46,52],along:[33,48,50,20,21,37,40,26],wait:[0,13,31,46,15,44,48,18,50,19,2,52,21,34,32,24,53,40,41,26],box:[0,13,19,32,33,5,38,26],html_head:1,bracevert:33,shift:24,xtwoheadrightarrow:33,bot:33,queue:[44,45,15,53,17,18,50,32,52,34,48,31],overriden:31,digamma:33,varlimsup:33,commonli:[16,22,48],macintosh:31,semant:42,succsim:33,extra:[33,2,19,21,24,57],circumv:46,modul:[0,10,45],prefer:[13,14,39,6,22,56,46,58],iepro7:2,veebar:33,visibl:[33,13,29,50,52,4,9,35,36,26],marker:[33,30],myid:59,mobil:[13,14,19,31,25,56,41],arrowvert:33,memori:[53,55],bigr:33,visit:22,todai:48,subvers:[22,46],stylesheet:[0,45,15,44,18,32,52,53,24,7,56],handler:[0,45,48,2,32,52,53,24,57,41,26],xtofrom:33,current_skin:1,bigl:33,bigm:33,eqcirc:33,checkout:46,bigg:33,inputjax:[45,17,55,32,33,43,40,31,42],capit:17,peopl:22,bigtriangleup:33,enhanc:[13,19,57],minscaleadjust:[23,39,28],visual:[25,16,13,39,28],templat:[10,41,1,7],hphantom:33,easiest:[21,22,46,15,34],graphic:[48,56,46],prepar:[50,41,26],cap:33,uniqu:59,hline:33,pmatrix:33,whatev:[33,1,30,26,50,52,21,42],cal:[33,13],purpos:[34,13,57],getjaxbytyp:31,downharpoonleft:33,precsim:33,subseteqq:33,varprojlim:33,backslash:[33,27,24],topic:[17,12,41],stroke:28,phrase:[33,22,30],occur:[0,32,13,41,18,20,21,22,43,24,26,15,2,34,31,44,36,46,50,6,52,53],eqsim:33,pink:33,alwai:[13,15,17,50,33,34,41],multipl:[33,50,14,13],mpad:13,trianglelefteq:33,write:[44,30,48,50,52,22,25],fourth:50,mathsf:33,tild:33,xhtml:[22,36],map:[57,26],remap:13,max:33,clone:46,spot:[33,30],usabl:46,mac:[31,24],rowspan:36,mai:[0,1,2,3,4,5,7,13,14,17,21,22,23,24,26,28,30,33,34,31,39,41,42,44,36,46,55,50,52,53,56,57],underscor:[33,22],data:[11,0,13,45,46,15,34,42,21,22,43,55,39,40,31,26],grow:[56,13,39,28,1],goal:25,vartheta:33,baso4:33,explicit:[0,39,22,24,41,28],uparrow:33,geramond:33,inform:[0,13,16,1,44,48,33,32,20,21,34,24,40,41,26,57],"switch":[13,14,46,19,33,37,57],preced:[34,41,24],combin:[0,13,14,39,47,33,19,57,16,22,23,56,8,41,58,27,28],gamma:33,tall:13,lnsim:33,approx:33,showmathmath:23,addmmlclass:28,downarrow:33,lsh:33,tex2math:37,still:[44,13,16,39,15,1,48,50,36,51,21,23,24,38,56,41,58],pointer:[13,42],ttf:[13,46],dynam:[0,13,45,12,50,2,52,22,24,53,25,57,41],entiti:[33,36,19,30],snippet:[11,12,29,9,33,3,4,5,35,49,24,31],conjunct:14,group:[0,13,36,3],monitor:3,polici:46,mpcontext:[16,24],ignoreclass:[4,35],platform:[25,12,1,22],window:[13,45,39,15,34,2,6,20,5,24,52,56,31,28],"05em":33,main:[33,13,14,46,17,42,50,57,16,22,31,45,24,59,56,40,41,26,43],mathexampl:52,non:[11,0,13,30,18,33,22,56,57],"float":[56,13],myinputjax:43,initi:[0,13,14,30,53,31,50,32,6,33,4,22,35,45,24,21,57,41,55,43],bound:33,safari:[13,2,19,56,31,58],half:34,now:[13,14,46,48,32,19,16,22,23,24,38,56,39],discuss:[11,46,41,2,3],nor:[5,49],term:[14,41,22,20],name:[0,32,4,5,11,13,14,30,16,19,20,21,22,27,24,26,28,15,31,2,34,35,39,40,41,42,43,44,36,46,49,33,54,55,59],opera:[19,31,2,58,56],boxdot:33,drop:46,separ:[21,13,14,46,33,50,20,4,22,35,36,24,41,59,54],messagestyl:[5,24,20],sideset:33,ntriangleleft:33,confid:25,varpropto:33,vec:33,varsupsetneqq:33,compil:[34,13],domain:[22,13,41,46],replac:[42,0,14,46,15,19,36,2,52,33,22,31,27,40,41,26,57],individu:[55,19,54,52],strikethrough:33,continu:[0,13,14,30,50,33,21,53,41],happen:[13,36,46,30,18,50,2,33,53,57],baselin:26,shown:[33,49,24,6,52],accomplish:[22,13,41,46,56],"3rd":22,space:[13,30,47,19,52,33,22,24,56,8,55,57],intermix:32,internet:[0,13,2,19,20,33,34,24,56,57,52,26,54],formula:[13,52,24,25,56,57],mathjax_zoom:38,correct:[34,13,14,2,24],simeq:33,earlier:[13,39,50,32,22,27,56,41,28],migrat:[12,14],postfilt:13,bigstar:33,ajax:[0,45,17,50,32,33,21,34,31,43,41],mime:[36,55,22,43,40,31,26],underleftarrow:33,brower:[33,30],ord:[33,13],care:[30,47,2,33,22,54],ntrianglelefteq:33,couldn:34,x00b1:22,synchron:[0,15,12,48,18,50,2,52,21,34,32,53,31,44],mscarri:36,thing:[30,48,52,33,22,49],vdash:33,eqref:[33,13],mathop:[33,13],startuphook:[21,33,13,31],view:[13,36,46,17,2,16,22,37,25,39,41],think:[33,24,30,52],frequent:[4,21,35,30],first:[2,33,7,13,30,21,22,49,24,26,28,15,44,34,35,39,40,41,4,36,46,50,52,53,57],origin:[42,44,13,46,30,18,33,2,52,21,22,24,55,40,41,26,28],lfloor:33,oni:46,directli:[13,46,2,50,19,52,33,34,43,7,57],onc:[0,46,15,44,50,32,33,16,22,37,56,40,52,26],arrai:[32,4,5,9,8,13,31,18,19,21,27,24,26,28,29,15,34,35,37,56,40,41,43,44,39,47,49,33,54,23,57,58],yourself:[46,22,18,33,34,24,41],submit:3,formatnumb:27,open:[12,36,46,6,33,22,7,25,10],ios4:19,size:[13,39,59,19,52,33,23,24,56,41,26,27,28],given:[0,1,33,11,13,15,18,19,20,21,22,49,24,26,30,34,38,40,31,42,44,55,50,57,59],convent:26,ifmodul:[13,46],adjac:19,paramt:13,leftrightharpoon:33,circl:33,white:59,conveni:[22,42,24],includ:[0,1,2,4,5,6,9,8,13,14,15,16,17,19,21,22,27,24,25,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,23,45,46,47,48,49,50,51,52,54,56,57,58,59],hub:[0,2,4,5,6,9,8,13,14,16,17,20,21,22,27,24,26,28,29,30,31,32,33,34,35,37,38,40,41,23,45,39,47,55,50,51,52,54,56,57,58],especi:[56,13,57],"public":[44,46],copi:[13,14,46,30,36,2,3,16,22,31,43,25,41],specifi:[32,4,5,6,8,11,13,14,15,18,19,21,22,27,24,28,30,44,31,33,34,35,38,40,41,23,39,48,49,50,51,53,56,57,58,59],forward:13,lhd:33,enclos:[13,39,59,33,24,57,28],quad:33,than:[0,2,4,5,7,8,13,14,30,16,18,19,21,22,27,24,25,55,54,15,31,32,33,47,35,39,40,41,42,43,44,36,46,48,50,6,52,53,56,57,59],serv:[22,19],wide:[25,39,57,46,28],undefinedfamili:[39,28],balanc:[4,13],were:[13,14,55,52,21,56,26,28],posit:[13,39,18,19,33,24,28],seri:[50,49],pre:[21,13,14,46,16,15,33,4,5,35,24,41],delic:24,lnot:33,doublecup:33,nleftrightarrow:33,argument:[44,13,15,50,33,34,42,54],dash:[59,39,28],properli:[11,0,13,14,46,22,19,50,2,52,4,5,36,34,55,56,31,42],engin:[25,12,13],squar:[33,49,19],greek:13,npreceq:33,consortium:25,note:[0,2,33,5,7,13,41,22,49,24,55,27,28,30,44,34,35,39,31,43,4,46,50,6,52,56,57,58,59],other:[0,1,32,4,5,13,14,15,16,18,19,20,21,22,43,24,25,55,28,30,31,33,34,35,37,39,41,42,44,36,46,48,50,52,53,56,57,58],x2260:22,take:[11,0,13,14,15,1,34,50,32,3,52,33,5,27,24,53,56,41],emnu:6,noth:[22,13,15,34],channel:[21,48],updownarrow:33,begin:[21,13,46,30,52,50,32,33,4,27,56,57,41],sure:[44,13,14,46,52,50,19,3,33,4,22,35,56,41],windowset:6,normal:[16,39,15,33,2,4,22,35,24,57,59,28],buffer:27,compress:41,beta:[33,13,41],pair:[11,0,15,49,33,4,35,27,21,40,31,26,59,54],fileurl:0,beth:33,hotfix:41,latex:[12,13,30,48,33,4,22,25,57,41],renam:14,textarea:[4,35],later:[44,13,31,39,15,30,18,50,33,34,36,41],drive:46,typeset:[0,32,4,6,13,19,20,21,23,24,25,55,28,29,34,35,38,31,45,39,9,48,50,51,52,53,56,57],badg:3,sigma:33,mathfrak:33,showmathmenu:[39,24],downdownarrow:33,show:[33,13,46,6,5,3,52,16,34,49,24,10,22,54],autoreset:15,cheap:28,parentnod:[19,2],newcomand:13,concurr:32,permiss:[22,46,30],htmlcss:26,isfirefox:31,corner:[45,24,20],xml:[25,48,13],onli:[0,1,2,3,16,5,41,13,14,19,22,49,24,25,55,28,30,44,34,35,39,40,31,4,46,48,33,52,56,57,59],slow:[13,26],activ:[13,14,46,15,48,3,52,16,53,36,57],enough:[13,36,50,22,49,56,41],inlinedelimit:33,otim:33,black:[33,13],offici:[13,41],geq:33,mypic:[4,9,35,29,49],nearli:[16,33,41,54],variou:[0,31,1,44,17,59,20,21,5,24,40,41,57,54],get:[32,4,11,12,13,30,19,20,22,27,24,26,28,15,2,33,34,39,41,42,44,36,46,50,52,56],soon:[13,41,2,24,52],cannot:[33,30],ncong:33,lighter:28,theta:33,requir:[0,13,14,16,15,34,31,50,2,51,33,4,22,35,43,21,25,40,41,26,57],truli:52,prime:[33,13],reveal:13,lceil:33,mathpunct:33,rerend:[40,31,55,52],enspac:33,hostil:22,intermitt:[45,20],shortmid:33,qquad:33,retypeset:52,where:[0,32,3,16,5,41,11,13,14,30,20,21,22,23,26,27,28,15,34,39,40,31,33,45,46,55,59,52,53,57],wiki:[1,48,2,33,22,57,41],latexmathml:30,keyboard:48,ismac:[31,32],concern:[57,31,30],infinit:[13,27],detect:[19,13,2,15],parent:[11,42],enumer:33,label:[13,6,33,27,56,54],behind:33,between:[33,13,31,39,15,30,34,50,19,6,21,22,56,57,41,55,28],maltes:33,"import":[0,13,46,16,50,19,21,53,41],across:[48,56],assumpt:33,moveright:33,longleftrightarrow:33,vdot:33,screen:[0,13,39,50,19,20,16,25,52,26,28],popul:32,negmedspac:33,come:[14,46,50,2,16,34,36,56,57,41],leftleftarrow:33,fit:[21,6],timout:0,pertain:22,audienc:[56,36],inconsist:14,overbrac:33,mani:[33,13,31,53,50,19,4,34,35,56,41,59],among:41,endtoggl:[33,13],color:[13,48,59,19,33,49,24,38],operatornam:[33,13],period:[0,45,46],colorbox:[33,13],colon:[33,59],cancel:[33,13,15],typic:[33,46,30,4,22,40,41],"70kb":41,bigcirc:33,msrow:36,damag:22,needlessli:34,tabel:56,myserv:41,rebuild:31,mstyle:13,mark:[0,13,36,30,33,4,22,35,37,57,59,28],succapprox:33,mtextfontinerhit:13,fade:5,arcsin:33,xrightharpoonup:33,processenviron:4,breve:33,texfont:5,blacktriangl:33,former:47,those:[16,5,13,41,18,21,22,49,24,25,26,15,33,34,40,31,43,44,36,46,55,50,52,57,59],"case":[2,33,13,14,17,21,22,49,24,55,54,15,34,39,41,42,46,47,26,50,52,56,57,59],kappa:33,tostr:15,oldstyl:33,addtext:11,trick:33,invok:56,eqnchunk:[13,39,28],invoc:41,margin:[59,27],tbinom:33,advantag:[13,14,1,50,56,41],barwedg:33,leadsto:33,mlongdiv:36,worri:[21,57],destin:31,updatemath:52,bigwedg:33,myclass2:[4,35],develop:[14,46,48,3,36,41],author:[13,14,30,20,33,22,43,24,38,25,57],media:[59,41,46],postjax:[57,24],same:[4,16,7,13,14,19,21,22,27,24,26,28,29,30,33,9,35,41,44,46,50,53],html:[1,2,4,5,8,11,12,13,14,17,19,21,22,49,24,26,28,29,30,31,32,9,35,36,37,39,10,41,16,45,46,48,33,6,52,53,54,56,57,58,59],pad:[11,33,13,59],knuth:48,mathvari:[13,39,57,28],document:[0,2,33,41,12,13,14,17,22,24,25,26,30,37,31,4,36,46,48,52,56,57],finish:[13,48,50,2,52,53,31],vvdash:33,nest:[13,45,19,4,36,28],availablefont:[5,41,39],someon:33,longleftarrow:33,capabl:[17,25,56],formaterror:31,improv:[13,14,19,3,24,56,41],extern:[0,45,53,50,21,34,31],gnsim:33,submenu:[13,24,6,7],appropri:[16,13,33,21,37,40,26,57],macro:[13,19,33,22,27,24,41,54],mml_svg:[16,13,41],leftharpoonup:33,eqnchunkdelai:[39,28],overwithdelim:33,without:[0,13,14,39,34,48,33,21,5,31,36,24,57,41],model:[12,13,45,46,17,32,33,56,57,42],bigotim:33,stixfont:5,mml2jax:[13,36,9,16,22,24,57,54],loaderror:0,tip:[33,13],greasemonkei:[13,41,2],bitmap:48,aspect:13,flavor:[16,41],speed:[13,14,19,56,57,41],versu:50,strikeout:33,widest:[22,36],asciimathml:[13,30],nleqq:33,filevers:45,except:[16,22,56,53],littl:[0,44],blog:[1,48,33,22,57,41],rescal:56,treatment:33,yuicompressor:19,earli:[41,19],hover:[38,13,6,24,51],around:[33,13,41,30],read:[14,46,48,49,19,21,22,36,41],outermost:49,boldsymbol:[33,13],messsag:20,getjaxbyinputtyp:31,moo:42,world:[25,34,41],lasterror:31,mod:[33,13],sum_:57,blackberri:19,whitespac:13,cdot:[33,13],previewfilt:13,fontstyl:13,integ:[33,31],server:[33,13,14,46,2,19,16,22,39,41],either:[0,13,14,46,1,44,17,49,33,2,4,22,35,27,38,21,56,31,41,58,59],output:[32,16,41,8,12,13,14,19,21,22,23,24,26,28,30,45,37,40,31,42,33,36,39,48,55,59,6,52,54,56,57,58],rollov:19,manag:[11,45,46,1,34,48,32,20,33,22,57,55],lesssim:33,searrow:33,sqcup:33,constitut:17,pod:33,slice:15,definit:[0,13,39,33,19,51,16,59,23,6,38,25,27,28],iff:33,shoveright:33,inputid:55,inject:13,dashleftarrow:33,mathcal:33,complic:[48,49,36,58,56],refer:[42,12,13,31,46,16,22,32,2,52,21,5,27,34,53,40,41,44,43,55],arrow:[33,13],power:[50,3],inspect:31,broken:57,formatid:27,fulli:[22,50,36],regexp:[4,35],"throw":[26,40,43,2],trianglerighteq:33,comparison:[50,31],central:24,ibook:[56,13],firstnam:34,ddddot:33,stretch:33,act:[33,48,50,21,34,27,24,57,28],industri:48,needsupd:[40,55,52],processor:[32,33,8,13,22,23,26,27,54,30,47,41,16,36,39,48,50,6,28,56,57,58,59],hookrightarrow:33,nobreakspac:33,routin:[11,0,13,53,34,43,40,31,26],nsupseteqq:33,effici:[42,28,52],elementari:36,lessdot:33,triangledown:33,bbb:33,rightharpoondown:33,mathbackground:33,your:[0,1,2,3,4,5,6,7,8,9,12,13,14,16,19,22,27,24,25,28,29,30,31,33,34,35,37,38,39,10,41,23,36,46,47,48,49,50,51,52,53,56,58],sqsupseteq:33,log:[33,22,46,20],area:[13,27,20],aren:[33,13],fontwarn:[5,13,24,54],lor:33,strict:46,compliant:[14,19],interfac:[13,46,1,22,7,25,10],low:15,lot:[21,13,27,46],machin:[48,46],lambda:33,verbatim:33,cloudfront:22,buggi:33,categor:54,longer:[44,13,14,46,2,20,16,24,56,39,28],pull:46,mathml:[2,33,7,8,10,12,13,19,22,24,25,55,54,30,40,41,16,36,48,26,52,28,56,57,58],furthermor:[14,50,41,24],possibl:[0,13,36,46,15,30,22,50,19,33,20,16,5,24,34,56,57,41,42,59],"default":[0,32,4,5,6,8,13,14,15,16,20,22,27,24,26,28,29,30,31,47,35,37,38,39,40,41,43,23,46,9,33,51,54,56,57,58],processescap:[4,14,33,41],buildrel:33,notag:33,asiimath2jax:30,embed:36,expect:[39,50,52,33,24,41,28],taylor:22,creat:[0,32,3,33,11,20,21,43,26,15,34,40,42,44,45,46,48,55,50,6,53,57,59],certain:[21,44,53],leftrightsquigarrow:33,risingdotseq:33,varliminf:33,file:[0,1,2,16,5,7,8,10,13,14,15,18,19,20,21,22,27,24,26,28,30,44,32,33,34,31,37,39,40,41,43,23,45,46,47,48,49,50,53,54,55,56,57,58,59],momentarili:31,outputjax:[45,17,55,32,43,31,26],fill:[56,58],again:[33,0,31,55,52],iiiint:33,googl:3,pmod:[33,13],reduct:[56,13],field:13,valid:[34,14],getscript:[11,13],you:[1,2,3,4,5,7,8,9,13,14,15,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,37,39,10,41,42,43,16,36,46,47,48,49,50,6,52,53,54,56,57,58,59],trash:55,poor:56,resolut:25,registri:13,sequenc:[12,13,31,46,18,33,32,21,53,27,41],symbol:[33,22,27,30,47],begingroup:[33,13],dashv:33,track:[57,26,3],menuset:[16,24,38],reduc:[33,13,41],mathcolor:33,lbrace:33,eqchunkdelai:[39,28],directori:[0,13,46,16,53,48,32,19,20,21,22,43,24,55,39,40,41,26],descript:[13,29,9,2,4,5,35,45,24],lbrack:33,scroll:10,calle:42,potenti:50,extpfeil:[33,13],escap:[33,27],dst:31,negthickspac:33,represent:[57,55,52],all:[0,1,2,4,5,12,13,14,16,19,20,21,22,27,24,25,26,28,29,15,44,31,32,33,34,35,36,39,41,42,43,23,45,46,9,48,50,53,54,56,57,58],consider:41,illustr:52,dollar:[33,14,30,4,22,35,41],improperli:4,code:[0,32,3,4,7,11,12,13,14,16,18,21,22,43,24,26,29,15,31,2,33,34,35,41,44,45,9,48,49,50,52,53,59],abil:[13,14,46,48,19,56,57],follow:[32,16,13,14,17,19,21,22,27,26,28,15,34,39,40,41,42,43,33,46,49,59,52,54,57],alt:[13,2,24],disk:[16,22,41,46],multlinewidth:27,scr:33,articl:48,matrix:33,init:42,program:[45,1,53,17,55,50,32,22,25,57,42],smile:33,introduc:[22,13,41,56],global:[13,45,15,17,52,33,56],multlin:[33,13,27],vert:33,far:[0,44,46,30,20],renewcommand:33,"1px":[11,33,13,59],verb:33,mechan:[44,15,18,50,32,33,21,53,42],loadcomplet:[33,0,31,41,43],veri:[38,7],strang:36,alterant:48,list:[1,32,4,5,6,7,8,10,13,31,17,21,22,27,24,26,28,29,15,33,47,35,38,39,40,41,23,46,9,48,55,50,51,52,57,58],"_html":56,emul:[56,13],adjust:[13,39,2,52,23,7,10,41,28],displaylin:33,small:[13,39,19,20,33,23,57,27,28],dimens:[33,13,19,24],getalljax:[31,52],difficulti:33,lll:33,tex:[1,2,4,5,7,8,10,12,13,14,19,21,22,27,24,25,28,29,30,33,31,36,37,39,40,41,43,16,45,46,48,50,52,54,56,57],zero:[5,18],design:[36,2,3,16,25,10],pass:[0,13,14,16,15,44,18,50,19,6,21,34,32,57,31,42,54],overlin:33,further:[18,50,56,57,26,40],what:[0,32,3,4,5,6,12,13,41,15,19,22,27,24,25,28,29,30,9,35,38,31,23,36,39,33,51,52,57],sub:45,sum:[33,15],ast:33,abl:[16,13,14,46,15,1,22,33,52,21,5,36,24,7,25,39,10,41],delet:[33,39],version:[2,3,16,41,12,13,14,19,22,27,26,28,30,32,34,38,39,40,31,43,33,45,46,55,52,56],sup:33,row:13,method:[11,0,13,14,42,15,44,18,50,20,21,34,31,43,52,53,40,41,26,55],hasn:[0,14,32,20,40,26],full:[0,13,34,17,19,2,52,16,22,24,25,57,41],themselv:[13,45,32,16,22,49,31],geqslant:33,modular:[25,13,36],ggg:33,trunk:46,ineffici:[42,24],modifi:[12,13,14,16,1,52,33,20,21,22,31,43,41,26],valu:[0,32,4,5,6,9,8,11,18,19,21,23,24,26,27,28,29,15,34,35,38,31,42,33,36,39,47,49,50,51,52,54,57,58,59],search:[25,12,31,3],sender:21,prior:[33,56,36,2,24],amount:[33,5,31,27,15],action:[0,2,33,13,41,30,18,20,21,43,26,15,32,34,38,40,31,44,45,48,50,52,53,57],mathjax_wikipedia:2,mml_htmlormml:[14,1,2,16,22,7,56,10,41],llap:33,chunki:[39,28],via:[0,1,2,4,5,13,14,19,20,21,22,43,24,55,54,15,32,35,38,39,41,42,16,36,46,50,57],shorthand:52,equalrow:13,xlink:13,filenam:[14,13,41,34],href:[33,13,49,19],inappropri:[21,13],emptyset:33,famili:[33,0,39,28],decrement:18,establish:16,select:[13,36,46,6,16,56,39,31,58,28],hexadecim:33,proceed:[50,49],x41:33,distinct:17,ctrl:24,regist:[0,31,44,48,33,32,21,53,43,40,41,26,57],two:[21,13,16,30,53,49,50,33,4,22,27,24,41,59,54],splash:13,taken:[33,13,50,52,21,56],imath:33,basi:[56,41,58],toggl:[33,13],more:[16,5,41,7,10,13,14,18,19,22,23,24,25,28,15,33,34,37,39,40,31,42,43,44,46,48,49,50,52,53,56,57,58,59],flat:33,diamond:33,desir:[42,46,13,2,16],henc:46,ital:[0,13,48,33,22,24],unzoom:13,aleph:33,particular:[11,0,13,31,46,15,30,34,48,18,59,33,22,42,24,53,56,57,41,44],webkit:[13,31,19],upsilon:33,mathml3:[13,36],cach:[21,41],showmathmenumsi:[23,19,24],none:[44,29,39,15,9,31,4,34,35,27,24,57,41],eta:33,mmlorhtml:[13,16,24,56,58,54],det:33,dev:3,histori:[21,44,32,48],remain:[16,48],paragraph:[13,39,22,52,33,5,57,28],caveat:[22,26,46],def:[33,27,42],deg:33,mathtip:[33,13],scan:[13,31,24],myspan:49,challeng:16,registr:43,share:[13,46,3,22,24,41],accept:[34,15,52],succneqq:33,minimum:[39,31,23,19,28],unreli:14,explor:[0,13,2,19,20,33,34,24,56,57,52,26,54],sharp:33,mathinput:52,huge:33,cours:[14,50,41,36],newlin:[33,39,19,28,20],awkward:42,secur:[22,2,46],programmat:[57,37],anoth:[44,46,33,18,50,20,21,53,40,52,57,54],comfort:46,csc:33,amssymbol:[16,14,33,41,22],ddagger:33,stix:[13,39,48,19,33,5,56,46,57,41],reject:13,simpl:[56,49,24,20],css:[0,16,5,6,41,8,12,13,14,19,22,23,24,26,28,45,37,38,39,31,33,36,46,48,55,59,51,52,54,56,57,58],unabl:5,regener:[55,52],resourc:19,referenc:[5,27],algebra:48,iphon:19,variant:[48,13],reflect:[32,52],plane:13,mstack:36,blacker:28,impliedbi:33,associ:[57,13,39,15,55,52,33,34,23,40,31,26,43,28],curlywedg:33,stabil:13,circumst:13,github:[14,46],footer:41,confus:[22,13,14],ambigu:17,caus:[0,33,5,13,41,20,21,22,27,24,26,30,44,34,35,36,40,31,4,45,46,55,50,6,52,56,57],callback:[0,13,45,15,44,17,18,50,32,52,21,34,48,53,40,31,26,55],firefox3:39,alphabet:13,merror:[13,59],unrhd:33,help:[12,13,14,46,3,22,24,56,41,6],autoload:33,trade:[56,41],through:[44,13,14,46,50,19,33,21,53,36,56,57,41,42,54],hierarchi:[41,46],suffer:[56,13],paramet:[0,32,16,41,11,13,14,30,18,19,20,22,27,24,26,54,29,15,34,38,40,31,42,43,44,9,55,33,52],style:[0,32,33,5,51,11,12,13,19,20,22,49,24,28,35,38,31,4,39,48,59,6,23,57],arial:[33,39,28],x221a:36,processupdatetim:31,x221e:57,late:[48,13,2],isreadi:[45,32],pend:18,amsmathaddit:50,mathplay:[13,2,19,6,16,24,56],might:[0,13,14,46,34,50,36,3,21,22,27,57,41,26,28],alter:[4,55,52],finer:13,cee:[33,13],good:[50,2,28,3],"return":[11,0,36,42,15,44,18,50,20,21,34,27,52,53,40,31,26,43,55],textstyl:33,hslash:33,getelementbyid:52,wilipedia:48,rlap:33,detach:13,equationnumb:[13,27],xtwoheadleftarrow:33,redesign:[56,13],mathscr:33,instruct:[49,22,14,2,1],critic:46,bigcup:33,easili:[25,22,57,48],token:13,x2212:[22,57],found:[0,46,22,3,34,24,56,40,26],unicod:[13,36,39,33,5,28],x2211:57,subsystem:32,interleav:13,originaltext:55,weight:[13,49,42],setrender:[13,31],hard:[46,19,3,16,22,41],realli:[34,24],nless:33,connect:[13,34,16,22,57,41],math2:[33,13],math1:[33,13],beyond:[33,3],orient:[17,42,45,32],ismathjax:13,nleq:33,mhchem:[33,13],shortcom:53,skiptag:[4,13,35],print:[25,56,13,46,59],occurr:53,msie:[31,58],foreground:59,assist:[16,13],safari3:39,advanc:[17,12,41,25],offsetx:[39,28],symbian:19,mml:[13,41,58,16,22,45,56,40,31,55,57],reason:[0,36,30,34,50,2,20,33,22,27,31,43],base:[13,14,46,15,1,53,17,32,2,56,5,31,45,55,25,39,41,42,43,28],put:[0,13,14,46,30,53,33,22,24,56,41,54],mathr:33,processupdatedelai:31,offseti:[39,28],ispc:[31,32],succnapprox:33,stanard:33,texerror:13,drupal:1,msbm10:22,taht:23,showprocessingmessag:[24,54],perhap:[34,41],bumpeq:33,perman:33,elementjax:[13,45,17,55,32,43,40,26],stixgener:[33,39,28],getelementsbytagnam:2,assign:[4,34,35],major:[25,56,13,41,2],notifi:21,boxplu:33,upper:33,feel:3,exchang:48,lastnam:34,number:[0,1,32,16,5,41,13,14,19,20,22,27,24,26,28,15,47,39,40,31,43,33,45,46,34,49,50,52,55,56],grtaphic:57,fadeoutstep:5,done:[13,18,50,32,33,22,57,41],construct:[50,57],blank:[44,15],stabl:[22,41,46],miss:[33,13,15,30],differ:[33,13,31,46,15,34,58,50,52,21,22,24,53,57,41,42],script:[0,1,2,4,41,7,10,11,13,14,19,21,22,43,24,26,32,33,35,37,40,31,16,46,55,50,52,56,57],interact:[13,31,39,22,25,57,41,55,28],smoother:5,least:[31,41,57,30],statement:[50,15],natur:[25,22,33,46,57],illeg:[49,41,19],store:[11,44,13,14,39,15,55,50,19,52,34,31,45,37,38,40,41,26,57],xmln:[22,13],option:[4,5,6,41,7,8,12,13,14,22,23,24,27,28,29,30,47,35,37,38,31,42,43,16,39,9,49,33,51,54,56,57,58],nleftarrow:33,eqn:27,ntrianglerighteq:33,selector:[59,24,20],tex2jax_process:4,part:[4,2,16,7,13,30,21,22,27,24,25,26,15,41,42,33,36,46,50,53,56,57],pars:[33,13,19,30],mmltoken:33,binom:33,cosh:33,kind:57,aaa:27,prebuilt:22,whenev:[44,36,46],remot:46,remov:[44,13,31,39,15,52,55,33,19,20,4,5,35,24,57,41,26,28],dtd:22,bridg:[14,55],arrang:15,toward:13,markup:[0,36,30,48,33,22,57,28],ffff88:59,comput:[39,48,33,56,46,31,28],nleqslant:33,packag:[46,30,48,33,27,37,41],expir:11,"null":[11,0,45,42,15,44,2,19,20,5,43,24,52,55,39,40,31,26],built:[12,14,2,56],equival:[11,15,50,52,16,34,49],lim:33,self:[22,13,36,19],ell:33,also:[2,3,4,11,13,14,30,17,20,21,22,23,24,55,28,15,34,39,41,42,16,36,46,48,33,6,52,53,56,57,58],brack:33,build:22,brace:[4,33,13,2],triangleleft:33,distribut:[14,10,41,46,22],index:[22,46,1],addel:11,reach:41,took:13,react:44,most:[16,13,45,46,15,1,48,2,33,19,21,22,32,43,56,57,41,42,59],plan:22,rho:33,alpha:33,rhd:33,vardelta:33,renewenviron:[33,13],clear:[44,13,39,15,32,20,21,28],tpl:1,h2o:33,exp:33,usual:[13,15,30,34,50,33,5,43,24,57,41],leftroot:33,cdata:19,nshortparallel:33,carefulli:[49,39,28,52],cdn:[33,13,14,46,1,19,2,52,16,22,37,7,56,10,41],flicker:[13,39,28],finv:33,particularli:[16,13,46],rightleftarrow:33,font:[0,33,5,12,13,14,19,20,22,49,24,25,26,27,28,39,41,46,48,59,6,52,53,56,57],find:[13,31,3,52,33,5,37,7,57,41],preremoveclass:24,cell:56,execut:[0,15,44,18,50,32,33,21,34,57,41],pretti:46,solut:[22,57,46,3],delayedx:15,queu:[18,50,41,15,44],factor:[13,39,19,23,24,28],noerror:[16,22,13,33],jaxfil:43,tagsid:[13,27,54],precnsim:33,express:[21,13,39,44,50,33,4,22,35,27,24,56,52,26,28],strut:33,nativ:[13,36,17,2,16,25,56,57,58],mainten:14,rest:[0,36,50,52,33,22,25,57],donald:48,restart:[13,46,18,50,4,35,41],ie9:[46,13,19,56],ie8:[56,13,19],ie7:[56,13],acut:33,vmatrix:33,common:[12,13,14,30,1,22,48,49,33,36,16,5,31,43,41],set:[0,2,4,5,6,9,8,11,13,14,15,16,19,20,21,22,23,24,55,27,28,29,30,31,32,33,34,35,37,38,39,41,42,44,45,46,47,48,49,50,51,52,53,54,56,57,58,59],overrightarrow:33,startup:[12,13,45,31,2,50,19,52,21,32,43,24,41],lion:13,barb:33,sec:33,arg:33,ams_hml:41,disadvantag:56,langl:33,inconveni:14,someth:[33,46,3,52,4,22,24],particip:3,won:[13,46,50,19,56,41],columnspan:36,subscript:[33,22,13,19],experi:24,altern:[0,30,33,34,57,42],numer:[31,36],complement:33,javascript:[0,1,2,16,5,6,7,12,14,17,21,22,27,24,25,55,28,15,33,34,38,10,41,42,23,45,39,48,49,50,51,52,53,54,56,57,59],isol:[33,13,19],mailbox:[21,48],bmatrix:33,consumpt:19,distinguish:40,longrightarrow:33,errat:41,classnam:2,searpat:4,varsigma:33,last:[0,46,15,18,59,33,31,26,54],delimit:[33,13,14,30,19,4,22,35,57,41],hyperlink:57,mathzoom:[13,59,16,38,26,54],event:[0,13,16,48,2,19,51,52,21,53,32,24,57,26,6],nvdash:33,grei:[33,32],context:[13,15,6,4,35,24],overset:33,hbar:33,whole:[53,31,45,52],load:[0,1,2,16,8,10,12,13,14,18,19,20,21,22,27,24,25,26,28,15,44,32,33,34,31,37,39,40,41,43,23,45,46,47,48,50,52,53,56,57],markdown:[48,22,33,57],simpli:[16,14,46,15,30,9,31,18,33,52,4,34,35,29,24,25,40,41,26,43,37],point:[33,18,41,47,22],instanti:42,priorit:[13,15],usemathmlspac:8,fcolorbox:[33,13],header:[13,41,46,1,7],suppli:[31,55,24,15],bigve:33,mistak:49,zeta:33,throughout:33,vertic:[4,35,26,24],notaion:12,gneq:33,devic:[13,14,19,25,56,41],due:[13,14,39,28],empti:[13,45,39,15,50,32,24,57],sinc:[0,33,41,13,14,30,16,18,19,21,22,23,24,27,15,31,42,44,36,39,50,52,53,56,57,59],invis:[33,46],fire:[34,32,41,2,52],imag:[13,14,46,49,9,48,19,2,4,5,35,29,25,39,41,26],descib:30,coordin:[18,50,57],understand:[16,57],demand:16,urcorn:33,sqcap:33,blacksquar:33,look:[1,4,3,33,7,11,13,15,20,22,54,30,35,39,31,44,36,46,59,52,28,57],bcancel:[33,13],solid:[11,33,59],histor:56,pitchfork:33,lvert:33,"while":[11,0,14,46,22,58,50,2,47,33,21,5,36,24,53,57,41,44],blacktriangleleft:33,nprec:33,behavior:[13,14,46,24,39,41,28],circlearrowright:33,bookmarklet:41,everyon:[21,28],loop:[13,27,55],pack:19,subsect:[27,43],measuredangl:33,readi:[16,45,33,32,21,43,40],jpg:[4,9,35,29,49],biguplu:33,itself:[32,33,41,13,14,18,21,24,55,54,15,45,40,31,42,44,36,46,26,50,57,59],peramet:40,rightarrow:33,minim:26,xleftarrow:33,belong:13,shorten:20,shorter:19,am_htmlormml:[16,22,13,41],redisplai:20,htmlcsslast:26,conflict:[33,57,19],higher:41,upuparrow:33,optim:[56,13,19],wherea:33,domin:48,alert:[21,34,50,15],moment:[22,40,46],temporari:41,user:[32,3,16,5,6,12,13,41,20,21,22,23,24,25,28,15,2,37,38,39,31,33,36,46,51,52,56,57,58],robust:[21,48],stack:27,recent:[25,2],lower:[13,45,17,19,32,20,33,24],task:33,older:[41,36],entri:[13,48,18,59,19,33],searchabl:25,chemistri:13,person:34,textit:33,expens:[56,57],normals:33,scriptsiz:33,fallingdotseq:33,explan:[33,22],rvert:33,obscur:[19,20],mathinn:33,amp:[33,19,30],regardless:[13,52],seriou:57,cup:33,setscript:11,blacklozeng:33,endgroup:[33,13],ffeeee:33,rgb:33,input:[32,16,41,7,8,40,13,14,19,21,22,27,24,26,54,30,47,36,37,10,31,42,43,33,45,48,55,50,52,56,57],subsequ:[33,40,26],oslash:33,asciimath:[12,13,30,47,48,16,22,35,25,57,41,54],konqueror:[56,31],big:[33,54],moodl:1,intuit:48,tomathml:[16,55],game:33,insert:[33,13,29,39,15,2,4,9,35,43,24,7,10,31,26,57,28],bit:[13,42],diagup:33,success:[56,13],semi:59,varkappa:33,signal:[44,13,45,15,53,17,32,21,34,31,43,48,41],asciimath2jax_process:35,resolv:[13,19],collect:[15,48,50,34,55,59],"boolean":31,popular:[22,37,1],swarrow:33,asciimath2jax_ignor:35,scrip:14,often:[13,39,30,59,33,22,57,28],simplifi:19,creation:[40,32],some:[1,2,33,5,13,14,15,17,18,21,22,23,24,25,26,27,28,30,34,31,39,40,41,42,43,36,46,55,50,52,54,56,57,58],back:[46,30,22,55,33,5,35,26],emph:33,urgent:41,sampl:[33,46,53,59,32,52,21,22,24],instal:[12,13,14,46,22,19,56,33,5,7,25,39,41],scale:[13,39,19,33,23,24,25,28],per:13,substitut:27,mathemat:[0,32,4,5,6,7,10,13,31,19,21,22,23,24,25,26,27,28,29,30,33,9,35,37,38,39,40,41,43,16,36,46,48,55,50,51,52,56,57],larg:[0,13,14,33,41,58],prod:33,reproduc:[13,52],tex2jax:[16,13,14,19,33,36,2,52,4,22,45,24,57,41,54],cgi:0,garamond:33,previou:[44,13,15,50,20,34],run:[0,2,4,5,9,8,13,31,18,21,22,23,24,27,28,29,15,32,47,35,39,41,44,36,46,34,50,52,53,57,58],doteqdot:33,odot:33,step:[13,1,22,32,5,57],hookleftarrow:33,varsubsetneq:33,carol:33,impos:46,ngeqslant:33,reappear:20,materi:[56,19,52],prove:[56,13],dialog:[13,19],rangl:33,succcurlyeq:33,block:[13,14,39,22,19,2,33,5,32,23,24,56,57,41,43],file3:50,file2:[0,50],file1:[0,50],file4:50,bmod:[33,13],within:[0,32,33,5,41,13,14,30,17,19,22,27,26,15,34,35,37,31,42,4,36,46,52,53,57],prec:33,notat:[13,30,48,33,22,25,57,41],isjax:[13,31],announc:53,inclus:[39,28],triangl:33,question:[22,43,3],fast:[14,41,19],custom:[33,30,19,20,16,22,25,56],referenec:31,perp:33,plane1:13,suit:[14,47,5,36,41,22],nativemml:[13,36,48,58,6,16,23,56,57,31,26,54],overleftrightarrow:33,ulcorn:[33,13],doctyp:[22,36],reorgan:13,poster:44,atop:33,loadhook:[0,13,31,34],serif:[0,39,28],link:[13,14,46,1,22,17,19,33,5,27,53,41],translat:[26,40,43,19,57],delta:33,line:[33,13,14,46,1,47,48,19,2,35,4,22,32,29,54,56,39,57,41,28],consist:[36,30,50,33,49,56],rmoustach:33,apricot:33,divideontim:33,geqq:33,similar:[53,46,15],xmapsto:33,enlarg:38,constant:[21,27],parser:13,doesn:[16,46,15,30,55,33,21,24,39,41,42,28],repres:[11,33,29,22,48,59,20,4,5,35,49,24,25,9,26,57],"char":33,mathdiv:[11,34,50,52],opera10:39,guarante:[0,50,52,18],ebook:[56,13],gecko:[13,31],phantom:33,bigoplu:33,iiint:33,titl:[22,52],sequenti:[53,50,32],invalid:[33,49],llcorner:33,toaudibl:55,bracket:[33,49,24],shoveleft:33,xrightarrow:33,department:46,supseteq:33,nice:2,lozeng:33,delayclear:[39,28],msup:[22,57],eqnchunkfactor:[39,28],alttext:9,varsubsetneqq:33,eval:15,fisher:33,newcommand:33,svn:[22,14,46],rightharpoonup:33,land:33,algorithm:13,mimetyp:[55,40,43,26],svg:[13,48,19,6,16,54,56,57,41,28],supseteqq:33,liminf:33,depth:[33,13],dot:[33,13],doublebarwedg:33,hello:34,prototyp:42,mathjax_displai:59,partial:33,edg:[56,13],queri:57,tiddlywiki:1,overlap:56,edu:46,privat:[53,43,46],elsewher:52,friendli:22,send:[21,44,41],becam:48,sens:57,sent:[21,44,31,48],actiontyp:[39,28],unzip:46,whichev:33,xxxxxxxx:[22,46],mous:[13,39,19,51,16,6,38,57,26,28],doublecap:33,untouch:33,skew:33,tri:[0,14,39,33,23,28],ischrom:31,mathit:33,button:46,geograph:41,fewer:16,"try":[13,46,3,21,22,43,42],xcancel:[33,13],userscript:2,maction:[33,39,13,19,28],pleas:[49,3],impli:33,smaller:[16,0,13,19,57],fortun:21,getjaxfrommath:26,exten:30,annot:13,jump:[13,32],unpost:13,download:[0,13,14,46,22,19,5,24,25,57,41],hspace:33,click:[33,13,6,16,24,38,7,57,26],append:[11,46],compat:[33,13,39,48,19,4,27,24,56,41,28],appendchild:[11,2],turn:[11,44,13,14,16,15,4,35,36],compar:[56,13],access:[44,13,46,1,34,55,50,19,6,33,16,22,25,56,41,42],upharpoonright:33,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,54,55,56,57,58,59],can:[0,2,3,4,5,11,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,48,50,6,52,53,54,56,57,58,59],vargamma:33,closur:[34,15,52],leq:33,intercept:22,let:[13,14,46,49,6,33,22,36,24,31,58],sinh:33,safer:13,becom:[13,14,46,15,50,3,21,36,56,42],altough:34,tex4ht:57,rtime:33,convert:[12,36,15,30,33,2,20,4,37,25,57,26],convers:[33,30],scriptlevel:13,larger:[13,39,16,22,56,57,41,28],technolog:[25,16,3],zscale:24,circledast:33,chang:[1,2,33,41,13,14,19,20,22,27,24,55,28,47,39,40,31,16,46,6,52,56,57],honor:[39,13,23,46,24],chanc:[4,21,35,44,22],calibr:13,firefox:[13,46,2,19,56,31,58],rgroup:33,tau:33,appli:[13,46,33,23,39,41,42],iskonqueror:31,lessgtr:33,api:[17,12,13,25,22],smallmatrix:33,oval:33,"221a":13,cloud:[14,41],from:[0,1,2,4,10,12,13,14,15,16,19,20,21,22,23,24,26,27,28,29,30,31,32,33,34,35,37,39,40,41,42,43,44,45,46,9,55,50,6,52,56,57],zip:[22,19,46],commun:[21,12,13,3,22],chi:33,doubl:[33,13,16,27,24,38,26],upgrad:[5,46,3,12],varphi:33,next:[30,53,52,33,47,31,55],implic:46,few:[13,46,30,33,22,37],msqrt:[22,57],postprocess:43,bowti:33,panel:33,subsetneq:33,failur:13,preformat:19,src:[16,14,1,9,31,49,50,2,33,4,22,35,29,37,52,7,56,10,41],appropr:13,lippman:30,aquamarin:33,projlim:33,"4ac":22,rare:50,applyfunct:13,versionatleast:31,account:11,alik:2,retriev:11,augment:[42,40,43,26,13],scalabl:[48,56,57],underwai:50,aperson:34,halt:53,thin:[13,27],assum:[13,52],eqchunkfactor:[39,28],control:[4,16,5,51,8,13,41,22,23,24,27,28,29,47,35,38,39,31,33,46,9,59,6,56,58],bittersweet:33,tap:13,lesseqgtr:33,tar:46,process:[0,2,4,11,12,13,14,18,19,20,21,22,27,24,26,28,29,30,31,32,33,34,35,37,40,41,43,16,36,39,9,55,50,6,52,54,56,57,58],dfrac:33,newmath:52,divis:13,high:[25,56,57],tag:[1,2,4,41,7,13,14,19,21,22,27,24,26,54,30,32,9,35,37,40,31,33,36,46,49,52,55,56,57],tab:46,tan:33,delai:[0,13,31,39,16,15,44,51,20,21,24,38,57,41,6,28],fontwarns:59,gcd:33,pure:36,importat:17,lgroup:33,getelementsbytagnamen:2,subdirectori:[46,40,26,55],instead:[33,14,46,30,34,18,50,19,52,21,22,27,57,41],class4:42,class2:[4,35,42],sin:[33,13],sim:33,class1:[4,35,42],simplesup:[13,42],frac:[33,13],overridden:[13,39,26,20,43,55,40,42,28],mspace:[33,22,13,36,19],"_svg":56,anothermethod:42,frak:33,filtertext:20,redund:[13,42,24],essenti:[16,33,57,42,30],bind:13,correspond:[31,13,41,39,37],element:[32,16,5,11,13,41,19,21,22,27,24,26,28,44,33,35,40,31,42,4,45,39,49,50,51,52,53,55,56,57,59],reredn:55,newextarrow:33,allow:[1,2,4,6,13,14,16,19,20,21,22,27,24,25,26,28,33,34,38,39,41,42,44,46,48,49,50,51,59],fallback:[39,46],mjx:[11,27],fastest:[56,13],scriptstyl:33,nsucc:33,comma:[59,2,33,24,41,54],dagger:33,mathjax_tooltip:[39,28],movabl:[10,1],chosen:[56,58],clickabl:33,coth:33,varxi:33,pretransl:[43,26],therefor:33,pixel:[48,39,13,26,28],multimap:33,crash:[13,24],sqsubseteq:33,handl:[0,2,33,5,41,13,14,30,19,21,43,24,26,15,45,31,4,36,48,50,51,53,56,58],auto:27,nokia:19,innermost:49,dai:[11,13],maxbuff:27,front:[16,19],successor:37,gggtr:33,sourceel:[21,55,26,52],anyth:[21,54,39,28,3],edit:[16,41,1,7],smallfrown:33,februari:12,mode:[33,13,46,19,4,22,37,56,39,57],varomega:33,"2em":33,circular:13,genfrac:[33,13],subset:[33,58],delaypost:[39,28],bump:13,chunk:[39,28],nointerest:44,meta:[56,13],"static":42,our:[14,46,19,3,22,10],meth:31,ie6:39,special:[16,13,31,30,34,33,4,22,35,36,24,53,25,56,57,41,59],out:[0,13,14,46,50,52,21,5,56,39,57,28],variabl:[45,15,17,42,32,52,33,34,56,26],lesseqqgtr:33,reflow:[26,13,19,56],stub:43,suitabl:33,rel:[0,13,19,24],moveabl:[10,1],circlearrowleft:33,ref:[33,13],math:[2,4,6,11,12,13,14,19,20,21,22,23,24,25,26,28,29,30,31,32,9,35,37,38,39,40,41,16,36,46,48,33,51,52,53,56,57],negthinspac:33,nsucceq:33,insid:[19,1],workflow:36,manipul:52,eqslantgtr:33,dictionari:13,releas:[22,13,41,2,46],afterward:34,indent:[27,24],could:[0,13,14,30,34,17,55,50,36,3,33,21,22,31,27,52,57,41,26],ask:[13,3,52,22,27,57,41,26],succ:33,timer:32,keep:[14,46,1,30,48,52,33,22,57,41,26],gtreqqless:33,length:2,outsid:[4,56,13],"0em":[59,24],retain:[33,28],softwar:[25,22,57,16],rbrace:33,blogger:1,rbrack:33,qualiti:[25,56,57],spadesuit:33,date:[14,41,19,46,22],uplu:33,clubsuit:33,bigsqcup:33,suffic:22,prioriti:15,"long":[13,39,50,19,6,33,22,28],start:[0,32,33,41,7,10,12,13,14,30,21,22,49,24,26,15,40,31,44,46,50,53,57],unknown:[13,36],respond:[44,28,39,24,3],flag:[13,24],system:[46,1,22,17,32,3,33,5,56,25,39,28],messag:[0,13,14,46,48,16,22,17,33,32,20,21,5,45,24,53,31,44,43],attach:[44,33,51,21,53,24,26],attack:22,termin:[4,35],man:22,"final":[14,34,33,22,49,25,57,26],rsh:33,supset:33,"1em":[59,36,28],gtreqless:33,hdashlin:33,exactli:13,haven:13,blind:57,ipad:19,preceq:33,gtrdot:33,see:[0,32,3,4,5,6,7,10,13,14,15,16,18,19,21,22,23,24,26,27,28,29,30,31,33,34,35,37,38,39,40,41,44,36,46,9,48,50,51,52,53,54,56,57,59],structur:[0,45,15,22,48,52,21,34,31,54,40,41,26,28],charact:[33,13,36,39,30,47,48,59,19,4,5,35,27,24,56,57,28],htaccess:[13,46],light:[33,42,38],bet:46,reposit:24,exhibit:46,deliveri:[22,19],biggl:33,biggm:33,rrightarrow:33,deprec:[16,22,41,24],unkown:31,have:[0,1,32,3,4,5,13,14,15,16,19,21,22,23,24,26,27,54,30,31,2,33,34,35,38,39,41,42,44,36,46,47,55,50,52,53,56,57],tabl:[56,13,36,30],close:[13,36,22,2,19,3,16,5,54],nsim:33,border:[11,33,13,59],gdef:[33,13],issu:[0,13,31,3,20,36,24,56,57,41],min:33,mid:33,fontdir:26,which:[1,32,4,10,13,14,15,16,19,20,21,22,27,24,26,28,29,30,31,2,33,34,35,36,37,38,39,40,41,42,44,45,46,9,49,50,52,54,55,56,57,59],hbox:[4,33,13],mit:33,singl:[0,13,14,15,30,52,17,50,19,33,4,22,35,45,53,25,41,59],declaremathoper:33,mathjax_preview:[13,29,4,9,35,24,57],x22d6:33,unless:[22,13,19,15,56],who:[21,44,3],leftthreetim:33,why:33,underset:33,placement:19,url:[0,13,14,46,19,33,2,6,16,22,32,27,24,41],gather:[33,13],request:[0,13,15,44,32,50,19,33,21,34,41],face:[39,3,33,5,27,46,54],inde:[56,13,54],movablelimit:[13,19],nmid:33,determin:[33,13,31,1,32,4,47,24,41,26],flux:50,mtextfontinherit:[39,28],occasion:41,fact:[44,13,14,43],atopwithdelim:33,backsimeq:33,mathjax_messag:20,text:[1,2,4,5,7,10,11,13,14,19,20,21,22,23,24,25,55,27,28,29,30,32,33,34,35,37,40,41,16,39,9,48,49,50,52,56,57,59],verbos:[48,34,24],bring:57,woth:36,curlyeqsucc:33,highest:[56,13],locat:[0,13,14,46,22,31,33,32,52,4,5,35,29,24,21,9,41,26,57,37],jax:[32,16,41,8,13,14,17,19,21,27,24,26,28,30,47,37,40,31,42,43,23,45,39,48,55,33,52,54,56,57,58,59],much:[13,53,48,21,47,56,41],vartriangleright:33,should:[2,4,41,7,10,13,14,30,16,18,22,27,24,26,15,33,34,35,37,40,31,43,44,36,46,48,49,50,6,52,56,58,59],imagefont:[5,13,39],vartriangleleft:33,suppos:[14,13,41,52,34],"5px":[11,33],triangleright:33,"5pt":22,local:[33,13,46,15,22,50,2,52,16,5,24,41],hope:[5,14],meant:15,move:[13,14,46,23,24,39,28],overleftarrow:33,woff:[13,46],looparrowright:33,increas:[13,14,19],lucki:33,leqslant:33,smash:33,unprocess:[31,55,52],enabl:[33,13,14,39,30,1,4,22,35,7,10,41,28],organ:57,frown:33,stuff:31,she:56,contain:[0,1,2,4,5,11,31,16,17,18,20,21,22,27,24,26,28,29,15,33,34,35,39,40,41,43,44,45,46,9,55,50,52,56,57,59],typset:13,conform:22,frame:20,apolog:14,temporarili:20,troubl:22,issafari:31,mathord:33,statu:[0,46,34],error:[0,13,14,30,33,36,2,3,16,22,43,24,40,31,26],jmath:33,pattern:[4,35,24],misus:56,thumb:50,gtrsim:33,favor:[14,24],state:[50,26,40],quickest:22,chemic:33,neither:[5,49],equiv:[33,56,13],omicron:33,nshortmid:33,"2pt":33,kei:[11,0,15,44,18,21,24,31],texttip:[33,13],"2px":33,entir:[31,41,24,52],closebox:5,ker:33,addit:[0,33,5,13,14,30,18,19,21,22,24,55,15,34,40,31,16,36,26,50,52,59],skipstartuptypeset:24,plugin:[1,6,33,24,7,25,56,57],admin:[10,7],nabla:33,equal:[33,50,31,42,13],gnapprox:33,etc:[13,48,50,52,33,24,41],instanc:[11,31,55,50,4,35,43,41,42],equat:[4,16,13,19,22,23,24,25,55,27,28,29,47,35,39,31,33,46,9,26,52,56,57],class3:[4,35,42],eth:33,darker:28,limiti:46,lmoustach:33,onchang:52,comment:[33,59,19,16,22,24,41],varnoth:33,arriv:[21,53],solv:41,harpoon:33,arguement:34,respect:[23,39,15,28],showmathplay:6,quit:[56,52],showfontmenu:6,"55em":33,quotat:59,anomali:13,compos:36,defint:33,compon:[0,32,16,6,41,14,17,21,22,25,26,54,30,45,40,31,42,44,36,33,51,53,57,59],treat:[33,22,13,30],immedi:[0,13,52,18,50,2,33,21,32,41],incldu:57,smallsetminu:33,both:[0,14,30,34,48,32,50,19,33,16,22,31,36,24,7,56,10,41,42,57],alignat:33,varsupsetneq:33,otf:[46,13,19],psi:33,x_2:33,togeth:[14,15,50,16,36,31],x_1:33,injlim:33,present:[44,13,36,3,5,24,56,41,6],cot:33,twoheadrightarrow:33,multi:[33,13],iscallback:15,plain:33,align:[13,36,59,33,22,24],contextu:[12,13,45,39,58,55,6,16,23,24,38,56,57,36,26,28],studentdisplai:52,defin:[32,16,5,6,41,13,14,21,22,23,24,26,27,28,30,2,34,38,40,31,42,43,33,39,50,51,54,59],glossari:[48,12],layer:[19,1],almost:33,curvearrowright:33,site:[33,14,46,1,16,22,24,25,10,41],archiv:[22,46],substanti:[14,41,56],revis:46,unneed:28,greater:[33,56,30],formattag:27,welcom:3,displaystyl:[33,47,52],parti:[21,22],cross:46,sqrt:[33,22,13,57],getx:42,extensiondir:43,oint:33,supsetneq:33,android:19,cssid:[33,19],difficult:[34,36,53],phi:33,http:[13,14,46,1,2,6,52,33,22,37,7,56,10,41],d3eoax9i5htok0:22,lleftarrow:33,"8em":[33,27],effect:[18,50,2,38],mrow:[22,57],sooner:13,student:[13,52],canva:57,php:[1,7],executehook:[44,15],off:[33,19,16,53,56,41],center:[33,22,59,24,56],well:[16,36,46,15,34,59,3,52,21,22,35,43,24,53,56,41],exampl:[0,2,3,4,5,6,9,8,11,13,14,15,18,19,21,22,23,24,26,27,28,29,30,31,33,34,35,36,37,38,39,40,41,42,44,45,46,47,49,50,51,52,53,54,55,56,57,58,59],command:[13,31,46,15,48,18,50,32,52,33,36,24,41],achiev:13,choos:[33,22,13,56],undefin:[33,22,15,34],setx:42,subsetneqq:33,sibl:19,latest:[14,46,1,2,3,52,33,22,37,7,56,10,41],curlyeqprec:33,paus:[31,46],less:[33,46,30,4,22,35,39,57,31,28],obtain:[33,13,14,46,52,16,22,24,57,41,26],mistaken:57,mathclos:33,mathoutput:52,simultan:[50,32],web:[1,2,33,5,12,13,14,19,21,22,24,25,55,30,32,37,39,41,44,46,48,50,52,53,56,57],preprocessor:[16,13,14,30,9,31,33,36,32,45,4,22,35,29,24,52,57,41,54,37],current_them:1,detai:13,smith:34,textbf:33,cdotp:33,add:[42,16,13,14,15,1,18,33,4,5,35,43,24,55,56,26,59],cleanup:13,schedul:34,match:[44,13,39,4,35,23,28],rememb:28,webpag:37,piec:19,ntriangleright:33,punctuat:19,cpan:33,know:[44,13,34,33,21,22,40,41,26,57],cfrac:33,press:[24,52],somewher:41,tick:[33,22,35,30],recurs:[31,19],string:[0,15,44,49,33,20,4,35,27,24,21,31,55,59],loss:41,nofont:5,like:[2,4,13,30,18,19,20,21,22,25,28,15,33,34,35,37,39,40,41,44,36,46,47,48,50,52,53,54,56,57,59],lost:34,messagehook:[21,44,13,31],necessari:[13,31,2,22,25,56,41],resiz:56,page:[1,2,4,5,7,11,12,13,14,16,17,19,20,21,22,27,24,25,26,29,30,31,32,33,34,35,37,39,10,41,44,36,46,9,48,55,50,6,52,53,56,57],didn:33,captur:48,linux:[31,24],"export":55,superclass:42,proper:[33,44,13,31],home:[48,0,13,30],peter:30,librari:[17,50,45,46],glyph:[48,33,13],kern:33,rspace:33,leak:55,avoid:[13,14,30,49,19,33,36,24,56,57],thank:30,tooltip:[33,13,39,28],checkmark:33,leav:[11,30,52,33,27,58],overlai:13,uselabelid:27,supsetneqq:33,preload:[0,22],twoheadleftarrow:33,mpmous:[16,24],daleth:33,acronym:48,journal:48,usag:[33,12],host:[14,13,41],sphericalangl:33,although:[17,22,46,58,44],offset:[39,26,28],simpler:20,varepsilon:33,about:[3,33,5,41,13,14,30,16,19,21,22,24,26,15,47,39,40,31,44,46,34,52,53,57],ams_html:[33,14,52,16,37,41],actual:[11,0,13,31,15,30,52,18,50,33,21,34,36,24,40,41,26,57],column:[13,27],mathajx:14,mod_head:[13,46],mapsto:33,constructor:42,fals:[44,13,54,39,2,33,19,6,4,47,27,24,55,8,31,42,40,28],disabl:[33,13,14,39,24],eqalign:33,own:[33,13,14,46,22,17,50,19,3,16,5,47,53,56,40,41,26,57,54],amsmath:[33,13,14,50,16,22,27,41],circledr:33,automat:[13,39,18,50,20,33,22,27,56,57,41,42,43,28],bigtriangledown:33,guard:24,"_htmlormml":[56,58],vphantom:33,merg:[11,31],w3c:13,transfer:[22,46],appl:13,bigcap:33,inner:13,arg1:34,"var":[11,33,15,50,2,52,21,34,42],arg2:34,"function":[0,13,31,15,44,48,18,50,2,33,21,34,32,27,52,53,57,41,42,43],propto:33,unexpect:24,precnapprox:33,unbalanc:13,studentansw:52,bodi:[0,14,52,22,40,41,26],gain:[56,13],posttransl:[43,26],inlin:[4,22,35,14],bug:[11,13,14,46,19,3,20,22,24,57,41],count:[13,2],made:[46,50,3,53,57,55,54],bbbk:33,whether:[33,13,29,39,47,31,58,2,6,52,4,34,35,27,24,9,8,41,55,28],wish:[14,22,59,2,3,33,34,31,56,41],displai:[4,5,11,12,13,41,19,20,21,22,27,24,25,26,28,29,30,47,35,37,39,31,33,36,46,48,55,6,52,56,57],distract:13,underleftrightarrow:33,asynchron:[0,45,15,44,48,18,50,52,21,34,53,31],gtrapprox:33,below:[1,4,5,6,8,11,13,41,22,27,24,26,28,29,47,35,38,40,31,23,39,9,49,33,51,53,55,57,58],limit:[11,0,36,33,47,27,41],otherwis:[0,13,45,15,55,33,20,16,22,31,7,56,40,41,42],problem:[13,14,46,30,34,19,3,52,33,22,36,56,57,41],x03c0:57,"int":33,imagedir:26,dure:[13,39,15,32,19,21,43,24,31,55,28],novemb:14,implement:[11,0,13,14,16,17,58,33,21,34,43,56,40,36,42,57],nolimit:33,inf:33,rightleftharpoon:33,probabl:[21,34,41,30,1],oplu:33,helpurl:6,definecolor:[33,13],immateri:50,percent:[23,39,28],detail:[0,4,5,6,7,12,13,14,30,16,18,19,21,22,23,24,28,29,15,31,33,9,35,37,38,39,10,41,44,36,46,50,51,52,53,56,57],arctan:33,book:48,futur:[0,3,20,21,53,56,31,55],branch:[41,46],varieti:57,removeaft:5,repeat:[46,1],star:[33,13],liter:[4,33],varupsilon:33,"class":[42,44,13,45,15,17,18,33,19,4,35,43,24,55,40,26,57,28,37],thicksim:33,msgroup:36,stai:[56,41],sphinx:1,scientif:48,reliabl:[14,13,41,2,56],rule:[13,50,33,5,24,8],mathjax_mathml:2,portion:[57,39,28,52],eot:[13,46],balancebrac:[4,13]},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","The MathMenu extension","Installing MathJax in WordPress","The MathML input processor","The mml2jax Preprocessor","Using MathJax in Movable Type","The MathJax.HTML Object","MathJax Documentation","What’s New in MathJax v2.0","Migrating from MathJax v1.0 to v1.1","The MathJax.Callback Class","Common Configurations","The MathJax API","The MathJax.Callback.Queue Class","What’s New in MathJax v1.1","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","The SVG output processor","The jsMath2jax Preprocessor","MathJax AsciiMath Support","The MathJax.Hub Object","The MathJax Startup Sequence","MathJax TeX and LaTeX Support","Using Callbacks","The asciimath2jax Preprocessor","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 AsciiMath input processor","Glossary","Describing HTML snippets","Using Queues","The MathEvents extension","Modifying Math on the Page","Synchronizing your code with MathJax","Configuration Objects","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","options/MathMenu","platforms/wordpress","options/MathML","options/mml2jax","platforms/movable-type","api/html","index","whats-new-2.0","upgrade","api/callback","config-files","api/index","api/queue","whats-new-1.1","api/message","signals","start","options/NativeMML","options/hub","mathjax","api/outputjax","options/TeX","options/SVG","options/jsMath2jax","asciimath","api/hub","startup","tex","callbacks","options/asciimath2jax","mathml","jsMath","options/MathZoom","options/HTML-CSS","api/inputjax","configuration","api/object","api/jax","api/signal","api/variable","installation","options/AsciiMath","glossary","HTML-snippets","queues","options/MathEvents","typeset","synchronize","options/index","api/elementjax","output","model","options/MMLorHTML","CSS-styles"]})
+\ No newline at end of file
diff --git a/docs/html/upgrade.html b/docs/html/upgrade.html
@@ -24,7 +24,7 @@
<!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
<link rel="top" title="MathJax v2.0 documentation" href="index.html" />
<link rel="next" title="Converting to MathJax from jsMath" href="jsMath.html" />
- <link rel="prev" title="What’s New in MathJax v1.1" href="whats-new.html" />
+ <link rel="prev" title="What’s New in MathJax v1.1" href="whats-new-1.1.html" />
</head>
<body>
@@ -38,7 +38,7 @@
<a href="jsMath.html" title="Converting to MathJax from jsMath"
accesskey="N">next</a> |</li>
<li class="right" >
- <a href="whats-new.html" title="What’s New in MathJax v1.1"
+ <a href="whats-new-1.1.html" title="What’s New in MathJax v1.1"
accesskey="P">previous</a> |</li>
<li><a href="index.html">MathJax v2.0 documentation</a> »</li>
</ul>
@@ -281,7 +281,7 @@ retired in favor of the GitHub site.</p>
</ul>
<h4>Previous topic</h4>
- <p class="topless"><a href="whats-new.html"
+ <p class="topless"><a href="whats-new-1.1.html"
title="previous chapter">What’s New in MathJax v1.1</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="jsMath.html"
@@ -313,7 +313,7 @@ retired in favor of the GitHub site.</p>
<a href="jsMath.html" title="Converting to MathJax from jsMath"
>next</a> |</li>
<li class="right" >
- <a href="whats-new.html" title="What’s New in MathJax v1.1"
+ <a href="whats-new-1.1.html" title="What’s New in MathJax v1.1"
>previous</a> |</li>
<li><a href="index.html">MathJax v2.0 documentation</a> »</li>
</ul>
diff --git a/docs/html/whats-new-1.1.html b/docs/html/whats-new-1.1.html
@@ -0,0 +1,264 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <title>What’s New in MathJax v1.1 — MathJax v2.0 documentation</title>
+ <link rel="stylesheet" href="_static/mj.css" type="text/css" />
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+ <script type="text/javascript">
+ var DOCUMENTATION_OPTIONS = {
+ URL_ROOT: '',
+ VERSION: '2.0',
+ COLLAPSE_INDEX: false,
+ FILE_SUFFIX: '.html',
+ HAS_SOURCE: true
+ };
+ </script>
+ <script type="text/javascript" src="_static/jquery.js"></script>
+ <script type="text/javascript" src="_static/underscore.js"></script>
+ <script type="text/javascript" src="_static/doctools.js"></script>
+ <!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
+ <link rel="top" title="MathJax v2.0 documentation" href="index.html" />
+ <link rel="next" title="Migrating from MathJax v1.0 to v1.1" href="upgrade.html" />
+ <link rel="prev" title="What’s New in MathJax v2.0" href="whats-new-2.0.html" />
+ </head>
+ <body>
+
+ <div class="related">
+ <h3>Navigation</h3>
+ <ul>
+ <li class="right" style="margin-right: 10px">
+ <a href="genindex.html" title="General Index"
+ accesskey="I">index</a></li>
+ <li class="right" >
+ <a href="upgrade.html" title="Migrating from MathJax v1.0 to v1.1"
+ accesskey="N">next</a> |</li>
+ <li class="right" >
+ <a href="whats-new-2.0.html" title="What’s New in MathJax v2.0"
+ accesskey="P">previous</a> |</li>
+ <li><a href="index.html">MathJax v2.0 documentation</a> »</li>
+ </ul>
+ </div>
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+ <div class="body">
+
+ <div class="section" id="what-s-new-in-mathjax-v1-1">
+<span id="whats-new-1-1"></span><h1>What’s New in MathJax v1.1<a class="headerlink" href="#what-s-new-in-mathjax-v1-1" title="Permalink to this headline">¶</a></h1>
+<p>MathJax version 1.1 includes a number of important improvements and
+enhancements over version 1.0. We have worked hard to fix bugs, improve
+support for browsers and mobile devices, process TeX and MathML better, and
+increase MathJax’s performance.</p>
+<p>In addition to these changes, MathJax.org now offers MathJax as a network
+service. Instead of having to install MathJax on your own server, you can
+link to our content delivery network (CDN) to get fast access to
+up-to-date and past versions of MathJax. See <a class="reference internal" href="configuration.html#loading-cdn"><em>Loading MathJax from
+the CDN</em></a> for more details.</p>
+<p>The following sections outline the changes in v1.1:</p>
+<div class="section" id="optimization">
+<h2>Optimization<a class="headerlink" href="#optimization" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>Combined configuration files that load all the needed files in one piece
+rather than loading them individually. This simplifies configuration
+and speeds up typesetting of the mathematics on the page.</li>
+<li>Improved responsiveness to mouse events during typesetting.</li>
+<li>Parallel downloading of files needed by MathJax, for faster startup
+times.</li>
+<li>Shorter timeout for web fonts, so if they can’t be downloaded, you don’t
+have to wait so long.</li>
+<li>Rollover to image fonts if a web font fails to load (so you don’t have
+to wait for <em>every</em> font to fail.</li>
+<li>The MathJax files are now packed only with <cite>yuicompressor</cite> rather than a
+custom compressor. The CDN serves gzipped versions, which end up being
+smaller than the gzipped custom-packed files.</li>
+<li>Improved rendering speed in IE by removing <tt class="docutils literal"><span class="pre">position:relative</span></tt> from
+the style for mathematics.</li>
+<li>Improved rendering speed for most browsers by isolating the mathematics
+from the page during typesetting (avoids full page reflows).</li>
+</ul>
+</div>
+<div class="section" id="enhancements">
+<h2>Enhancements<a class="headerlink" href="#enhancements" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>Allow the input and output jax configuration blocks to specify extensions
+to be loaded when the jax is loaded (this avoids needing to load them up
+front, so they don’t have to be loaded on pages that don’t include
+mathematics, for example).</li>
+<li>Better handling of background color from style attributes.</li>
+<li>Ability to pass configuration parameters via script URL.</li>
+<li>Support HTML5 compliant configuration syntax.</li>
+<li>Switch the Git repository from storing the fonts in <cite>fonts.zip</cite> to
+storing the <cite>fonts/</cite> directory directly.</li>
+<li>Improved About box.</li>
+<li>Added a minimum scaling factor (so math won’t get too small).</li>
+</ul>
+</div>
+<div class="section" id="tex-support">
+<h2>TeX Support<a class="headerlink" href="#tex-support" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>Added support for <tt class="docutils literal"><span class="pre">\href</span></tt>, <tt class="docutils literal"><span class="pre">\style</span></tt>, <tt class="docutils literal"><span class="pre">\class</span></tt>, <tt class="docutils literal"><span class="pre">\cssId</span></tt>.</li>
+<li>Avoid recursive macro definitions and other resource consumption possibilities.</li>
+<li>Fix for <tt class="docutils literal"><span class="pre">\underline</span></tt> bug.</li>
+<li>Fix for bug with <tt class="docutils literal"><span class="pre">\fbox</span></tt>.</li>
+<li>Fix height problem with <tt class="docutils literal"><span class="pre">\raise</span></tt> and <tt class="docutils literal"><span class="pre">\lower</span></tt>.</li>
+<li>Fix problem with <tt class="docutils literal"><span class="pre">\over</span></tt> used inside array entries.</li>
+<li>Fix problem with nesting of math delimiters inside text-mode material.</li>
+<li>Fix single digit super- and subscripts followed by punctuation.</li>
+<li>Make sure <cite>movablelimits</cite> is off for <tt class="docutils literal"><span class="pre">\underline</span></tt> and related macros.</li>
+<li>Fix problem with dimensions given with <tt class="docutils literal"><span class="pre">pc</span></tt> units.</li>
+</ul>
+</div>
+<div class="section" id="mathml-support">
+<h2>MathML Support<a class="headerlink" href="#mathml-support" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>Fix <tt class="docutils literal"><span class="pre">&lt;</span></tt> and <tt class="docutils literal"><span class="pre">&amp;</span></tt> being translated too early.</li>
+<li>Handle self-closing tags in HTML files better.</li>
+<li>Combine adjacent relational operators in <tt class="docutils literal"><span class="pre"><mo></span></tt> tags.</li>
+<li>Fix entity name problems.</li>
+<li>Better support for MathML namespaces.</li>
+<li>Properly handle comments within MathML in IE.</li>
+<li>Properly consider <tt class="docutils literal"><span class="pre"><mspace></span></tt> and <tt class="docutils literal"><span class="pre"><mtext></span></tt> as space-like.</li>
+<li>Improved support for <tt class="docutils literal"><span class="pre"><maction></span></tt> with embellished operators.</li>
+</ul>
+</div>
+<div class="section" id="other-bug-fixes">
+<h2>Other Bug Fixes<a class="headerlink" href="#other-bug-fixes" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>Fixed CSS bleed through with zoom and other situations.</li>
+<li>Fixed problems with <tt class="docutils literal"><span class="pre">showMathMenuMSIE</span></tt> when set to <tt class="docutils literal"><span class="pre">false</span></tt>.</li>
+<li>Replaced illegal prefix characters in cookie name.</li>
+<li>Improved placement of surd for square roots and n-th roots.</li>
+<li>Fixed layer obscuring math from MathPlayer for screen readers.</li>
+<li>Newlines in CDATA comments are now handled properly.</li>
+<li>Resolved conflict between <cite>jsMath2jax</cite> and <cite>tex2jax</cite> both processing the
+same equation.</li>
+<li>Fixed problem with <tt class="docutils literal"><span class="pre">class="tex2jax_ignore"</span></tt> affecting the processing of
+sibling elements.</li>
+</ul>
+</div>
+<div class="section" id="browser-support">
+<h2>Browser Support<a class="headerlink" href="#browser-support" title="Permalink to this headline">¶</a></h2>
+<p><strong>Android</strong></p>
+<ul class="simple">
+<li>Added detection and configuration for Android browser.</li>
+<li>Allow use of OTF web fonts in Android 2.2.</li>
+</ul>
+<p><strong>Blackberry</strong></p>
+<ul class="simple">
+<li>MathJax now works with OS version 6.</li>
+</ul>
+<p><strong>Chrome</strong></p>
+<ul class="simple">
+<li>Use OTF web fonts rather than SVG fonts for version 4 and above.</li>
+</ul>
+<p><strong>Firefox</strong></p>
+<ul class="simple">
+<li>Added Firefox 4 detection and configuration.</li>
+<li>Fix for extra line-break bug when displayed equations are in
+preformatted text.</li>
+<li>Updated fonts so that FF 3.6.13 and above can read them.</li>
+</ul>
+<p><strong>Internet Explorer</strong></p>
+<ul class="simple">
+<li>Changes for compatibility with IE9.</li>
+<li>Fix for IE8 incorrectly parsing MathML.</li>
+<li>Fix for IE8 namespace problem.</li>
+<li>Fix for null <tt class="docutils literal"><span class="pre">parentNode</span></tt> problem.</li>
+<li>Fix for <tt class="docutils literal"><span class="pre">outerHTML</span></tt> not quoting values of attributes.</li>
+</ul>
+<p><strong>iPhone/iPad</strong></p>
+<ul class="simple">
+<li>Added support for OTF web fonts in iOS4.2.</li>
+</ul>
+<p><strong>Nokia</strong></p>
+<ul class="simple">
+<li>MathJax now works with Symbian<sup>3</sup>.</li>
+</ul>
+<p><strong>Opera</strong></p>
+<ul class="simple">
+<li>Prevent Opera from using STIX fonts unless explicitly requested via the
+font menu (since Opera can’t display many of the characters).</li>
+<li>Fixed bad em-size detection in 10.61.</li>
+<li>Fixed a problem with the About dialog in Opera 11.</li>
+</ul>
+<p><strong>Safari</strong></p>
+<ul class="simple">
+<li>Use OTF web fonts for Safari/PC.</li>
+</ul>
+<p><strong>WebKit</strong></p>
+<ul class="simple">
+<li>Better version detection.</li>
+</ul>
+</div>
+</div>
+
+
+ </div>
+ </div>
+ </div>
+ <div class="sphinxsidebar">
+ <div class="sphinxsidebarwrapper">
+ <h3><a href="index.html">Table Of Contents</a></h3>
+ <ul>
+<li><a class="reference internal" href="#">What’s New in MathJax v1.1</a><ul>
+<li><a class="reference internal" href="#optimization">Optimization</a></li>
+<li><a class="reference internal" href="#enhancements">Enhancements</a></li>
+<li><a class="reference internal" href="#tex-support">TeX Support</a></li>
+<li><a class="reference internal" href="#mathml-support">MathML Support</a></li>
+<li><a class="reference internal" href="#other-bug-fixes">Other Bug Fixes</a></li>
+<li><a class="reference internal" href="#browser-support">Browser Support</a></li>
+</ul>
+</li>
+</ul>
+
+ <h4>Previous topic</h4>
+ <p class="topless"><a href="whats-new-2.0.html"
+ title="previous chapter">What’s New in MathJax v2.0</a></p>
+ <h4>Next topic</h4>
+ <p class="topless"><a href="upgrade.html"
+ title="next chapter">Migrating from MathJax v1.0 to v1.1</a></p>
+<div id="searchbox" style="display: none">
+ <h3>Quick search</h3>
+ <form class="search" action="search.html" method="get">
+ <input type="text" name="q" size="18" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ <p class="searchtip" style="font-size: 90%">
+ Enter search terms or a module, class or function name.
+ </p>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="related">
+ <h3>Navigation</h3>
+ <ul>
+ <li class="right" style="margin-right: 10px">
+ <a href="genindex.html" title="General Index"
+ >index</a></li>
+ <li class="right" >
+ <a href="upgrade.html" title="Migrating from MathJax v1.0 to v1.1"
+ >next</a> |</li>
+ <li class="right" >
+ <a href="whats-new-2.0.html" title="What’s New in MathJax v2.0"
+ >previous</a> |</li>
+ <li><a href="index.html">MathJax v2.0 documentation</a> »</li>
+ </ul>
+ </div>
+ <div class="footer">
+ © Copyright 2012 Design Science.
+ Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
+ </div>
+
+ </body>
+</html>
+\ No newline at end of file
diff --git a/docs/html/whats-new-2.0.html b/docs/html/whats-new-2.0.html
@@ -0,0 +1,671 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <title>What’s New in MathJax v2.0 — MathJax v2.0 documentation</title>
+ <link rel="stylesheet" href="_static/mj.css" type="text/css" />
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+ <script type="text/javascript">
+ var DOCUMENTATION_OPTIONS = {
+ URL_ROOT: '',
+ VERSION: '2.0',
+ COLLAPSE_INDEX: false,
+ FILE_SUFFIX: '.html',
+ HAS_SOURCE: true
+ };
+ </script>
+ <script type="text/javascript" src="_static/jquery.js"></script>
+ <script type="text/javascript" src="_static/underscore.js"></script>
+ <script type="text/javascript" src="_static/doctools.js"></script>
+ <!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
+ <link rel="top" title="MathJax v2.0 documentation" href="index.html" />
+ <link rel="next" title="What’s New in MathJax v1.1" href="whats-new-1.1.html" />
+ <link rel="prev" title="The MathJax Community" href="community.html" />
+ </head>
+ <body>
+
+ <div class="related">
+ <h3>Navigation</h3>
+ <ul>
+ <li class="right" style="margin-right: 10px">
+ <a href="genindex.html" title="General Index"
+ accesskey="I">index</a></li>
+ <li class="right" >
+ <a href="whats-new-1.1.html" title="What’s New in MathJax v1.1"
+ accesskey="N">next</a> |</li>
+ <li class="right" >
+ <a href="community.html" title="The MathJax Community"
+ accesskey="P">previous</a> |</li>
+ <li><a href="index.html">MathJax v2.0 documentation</a> »</li>
+ </ul>
+ </div>
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+ <div class="body">
+
+ <div class="section" id="what-s-new-in-mathjax-v2-0">
+<span id="whats-new-2-0"></span><h1>What’s New in MathJax v2.0<a class="headerlink" href="#what-s-new-in-mathjax-v2-0" title="Permalink to this headline">¶</a></h1>
+<p>MathJax version 2.0 includes many new and improved features, including
+much better speeds in Internet Explorer, a new AsciiMath input
+processor, a new <a class="reference internal" href="glossary.html#term-svg"><em class="xref std std-term">SVG</em></a> output processor, support for additional
+LaTeX commands, and many bug fixes, to name just a few of the changes.</p>
+<div class="section" id="major-speed-improvement-for-html-css-output-particularly-in-ie">
+<h2>Major speed improvement for HTML-CSS output, particularly in IE<a class="headerlink" href="#major-speed-improvement-for-html-css-output-particularly-in-ie" title="Permalink to this headline">¶</a></h2>
+<p>The HTML-CSS output processing was redesigned to avoid the page
+reflows that were the main source of the speed problem in Internet
+Explorer 8 and 9. For test pages having between 20 and 50 typeset
+expressions, we see an 80% reduction in output processing time for
+IE8, a 50% reduction for IE9, and between 15% and 25% reduction for
+most other browsers over the corresponding v1.1a times. Since the
+processing time in v1.1a grows non-linearly in IE, you should see even
+larger savings for pages with more equations when using v2.0. Forcing
+IE7 emulation mode is no longer necessary (and indeed is no longer
+recommended).</p>
+</div>
+<div class="section" id="reduced-flickering-during-typsetting">
+<h2>Reduced flickering during typsetting<a class="headerlink" href="#reduced-flickering-during-typsetting" title="Permalink to this headline">¶</a></h2>
+<p>In the past, each expression was displayed as soon as it was typeset,
+which caused a lot of visual flickering as MathJax processed the page.
+In v2.0, the output is processed in blocks so that typeset expressions
+are revealed in groups. This reduces the visual distraction, and also
+speeds up the processing. The number of equations in a block can be
+controlled through the <tt class="docutils literal"><span class="pre">EqnChunk</span></tt> parameter in the HTML-CSS or SVG
+block of your configuration. See the <a class="reference internal" href="options/HTML-CSS.html#configure-html-css"><em>configuration options for
+HTML-CSS</em></a> and <a class="reference internal" href="options/SVG.html#configure-svg"><em>configuration options for SVG</em></a> pages for details.</p>
+<p>If the page URL includes a hash reference (a link to a particular
+location within the page), MathJax v2.0 will jump to that location
+after the page has finished typsetting. (Since the size of the page
+may have changed due to the mathematical typsetting, that location may
+no longer be visible on screen, so MathJax moves there when it is done
+with the initial typesetting.) You can control this behavior with the
+<tt class="docutils literal"><span class="pre">positionToHash</span></tt> parameter in the main section of your
+configuration. See the <a class="reference internal" href="options/hub.html#configure-hub"><em>core configuration options</em></a> page for details.</p>
+</div>
+<div class="section" id="automatic-equation-numbering-of-tex-formulas">
+<h2>Automatic equation numbering of TeX formulas<a class="headerlink" href="#automatic-equation-numbering-of-tex-formulas" title="Permalink to this headline">¶</a></h2>
+<p>The TeX input jax now can be configured to add equation numbers
+(though the default is not to number equations so that existing pages
+will not change their appearance). This is controlled through the
+<tt class="docutils literal"><span class="pre">equationNumbers</span></tt> section of the <tt class="docutils literal"><span class="pre">TeX</span></tt> block of your configuration
+(see the <a class="reference internal" href="options/TeX.html#configure-tex"><em>TeX configuration options</em></a> page for
+details). You can request that the numbering follow the AMS-style
+numbering of environments, or you can request that every displayed
+equation be numbered. There are now <tt class="docutils literal"><span class="pre">\label</span></tt>, <tt class="docutils literal"><span class="pre">\ref</span></tt>, and
+<tt class="docutils literal"><span class="pre">\eqref</span></tt> commands to make it easier to link to particular equations
+within the document.</p>
+</div>
+<div class="section" id="automatic-line-breaking-of-long-displayed-equations">
+<h2>Automatic line breaking of long displayed equations<a class="headerlink" href="#automatic-line-breaking-of-long-displayed-equations" title="Permalink to this headline">¶</a></h2>
+<p>MathJax now implements the MathML3 specification for automatic line
+breaking of displayed equations in its HTML-CSS output. This is
+disabled by default, but can be enabled via the <tt class="docutils literal"><span class="pre">linebreaks</span></tt> section
+of the <tt class="docutils literal"><span class="pre">HTML-CSS</span></tt> or <tt class="docutils literal"><span class="pre">SVG</span></tt> block of your configuration (see the
+<a class="reference internal" href="options/HTML-CSS.html#configure-html-css"><em>HTML-CS configuration options</em></a> or <a class="reference internal" href="options/SVG.html#configure-svg"><em>SVG
+configuration options</em></a> page for details). Note that
+automatic line breaking only applies to displayed equations, not
+in-line equations, unless they are themselves longer than a line. The
+algorithm uses the nesting depth, the type of operator, the size of
+spaces, and other factors to decide on the breakpoints, but it does
+not know the meaning of the mathematics, and may not choose the
+optimal breakpoints. We will continue to work on the algorithm as we
+gain information from its actual use in the field.</p>
+</div>
+<div class="section" id="new-asciimath-input-jax-and-svg-output-jax">
+<h2>New AsciiMath input jax and SVG output jax<a class="headerlink" href="#new-asciimath-input-jax-and-svg-output-jax" title="Permalink to this headline">¶</a></h2>
+<p>MathJax currently processes math in either <a class="reference internal" href="glossary.html#term-tex"><em class="xref std std-term">TeX</em></a> and
+<a class="reference internal" href="glossary.html#term-latex"><em class="xref std std-term">LaTeX</em></a> format, or <a class="reference internal" href="glossary.html#term-mathml"><em class="xref std std-term">MathML</em></a> notation; version 2.0 augments
+that to include <a class="reference internal" href="glossary.html#term-asciimath"><em class="xref std std-term">AsciiMath</em></a> notation (see <a class="reference external" href="http://www1.chapman.edu/~jipsen/mathml/asciimath.html">the ASCIIMathML
+home page</a>
+for details on this format). This is a notation that is easier for
+students to use than TeX, and has been requested by the user
+community. See the <a class="reference internal" href="asciimath.html#asciimath-support"><em>AsciiMath support</em></a> page
+for details.</p>
+<p>In addition to the HTML-CSS and Native MathML output available in
+v1.1, MathJax v2.0 includes an <a class="reference internal" href="glossary.html#term-svg"><em class="xref std std-term">SVG</em></a>-based output jax. This should
+prove to be more reliable than the HTML-CSS output, as it avoids some
+CSS, web-font, and printing issues that the HTML-CSS output suffers
+from, and it currently has no browser-dependent code. The SVG mode
+even works in some ebook readers (like Apple iBooks and Calibre). See
+the <a class="reference internal" href="output.html#output-formats"><em>output formats</em></a> documentation for details.</p>
+</div>
+<div class="section" id="new-combined-configuration-files">
+<h2>New combined configuration files<a class="headerlink" href="#new-combined-configuration-files" title="Permalink to this headline">¶</a></h2>
+<p>Pre-defined configuration files that include the AsciiMath and SVG
+processors are now available with MathJax v2.0. These include
+<tt class="docutils literal"><span class="pre">AM_HTMLorMML</span></tt>, <tt class="docutils literal"><span class="pre">TeX-AMS-MML_SVG</span></tt>, and <tt class="docutils literal"><span class="pre">TeX-MML-AM_HTMLorMML</span></tt>.
+See the <a class="reference internal" href="configuration.html#config-files"><em>common configurations</em></a> section for details.</p>
+</div>
+<div class="section" id="mathjax-contextual-menu-now-available-on-mobile-devices">
+<h2>MathJax contextual menu now available on mobile devices<a class="headerlink" href="#mathjax-contextual-menu-now-available-on-mobile-devices" title="Permalink to this headline">¶</a></h2>
+<p>MathJax v2.0 provides access to its contextual menu in mobile devices
+that are based on the WebKit (Safari) and Gecko (Firefox) engines.
+For Mobile Firefox, the menu is accessed by a tap-and-hold on any
+expression rendered by MathJax (this is Mobile Firefox’s standard
+method of triggering a contextual menu). In Mobile Safari, use a
+double-tap-and-hold (you may need to zoom in a bit to be able to
+accomplish this). This is the first step toward providing a better
+interface for mobile devices.</p>
+</div>
+<div class="section" id="improved-support-for-screen-readers">
+<h2>Improved support for screen readers<a class="headerlink" href="#improved-support-for-screen-readers" title="Permalink to this headline">¶</a></h2>
+<p>Some issues surrounding the use of screen readers and their
+interaction with MathPlayer have been resolved in MathJax v2.0. In
+particular, there are additional menu items that allow the user finer
+control over some aspects of MathJax’s interface that were interfering
+with some screen readers’ ability to properly identify the
+mathematics. Several stability issues with MathPlayer have also been
+addressed. In Internet Explorer when MathPlayer is installed, there
+is now a new contextual menu item to allow you to specify what events
+are handled by MathJax and what should be handled by MathPlayer. This
+gives you finer control over MathPlayer’s interaction with some screen
+readers.</p>
+</div>
+<div class="section" id="many-new-tex-additions-and-enhancements">
+<h2>Many new TeX additions and enhancements<a class="headerlink" href="#many-new-tex-additions-and-enhancements" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>New <cite>mhchem</cite> chemistry extension (adds <tt class="docutils literal"><span class="pre">\ce</span></tt>, <tt class="docutils literal"><span class="pre">\cf</span></tt>, and <tt class="docutils literal"><span class="pre">\cee</span></tt> macros)</li>
+<li>New <cite>cancel</cite> extension (adds <tt class="docutils literal"><span class="pre">\cancel</span></tt>, <tt class="docutils literal"><span class="pre">\bcancel</span></tt>, <tt class="docutils literal"><span class="pre">\xcancel</span></tt>, and <tt class="docutils literal"><span class="pre">\cancelto</span></tt> macros)</li>
+<li>New <cite>extpfeil</cite> extension (adds more stretchy arrows)</li>
+<li>New <cite>color</cite> extension (makes <tt class="docutils literal"><span class="pre">\color</span></tt> work as a switch, as in LaTeX).
+Adds <tt class="docutils literal"><span class="pre">\definecolor</span></tt>, other color models, LaTeX named colors,
+<tt class="docutils literal"><span class="pre">\colorbox</span></tt>, <tt class="docutils literal"><span class="pre">\fcolorbox</span></tt>, etc.</li>
+<li>New <cite>begingroup</cite> extension to allow macro definitions to be
+localized. Adds <tt class="docutils literal"><span class="pre">\begingroup</span></tt> and <tt class="docutils literal"><span class="pre">\endgroup</span></tt> for isolating macro
+declarations, and defines <tt class="docutils literal"><span class="pre">\let</span></tt>, <tt class="docutils literal"><span class="pre">\renewenvironment</span></tt>, <tt class="docutils literal"><span class="pre">\global</span></tt>, and
+<tt class="docutils literal"><span class="pre">\gdef</span></tt>.</li>
+<li>New <cite>enclose</cite> extension to give TeX access to <tt class="docutils literal"><span class="pre"><menclose></span></tt> elements.
+Adds <tt class="docutils literal"><span class="pre">\enclose{type}[attributes]{math}</span></tt> macro.</li>
+<li>New <cite>action</cite> extension to give TeX access to <tt class="docutils literal"><span class="pre"><maction></span></tt> elements.
+Adds <tt class="docutils literal"><span class="pre">\mathtip{math}{tip}</span></tt>, <tt class="docutils literal"><span class="pre">\texttip{math}{tip}</span></tt>, and
+<tt class="docutils literal"><span class="pre">\toggle{math1}{math2}...\endtoggle</span></tt> macros.</li>
+<li>New <tt class="docutils literal"><span class="pre">\mmToken{type}[attributes]{text}</span></tt> macro for producing <tt class="docutils literal"><span class="pre"><mo></span></tt>,
+<tt class="docutils literal"><span class="pre"><mi></span></tt>, <tt class="docutils literal"><span class="pre"><mtext></span></tt>, and other token MathML elements directly.</li>
+<li>New <tt class="docutils literal"><span class="pre">\bbox[color;attributes]{math}</span></tt> macro to add background color,
+padding, borders, etc.</li>
+<li>New <tt class="docutils literal"><span class="pre">\middle</span></tt> macro for stretchy delimiters between <tt class="docutils literal"><span class="pre">\left</span></tt> and <tt class="docutils literal"><span class="pre">\right</span></tt>.</li>
+<li>New <tt class="docutils literal"><span class="pre">\label</span></tt>, <tt class="docutils literal"><span class="pre">\ref</span></tt>, and <tt class="docutils literal"><span class="pre">\eqref</span></tt> macros for numbered equations.</li>
+<li>Better implementation of <tt class="docutils literal"><span class="pre">\not</span></tt> so it produces proper MathML when possible.</li>
+<li>Better implementation of <tt class="docutils literal"><span class="pre">\dots</span></tt> that selects <tt class="docutils literal"><span class="pre">\ldots</span></tt> or <tt class="docutils literal"><span class="pre">\cdots</span></tt>
+depending on the context.</li>
+<li>Better implementation of <tt class="docutils literal"><span class="pre">\cases</span></tt> that automatically uses <tt class="docutils literal"><span class="pre">\text</span></tt> on
+the second entry in each row.</li>
+<li>Safer implementation of <tt class="docutils literal"><span class="pre">\require</span></tt> that only allows loading from
+extensions directory.</li>
+<li>Allow <tt class="docutils literal"><span class="pre">\newcomand</span></tt> to provide a default parameter.</li>
+<li>Allow <tt class="docutils literal"><span class="pre">\\</span></tt> to take an optional argument that specifies additional
+space between lines.</li>
+<li>Allow <tt class="docutils literal"><span class="pre">\\</span></tt> to be used anywhere (to force a line break), not just in
+arrays.</li>
+<li>Allow optional alignment parameter for array, aligned, and gathered
+environments.</li>
+</ul>
+<p>See the <a class="reference internal" href="tex.html#tex-support"><em>TeX support</em></a> page for details on these
+extensions and macros.</p>
+</div>
+<div class="section" id="font-enhancements">
+<h2>Font enhancements<a class="headerlink" href="#font-enhancements" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>Work around for the OS X Lion STIX font problem.</li>
+<li>Support for STIX-1.1 fonts (detection of which version you have,
+and use data appropriate for that).</li>
+<li>New WOFF versions of the web fonts (smaller, so faster to
+download).</li>
+<li>Data for more stretchy characters in HTML-CSS output.</li>
+<li>Add support for Unicode planes 1 through 10 (not just the Math
+Alphabet block) in HTML-CSS output.</li>
+<li>Increased timeout for web fonts (since it was switching to image
+fonts too often, especially for mobile devices).</li>
+<li>Only switch to image fonts if the first web font fails to load (if
+we can access one, assume we can access them all).</li>
+<li>Allow <tt class="docutils literal"><span class="pre"><mtext></span></tt> elements to use the page font rather than MathJax
+fonts (optionally). This is controlled by the <tt class="docutils literal"><span class="pre">mtextFontInerhit</span></tt>
+configuration parameter for HTML-CSS and SVG output jax.</li>
+<li>Provide better control over the font used for characters that are
+not in the MathJax fonts.</li>
+<li>Allow Firefox to use web-based fonts when a local URL uses MathJax
+from the CDN (in the past it would force image fonts when that was
+not necessary).</li>
+</ul>
+</div>
+<div class="section" id="interface-improvements">
+<h2>Interface improvements<a class="headerlink" href="#interface-improvements" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>The MathJax contextual menu has been reorganized to make it easier
+to get the source view, and to control the parameters for
+MathPlayer in IE.</li>
+<li>The MathJax contextual menu is available in mobile devices (see
+description above).</li>
+<li>Warning messages are issued if you switch renderers to one that is
+inappropriate for your browser.</li>
+<li>MathJax now starts processing the page on the <tt class="docutils literal"><span class="pre">DOMContentLoaded</span></tt>
+event rather than the page <tt class="docutils literal"><span class="pre">onload</span></tt> event (this allows the
+mathematics to appear sooner).</li>
+<li>Native MathML output is now scaled to better match the surrounding
+font (like it is for HTML-CSS output).</li>
+<li>Better CSS styling for NativeMML output in Firefox in order to
+handle <tt class="docutils literal"><span class="pre">\cal</span></tt> and other fonts.</li>
+<li>MathML output now (optionally) includes class names to help mark
+special situations generated by the TeX input jax. (This lets the
+MathML from the Show Source menu item better reproduce the original
+TeX output.)</li>
+<li>MathJax now loads the menu and zoom code (if they haven’t been
+loaded already) after the initial typesetting has occured so that
+they will be available immediately when a user needs those
+features, but do not delay the initial typesetting of the
+mathematics.</li>
+<li>For the <cite>tex2jax</cite> preprocessor, the <tt class="docutils literal"><span class="pre">processClass</span></tt> can now be
+used to override the <tt class="docutils literal"><span class="pre">skipTags</span></tt> to force a tag that is usually
+skipped to have its contents be processed.</li>
+<li>The <cite>noErrors</cite> and <cite>noUndefined</cite> extensions can now be disabled via
+a configuration option (since they are included in many of the
+combined configuration files). See the <cite>noErrors</cite> and
+<cite>noUndefined</cite> sections of the <a class="reference internal" href="tex.html#tex-support"><em>TeX support</em></a> page for more information.</li>
+<li>There is a new <tt class="xref py py-meth docutils literal"><span class="pre">MathJax.Hub.setRenderer()</span></tt> function that can
+be used to switch the current renderer. See the <a class="reference internal" href="api/hub.html#api-hub"><em>MathJax Hub
+API</em></a> documentation for details.</li>
+<li>A user-defined macros is no longer overridden if an extension is
+loaded that redefines that macro.</li>
+<li>Improved web-font detection reliability.</li>
+</ul>
+</div>
+<div class="section" id="important-changes-from-previous-versions">
+<span id="important-changes-2-0"></span><h2>Important changes from previous versions<a class="headerlink" href="#important-changes-from-previous-versions" title="Permalink to this headline">¶</a></h2>
+<ul>
+<li><p class="first">The default renderer for Firefox has been changed from <cite>NativeMML</cite> to
+<cite>HTML-CSS</cite> (in those configurations that choose between the two).
+The only browser that defaults to <cite>NativeMML</cite> is now IE with
+MathPlayer installed. You can configure this to your liking using
+the <a class="reference internal" href="options/MMLorHTML.html#configure-mmlorhtml"><em>MMLorHTML configuration options</em></a>.</p>
+</li>
+<li><p class="first"><cite>NativeMML</cite> output will now be selected in IE9 when MathPlayer is
+present (since IE9 was released the same day as MathJax v1.1a, and
+there had been problems with IE9 beta releases, we weren’t sure if
+MathPlayer would work with the official release, and so did not
+select NativeMML by default.)</p>
+</li>
+<li><p class="first">The performance improvements in IE8 and IE9 now make it unnecessary
+to use a <tt class="docutils literal"><span class="pre"><meta></span></tt> tag to force IE7 emulation mode. In fact IE9 in
+IE9 standards mode now runs faster than IE9 in IE7 standards mode,
+and IE8 in IE8 standards mode is comparable to IE8 in IE7 standards
+mode. We now recommend that you use</p>
+<div class="highlight-html"><div class="highlight"><pre><span class="nt"><meta</span> <span class="na">http-equiv=</span><span class="s">"X-UA-Compatible"</span> <span class="na">content=</span><span class="s">"IE=edge"</span><span class="nt">></span>
+</pre></div>
+</div>
+<p>to obtain the highest emulation mode available in IE, which
+will be the fastest one for MathJax 2.0.</p>
+</li>
+<li><p class="first">The <cite>tex2jax</cite> preprocessor now balances braces when looking for the
+closing math delimiter. That allows expressions like</p>
+<div class="highlight-latex"><div class="highlight"><pre><span class="s">$</span><span class="nb">y </span><span class="o">=</span><span class="nb"> x^</span><span class="m">2</span><span class="nb"> </span><span class="nv">\hbox</span><span class="nb">{ when </span><span class="s">$</span>x > 2<span class="s">$</span><span class="nb">}</span><span class="s">$</span>
+</pre></div>
+</div>
+<p>to be properly parsed as a single math expression rather than two
+separate ones with unbalanced braces. The old behavior can be
+obtained by setting <tt class="docutils literal"><span class="pre">balanceBraces</span></tt> to false in the <tt class="docutils literal"><span class="pre">tex2jax</span></tt>
+block of your configuration. (See the <a class="reference internal" href="options/tex2jax.html#configure-tex2jax"><em>tex2jax configuration
+options</em></a> for details.)</p>
+</li>
+<li><p class="first">If you are hosting your own copy of MathJax on your server, and
+that copy is being used from pages in a different domain, you will
+have set up the access control paramters for the font directory to
+allow Firefox to access the font files properly. Since MathJax 2.0
+includes fonts in WOFF format, you will need to include <tt class="docutils literal"><span class="pre">woff</span></tt> in
+you access control declaration for the fonts. E.g., use</p>
+<div class="highlight-python"><pre><FilesMatch "\.(ttf|otf|eot|woff)$">
+<IfModule mod_headers.c>
+Header set Access-Control-Allow-Origin "*"
+</IfModule>
+</FilesMatch></pre>
+</div>
+<p>in the <tt class="docutils literal"><span class="pre">.htaccess`</span> <span class="pre">file</span> <span class="pre">for</span> <span class="pre">the</span> <span class="pre">``Mathjax/fonts</span></tt> directory if you
+are using the Apache web server. See <a class="reference internal" href="installation.html#cross-domain-linking"><em>Notes about shared
+installations</em></a> for details.</p>
+</li>
+<li><p class="first">The <tt class="docutils literal"><span class="pre">\cases</span></tt> macro now properly places the second column in text
+mode not math mode. In the past, one needed to use <tt class="docutils literal"><span class="pre">\text</span></tt> in
+the second column to achieve the proper results; pages that did
+this will still work properly in v2.0. Pages that took advantage
+of the math mode in the second column will need to be adjusted.</p>
+</li>
+<li><p class="first">The <tt class="docutils literal"><span class="pre">\dots</span></tt> macro now produces <tt class="docutils literal"><span class="pre">\ldots</span></tt> or <tt class="docutils literal"><span class="pre">\cdots</span></tt> depending
+on the context (in the past, <tt class="docutils literal"><span class="pre">\dots</span></tt> always produced <tt class="docutils literal"><span class="pre">\ldots</span></tt>).</p>
+</li>
+<li><p class="first">A one pixel padding has been added above and below HTML-CSS and SVG
+output so that math on successive lines of a paragraph won’t bump
+into each other.</p>
+</li>
+<li><p class="first">There is a new <cite>MathPlayer</cite> submenu of the <cite>Math Settings</cite> menu in
+the MathJax contextual menu that allows the user to control what
+events are passed on to MathPlayer. This allows better control for
+those using assistive devices like screen readers. When menu
+events are being passed on to MathPlayer, the MathJax menu can be
+obtained by ALT-clicking on a typeset expression (so the user can
+still access MathJax’s other features).</p>
+</li>
+<li><p class="first">In order to improve stability with IE when MathPlayer is installed,
+MathJax now adds the namespace and object bindings that are needed
+for MathPlayer at the time that Mathjax is first loaded, rather
+than waiting for the <cite>NativeMML</cite> output jax to be loaded. Since
+this is before the configuration information has been obtained,
+this will happen regardless of whether the <cite>NativeMML</cite> output jax
+is requested. This means that IE may ask the user to allow
+MathPlayer to be used, and may show the MathPlayer splash dialog
+even when MathPlayer is not in the end used by MathJax. Note that
+this setup can only be performed if MathJax is loaded explicitly as
+part of the initial web page; if it is injected into the page later
+by adding a <tt class="docutils literal"><span class="pre"><script></span></tt> tag to the page dynamically, then
+MathPlayer will be set up when the <cite>NativeMML</cite> jax is loaded as in
+the past, and some stability issues may occur if events are passed
+to MathPlayer.</p>
+</li>
+<li><p class="first">The MathJax typesetting is now started on <tt class="docutils literal"><span class="pre">DOMContentLoaded</span></tt>
+rather than at the page <tt class="docutils literal"><span class="pre">onload</span></tt> event, when possible, so that
+means MathJax may start typesetting the page earlier than in the
+past. This should speed up typesetting one pages with lots of
+images or side-bar content, for example.</p>
+</li>
+<li><p class="first">MathJax now attempts to determine whether the page’s <tt class="docutils literal"><span class="pre">onload</span></tt>
+event had already occurred, and if it has, it does not try to wait
+for the <tt class="docutils literal"><span class="pre">DOMContentLoaded</span></tt> or <tt class="docutils literal"><span class="pre">onload</span></tt> event before doing its
+initial typeset pass. This means that it is no longer necessary to
+call <tt class="docutils literal"><span class="pre">MathJax.Hub.Startup.onload()</span></tt> by hand if you insert MathJax
+into the page dynamically (e.g., from a GreaseMonkey script).</p>
+</li>
+<li><p class="first">If the page URL includes a hash reference (a link to a particular
+location within the page), MathJax v2.0 will jump to that location
+after the page has finished typsetting. Since the size of the page
+may have changed due to the mathematical typsetting, that location
+may no longer be visible on screen, so MathJax moves there when it
+is done with the initial typesetting. You can control this
+behavior with the <tt class="docutils literal"><span class="pre">positionToHash</span></tt> parameter in the main section
+of your configuration (see <a class="reference internal" href="options/hub.html#configure-hub"><em>core configuration options</em></a>).</p>
+</li>
+<li><p class="first">In the event that MathJax is not able to load the configuration file
+you have specified in the script tag that loads <tt class="docutils literal"><span class="pre">MathJax.js</span></tt> via
+<tt class="docutils literal"><span class="pre">config=filename</span></tt>, it will no longer issue the warning message
+about a missing configuration. The configuration process changed
+in v1.1, and that message was to help page maintainers update their
+configurations, but it turns out that for users with slow network
+connections, MathJax could time out waiting for the configuration
+file and would issue the warning message in that case, even though
+the page included the proper configuration. That should no longer
+occur in MathJax v2.0.</p>
+</li>
+</ul>
+</div>
+<div class="section" id="other-enhancements">
+<h2>Other enhancements<a class="headerlink" href="#other-enhancements" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>Use prioritized lists of callbacks for StartupHooks, MessageHooks,
+LoadHooks, PreProcessors, and pre- and post-filters on the input jax.</li>
+<li>Updated operator dictionary to correspond to current W3C version.</li>
+<li>Improved browser detection for Gecko and WebKit browsers.</li>
+<li>Make prefilters and postfilters for all input jax, and make them into
+hook lists rather than a single hook.</li>
+<li>Use <tt class="docutils literal"><span class="pre"><mi></span></tt> rather than <tt class="docutils literal"><span class="pre"><mo></span></tt> for <tt class="docutils literal"><span class="pre">\sin</span></tt>, <tt class="docutils literal"><span class="pre">\cos</span></tt>, and other
+such functions, for <tt class="docutils literal"><span class="pre">\mathop{\rm...}</span></tt> and <tt class="docutils literal"><span class="pre">\operatorname</span></tt>.</li>
+<li>Add <tt class="docutils literal"><span class="pre">&ApplyFunction;</span></tt> after <tt class="docutils literal"><span class="pre">\mathop{}</span></tt> and other macros that are
+functions (e.g., <tt class="docutils literal"><span class="pre">\sin</span></tt>).</li>
+<li>The <tt class="docutils literal"><span class="pre">MathJax_Preview</span></tt> style has been moved from <tt class="docutils literal"><span class="pre">HTML-CSS/jax.js</span></tt> to
+<tt class="docutils literal"><span class="pre">MathJax.js</span></tt>, since it is common to all output.</li>
+<li>The <cite>autobold</cite> extension now uses <tt class="docutils literal"><span class="pre">\boldsymbol</span></tt> rather than
+<tt class="docutils literal"><span class="pre">\bf</span></tt> so that it will affect more characters.</li>
+<li>Make units of <tt class="docutils literal"><span class="pre">mu</span></tt>‘s be relative to the scriptlevel (as they
+are supposed to be).</li>
+<li>Reorganized the event-handling code to make it more modular and reduce
+redundancy in the different output jax.</li>
+<li>Modified CSS in <cite>NativeMML</cite> output for Firefox to use local copies of
+the web fonts, if they are available.</li>
+<li>Error messages now have the MathJax contextual menu.</li>
+<li>Better handling of some characters not in the web fonts (remap to
+locations where they exist, when possible).</li>
+<li>Better choice of accent characters in some cases.</li>
+<li>Better handling of pseudo-scripts (like primes).</li>
+<li>Better sizing of characters introduced by <tt class="docutils literal"><span class="pre">\unicode{}</span></tt>, or
+otherwise outside of the fonts known to MathJax.</li>
+<li>Provide a new extension to handle tagged equations better in
+<cite>HTML-CSS</cite> output when there are floating elements that might
+reduce the area available to displayed equations. (See the
+HTML-CSS extensions section of the <a class="reference internal" href="output.html#output-formats"><em>output formats</em></a> documentation for detais.)</li>
+<li>Use a text font for <tt class="docutils literal"><span class="pre">\it</span></tt> rather than the math italics, so
+spacing is better.</li>
+<li>Handle italic correction better in <cite>HTML-CSS</cite> output</li>
+<li>Handle <tt class="docutils literal"><span class="pre">href</span></tt> attributes better, especially when on <tt class="docutils literal"><span class="pre"><math></span></tt>
+elements.</li>
+<li>Allow <tt class="docutils literal"><span class="pre">\sqrt\frac{}{}</span></tt> without producing an error.</li>
+</ul>
+</div>
+<div class="section" id="other-bug-fixes">
+<h2>Other bug fixes<a class="headerlink" href="#other-bug-fixes" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>MathPlayer setup changed to prevent crashes.</li>
+<li>Moved remapping of <tt class="docutils literal"><span class="pre"><mo></span></tt> contents to the output jax so that the
+original contents aren’t changed.</li>
+<li>Don’t combine <tt class="docutils literal"><span class="pre">mathvariant</span></tt> with <tt class="docutils literal"><span class="pre">fontstyle</span></tt> or <tt class="docutils literal"><span class="pre">fontweight</span></tt>
+(as per the MathML specification).</li>
+<li>Isolate non-standard attributes on MathML elements so that they don’t
+interfere with the inner workings of MathJax.</li>
+<li>Properly handle width of border and padding in merrors in <cite>HTML-CSS</cite>
+output.</li>
+<li>Properly handle lower-case Greek better.</li>
+<li>Process weight and style of unknown characters properly.</li>
+<li>Fixed spacing problems with <tt class="docutils literal"><span class="pre">\cong</span></tt> in MathJax web fonts .</li>
+<li>Choose better sizes for <tt class="docutils literal"><span class="pre">\widehat</span></tt> and <tt class="docutils literal"><span class="pre">\widetilde</span></tt></li>
+<li>Fixed problem with detecting em/ex sizes when uses in mobile devices
+with small screen widths.</li>
+<li>Fixed MathML output when dimensions of <tt class="docutils literal"><span class="pre">mu</span></tt>‘s are used in TeX input.</li>
+<li>Better handling of table borders from TeX.</li>
+<li>Fixed some problems with table widths and heights, and spacing.</li>
+<li>Better handling of colored backgrounds in <cite>HTML-CSS</cite> output.</li>
+<li>Handle border and padding CSS styles better in <cite>HTML-CSS</cite> output.</li>
+<li>Fixed multline environment to put tags on bottom row when
+<tt class="docutils literal"><span class="pre">TagSide</span></tt> is set to <tt class="docutils literal"><span class="pre">right</span></tt>.</li>
+<li>Force reflow after equations are typeset so that some rendering
+problems in tables are corrected in Firefox and WebKit browsers.</li>
+<li>Fixed a number of bugs with the size of zoom boxes and the size of their
+content.</li>
+<li>Have equations with tags zoom into a full-width zoom box to
+accommodate the tag.</li>
+<li>Fixed positioning problem with zoom boxes in NativeMML mode.</li>
+<li>Don’t allow mouse events on zoomed math.</li>
+<li>Fixed <tt class="docutils literal"><span class="pre">MathJax.Hub.getJaxFor()</span></tt> and <tt class="docutils literal"><span class="pre">MathJax.Hub.isJax()</span></tt> to
+properly handle elements that are part of an output jax’s output
+(in particular, you can find the element jax from any DOM element
+in the output).</li>
+<li>Fixed a number of font anomalies (problems in the data files).</li>
+<li>Fixed problem where <tt class="docutils literal"><span class="pre"><mspace></span></tt> with a background color would not
+always overlay previous items.</li>
+<li>Fixed a problem with colored <tt class="docutils literal"><span class="pre"><mspace></span></tt> elements being too tall in
+IE/quirks mode.</li>
+<li>Fixed problem where <tt class="docutils literal"><span class="pre"><mtable></span></tt> with <tt class="docutils literal"><span class="pre">equalrows="true"</span></tt> would
+not produce equal height rows.</li>
+<li>Allow <tt class="docutils literal"><span class="pre"><mpadded></span></tt> background color to be specified exactly (i.e.,
+without the 1px padding) when one of its dimensions is given
+explicitly (or there is no content).</li>
+<li>Avoiding flicker problem with hover zoom trigger in Firefox.</li>
+<li>Fix <tt class="docutils literal"><span class="pre">\unicode</span></tt> bug with font names that include spaces.</li>
+<li>Remove internal multiple spaces in token elements as per the MathML
+specification.</li>
+<li>Work around HTML5 removing namespaces, so that <tt class="docutils literal"><span class="pre">xmlns:xlink</span></tt>
+becomes <tt class="docutils literal"><span class="pre">xlink</span></tt> with no namespace, which confuses the XML parsers.</li>
+<li>Fix <tt class="docutils literal"><span class="pre">MathJax.Message.Set()</span></tt> and <tt class="docutils literal"><span class="pre">MathJax.Message.Clear()</span></tt> so
+that a delay of 0 is properly handled.</li>
+<li>Produce better MathML for <tt class="docutils literal"><span class="pre">\bmod</span></tt>, <tt class="docutils literal"><span class="pre">\mod</span></tt>, and <tt class="docutils literal"><span class="pre">\pmod</span></tt>.</li>
+<li>Don’t allow Safari/Windows to use STIX fonts since it can’t access
+characters in Plane1 (the mathematical alphabets).</li>
+<li>Fix <tt class="docutils literal"><span class="pre">\thickapprox</span></tt> to use the correct glyph in <cite>HTML-CSS</cite> output
+with MathJax web fonts.</li>
+<li>Make style attributes work on <tt class="docutils literal"><span class="pre"><mstyle></span></tt> elements.</li>
+<li>Better handling of border and padding on MathML elements in
+<cite>HTML-CSS</cite> output.</li>
+<li>Fixed error with size of <tt class="docutils literal"><span class="pre">\:</span></tt> space.</li>
+<li>Allow delimiter of <tt class="docutils literal"><span class="pre">.</span></tt> on <tt class="docutils literal"><span class="pre">\genfrac</span></tt> (it was accidentally rejected).</li>
+<li>Handle AMSmath control sequences with stars better (<tt class="docutils literal"><span class="pre">\cs{*}</span></tt> no longer
+counts as <tt class="docutils literal"><span class="pre">\cs*</span></tt>).</li>
+<li>Fixed wrong character number in stretchy data for <cite>U+221A</cite>.</li>
+<li>Fixed <tt class="docutils literal"><span class="pre"><annotation-xml></span></tt> to use the proper scaling in <cite>HTML-CSS</cite>
+output.</li>
+<li>Fixed a problem with combining characters when they are used as
+accents.</li>
+<li>Fixed a problem in Firefox with <tt class="docutils literal"><span class="pre">\mathchoice</span></tt> when the contents have
+negative width.</li>
+<li>TeX input jax no longer incorrectly combines <tt class="docutils literal"><span class="pre"><mo></span></tt> elements that have
+different variants, styles, classes, or id’s.</li>
+<li>Fixed the <tt class="docutils literal"><span class="pre">scriptlevel</span></tt> when <tt class="docutils literal"><span class="pre"><munderover></span></tt> has base with
+<tt class="docutils literal"><span class="pre">movablelimits="true"</span></tt> in non-display mode.</li>
+<li>Fixed typo in implementation of <tt class="docutils literal"><span class="pre">SimpleSUPER</span></tt>.</li>
+<li>Fixed typo in self-closing flag for <tt class="docutils literal"><span class="pre"><mprescript></span></tt> tag.</li>
+<li>Prevent infinite loop if one of the jax fails to load (due to failure
+to compile or timeout waiting for it to load).</li>
+<li>Fixed a whitespace issue in token elements with IE/quirks mode in
+the <cite>MathML</cite> input jax.</li>
+<li>Make sure height is above depth when making spaces and rules in
+<cite>HTML-CSS</cite> and <cite>SVG</cite> output.</li>
+<li>Fixed <cite>HTML-CSS</cite> tooltip to be work properly when a restart occurs
+within the tooltip.</li>
+<li>Fixed problem with size of colored backgrounds on <tt class="docutils literal"><span class="pre"><mo></span></tt> in some
+circumstances in <cite>HTML-CSS</cite> output.</li>
+<li>Make <tt class="docutils literal"><span class="pre">\ulcorner</span></tt>, etc. use more approprate unicode positions, and remap
+those positions to the locations in the MathJax web fonts.</li>
+</ul>
+</div>
+<div class="section" id="some-technical-changes">
+<h2>Some technical changes<a class="headerlink" href="#some-technical-changes" title="Permalink to this headline">¶</a></h2>
+<ul class="simple">
+<li>Break the processing phase into two separate phases to do input
+processing separately from output processing (they used to be
+interleaved). This makes it easier to implement forward references
+for the <tt class="docutils literal"><span class="pre">\ref</span></tt> macro.</li>
+<li>Make <tt class="docutils literal"><span class="pre">Font</span> <span class="pre">Preference</span></tt> menu honor the <tt class="docutils literal"><span class="pre">imageFont</span></tt> setting.</li>
+<li>Changed the name of the preview filter commands to <tt class="docutils literal"><span class="pre">previewFilter</span></tt>
+in all preprocessors.</li>
+<li>Make <tt class="docutils literal"><span class="pre">^</span></tt> and <tt class="docutils literal"><span class="pre">_</span></tt> be stretchy even though that isn’t in the W3C
+dictionary.</li>
+<li>Fixed <cite>HTML-CSS</cite> output problem when a multi-character token element has
+characters taken from multiple fonts.</li>
+<li>Force message text to be black in FontWarnings and configuration
+warnings.</li>
+<li>Added <tt class="docutils literal"><span class="pre">Find()</span></tt> and <tt class="docutils literal"><span class="pre">IndexOf()</span></tt> commands to menus to locate menu items.</li>
+<li>Added menu signals for post/unpost and activation of menu items.</li>
+<li>Added signals for typesetting of unknown characters.</li>
+<li>Added signals for zoom/unzoom.</li>
+<li>Added More signals for error conditions.</li>
+<li>Allow preferences to select MathML output for Safari with late enough
+version.</li>
+<li>Improved <cite>About MathJax</cite> box.</li>
+<li>Have <cite>tex2jax</cite> handle empty delimiter arrays and don’t scan page if
+there is nothing to look for.</li>
+<li>Make delay following a <cite>processing</cite> message configurable and lengthen
+it to make browser more responsive during typesetting.</li>
+<li>Make thin rules be in pixels to try to improve results in IE
+(disappearing division lines).</li>
+<li>Mark all output elements as <tt class="docutils literal"><span class="pre">isMathJax</span></tt>, so it can be used to identify
+what elements are part of mathematical output.</li>
+<li>Force MathZoom and MathMenu to wait for the <tt class="docutils literal"><span class="pre">Begin</span> <span class="pre">Styles</span></tt> message
+before inserting their styles so when they are included in the
+combined files, the author can still configure them.</li>
+<li>Add default id’s to the jax base object classes.</li>
+<li>Mark top-level math element as having a <tt class="docutils literal"><span class="pre">texError</span></tt> when it is one (to
+make it easier to recognize).</li>
+<li>Have <tt class="docutils literal"><span class="pre">Update()</span></tt> method ask ElementJax to determine if it needs updating
+(which in turn asks the associated input jax).</li>
+<li>Make <tt class="docutils literal"><span class="pre">Remove()</span></tt> work for just clearing output (without detaching) if
+desired.</li>
+<li>Have ElementJax store input and output jax ID’s rather than pointers
+(to help avoid circular references for cleanup purposes).</li>
+<li>Move input/output jax and preprocessor registries from <tt class="docutils literal"><span class="pre">Hub.config</span></tt> to
+Hub itself (they are not user configurable through <tt class="docutils literal"><span class="pre">Hub.Config</span></tt>, and so
+even though they are configurations, they don’t belong there).</li>
+<li>Make sure embelished large ops are type <tt class="docutils literal"><span class="pre">OP</span></tt> not <tt class="docutils literal"><span class="pre">ORD</span></tt> to get spacing
+right.</li>
+<li>Added <tt class="docutils literal"><span class="pre">MathJax.HTML.getScript()</span></tt> to get the contents of a script (needed
+since it works differently in different browsers).</li>
+<li>Move code that prevents numbers from being treated as a unit for
+super- and subscripts to the super- and subscript routine in the
+<cite>TeX</cite> input jax (prevents making changes to <tt class="docutils literal"><span class="pre">\text{}</span></tt>,
+<tt class="docutils literal"><span class="pre">\hbox{}</span></tt>, <tt class="docutils literal"><span class="pre">\href{}</span></tt>, etc.).</li>
+<li>Make <cite>mml2jax</cite> work better with IE namespaces (IE9 no longer seems to
+list the <tt class="docutils literal"><span class="pre">xmlns</span></tt> entries on the <tt class="docutils literal"><span class="pre"><html></span></tt> element).</li>
+</ul>
+</div>
+</div>
+
+
+ </div>
+ </div>
+ </div>
+ <div class="sphinxsidebar">
+ <div class="sphinxsidebarwrapper">
+ <h3><a href="index.html">Table Of Contents</a></h3>
+ <ul>
+<li><a class="reference internal" href="#">What’s New in MathJax v2.0</a><ul>
+<li><a class="reference internal" href="#major-speed-improvement-for-html-css-output-particularly-in-ie">Major speed improvement for HTML-CSS output, particularly in IE</a></li>
+<li><a class="reference internal" href="#reduced-flickering-during-typsetting">Reduced flickering during typsetting</a></li>
+<li><a class="reference internal" href="#automatic-equation-numbering-of-tex-formulas">Automatic equation numbering of TeX formulas</a></li>
+<li><a class="reference internal" href="#automatic-line-breaking-of-long-displayed-equations">Automatic line breaking of long displayed equations</a></li>
+<li><a class="reference internal" href="#new-asciimath-input-jax-and-svg-output-jax">New AsciiMath input jax and SVG output jax</a></li>
+<li><a class="reference internal" href="#new-combined-configuration-files">New combined configuration files</a></li>
+<li><a class="reference internal" href="#mathjax-contextual-menu-now-available-on-mobile-devices">MathJax contextual menu now available on mobile devices</a></li>
+<li><a class="reference internal" href="#improved-support-for-screen-readers">Improved support for screen readers</a></li>
+<li><a class="reference internal" href="#many-new-tex-additions-and-enhancements">Many new TeX additions and enhancements</a></li>
+<li><a class="reference internal" href="#font-enhancements">Font enhancements</a></li>
+<li><a class="reference internal" href="#interface-improvements">Interface improvements</a></li>
+<li><a class="reference internal" href="#important-changes-from-previous-versions">Important changes from previous versions</a></li>
+<li><a class="reference internal" href="#other-enhancements">Other enhancements</a></li>
+<li><a class="reference internal" href="#other-bug-fixes">Other bug fixes</a></li>
+<li><a class="reference internal" href="#some-technical-changes">Some technical changes</a></li>
+</ul>
+</li>
+</ul>
+
+ <h4>Previous topic</h4>
+ <p class="topless"><a href="community.html"
+ title="previous chapter">The MathJax Community</a></p>
+ <h4>Next topic</h4>
+ <p class="topless"><a href="whats-new-1.1.html"
+ title="next chapter">What’s New in MathJax v1.1</a></p>
+<div id="searchbox" style="display: none">
+ <h3>Quick search</h3>
+ <form class="search" action="search.html" method="get">
+ <input type="text" name="q" size="18" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ <p class="searchtip" style="font-size: 90%">
+ Enter search terms or a module, class or function name.
+ </p>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="related">
+ <h3>Navigation</h3>
+ <ul>
+ <li class="right" style="margin-right: 10px">
+ <a href="genindex.html" title="General Index"
+ >index</a></li>
+ <li class="right" >
+ <a href="whats-new-1.1.html" title="What’s New in MathJax v1.1"
+ >next</a> |</li>
+ <li class="right" >
+ <a href="community.html" title="The MathJax Community"
+ >previous</a> |</li>
+ <li><a href="index.html">MathJax v2.0 documentation</a> »</li>
+ </ul>
+ </div>
+ <div class="footer">
+ © Copyright 2012 Design Science.
+ Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
+ </div>
+
+ </body>
+</html>
+\ No newline at end of file
diff --git a/docs/html/whats-new.html b/docs/html/whats-new.html
@@ -1,264 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>What’s New in MathJax v1.1 — MathJax v2.0 documentation</title>
- <link rel="stylesheet" href="_static/mj.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '2.0',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <!--<script type="text/javascript" src="../../MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
- <link rel="top" title="MathJax v2.0 documentation" href="index.html" />
- <link rel="next" title="Migrating from MathJax v1.0 to v1.1" href="upgrade.html" />
- <link rel="prev" title="The MathJax Community" href="community.html" />
- </head>
- <body>
-
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="upgrade.html" title="Migrating from MathJax v1.0 to v1.1"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="community.html" title="The MathJax Community"
- accesskey="P">previous</a> |</li>
- <li><a href="index.html">MathJax v2.0 documentation</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="what-s-new-in-mathjax-v1-1">
-<span id="whats-new"></span><h1>What’s New in MathJax v1.1<a class="headerlink" href="#what-s-new-in-mathjax-v1-1" title="Permalink to this headline">¶</a></h1>
-<p>MathJax version 1.1 includes a number of important improvements and
-enhancements over version 1.0. We have worked hard to fix bugs, improve
-support for browsers and mobile devices, process TeX and MathML better, and
-increase MathJax’s performance.</p>
-<p>In addition to these changes, MathJax.org now offers MathJax as a network
-service. Instead of having to install MathJax on your own server, you can
-link to our content delivery network (CDN) to get fast access to
-up-to-date and past versions of MathJax. See <a class="reference internal" href="configuration.html#loading-cdn"><em>Loading MathJax from
-the CDN</em></a> for more details.</p>
-<p>The following sections outline the changes in v1.1:</p>
-<div class="section" id="optimization">
-<h2>Optimization<a class="headerlink" href="#optimization" title="Permalink to this headline">¶</a></h2>
-<ul class="simple">
-<li>Combined configuration files that load all the needed files in one piece
-rather than loading them individually. This simplifies configuration
-and speeds up typesetting of the mathematics on the page.</li>
-<li>Improved responsiveness to mouse events during typesetting.</li>
-<li>Parallel downloading of files needed by MathJax, for faster startup
-times.</li>
-<li>Shorter timeout for web fonts, so if they can’t be downloaded, you don’t
-have to wait so long.</li>
-<li>Rollover to image fonts if a web font fails to load (so you don’t have
-to wait for <em>every</em> font to fail.</li>
-<li>The MathJax files are now packed only with <cite>yuicompressor</cite> rather than a
-custom compressor. The CDN serves gzipped versions, which end up being
-smaller than the gzipped custom-packed files.</li>
-<li>Improved rendering speed in IE by removing <tt class="docutils literal"><span class="pre">position:relative</span></tt> from
-the style for mathematics.</li>
-<li>Improved rendering speed for most browsers by isolating the mathematics
-from the page during typesetting (avoids full page reflows).</li>
-</ul>
-</div>
-<div class="section" id="enhancements">
-<h2>Enhancements<a class="headerlink" href="#enhancements" title="Permalink to this headline">¶</a></h2>
-<ul class="simple">
-<li>Allow the input and output jax configuration blocks to specify extensions
-to be loaded when the jax is loaded (this avoids needing to load them up
-front, so they don’t have to be loaded on pages that don’t include
-mathematics, for example).</li>
-<li>Better handling of background color from style attributes.</li>
-<li>Ability to pass configuration parameters via script URL.</li>
-<li>Support HTML5 compliant configuration syntax.</li>
-<li>Switch the Git repository from storing the fonts in <cite>fonts.zip</cite> to
-storing the <cite>fonts/</cite> directory directly.</li>
-<li>Improved About box.</li>
-<li>Added a minimum scaling factor (so math won’t get too small).</li>
-</ul>
-</div>
-<div class="section" id="tex-support">
-<h2>TeX Support<a class="headerlink" href="#tex-support" title="Permalink to this headline">¶</a></h2>
-<ul class="simple">
-<li>Added support for <tt class="docutils literal"><span class="pre">\href</span></tt>, <tt class="docutils literal"><span class="pre">\style</span></tt>, <tt class="docutils literal"><span class="pre">\class</span></tt>, <tt class="docutils literal"><span class="pre">\cssId</span></tt>.</li>
-<li>Avoid recursive macro definitions and other resource consumption possibilities.</li>
-<li>Fix for <tt class="docutils literal"><span class="pre">\underline</span></tt> bug.</li>
-<li>Fix for bug with <tt class="docutils literal"><span class="pre">\fbox</span></tt>.</li>
-<li>Fix height problem with <tt class="docutils literal"><span class="pre">\raise</span></tt> and <tt class="docutils literal"><span class="pre">\lower</span></tt>.</li>
-<li>Fix problem with <tt class="docutils literal"><span class="pre">\over</span></tt> used inside array entries.</li>
-<li>Fix problem with nesting of math delimiters inside text-mode material.</li>
-<li>Fix single digit super- and subscripts followed by punctuation.</li>
-<li>Make sure <cite>movablelimits</cite> is off for <tt class="docutils literal"><span class="pre">\underline</span></tt> and related macros.</li>
-<li>Fix problem with dimensions given with <tt class="docutils literal"><span class="pre">pc</span></tt> units.</li>
-</ul>
-</div>
-<div class="section" id="mathml-support">
-<h2>MathML Support<a class="headerlink" href="#mathml-support" title="Permalink to this headline">¶</a></h2>
-<ul class="simple">
-<li>Fix <tt class="docutils literal"><span class="pre">&lt;</span></tt> and <tt class="docutils literal"><span class="pre">&amp;</span></tt> being translated too early.</li>
-<li>Handle self-closing tags in HTML files better.</li>
-<li>Combine adjacent relational operators in <tt class="docutils literal"><span class="pre"><mo></span></tt> tags.</li>
-<li>Fix entity name problems.</li>
-<li>Better support for MathML namespaces.</li>
-<li>Properly handle comments within MathML in IE.</li>
-<li>Properly consider <tt class="docutils literal"><span class="pre"><mspace></span></tt> and <tt class="docutils literal"><span class="pre"><mtext></span></tt> as space-like.</li>
-<li>Improved support for <tt class="docutils literal"><span class="pre"><maction></span></tt> with embellished operators.</li>
-</ul>
-</div>
-<div class="section" id="other-bug-fixes">
-<h2>Other Bug Fixes<a class="headerlink" href="#other-bug-fixes" title="Permalink to this headline">¶</a></h2>
-<ul class="simple">
-<li>Fixed CSS bleed through with zoom and other situations.</li>
-<li>Fixed problems with <tt class="docutils literal"><span class="pre">showMathMenuMSIE</span></tt> when set to <tt class="docutils literal"><span class="pre">false</span></tt>.</li>
-<li>Replaced illegal prefix characters in cookie name.</li>
-<li>Improved placement of surd for square roots and n-th roots.</li>
-<li>Fixed layer obscuring math from MathPlayer for screen readers.</li>
-<li>Newlines in CDATA comments are now handled properly.</li>
-<li>Resolved conflict between <cite>jsMath2jax</cite> and <cite>tex2jax</cite> both processing the
-same equation.</li>
-<li>Fixed problem with <tt class="docutils literal"><span class="pre">class="tex2jax_ignore"</span></tt> affecting the processing of
-sibling elements.</li>
-</ul>
-</div>
-<div class="section" id="browser-support">
-<h2>Browser Support<a class="headerlink" href="#browser-support" title="Permalink to this headline">¶</a></h2>
-<p><strong>Android</strong></p>
-<ul class="simple">
-<li>Added detection and configuration for Android browser.</li>
-<li>Allow use of OTF web fonts in Android 2.2.</li>
-</ul>
-<p><strong>Blackberry</strong></p>
-<ul class="simple">
-<li>MathJax now works with OS version 6.</li>
-</ul>
-<p><strong>Chrome</strong></p>
-<ul class="simple">
-<li>Use OTF web fonts rather than SVG fonts for version 4 and above.</li>
-</ul>
-<p><strong>Firefox</strong></p>
-<ul class="simple">
-<li>Added Firefox 4 detection and configuration.</li>
-<li>Fix for extra line-break bug when displayed equations are in
-preformatted text.</li>
-<li>Updated fonts so that FF 3.6.13 and above can read them.</li>
-</ul>
-<p><strong>Internet Explorer</strong></p>
-<ul class="simple">
-<li>Changes for compatibility with IE9.</li>
-<li>Fix for IE8 incorrectly parsing MathML.</li>
-<li>Fix for IE8 namespace problem.</li>
-<li>Fix for null <tt class="docutils literal"><span class="pre">parentNode</span></tt> problem.</li>
-<li>Fix for <tt class="docutils literal"><span class="pre">outerHTML</span></tt> not quoting values of attributes.</li>
-</ul>
-<p><strong>iPhone/iPad</strong></p>
-<ul class="simple">
-<li>Added support for OTF web fonts in iOS4.2.</li>
-</ul>
-<p><strong>Nokia</strong></p>
-<ul class="simple">
-<li>MathJax now works with Symbian<sup>3</sup>.</li>
-</ul>
-<p><strong>Opera</strong></p>
-<ul class="simple">
-<li>Prevent Opera from using STIX fonts unless explicitly requested via the
-font menu (since Opera can’t display many of the characters).</li>
-<li>Fixed bad em-size detection in 10.61.</li>
-<li>Fixed a problem with the About dialog in Opera 11.</li>
-</ul>
-<p><strong>Safari</strong></p>
-<ul class="simple">
-<li>Use OTF web fonts for Safari/PC.</li>
-</ul>
-<p><strong>WebKit</strong></p>
-<ul class="simple">
-<li>Better version detection.</li>
-</ul>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">What’s New in MathJax v1.1</a><ul>
-<li><a class="reference internal" href="#optimization">Optimization</a></li>
-<li><a class="reference internal" href="#enhancements">Enhancements</a></li>
-<li><a class="reference internal" href="#tex-support">TeX Support</a></li>
-<li><a class="reference internal" href="#mathml-support">MathML Support</a></li>
-<li><a class="reference internal" href="#other-bug-fixes">Other Bug Fixes</a></li>
-<li><a class="reference internal" href="#browser-support">Browser Support</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="community.html"
- title="previous chapter">The MathJax Community</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="upgrade.html"
- title="next chapter">Migrating from MathJax v1.0 to v1.1</a></p>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="upgrade.html" title="Migrating from MathJax v1.0 to v1.1"
- >next</a> |</li>
- <li class="right" >
- <a href="community.html" title="The MathJax Community"
- >previous</a> |</li>
- <li><a href="index.html">MathJax v2.0 documentation</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2012 Design Science.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
- </div>
-
- </body>
-</html>
-\ No newline at end of file
diff --git a/docs/source/index.rst b/docs/source/index.rst
@@ -41,7 +41,8 @@ Upgrading MathJax
.. toctree::
:maxdepth: 1
- What's New in MathJax v1.1 <whats-new>
+ What's New in MathJax v2.0 <whats-new-2.0>
+ What's New in MathJax v1.1 <whats-new-1.1>
Migrating from MathJax v1.0 to v1.1 <upgrade>
Converting to MathJax from jsMath <jsMath>
diff --git a/docs/source/installation.rst b/docs/source/installation.rst
@@ -213,6 +213,7 @@ installation is working properly::
index.html # Tests default configuration
index-images.html # Tests image-font fallback display
sample.html # Sample page with lots of pretty equations
+ examples.html # Page with links to all sample pages
Open these files in your browser to see that they appear to be working
properly. If you have installed MathJax on a server, use the web
diff --git a/docs/source/whats-new-1.1.rst b/docs/source/whats-new-1.1.rst
@@ -0,0 +1,172 @@
+.. _whats-new-1.1:
+
+**************************
+What's New in MathJax v1.1
+**************************
+
+MathJax version 1.1 includes a number of important improvements and
+enhancements over version 1.0. We have worked hard to fix bugs, improve
+support for browsers and mobile devices, process TeX and MathML better, and
+increase MathJax's performance.
+
+In addition to these changes, MathJax.org now offers MathJax as a network
+service. Instead of having to install MathJax on your own server, you can
+link to our content delivery network (CDN) to get fast access to
+up-to-date and past versions of MathJax. See :ref:`Loading MathJax from
+the CDN <loading-CDN>` for more details.
+
+The following sections outline the changes in v1.1:
+
+Optimization
+============
+
+* Combined configuration files that load all the needed files in one piece
+ rather than loading them individually. This simplifies configuration
+ and speeds up typesetting of the mathematics on the page.
+
+* Improved responsiveness to mouse events during typesetting.
+
+* Parallel downloading of files needed by MathJax, for faster startup
+ times.
+
+* Shorter timeout for web fonts, so if they can't be downloaded, you don't
+ have to wait so long.
+
+* Rollover to image fonts if a web font fails to load (so you don't have
+ to wait for *every* font to fail.
+
+* The MathJax files are now packed only with `yuicompressor` rather than a
+ custom compressor. The CDN serves gzipped versions, which end up being
+ smaller than the gzipped custom-packed files.
+
+* Improved rendering speed in IE by removing ``position:relative`` from
+ the style for mathematics.
+
+* Improved rendering speed for most browsers by isolating the mathematics
+ from the page during typesetting (avoids full page reflows).
+
+
+Enhancements
+============
+
+* Allow the input and output jax configuration blocks to specify extensions
+ to be loaded when the jax is loaded (this avoids needing to load them up
+ front, so they don't have to be loaded on pages that don't include
+ mathematics, for example).
+
+* Better handling of background color from style attributes.
+
+* Ability to pass configuration parameters via script URL.
+
+* Support HTML5 compliant configuration syntax.
+
+* Switch the Git repository from storing the fonts in `fonts.zip` to
+ storing the `fonts/` directory directly.
+
+* Improved About box.
+
+* Added a minimum scaling factor (so math won't get too small).
+
+
+TeX Support
+============
+
+* Added support for ``\href``, ``\style``, ``\class``, ``\cssId``.
+* Avoid recursive macro definitions and other resource consumption possibilities.
+* Fix for ``\underline`` bug.
+* Fix for bug with ``\fbox``.
+* Fix height problem with ``\raise`` and ``\lower``.
+* Fix problem with ``\over`` used inside array entries.
+* Fix problem with nesting of math delimiters inside text-mode material.
+* Fix single digit super- and subscripts followed by punctuation.
+* Make sure `movablelimits` is off for ``\underline`` and related macros.
+* Fix problem with dimensions given with ``pc`` units.
+
+
+MathML Support
+==============
+
+* Fix ``<`` and ``&`` being translated too early.
+* Handle self-closing tags in HTML files better.
+* Combine adjacent relational operators in ``<mo>`` tags.
+* Fix entity name problems.
+* Better support for MathML namespaces.
+* Properly handle comments within MathML in IE.
+* Properly consider ``<mspace>`` and ``<mtext>`` as space-like.
+* Improved support for ``<maction>`` with embellished operators.
+
+
+Other Bug Fixes
+===============
+
+* Fixed CSS bleed through with zoom and other situations.
+* Fixed problems with ``showMathMenuMSIE`` when set to ``false``.
+* Replaced illegal prefix characters in cookie name.
+* Improved placement of surd for square roots and n-th roots.
+* Fixed layer obscuring math from MathPlayer for screen readers.
+* Newlines in CDATA comments are now handled properly.
+* Resolved conflict between `jsMath2jax` and `tex2jax` both processing the
+ same equation.
+* Fixed problem with ``class="tex2jax_ignore"`` affecting the processing of
+ sibling elements.
+
+
+Browser Support
+===============
+
+**Android**
+
+* Added detection and configuration for Android browser.
+* Allow use of OTF web fonts in Android 2.2.
+
+
+**Blackberry**
+
+* MathJax now works with OS version 6.
+
+
+**Chrome**
+
+* Use OTF web fonts rather than SVG fonts for version 4 and above.
+
+
+**Firefox**
+
+* Added Firefox 4 detection and configuration.
+* Fix for extra line-break bug when displayed equations are in
+ preformatted text.
+* Updated fonts so that FF 3.6.13 and above can read them.
+
+
+**Internet Explorer**
+
+* Changes for compatibility with IE9.
+* Fix for IE8 incorrectly parsing MathML.
+* Fix for IE8 namespace problem.
+* Fix for null ``parentNode`` problem.
+* Fix for ``outerHTML`` not quoting values of attributes.
+
+**iPhone/iPad**
+
+* Added support for OTF web fonts in iOS4.2.
+
+**Nokia**
+
+* MathJax now works with Symbian\ :sup:`3`\ .
+
+**Opera**
+
+* Prevent Opera from using STIX fonts unless explicitly requested via the
+ font menu (since Opera can't display many of the characters).
+* Fixed bad em-size detection in 10.61.
+* Fixed a problem with the About dialog in Opera 11.
+
+
+**Safari**
+
+* Use OTF web fonts for Safari/PC.
+
+
+**WebKit**
+
+* Better version detection.
diff --git a/docs/source/whats-new-2.0.rst b/docs/source/whats-new-2.0.rst
@@ -0,0 +1,719 @@
+.. _whats-new-2.0:
+
+**************************
+What's New in MathJax v2.0
+**************************
+
+MathJax version 2.0 includes many new and improved features, including
+much better speeds in Internet Explorer, a new AsciiMath input
+processor, a new :term:`SVG` output processor, support for additional
+LaTeX commands, and many bug fixes, to name just a few of the changes.
+
+
+Major speed improvement for HTML-CSS output, particularly in IE
+===============================================================
+
+The HTML-CSS output processing was redesigned to avoid the page
+reflows that were the main source of the speed problem in Internet
+Explorer 8 and 9. For test pages having between 20 and 50 typeset
+expressions, we see an 80% reduction in output processing time for
+IE8, a 50% reduction for IE9, and between 15% and 25% reduction for
+most other browsers over the corresponding v1.1a times. Since the
+processing time in v1.1a grows non-linearly in IE, you should see even
+larger savings for pages with more equations when using v2.0. Forcing
+IE7 emulation mode is no longer necessary (and indeed is no longer
+recommended).
+
+
+Reduced flickering during typsetting
+====================================
+
+In the past, each expression was displayed as soon as it was typeset,
+which caused a lot of visual flickering as MathJax processed the page.
+In v2.0, the output is processed in blocks so that typeset expressions
+are revealed in groups. This reduces the visual distraction, and also
+speeds up the processing. The number of equations in a block can be
+controlled through the ``EqnChunk`` parameter in the HTML-CSS or SVG
+block of your configuration. See the :ref:`configuration options for
+HTML-CSS <configure-HTML-CSS>` and :ref:`configuration options for SVG
+<configure-SVG>` pages for details.
+
+If the page URL includes a hash reference (a link to a particular
+location within the page), MathJax v2.0 will jump to that location
+after the page has finished typsetting. (Since the size of the page
+may have changed due to the mathematical typsetting, that location may
+no longer be visible on screen, so MathJax moves there when it is done
+with the initial typesetting.) You can control this behavior with the
+``positionToHash`` parameter in the main section of your
+configuration. See the :ref:`core configuration options
+<configure-hub>` page for details.
+
+
+Automatic equation numbering of TeX formulas
+============================================
+
+The TeX input jax now can be configured to add equation numbers
+(though the default is not to number equations so that existing pages
+will not change their appearance). This is controlled through the
+``equationNumbers`` section of the ``TeX`` block of your configuration
+(see the :ref:`TeX configuration options <configure-TeX>` page for
+details). You can request that the numbering follow the AMS-style
+numbering of environments, or you can request that every displayed
+equation be numbered. There are now ``\label``, ``\ref``, and
+``\eqref`` commands to make it easier to link to particular equations
+within the document.
+
+
+Automatic line breaking of long displayed equations
+===================================================
+
+MathJax now implements the MathML3 specification for automatic line
+breaking of displayed equations in its HTML-CSS output. This is
+disabled by default, but can be enabled via the ``linebreaks`` section
+of the ``HTML-CSS`` or ``SVG`` block of your configuration (see the
+:ref:`HTML-CS configuration options <configure-HTML-CSS>` or :ref:`SVG
+configuration options <configure-SVG>` page for details). Note that
+automatic line breaking only applies to displayed equations, not
+in-line equations, unless they are themselves longer than a line. The
+algorithm uses the nesting depth, the type of operator, the size of
+spaces, and other factors to decide on the breakpoints, but it does
+not know the meaning of the mathematics, and may not choose the
+optimal breakpoints. We will continue to work on the algorithm as we
+gain information from its actual use in the field.
+
+
+New AsciiMath input jax and SVG output jax
+==========================================
+
+MathJax currently processes math in either :term:`TeX` and
+:term:`LaTeX` format, or :term:`MathML` notation; version 2.0 augments
+that to include :term:`AsciiMath` notation (see `the ASCIIMathML
+home page <http://www1.chapman.edu/~jipsen/mathml/asciimath.html>`_
+for details on this format). This is a notation that is easier for
+students to use than TeX, and has been requested by the user
+community. See the :ref:`AsciiMath support <AsciiMath-support>` page
+for details.
+
+In addition to the HTML-CSS and Native MathML output available in
+v1.1, MathJax v2.0 includes an :term:`SVG`-based output jax. This should
+prove to be more reliable than the HTML-CSS output, as it avoids some
+CSS, web-font, and printing issues that the HTML-CSS output suffers
+from, and it currently has no browser-dependent code. The SVG mode
+even works in some ebook readers (like Apple iBooks and Calibre). See
+the :ref:`output formats <output-formats>` documentation for details.
+
+
+New combined configuration files
+================================
+
+Pre-defined configuration files that include the AsciiMath and SVG
+processors are now available with MathJax v2.0. These include
+``AM_HTMLorMML``, ``TeX-AMS-MML_SVG``, and ``TeX-MML-AM_HTMLorMML``.
+See the :ref:`common configurations <config-files>` section for details.
+
+
+MathJax contextual menu now available on mobile devices
+=======================================================
+
+MathJax v2.0 provides access to its contextual menu in mobile devices
+that are based on the WebKit (Safari) and Gecko (Firefox) engines.
+For Mobile Firefox, the menu is accessed by a tap-and-hold on any
+expression rendered by MathJax (this is Mobile Firefox's standard
+method of triggering a contextual menu). In Mobile Safari, use a
+double-tap-and-hold (you may need to zoom in a bit to be able to
+accomplish this). This is the first step toward providing a better
+interface for mobile devices.
+
+
+Improved support for screen readers
+===================================
+
+Some issues surrounding the use of screen readers and their
+interaction with MathPlayer have been resolved in MathJax v2.0. In
+particular, there are additional menu items that allow the user finer
+control over some aspects of MathJax's interface that were interfering
+with some screen readers' ability to properly identify the
+mathematics. Several stability issues with MathPlayer have also been
+addressed. In Internet Explorer when MathPlayer is installed, there
+is now a new contextual menu item to allow you to specify what events
+are handled by MathJax and what should be handled by MathPlayer. This
+gives you finer control over MathPlayer's interaction with some screen
+readers.
+
+
+Many new TeX additions and enhancements
+=======================================
+
+* New `mhchem` chemistry extension (adds ``\ce``, ``\cf``, and ``\cee`` macros)
+
+* New `cancel` extension (adds ``\cancel``, ``\bcancel``, ``\xcancel``, and ``\cancelto`` macros)
+
+* New `extpfeil` extension (adds more stretchy arrows)
+
+* New `color` extension (makes ``\color`` work as a switch, as in LaTeX).
+ Adds ``\definecolor``, other color models, LaTeX named colors,
+ ``\colorbox``, ``\fcolorbox``, etc.
+
+* New `begingroup` extension to allow macro definitions to be
+ localized. Adds ``\begingroup`` and ``\endgroup`` for isolating macro
+ declarations, and defines ``\let``, ``\renewenvironment``, ``\global``, and
+ ``\gdef``.
+
+* New `enclose` extension to give TeX access to ``<menclose>`` elements.
+ Adds ``\enclose{type}[attributes]{math}`` macro.
+
+* New `action` extension to give TeX access to ``<maction>`` elements.
+ Adds ``\mathtip{math}{tip}``, ``\texttip{math}{tip}``, and
+ ``\toggle{math1}{math2}...\endtoggle`` macros.
+
+* New ``\mmToken{type}[attributes]{text}`` macro for producing ``<mo>``,
+ ``<mi>``, ``<mtext>``, and other token MathML elements directly.
+
+* New ``\bbox[color;attributes]{math}`` macro to add background color,
+ padding, borders, etc.
+
+* New ``\middle`` macro for stretchy delimiters between ``\left`` and ``\right``.
+
+* New ``\label``, ``\ref``, and ``\eqref`` macros for numbered equations.
+
+* Better implementation of ``\not`` so it produces proper MathML when possible.
+
+* Better implementation of ``\dots`` that selects ``\ldots`` or ``\cdots``
+ depending on the context.
+
+* Better implementation of ``\cases`` that automatically uses ``\text`` on
+ the second entry in each row.
+
+* Safer implementation of ``\require`` that only allows loading from
+ extensions directory.
+
+* Allow ``\newcomand`` to provide a default parameter.
+
+* Allow ``\\`` to take an optional argument that specifies additional
+ space between lines.
+
+* Allow ``\\`` to be used anywhere (to force a line break), not just in
+ arrays.
+
+* Allow optional alignment parameter for array, aligned, and gathered
+ environments.
+
+See the :ref:`TeX support <TeX-support>` page for details on these
+extensions and macros.
+
+
+Font enhancements
+=================
+
+* Work around for the OS X Lion STIX font problem.
+
+* Support for STIX-1.1 fonts (detection of which version you have,
+ and use data appropriate for that).
+
+* New WOFF versions of the web fonts (smaller, so faster to
+ download).
+
+* Data for more stretchy characters in HTML-CSS output.
+
+* Add support for Unicode planes 1 through 10 (not just the Math
+ Alphabet block) in HTML-CSS output.
+
+* Increased timeout for web fonts (since it was switching to image
+ fonts too often, especially for mobile devices).
+
+* Only switch to image fonts if the first web font fails to load (if
+ we can access one, assume we can access them all).
+
+* Allow ``<mtext>`` elements to use the page font rather than MathJax
+ fonts (optionally). This is controlled by the ``mtextFontInerhit``
+ configuration parameter for HTML-CSS and SVG output jax.
+
+* Provide better control over the font used for characters that are
+ not in the MathJax fonts.
+
+* Allow Firefox to use web-based fonts when a local URL uses MathJax
+ from the CDN (in the past it would force image fonts when that was
+ not necessary).
+
+
+Interface improvements
+======================
+
+* The MathJax contextual menu has been reorganized to make it easier
+ to get the source view, and to control the parameters for
+ MathPlayer in IE.
+
+* The MathJax contextual menu is available in mobile devices (see
+ description above).
+
+* Warning messages are issued if you switch renderers to one that is
+ inappropriate for your browser.
+
+* MathJax now starts processing the page on the ``DOMContentLoaded``
+ event rather than the page ``onload`` event (this allows the
+ mathematics to appear sooner).
+
+* Native MathML output is now scaled to better match the surrounding
+ font (like it is for HTML-CSS output).
+
+* Better CSS styling for NativeMML output in Firefox in order to
+ handle ``\cal`` and other fonts.
+
+* MathML output now (optionally) includes class names to help mark
+ special situations generated by the TeX input jax. (This lets the
+ MathML from the Show Source menu item better reproduce the original
+ TeX output.)
+
+* MathJax now loads the menu and zoom code (if they haven't been
+ loaded already) after the initial typesetting has occured so that
+ they will be available immediately when a user needs those
+ features, but do not delay the initial typesetting of the
+ mathematics.
+
+* For the `tex2jax` preprocessor, the ``processClass`` can now be
+ used to override the ``skipTags`` to force a tag that is usually
+ skipped to have its contents be processed.
+
+* The `noErrors` and `noUndefined` extensions can now be disabled via
+ a configuration option (since they are included in many of the
+ combined configuration files). See the `noErrors` and
+ `noUndefined` sections of the :ref:`TeX support
+ <TeX-support>` page for more information.
+
+* There is a new :meth:`MathJax.Hub.setRenderer()` function that can
+ be used to switch the current renderer. See the :ref:`MathJax Hub
+ API <api-hub>` documentation for details.
+
+* A user-defined macros is no longer overridden if an extension is
+ loaded that redefines that macro.
+
+* Improved web-font detection reliability.
+
+
+.. _important-changes-2.0:
+
+Important changes from previous versions
+========================================
+
+* The default renderer for Firefox has been changed from `NativeMML` to
+ `HTML-CSS` (in those configurations that choose between the two).
+ The only browser that defaults to `NativeMML` is now IE with
+ MathPlayer installed. You can configure this to your liking using
+ the :ref:`MMLorHTML configuration options <configure-MMLorHTML>`.
+
+* `NativeMML` output will now be selected in IE9 when MathPlayer is
+ present (since IE9 was released the same day as MathJax v1.1a, and
+ there had been problems with IE9 beta releases, we weren't sure if
+ MathPlayer would work with the official release, and so did not
+ select NativeMML by default.)
+
+* The performance improvements in IE8 and IE9 now make it unnecessary
+ to use a ``<meta>`` tag to force IE7 emulation mode. In fact IE9 in
+ IE9 standards mode now runs faster than IE9 in IE7 standards mode,
+ and IE8 in IE8 standards mode is comparable to IE8 in IE7 standards
+ mode. We now recommend that you use
+
+ .. code-block:: html
+
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+
+ to obtain the highest emulation mode available in IE, which
+ will be the fastest one for MathJax 2.0.
+
+* The `tex2jax` preprocessor now balances braces when looking for the
+ closing math delimiter. That allows expressions like
+
+ .. code-block:: latex
+
+ $y = x^2 \hbox{ when $x > 2$}$
+
+ to be properly parsed as a single math expression rather than two
+ separate ones with unbalanced braces. The old behavior can be
+ obtained by setting ``balanceBraces`` to false in the ``tex2jax``
+ block of your configuration. (See the :ref:`tex2jax configuration
+ options <configure-tex2jax>` for details.)
+
+* If you are hosting your own copy of MathJax on your server, and
+ that copy is being used from pages in a different domain, you will
+ have set up the access control paramters for the font directory to
+ allow Firefox to access the font files properly. Since MathJax 2.0
+ includes fonts in WOFF format, you will need to include ``woff`` in
+ you access control declaration for the fonts. E.g., use
+ ::
+
+ <FilesMatch "\.(ttf|otf|eot|woff)$">
+ <IfModule mod_headers.c>
+ Header set Access-Control-Allow-Origin "*"
+ </IfModule>
+ </FilesMatch>
+
+ in the ``.htaccess` file for the ``Mathjax/fonts`` directory if you
+ are using the Apache web server. See :ref:`Notes about shared
+ installations <cross-domain-linking>` for details.
+
+* The ``\cases`` macro now properly places the second column in text
+ mode not math mode. In the past, one needed to use ``\text`` in
+ the second column to achieve the proper results; pages that did
+ this will still work properly in v2.0. Pages that took advantage
+ of the math mode in the second column will need to be adjusted.
+
+* The ``\dots`` macro now produces ``\ldots`` or ``\cdots`` depending
+ on the context (in the past, ``\dots`` always produced ``\ldots``).
+
+* A one pixel padding has been added above and below HTML-CSS and SVG
+ output so that math on successive lines of a paragraph won't bump
+ into each other.
+
+* There is a new `MathPlayer` submenu of the `Math Settings` menu in
+ the MathJax contextual menu that allows the user to control what
+ events are passed on to MathPlayer. This allows better control for
+ those using assistive devices like screen readers. When menu
+ events are being passed on to MathPlayer, the MathJax menu can be
+ obtained by ALT-clicking on a typeset expression (so the user can
+ still access MathJax's other features).
+
+* In order to improve stability with IE when MathPlayer is installed,
+ MathJax now adds the namespace and object bindings that are needed
+ for MathPlayer at the time that Mathjax is first loaded, rather
+ than waiting for the `NativeMML` output jax to be loaded. Since
+ this is before the configuration information has been obtained,
+ this will happen regardless of whether the `NativeMML` output jax
+ is requested. This means that IE may ask the user to allow
+ MathPlayer to be used, and may show the MathPlayer splash dialog
+ even when MathPlayer is not in the end used by MathJax. Note that
+ this setup can only be performed if MathJax is loaded explicitly as
+ part of the initial web page; if it is injected into the page later
+ by adding a ``<script>`` tag to the page dynamically, then
+ MathPlayer will be set up when the `NativeMML` jax is loaded as in
+ the past, and some stability issues may occur if events are passed
+ to MathPlayer.
+
+* The MathJax typesetting is now started on ``DOMContentLoaded``
+ rather than at the page ``onload`` event, when possible, so that
+ means MathJax may start typesetting the page earlier than in the
+ past. This should speed up typesetting one pages with lots of
+ images or side-bar content, for example.
+
+* MathJax now attempts to determine whether the page's ``onload``
+ event had already occurred, and if it has, it does not try to wait
+ for the ``DOMContentLoaded`` or ``onload`` event before doing its
+ initial typeset pass. This means that it is no longer necessary to
+ call ``MathJax.Hub.Startup.onload()`` by hand if you insert MathJax
+ into the page dynamically (e.g., from a GreaseMonkey script).
+
+* If the page URL includes a hash reference (a link to a particular
+ location within the page), MathJax v2.0 will jump to that location
+ after the page has finished typsetting. Since the size of the page
+ may have changed due to the mathematical typsetting, that location
+ may no longer be visible on screen, so MathJax moves there when it
+ is done with the initial typesetting. You can control this
+ behavior with the ``positionToHash`` parameter in the main section
+ of your configuration (see :ref:`core configuration options
+ <configure-hub>`).
+
+* In the event that MathJax is not able to load the configuration file
+ you have specified in the script tag that loads ``MathJax.js`` via
+ ``config=filename``, it will no longer issue the warning message
+ about a missing configuration. The configuration process changed
+ in v1.1, and that message was to help page maintainers update their
+ configurations, but it turns out that for users with slow network
+ connections, MathJax could time out waiting for the configuration
+ file and would issue the warning message in that case, even though
+ the page included the proper configuration. That should no longer
+ occur in MathJax v2.0.
+
+
+Other enhancements
+==================
+
+* Use prioritized lists of callbacks for StartupHooks, MessageHooks,
+ LoadHooks, PreProcessors, and pre- and post-filters on the input jax.
+
+* Updated operator dictionary to correspond to current W3C version.
+
+* Improved browser detection for Gecko and WebKit browsers.
+
+* Make prefilters and postfilters for all input jax, and make them into
+ hook lists rather than a single hook.
+
+* Use ``<mi>`` rather than ``<mo>`` for ``\sin``, ``\cos``, and other
+ such functions, for ``\mathop{\rm...}`` and ``\operatorname``.
+
+* Add ``⁡`` after ``\mathop{}`` and other macros that are
+ functions (e.g., ``\sin``).
+
+* The ``MathJax_Preview`` style has been moved from ``HTML-CSS/jax.js`` to
+ ``MathJax.js``, since it is common to all output.
+
+* The `autobold` extension now uses ``\boldsymbol`` rather than
+ ``\bf`` so that it will affect more characters.
+
+* Make units of ``mu``'s be relative to the scriptlevel (as they
+ are supposed to be).
+
+* Reorganized the event-handling code to make it more modular and reduce
+ redundancy in the different output jax.
+
+* Modified CSS in `NativeMML` output for Firefox to use local copies of
+ the web fonts, if they are available.
+
+* Error messages now have the MathJax contextual menu.
+
+* Better handling of some characters not in the web fonts (remap to
+ locations where they exist, when possible).
+
+* Better choice of accent characters in some cases.
+
+* Better handling of pseudo-scripts (like primes).
+
+* Better sizing of characters introduced by ``\unicode{}``, or
+ otherwise outside of the fonts known to MathJax.
+
+* Provide a new extension to handle tagged equations better in
+ `HTML-CSS` output when there are floating elements that might
+ reduce the area available to displayed equations. (See the
+ HTML-CSS extensions section of the :ref:`output formats
+ <output-formats>` documentation for detais.)
+
+* Use a text font for ``\it`` rather than the math italics, so
+ spacing is better.
+
+* Handle italic correction better in `HTML-CSS` output
+
+* Handle ``href`` attributes better, especially when on ``<math>``
+ elements.
+
+* Allow ``\sqrt\frac{}{}`` without producing an error.
+
+
+Other bug fixes
+===============
+
+* MathPlayer setup changed to prevent crashes.
+
+* Moved remapping of ``<mo>`` contents to the output jax so that the
+ original contents aren't changed.
+
+* Don't combine ``mathvariant`` with ``fontstyle`` or ``fontweight``
+ (as per the MathML specification).
+
+* Isolate non-standard attributes on MathML elements so that they don't
+ interfere with the inner workings of MathJax.
+
+* Properly handle width of border and padding in merrors in `HTML-CSS`
+ output.
+
+* Properly handle lower-case Greek better.
+
+* Process weight and style of unknown characters properly.
+
+* Fixed spacing problems with ``\cong`` in MathJax web fonts .
+
+* Choose better sizes for ``\widehat`` and ``\widetilde``
+
+* Fixed problem with detecting em/ex sizes when uses in mobile devices
+ with small screen widths.
+
+* Fixed MathML output when dimensions of ``mu``'s are used in TeX input.
+
+* Better handling of table borders from TeX.
+
+* Fixed some problems with table widths and heights, and spacing.
+
+* Better handling of colored backgrounds in `HTML-CSS` output.
+
+* Handle border and padding CSS styles better in `HTML-CSS` output.
+
+* Fixed multline environment to put tags on bottom row when
+ ``TagSide`` is set to ``right``.
+
+* Force reflow after equations are typeset so that some rendering
+ problems in tables are corrected in Firefox and WebKit browsers.
+
+* Fixed a number of bugs with the size of zoom boxes and the size of their
+ content.
+
+* Have equations with tags zoom into a full-width zoom box to
+ accommodate the tag.
+
+* Fixed positioning problem with zoom boxes in NativeMML mode.
+
+* Don't allow mouse events on zoomed math.
+
+* Fixed ``MathJax.Hub.getJaxFor()`` and ``MathJax.Hub.isJax()`` to
+ properly handle elements that are part of an output jax's output
+ (in particular, you can find the element jax from any DOM element
+ in the output).
+
+* Fixed a number of font anomalies (problems in the data files).
+
+* Fixed problem where ``<mspace>`` with a background color would not
+ always overlay previous items.
+
+* Fixed a problem with colored ``<mspace>`` elements being too tall in
+ IE/quirks mode.
+
+* Fixed problem where ``<mtable>`` with ``equalrows="true"`` would
+ not produce equal height rows.
+
+* Allow ``<mpadded>`` background color to be specified exactly (i.e.,
+ without the 1px padding) when one of its dimensions is given
+ explicitly (or there is no content).
+
+* Avoiding flicker problem with hover zoom trigger in Firefox.
+
+* Fix ``\unicode`` bug with font names that include spaces.
+
+* Remove internal multiple spaces in token elements as per the MathML
+ specification.
+
+* Work around HTML5 removing namespaces, so that ``xmlns:xlink``
+ becomes ``xlink`` with no namespace, which confuses the XML parsers.
+
+* Fix ``MathJax.Message.Set()`` and ``MathJax.Message.Clear()`` so
+ that a delay of 0 is properly handled.
+
+* Produce better MathML for ``\bmod``, ``\mod``, and ``\pmod``.
+
+* Don't allow Safari/Windows to use STIX fonts since it can't access
+ characters in Plane1 (the mathematical alphabets).
+
+* Fix ``\thickapprox`` to use the correct glyph in `HTML-CSS` output
+ with MathJax web fonts.
+
+* Make style attributes work on ``<mstyle>`` elements.
+
+* Better handling of border and padding on MathML elements in
+ `HTML-CSS` output.
+
+* Fixed error with size of ``\:`` space.
+
+* Allow delimiter of ``.`` on ``\genfrac`` (it was accidentally rejected).
+
+* Handle AMSmath control sequences with stars better (``\cs{*}`` no longer
+ counts as ``\cs*``).
+
+* Fixed wrong character number in stretchy data for `U+221A`.
+
+* Fixed ``<annotation-xml>`` to use the proper scaling in `HTML-CSS`
+ output.
+
+* Fixed a problem with combining characters when they are used as
+ accents.
+
+* Fixed a problem in Firefox with ``\mathchoice`` when the contents have
+ negative width.
+
+* TeX input jax no longer incorrectly combines ``<mo>`` elements that have
+ different variants, styles, classes, or id's.
+
+* Fixed the ``scriptlevel`` when ``<munderover>`` has base with
+ ``movablelimits="true"`` in non-display mode.
+
+* Fixed typo in implementation of ``SimpleSUPER``.
+
+* Fixed typo in self-closing flag for ``<mprescript>`` tag.
+
+* Prevent infinite loop if one of the jax fails to load (due to failure
+ to compile or timeout waiting for it to load).
+
+* Fixed a whitespace issue in token elements with IE/quirks mode in
+ the `MathML` input jax.
+
+* Make sure height is above depth when making spaces and rules in
+ `HTML-CSS` and `SVG` output.
+
+* Fixed `HTML-CSS` tooltip to be work properly when a restart occurs
+ within the tooltip.
+
+* Fixed problem with size of colored backgrounds on ``<mo>`` in some
+ circumstances in `HTML-CSS` output.
+
+* Make ``\ulcorner``, etc. use more approprate unicode positions, and remap
+ those positions to the locations in the MathJax web fonts.
+
+
+Some technical changes
+======================
+
+* Break the processing phase into two separate phases to do input
+ processing separately from output processing (they used to be
+ interleaved). This makes it easier to implement forward references
+ for the ``\ref`` macro.
+
+* Make ``Font Preference`` menu honor the ``imageFont`` setting.
+
+* Changed the name of the preview filter commands to ``previewFilter``
+ in all preprocessors.
+
+* Make ``^`` and ``_`` be stretchy even though that isn't in the W3C
+ dictionary.
+
+* Fixed `HTML-CSS` output problem when a multi-character token element has
+ characters taken from multiple fonts.
+
+* Force message text to be black in FontWarnings and configuration
+ warnings.
+
+* Added ``Find()`` and ``IndexOf()`` commands to menus to locate menu items.
+
+* Added menu signals for post/unpost and activation of menu items.
+
+* Added signals for typesetting of unknown characters.
+
+* Added signals for zoom/unzoom.
+
+* Added More signals for error conditions.
+
+* Allow preferences to select MathML output for Safari with late enough
+ version.
+
+* Improved `About MathJax` box.
+
+* Have `tex2jax` handle empty delimiter arrays and don't scan page if
+ there is nothing to look for.
+
+* Make delay following a `processing` message configurable and lengthen
+ it to make browser more responsive during typesetting.
+
+* Make thin rules be in pixels to try to improve results in IE
+ (disappearing division lines).
+
+* Mark all output elements as ``isMathJax``, so it can be used to identify
+ what elements are part of mathematical output.
+
+* Force MathZoom and MathMenu to wait for the ``Begin Styles`` message
+ before inserting their styles so when they are included in the
+ combined files, the author can still configure them.
+
+* Add default id's to the jax base object classes.
+
+* Mark top-level math element as having a ``texError`` when it is one (to
+ make it easier to recognize).
+
+* Have ``Update()`` method ask ElementJax to determine if it needs updating
+ (which in turn asks the associated input jax).
+
+* Make ``Remove()`` work for just clearing output (without detaching) if
+ desired.
+
+* Have ElementJax store input and output jax ID's rather than pointers
+ (to help avoid circular references for cleanup purposes).
+
+* Move input/output jax and preprocessor registries from ``Hub.config`` to
+ Hub itself (they are not user configurable through ``Hub.Config``, and so
+ even though they are configurations, they don't belong there).
+
+* Make sure embelished large ops are type ``OP`` not ``ORD`` to get spacing
+ right.
+
+* Added ``MathJax.HTML.getScript()`` to get the contents of a script (needed
+ since it works differently in different browsers).
+
+* Move code that prevents numbers from being treated as a unit for
+ super- and subscripts to the super- and subscript routine in the
+ `TeX` input jax (prevents making changes to ``\text{}``,
+ ``\hbox{}``, ``\href{}``, etc.).
+
+* Make `mml2jax` work better with IE namespaces (IE9 no longer seems to
+ list the ``xmlns`` entries on the ``<html>`` element).
diff --git a/docs/source/whats-new.rst b/docs/source/whats-new.rst
@@ -1,172 +0,0 @@
-.. _whats-new:
-
-**************************
-What's New in MathJax v1.1
-**************************
-
-MathJax version 1.1 includes a number of important improvements and
-enhancements over version 1.0. We have worked hard to fix bugs, improve
-support for browsers and mobile devices, process TeX and MathML better, and
-increase MathJax's performance.
-
-In addition to these changes, MathJax.org now offers MathJax as a network
-service. Instead of having to install MathJax on your own server, you can
-link to our content delivery network (CDN) to get fast access to
-up-to-date and past versions of MathJax. See :ref:`Loading MathJax from
-the CDN <loading-CDN>` for more details.
-
-The following sections outline the changes in v1.1:
-
-Optimization
-============
-
-* Combined configuration files that load all the needed files in one piece
- rather than loading them individually. This simplifies configuration
- and speeds up typesetting of the mathematics on the page.
-
-* Improved responsiveness to mouse events during typesetting.
-
-* Parallel downloading of files needed by MathJax, for faster startup
- times.
-
-* Shorter timeout for web fonts, so if they can't be downloaded, you don't
- have to wait so long.
-
-* Rollover to image fonts if a web font fails to load (so you don't have
- to wait for *every* font to fail.
-
-* The MathJax files are now packed only with `yuicompressor` rather than a
- custom compressor. The CDN serves gzipped versions, which end up being
- smaller than the gzipped custom-packed files.
-
-* Improved rendering speed in IE by removing ``position:relative`` from
- the style for mathematics.
-
-* Improved rendering speed for most browsers by isolating the mathematics
- from the page during typesetting (avoids full page reflows).
-
-
-Enhancements
-============
-
-* Allow the input and output jax configuration blocks to specify extensions
- to be loaded when the jax is loaded (this avoids needing to load them up
- front, so they don't have to be loaded on pages that don't include
- mathematics, for example).
-
-* Better handling of background color from style attributes.
-
-* Ability to pass configuration parameters via script URL.
-
-* Support HTML5 compliant configuration syntax.
-
-* Switch the Git repository from storing the fonts in `fonts.zip` to
- storing the `fonts/` directory directly.
-
-* Improved About box.
-
-* Added a minimum scaling factor (so math won't get too small).
-
-
-TeX Support
-============
-
-* Added support for ``\href``, ``\style``, ``\class``, ``\cssId``.
-* Avoid recursive macro definitions and other resource consumption possibilities.
-* Fix for ``\underline`` bug.
-* Fix for bug with ``\fbox``.
-* Fix height problem with ``\raise`` and ``\lower``.
-* Fix problem with ``\over`` used inside array entries.
-* Fix problem with nesting of math delimiters inside text-mode material.
-* Fix single digit super- and subscripts followed by punctuation.
-* Make sure `movablelimits` is off for ``\underline`` and related macros.
-* Fix problem with dimensions given with ``pc`` units.
-
-
-MathML Support
-==============
-
-* Fix ``<`` and ``&`` being translated too early.
-* Handle self-closing tags in HTML files better.
-* Combine adjacent relational operators in ``<mo>`` tags.
-* Fix entity name problems.
-* Better support for MathML namespaces.
-* Properly handle comments within MathML in IE.
-* Properly consider ``<mspace>`` and ``<mtext>`` as space-like.
-* Improved support for ``<maction>`` with embellished operators.
-
-
-Other Bug Fixes
-===============
-
-* Fixed CSS bleed through with zoom and other situations.
-* Fixed problems with ``showMathMenuMSIE`` when set to ``false``.
-* Replaced illegal prefix characters in cookie name.
-* Improved placement of surd for square roots and n-th roots.
-* Fixed layer obscuring math from MathPlayer for screen readers.
-* Newlines in CDATA comments are now handled properly.
-* Resolved conflict between `jsMath2jax` and `tex2jax` both processing the
- same equation.
-* Fixed problem with ``class="tex2jax_ignore"`` affecting the processing of
- sibling elements.
-
-
-Browser Support
-===============
-
-**Android**
-
-* Added detection and configuration for Android browser.
-* Allow use of OTF web fonts in Android 2.2.
-
-
-**Blackberry**
-
-* MathJax now works with OS version 6.
-
-
-**Chrome**
-
-* Use OTF web fonts rather than SVG fonts for version 4 and above.
-
-
-**Firefox**
-
-* Added Firefox 4 detection and configuration.
-* Fix for extra line-break bug when displayed equations are in
- preformatted text.
-* Updated fonts so that FF 3.6.13 and above can read them.
-
-
-**Internet Explorer**
-
-* Changes for compatibility with IE9.
-* Fix for IE8 incorrectly parsing MathML.
-* Fix for IE8 namespace problem.
-* Fix for null ``parentNode`` problem.
-* Fix for ``outerHTML`` not quoting values of attributes.
-
-**iPhone/iPad**
-
-* Added support for OTF web fonts in iOS4.2.
-
-**Nokia**
-
-* MathJax now works with Symbian\ :sup:`3`\ .
-
-**Opera**
-
-* Prevent Opera from using STIX fonts unless explicitly requested via the
- font menu (since Opera can't display many of the characters).
-* Fixed bad em-size detection in 10.61.
-* Fixed a problem with the About dialog in Opera 11.
-
-
-**Safari**
-
-* Use OTF web fonts for Safari/PC.
-
-
-**WebKit**
-
-* Better version detection.