commit 8644056391a53c50f8fcce4ed362bd85550b184f parent 55df3cc5808afb6e1b590c4f14c95a25c59e4209 Author: Robert Miner <robertm@dessci.com> Date: Sat, 13 Nov 2010 12:38:42 -0600 moved files out of mathjax/ to top level Diffstat:
1000 files changed, 54 insertions(+), 62 deletions(-)
diff --git a/mathjax/COPYING.txt b/COPYING.txt diff --git a/mathjax/MathJax.js b/MathJax.js diff --git a/README.md b/README.md @@ -1,7 +0,0 @@ -[MathJax](http://www.mathjax.org/) - Beautiful math in all browsers -=================================================================== - -Please see `mathjax/README.txt` to use MathJax. - -If you want to help develop MathJax, see README.txt in the -MathJax-dev repository. diff --git a/README.txt b/README.txt @@ -0,0 +1,54 @@ +OVERVIEW: + +MathJax is an open-source JavaScript display engine for LaTeX and +MathML that works in all modern browsers. It was designed with the +goal of consolidating the recent advances in web technologies into a +single, definitive, math-on-the-web platform supporting the major +browsers and operating systems. It requires no setup on the part of +the user (no plugins to downlaod or software to install), so the page +author can write web documents that include mathematics and be +confident that users will be able to view it naturally and easily. +One simply includes MathJax and some mathematics in a web page, and +MathJax does the rest. + +Some of the main features of MathJax include: + + o High-quality display of LaTeX and MathML math notation in HTML pages + + o Supported in most browsers with no plug-ins, extra fonts, or special + setup for the reader + + o Easy for authors, flexible for publishers, extensible for developers + + o Supports math accessibility, cut and paste interoperability and other + advanced functionality + + o Powerful API for integration with other web applications + +See http://www.mathjax.org/ for additional details. + + +INSTALLATION AND USAGE: + +The MathJax installation and usage documentation is available on the +docs/html directory of the MathJax distribution (see +docs/html/index.html for the starting point). The documents are also +available on the MathJax web site on line at + + http://www.mathjax.org/docs/ + + +COMMUNITY: + +The main MathJax website is www.mathjax.org, and it includes announcements +and other important information. MathJax also has a SourceForge site at +http://sourceforge.net/projects/mathjax/ that includes the download site +for the MathJax distribution, the bug-tracker for reporting bugs, and +several user forums for asking questions and getting assistance: + + Bug tracker: https://github.com/mathjax/MathJax/issues + MathJax-Users Group: http://groups.google.com/group/mathjax-users + +Before reporting a bug, please check that it has not already been reported. +Also, please use the bug tracker for reporting bugs rather than the help +forum. diff --git a/mathjax/config/MMLorHTML.js b/config/MMLorHTML.js diff --git a/mathjax/config/MathJax.js b/config/MathJax.js diff --git a/mathjax/config/local/local.js b/config/local/local.js diff --git a/mathjax/docs/html/.buildinfo b/docs/html/.buildinfo diff --git a/mathjax/docs/html/.doctrees/CSS-styles.doctree b/docs/html/.doctrees/CSS-styles.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/HTML-snippets.doctree b/docs/html/.doctrees/HTML-snippets.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/api/ajax.doctree b/docs/html/.doctrees/api/ajax.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/api/callback.doctree b/docs/html/.doctrees/api/callback.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/api/elementjax.doctree b/docs/html/.doctrees/api/elementjax.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/api/html.doctree b/docs/html/.doctrees/api/html.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/api/hub.doctree b/docs/html/.doctrees/api/hub.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/api/index.doctree b/docs/html/.doctrees/api/index.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/api/inputjax.doctree b/docs/html/.doctrees/api/inputjax.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/api/jax.doctree b/docs/html/.doctrees/api/jax.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/api/message.doctree b/docs/html/.doctrees/api/message.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/api/object.doctree b/docs/html/.doctrees/api/object.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/api/outputjax.doctree b/docs/html/.doctrees/api/outputjax.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/api/queue.doctree b/docs/html/.doctrees/api/queue.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/api/signal.doctree b/docs/html/.doctrees/api/signal.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/api/variable.doctree b/docs/html/.doctrees/api/variable.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/callbacks.doctree b/docs/html/.doctrees/callbacks.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/community.doctree b/docs/html/.doctrees/community.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/configuration.doctree b/docs/html/.doctrees/configuration.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/dynamic.doctree b/docs/html/.doctrees/dynamic.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/environment.pickle b/docs/html/.doctrees/environment.pickle Binary files differ. diff --git a/mathjax/docs/html/.doctrees/glossary.doctree b/docs/html/.doctrees/glossary.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/index.doctree b/docs/html/.doctrees/index.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/installation.doctree b/docs/html/.doctrees/installation.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/jsMath.doctree b/docs/html/.doctrees/jsMath.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/mathjax.doctree b/docs/html/.doctrees/mathjax.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/mathml.doctree b/docs/html/.doctrees/mathml.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/model.doctree b/docs/html/.doctrees/model.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/FontWarnings.doctree b/docs/html/.doctrees/options/FontWarnings.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/HTML-CSS.doctree b/docs/html/.doctrees/options/HTML-CSS.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/MMLorHTML.doctree b/docs/html/.doctrees/options/MMLorHTML.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/MathML.doctree b/docs/html/.doctrees/options/MathML.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/MathMenu.doctree b/docs/html/.doctrees/options/MathMenu.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/MathZoom.doctree b/docs/html/.doctrees/options/MathZoom.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/NativeMML.doctree b/docs/html/.doctrees/options/NativeMML.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/TeX.doctree b/docs/html/.doctrees/options/TeX.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/hub.doctree b/docs/html/.doctrees/options/hub.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/jsMath2jax.doctree b/docs/html/.doctrees/options/jsMath2jax.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/mml2jax.doctree b/docs/html/.doctrees/options/mml2jax.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/options/tex2jax.doctree b/docs/html/.doctrees/options/tex2jax.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/output.doctree b/docs/html/.doctrees/output.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/platforms/index.doctree b/docs/html/.doctrees/platforms/index.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/platforms/movable-type.doctree b/docs/html/.doctrees/platforms/movable-type.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/platforms/wordpress.doctree b/docs/html/.doctrees/platforms/wordpress.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/queues.doctree b/docs/html/.doctrees/queues.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/signals.doctree b/docs/html/.doctrees/signals.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/start.doctree b/docs/html/.doctrees/start.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/startup.doctree b/docs/html/.doctrees/startup.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/synchronize.doctree b/docs/html/.doctrees/synchronize.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/tex.doctree b/docs/html/.doctrees/tex.doctree Binary files differ. diff --git a/mathjax/docs/html/.doctrees/typeset.doctree b/docs/html/.doctrees/typeset.doctree Binary files differ. diff --git a/mathjax/docs/html/CSS-styles.html b/docs/html/CSS-styles.html diff --git a/mathjax/docs/html/HTML-snippets.html b/docs/html/HTML-snippets.html diff --git a/mathjax/docs/html/_images/badge.gif b/docs/html/_images/badge.gif Binary files differ. diff --git a/mathjax/docs/html/_images/mt_head.png b/docs/html/_images/mt_head.png Binary files differ. diff --git a/mathjax/docs/html/_images/mt_menu.png b/docs/html/_images/mt_menu.png Binary files differ. diff --git a/mathjax/docs/html/_images/mt_templates.png b/docs/html/_images/mt_templates.png Binary files differ. diff --git a/mathjax/docs/html/_images/wp_menu.png b/docs/html/_images/wp_menu.png Binary files differ. diff --git a/mathjax/docs/html/_images/wp_templates.png b/docs/html/_images/wp_templates.png Binary files differ. diff --git a/mathjax/docs/html/_sources/CSS-styles.txt b/docs/html/_sources/CSS-styles.txt diff --git a/mathjax/docs/html/_sources/HTML-snippets.txt b/docs/html/_sources/HTML-snippets.txt diff --git a/mathjax/docs/html/_sources/api/ajax.txt b/docs/html/_sources/api/ajax.txt diff --git a/mathjax/docs/html/_sources/api/callback.txt b/docs/html/_sources/api/callback.txt diff --git a/mathjax/docs/html/_sources/api/elementjax.txt b/docs/html/_sources/api/elementjax.txt diff --git a/mathjax/docs/html/_sources/api/html.txt b/docs/html/_sources/api/html.txt diff --git a/mathjax/docs/html/_sources/api/hub.txt b/docs/html/_sources/api/hub.txt diff --git a/mathjax/docs/html/_sources/api/index.txt b/docs/html/_sources/api/index.txt diff --git a/mathjax/docs/html/_sources/api/inputjax.txt b/docs/html/_sources/api/inputjax.txt diff --git a/mathjax/docs/html/_sources/api/jax.txt b/docs/html/_sources/api/jax.txt diff --git a/mathjax/docs/html/_sources/api/message.txt b/docs/html/_sources/api/message.txt diff --git a/mathjax/docs/html/_sources/api/object.txt b/docs/html/_sources/api/object.txt diff --git a/mathjax/docs/html/_sources/api/outputjax.txt b/docs/html/_sources/api/outputjax.txt diff --git a/mathjax/docs/html/_sources/api/queue.txt b/docs/html/_sources/api/queue.txt diff --git a/mathjax/docs/html/_sources/api/signal.txt b/docs/html/_sources/api/signal.txt diff --git a/mathjax/docs/html/_sources/api/variable.txt b/docs/html/_sources/api/variable.txt diff --git a/mathjax/docs/html/_sources/callbacks.txt b/docs/html/_sources/callbacks.txt diff --git a/mathjax/docs/html/_sources/community.txt b/docs/html/_sources/community.txt diff --git a/mathjax/docs/html/_sources/configuration.txt b/docs/html/_sources/configuration.txt diff --git a/mathjax/docs/html/_sources/dynamic.txt b/docs/html/_sources/dynamic.txt diff --git a/mathjax/docs/html/_sources/glossary.txt b/docs/html/_sources/glossary.txt diff --git a/mathjax/docs/html/_sources/index.txt b/docs/html/_sources/index.txt diff --git a/mathjax/docs/html/_sources/installation.txt b/docs/html/_sources/installation.txt diff --git a/mathjax/docs/html/_sources/jsMath.txt b/docs/html/_sources/jsMath.txt diff --git a/mathjax/docs/html/_sources/mathjax.txt b/docs/html/_sources/mathjax.txt diff --git a/mathjax/docs/html/_sources/mathml.txt b/docs/html/_sources/mathml.txt diff --git a/mathjax/docs/html/_sources/model.txt b/docs/html/_sources/model.txt diff --git a/mathjax/docs/html/_sources/options/FontWarnings.txt b/docs/html/_sources/options/FontWarnings.txt diff --git a/mathjax/docs/html/_sources/options/HTML-CSS.txt b/docs/html/_sources/options/HTML-CSS.txt diff --git a/mathjax/docs/html/_sources/options/MMLorHTML.txt b/docs/html/_sources/options/MMLorHTML.txt diff --git a/mathjax/docs/html/_sources/options/MathML.txt b/docs/html/_sources/options/MathML.txt diff --git a/mathjax/docs/html/_sources/options/MathMenu.txt b/docs/html/_sources/options/MathMenu.txt diff --git a/mathjax/docs/html/_sources/options/MathZoom.txt b/docs/html/_sources/options/MathZoom.txt diff --git a/mathjax/docs/html/_sources/options/NativeMML.txt b/docs/html/_sources/options/NativeMML.txt diff --git a/mathjax/docs/html/_sources/options/TeX.txt b/docs/html/_sources/options/TeX.txt diff --git a/mathjax/docs/html/_sources/options/hub.txt b/docs/html/_sources/options/hub.txt diff --git a/mathjax/docs/html/_sources/options/jsMath2jax.txt b/docs/html/_sources/options/jsMath2jax.txt diff --git a/mathjax/docs/html/_sources/options/mml2jax.txt b/docs/html/_sources/options/mml2jax.txt diff --git a/mathjax/docs/html/_sources/options/tex2jax.txt b/docs/html/_sources/options/tex2jax.txt diff --git a/mathjax/docs/html/_sources/output.txt b/docs/html/_sources/output.txt diff --git a/mathjax/docs/html/_sources/platforms/index.txt b/docs/html/_sources/platforms/index.txt diff --git a/mathjax/docs/html/_sources/platforms/movable-type.txt b/docs/html/_sources/platforms/movable-type.txt diff --git a/mathjax/docs/html/_sources/platforms/wordpress.txt b/docs/html/_sources/platforms/wordpress.txt diff --git a/mathjax/docs/html/_sources/queues.txt b/docs/html/_sources/queues.txt diff --git a/mathjax/docs/html/_sources/signals.txt b/docs/html/_sources/signals.txt diff --git a/mathjax/docs/html/_sources/start.txt b/docs/html/_sources/start.txt diff --git a/mathjax/docs/html/_sources/startup.txt b/docs/html/_sources/startup.txt diff --git a/mathjax/docs/html/_sources/synchronize.txt b/docs/html/_sources/synchronize.txt diff --git a/mathjax/docs/html/_sources/tex.txt b/docs/html/_sources/tex.txt diff --git a/mathjax/docs/html/_sources/typeset.txt b/docs/html/_sources/typeset.txt diff --git a/mathjax/docs/html/_static/basic.css b/docs/html/_static/basic.css diff --git a/mathjax/docs/html/_static/doctools.js b/docs/html/_static/doctools.js diff --git a/mathjax/docs/html/_static/file.png b/docs/html/_static/file.png Binary files differ. diff --git a/mathjax/docs/html/_static/jquery.js b/docs/html/_static/jquery.js diff --git a/mathjax/docs/html/_static/mathjax_mathml.user.js b/docs/html/_static/mathjax_mathml.user.js diff --git a/mathjax/docs/html/_static/mathjax_wikipedia.user.js b/docs/html/_static/mathjax_wikipedia.user.js diff --git a/mathjax/docs/html/_static/minus.png b/docs/html/_static/minus.png Binary files differ. diff --git a/mathjax/docs/html/_static/mj.css b/docs/html/_static/mj.css diff --git a/mathjax/docs/html/_static/plus.png b/docs/html/_static/plus.png Binary files differ. diff --git a/mathjax/docs/html/_static/pygments.css b/docs/html/_static/pygments.css diff --git a/mathjax/docs/html/_static/searchtools.js b/docs/html/_static/searchtools.js diff --git a/mathjax/docs/html/_static/underscore.js b/docs/html/_static/underscore.js diff --git a/mathjax/docs/html/api/ajax.html b/docs/html/api/ajax.html diff --git a/mathjax/docs/html/api/callback.html b/docs/html/api/callback.html diff --git a/mathjax/docs/html/api/elementjax.html b/docs/html/api/elementjax.html diff --git a/mathjax/docs/html/api/html.html b/docs/html/api/html.html diff --git a/mathjax/docs/html/api/hub.html b/docs/html/api/hub.html diff --git a/mathjax/docs/html/api/index.html b/docs/html/api/index.html diff --git a/mathjax/docs/html/api/inputjax.html b/docs/html/api/inputjax.html diff --git a/mathjax/docs/html/api/jax.html b/docs/html/api/jax.html diff --git a/mathjax/docs/html/api/message.html b/docs/html/api/message.html diff --git a/mathjax/docs/html/api/object.html b/docs/html/api/object.html diff --git a/mathjax/docs/html/api/outputjax.html b/docs/html/api/outputjax.html diff --git a/mathjax/docs/html/api/queue.html b/docs/html/api/queue.html diff --git a/mathjax/docs/html/api/signal.html b/docs/html/api/signal.html diff --git a/mathjax/docs/html/api/variable.html b/docs/html/api/variable.html diff --git a/mathjax/docs/html/callbacks.html b/docs/html/callbacks.html diff --git a/mathjax/docs/html/community.html b/docs/html/community.html diff --git a/mathjax/docs/html/configuration.html b/docs/html/configuration.html diff --git a/mathjax/docs/html/dynamic.html b/docs/html/dynamic.html diff --git a/mathjax/docs/html/genindex.html b/docs/html/genindex.html diff --git a/mathjax/docs/html/glossary.html b/docs/html/glossary.html diff --git a/mathjax/docs/html/index.html b/docs/html/index.html diff --git a/mathjax/docs/html/installation.html b/docs/html/installation.html diff --git a/mathjax/docs/html/jsMath.html b/docs/html/jsMath.html diff --git a/mathjax/docs/html/mathjax.html b/docs/html/mathjax.html diff --git a/mathjax/docs/html/mathml.html b/docs/html/mathml.html diff --git a/mathjax/docs/html/model.html b/docs/html/model.html diff --git a/mathjax/docs/html/objects.inv b/docs/html/objects.inv Binary files differ. diff --git a/mathjax/docs/html/options/FontWarnings.html b/docs/html/options/FontWarnings.html diff --git a/mathjax/docs/html/options/HTML-CSS.html b/docs/html/options/HTML-CSS.html diff --git a/mathjax/docs/html/options/MMLorHTML.html b/docs/html/options/MMLorHTML.html diff --git a/mathjax/docs/html/options/MathML.html b/docs/html/options/MathML.html diff --git a/mathjax/docs/html/options/MathMenu.html b/docs/html/options/MathMenu.html diff --git a/mathjax/docs/html/options/MathZoom.html b/docs/html/options/MathZoom.html diff --git a/mathjax/docs/html/options/NativeMML.html b/docs/html/options/NativeMML.html diff --git a/mathjax/docs/html/options/TeX.html b/docs/html/options/TeX.html diff --git a/mathjax/docs/html/options/hub.html b/docs/html/options/hub.html diff --git a/mathjax/docs/html/options/jsMath2jax.html b/docs/html/options/jsMath2jax.html diff --git a/mathjax/docs/html/options/mml2jax.html b/docs/html/options/mml2jax.html diff --git a/mathjax/docs/html/options/tex2jax.html b/docs/html/options/tex2jax.html diff --git a/mathjax/docs/html/output.html b/docs/html/output.html diff --git a/mathjax/docs/html/platforms/index.html b/docs/html/platforms/index.html diff --git a/mathjax/docs/html/platforms/movable-type.html b/docs/html/platforms/movable-type.html diff --git a/mathjax/docs/html/platforms/wordpress.html b/docs/html/platforms/wordpress.html diff --git a/mathjax/docs/html/queues.html b/docs/html/queues.html diff --git a/mathjax/docs/html/search.html b/docs/html/search.html diff --git a/mathjax/docs/html/searchindex.js b/docs/html/searchindex.js diff --git a/mathjax/docs/html/signals.html b/docs/html/signals.html diff --git a/mathjax/docs/html/start.html b/docs/html/start.html diff --git a/mathjax/docs/html/startup.html b/docs/html/startup.html diff --git a/mathjax/docs/html/synchronize.html b/docs/html/synchronize.html diff --git a/mathjax/docs/html/tex.html b/docs/html/tex.html diff --git a/mathjax/docs/html/typeset.html b/docs/html/typeset.html diff --git a/mathjax/docs/rst/CSS-styles.rst b/docs/rst/CSS-styles.rst diff --git a/mathjax/docs/rst/HTML-snippets.rst b/docs/rst/HTML-snippets.rst diff --git a/mathjax/docs/rst/_static/mathjax_mathml.user.js b/docs/rst/_static/mathjax_mathml.user.js diff --git a/mathjax/docs/rst/_static/mathjax_wikipedia.user.js b/docs/rst/_static/mathjax_wikipedia.user.js diff --git a/mathjax/docs/rst/api/ajax.rst b/docs/rst/api/ajax.rst diff --git a/mathjax/docs/rst/api/callback.rst b/docs/rst/api/callback.rst diff --git a/mathjax/docs/rst/api/elementjax.rst b/docs/rst/api/elementjax.rst diff --git a/mathjax/docs/rst/api/html.rst b/docs/rst/api/html.rst diff --git a/mathjax/docs/rst/api/hub.rst b/docs/rst/api/hub.rst diff --git a/mathjax/docs/rst/api/index.rst b/docs/rst/api/index.rst diff --git a/mathjax/docs/rst/api/inputjax.rst b/docs/rst/api/inputjax.rst diff --git a/mathjax/docs/rst/api/jax.rst b/docs/rst/api/jax.rst diff --git a/mathjax/docs/rst/api/message.rst b/docs/rst/api/message.rst diff --git a/mathjax/docs/rst/api/object.rst b/docs/rst/api/object.rst diff --git a/mathjax/docs/rst/api/outputjax.rst b/docs/rst/api/outputjax.rst diff --git a/mathjax/docs/rst/api/queue.rst b/docs/rst/api/queue.rst diff --git a/mathjax/docs/rst/api/signal.rst b/docs/rst/api/signal.rst diff --git a/mathjax/docs/rst/api/variable.rst b/docs/rst/api/variable.rst diff --git a/mathjax/docs/rst/callbacks.rst b/docs/rst/callbacks.rst diff --git a/mathjax/docs/rst/community.rst b/docs/rst/community.rst diff --git a/mathjax/docs/rst/conf.py b/docs/rst/conf.py diff --git a/mathjax/docs/rst/configuration.rst b/docs/rst/configuration.rst diff --git a/mathjax/docs/rst/dynamic.rst b/docs/rst/dynamic.rst diff --git a/mathjax/docs/rst/glossary.rst b/docs/rst/glossary.rst diff --git a/mathjax/docs/rst/images/mt_head.png b/docs/rst/images/mt_head.png Binary files differ. diff --git a/mathjax/docs/rst/images/mt_menu.png b/docs/rst/images/mt_menu.png Binary files differ. diff --git a/mathjax/docs/rst/images/mt_templates.png b/docs/rst/images/mt_templates.png Binary files differ. diff --git a/mathjax/docs/rst/images/wp_menu.png b/docs/rst/images/wp_menu.png Binary files differ. diff --git a/mathjax/docs/rst/images/wp_templates.png b/docs/rst/images/wp_templates.png Binary files differ. diff --git a/mathjax/docs/rst/index.rst b/docs/rst/index.rst diff --git a/mathjax/docs/rst/installation.rst b/docs/rst/installation.rst diff --git a/mathjax/docs/rst/jsMath.rst b/docs/rst/jsMath.rst diff --git a/mathjax/docs/rst/mathjax.rst b/docs/rst/mathjax.rst diff --git a/mathjax/docs/rst/mathml.rst b/docs/rst/mathml.rst diff --git a/mathjax/docs/rst/mjtheme/static/mj.css_t b/docs/rst/mjtheme/static/mj.css_t diff --git a/mathjax/docs/rst/mjtheme/theme.conf b/docs/rst/mjtheme/theme.conf diff --git a/mathjax/docs/rst/model.rst b/docs/rst/model.rst diff --git a/mathjax/docs/rst/options/FontWarnings.rst b/docs/rst/options/FontWarnings.rst diff --git a/mathjax/docs/rst/options/HTML-CSS.rst b/docs/rst/options/HTML-CSS.rst diff --git a/mathjax/docs/rst/options/MMLorHTML.rst b/docs/rst/options/MMLorHTML.rst diff --git a/mathjax/docs/rst/options/MathML.rst b/docs/rst/options/MathML.rst diff --git a/mathjax/docs/rst/options/MathMenu.rst b/docs/rst/options/MathMenu.rst diff --git a/mathjax/docs/rst/options/MathZoom.rst b/docs/rst/options/MathZoom.rst diff --git a/mathjax/docs/rst/options/NativeMML.rst b/docs/rst/options/NativeMML.rst diff --git a/mathjax/docs/rst/options/TeX.rst b/docs/rst/options/TeX.rst diff --git a/mathjax/docs/rst/options/hub.rst b/docs/rst/options/hub.rst diff --git a/mathjax/docs/rst/options/jsMath2jax.rst b/docs/rst/options/jsMath2jax.rst diff --git a/mathjax/docs/rst/options/mml2jax.rst b/docs/rst/options/mml2jax.rst diff --git a/mathjax/docs/rst/options/tex2jax.rst b/docs/rst/options/tex2jax.rst diff --git a/mathjax/docs/rst/output.rst b/docs/rst/output.rst diff --git a/mathjax/docs/rst/platforms/index.rst b/docs/rst/platforms/index.rst diff --git a/mathjax/docs/rst/platforms/movable-type.rst b/docs/rst/platforms/movable-type.rst diff --git a/mathjax/docs/rst/platforms/wordpress.rst b/docs/rst/platforms/wordpress.rst diff --git a/mathjax/docs/rst/queues.rst b/docs/rst/queues.rst diff --git a/mathjax/docs/rst/signals.rst b/docs/rst/signals.rst diff --git a/mathjax/docs/rst/start.rst b/docs/rst/start.rst diff --git a/mathjax/docs/rst/startup.rst b/docs/rst/startup.rst diff --git a/mathjax/docs/rst/synchronize.rst b/docs/rst/synchronize.rst diff --git a/mathjax/docs/rst/tex.rst b/docs/rst/tex.rst diff --git a/mathjax/docs/rst/typeset.rst b/docs/rst/typeset.rst diff --git a/mathjax/extensions/FontWarnings.js b/extensions/FontWarnings.js diff --git a/mathjax/extensions/MathMenu.js b/extensions/MathMenu.js diff --git a/mathjax/extensions/MathZoom.js b/extensions/MathZoom.js diff --git a/mathjax/extensions/TeX/AMSmath.js b/extensions/TeX/AMSmath.js diff --git a/mathjax/extensions/TeX/AMSsymbols.js b/extensions/TeX/AMSsymbols.js diff --git a/mathjax/extensions/TeX/HTML.js b/extensions/TeX/HTML.js diff --git a/mathjax/extensions/TeX/autobold.js b/extensions/TeX/autobold.js diff --git a/mathjax/extensions/TeX/boldsymbol.js b/extensions/TeX/boldsymbol.js diff --git a/mathjax/extensions/TeX/mathchoice.js b/extensions/TeX/mathchoice.js diff --git a/mathjax/extensions/TeX/newcommand.js b/extensions/TeX/newcommand.js diff --git a/mathjax/extensions/TeX/noErrors.js b/extensions/TeX/noErrors.js diff --git a/mathjax/extensions/TeX/noUndefined.js b/extensions/TeX/noUndefined.js diff --git a/mathjax/extensions/TeX/unicode.js b/extensions/TeX/unicode.js diff --git a/mathjax/extensions/TeX/verb.js b/extensions/TeX/verb.js diff --git a/mathjax/extensions/jsMath2jax.js b/extensions/jsMath2jax.js diff --git a/mathjax/extensions/mml2jax.js b/extensions/mml2jax.js diff --git a/mathjax/extensions/tex2jax.js b/extensions/tex2jax.js diff --git a/mathjax/extensions/toMathML.js b/extensions/toMathML.js diff --git a/mathjax/fonts.zip b/fonts.zip Binary files differ. diff --git a/mathjax/jax/element/mml/jax.js b/jax/element/mml/jax.js diff --git a/mathjax/jax/element/mml/optable/Arrows.js b/jax/element/mml/optable/Arrows.js diff --git a/mathjax/jax/element/mml/optable/BasicLatin.js b/jax/element/mml/optable/BasicLatin.js diff --git a/mathjax/jax/element/mml/optable/CombDiacritMarks.js b/jax/element/mml/optable/CombDiacritMarks.js diff --git a/mathjax/jax/element/mml/optable/CombDiactForSymbols.js b/jax/element/mml/optable/CombDiactForSymbols.js diff --git a/mathjax/jax/element/mml/optable/Dingbats.js b/jax/element/mml/optable/Dingbats.js diff --git a/mathjax/jax/element/mml/optable/GeneralPunctuation.js b/jax/element/mml/optable/GeneralPunctuation.js diff --git a/mathjax/jax/element/mml/optable/GeometricShapes.js b/jax/element/mml/optable/GeometricShapes.js diff --git a/mathjax/jax/element/mml/optable/GreekAndCoptic.js b/jax/element/mml/optable/GreekAndCoptic.js diff --git a/mathjax/jax/element/mml/optable/Latin1Supplement.js b/jax/element/mml/optable/Latin1Supplement.js diff --git a/mathjax/jax/element/mml/optable/LetterlikeSymbols.js b/jax/element/mml/optable/LetterlikeSymbols.js diff --git a/mathjax/jax/element/mml/optable/MathOperators.js b/jax/element/mml/optable/MathOperators.js diff --git a/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js b/jax/element/mml/optable/MiscMathSymbolsA.js diff --git a/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js b/jax/element/mml/optable/MiscMathSymbolsB.js diff --git a/mathjax/jax/element/mml/optable/MiscTechnical.js b/jax/element/mml/optable/MiscTechnical.js diff --git a/mathjax/jax/element/mml/optable/SpacingModLetters.js b/jax/element/mml/optable/SpacingModLetters.js diff --git a/mathjax/jax/element/mml/optable/SuppMathOperators.js b/jax/element/mml/optable/SuppMathOperators.js diff --git a/mathjax/jax/element/mml/optable/SupplementalArrowsB.js b/jax/element/mml/optable/SupplementalArrowsB.js diff --git a/mathjax/jax/input/MathML/config.js b/jax/input/MathML/config.js diff --git a/mathjax/jax/input/MathML/entities/a.js b/jax/input/MathML/entities/a.js diff --git a/mathjax/jax/input/MathML/entities/b.js b/jax/input/MathML/entities/b.js diff --git a/mathjax/jax/input/MathML/entities/c.js b/jax/input/MathML/entities/c.js diff --git a/mathjax/jax/input/MathML/entities/d.js b/jax/input/MathML/entities/d.js diff --git a/mathjax/jax/input/MathML/entities/e.js b/jax/input/MathML/entities/e.js diff --git a/mathjax/jax/input/MathML/entities/f.js b/jax/input/MathML/entities/f.js diff --git a/mathjax/jax/input/MathML/entities/fr.js b/jax/input/MathML/entities/fr.js diff --git a/mathjax/jax/input/MathML/entities/g.js b/jax/input/MathML/entities/g.js diff --git a/mathjax/jax/input/MathML/entities/h.js b/jax/input/MathML/entities/h.js diff --git a/mathjax/jax/input/MathML/entities/i.js b/jax/input/MathML/entities/i.js diff --git a/mathjax/jax/input/MathML/entities/j.js b/jax/input/MathML/entities/j.js diff --git a/mathjax/jax/input/MathML/entities/k.js b/jax/input/MathML/entities/k.js diff --git a/mathjax/jax/input/MathML/entities/l.js b/jax/input/MathML/entities/l.js diff --git a/mathjax/jax/input/MathML/entities/m.js b/jax/input/MathML/entities/m.js diff --git a/mathjax/jax/input/MathML/entities/n.js b/jax/input/MathML/entities/n.js diff --git a/mathjax/jax/input/MathML/entities/o.js b/jax/input/MathML/entities/o.js diff --git a/mathjax/jax/input/MathML/entities/opf.js b/jax/input/MathML/entities/opf.js diff --git a/mathjax/jax/input/MathML/entities/p.js b/jax/input/MathML/entities/p.js diff --git a/mathjax/jax/input/MathML/entities/q.js b/jax/input/MathML/entities/q.js diff --git a/mathjax/jax/input/MathML/entities/r.js b/jax/input/MathML/entities/r.js diff --git a/mathjax/jax/input/MathML/entities/s.js b/jax/input/MathML/entities/s.js diff --git a/mathjax/jax/input/MathML/entities/scr.js b/jax/input/MathML/entities/scr.js diff --git a/mathjax/jax/input/MathML/entities/t.js b/jax/input/MathML/entities/t.js diff --git a/mathjax/jax/input/MathML/entities/u.js b/jax/input/MathML/entities/u.js diff --git a/mathjax/jax/input/MathML/entities/v.js b/jax/input/MathML/entities/v.js diff --git a/mathjax/jax/input/MathML/entities/w.js b/jax/input/MathML/entities/w.js diff --git a/mathjax/jax/input/MathML/entities/x.js b/jax/input/MathML/entities/x.js diff --git a/mathjax/jax/input/MathML/entities/y.js b/jax/input/MathML/entities/y.js diff --git a/mathjax/jax/input/MathML/entities/z.js b/jax/input/MathML/entities/z.js diff --git a/mathjax/jax/input/MathML/jax.js b/jax/input/MathML/jax.js diff --git a/mathjax/jax/input/TeX/config.js b/jax/input/TeX/config.js diff --git a/mathjax/jax/input/TeX/jax.js b/jax/input/TeX/jax.js diff --git a/mathjax/jax/output/HTML-CSS/autoload/maction.js b/jax/output/HTML-CSS/autoload/maction.js diff --git a/mathjax/jax/output/HTML-CSS/autoload/menclose.js b/jax/output/HTML-CSS/autoload/menclose.js diff --git a/mathjax/jax/output/HTML-CSS/autoload/mglyph.js b/jax/output/HTML-CSS/autoload/mglyph.js diff --git a/mathjax/jax/output/HTML-CSS/autoload/mmultiscripts.js b/jax/output/HTML-CSS/autoload/mmultiscripts.js diff --git a/mathjax/jax/output/HTML-CSS/autoload/ms.js b/jax/output/HTML-CSS/autoload/ms.js diff --git a/mathjax/jax/output/HTML-CSS/autoload/mtable.js b/jax/output/HTML-CSS/autoload/mtable.js diff --git a/mathjax/jax/output/HTML-CSS/autoload/multiline.js b/jax/output/HTML-CSS/autoload/multiline.js diff --git a/mathjax/jax/output/HTML-CSS/config.js b/jax/output/HTML-CSS/config.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/AlphaPresentForms.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/AlphaPresentForms.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Arrows.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/Arrows.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoldFraktur.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoldFraktur.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoxDrawing.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoxDrawing.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiacritMarks.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiacritMarks.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiactForSymbols.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiactForSymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/ControlPictures.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/ControlPictures.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CurrencySymbols.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/CurrencySymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Cyrillic.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/Cyrillic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/EnclosedAlphanum.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/EnclosedAlphanum.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeneralPunctuation.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeneralPunctuation.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeometricShapes.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeometricShapes.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekAndCoptic.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekAndCoptic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekBold.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekBold.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekSSBold.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekSSBold.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/IPAExtensions.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/IPAExtensions.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Latin1Supplement.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/Latin1Supplement.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedA.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedA.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedAdditional.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedAdditional.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedB.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedB.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LetterlikeSymbols.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/LetterlikeSymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Main.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathBold.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathBold.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathOperators.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathOperators.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathSSBold.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathSSBold.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsA.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsA.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsB.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsB.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscTechnical.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscTechnical.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/NumberForms.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/NumberForms.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/PhoneticExtensions.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/PhoneticExtensions.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SpacingModLetters.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/SpacingModLetters.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuperAndSubscripts.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuperAndSubscripts.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuppMathOperators.js b/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuppMathOperators.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/AlphaPresentForms.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/AlphaPresentForms.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BasicLatin.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BasicLatin.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BoxDrawing.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BoxDrawing.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CombDiactForSymbols.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CombDiactForSymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/ControlPictures.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/ControlPictures.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CurrencySymbols.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CurrencySymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Cyrillic.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Cyrillic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/EnclosedAlphanum.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/EnclosedAlphanum.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GeneralPunctuation.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GeneralPunctuation.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekAndCoptic.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekAndCoptic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekBoldItalic.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekBoldItalic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekSSBoldItalic.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekSSBoldItalic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/IPAExtensions.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/IPAExtensions.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Latin1Supplement.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Latin1Supplement.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedA.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedA.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedAdditional.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedAdditional.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedB.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedB.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LetterlikeSymbols.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LetterlikeSymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Main.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldItalic.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldItalic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldScript.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldScript.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathOperators.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathOperators.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathSSItalicBold.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathSSItalicBold.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/SpacingModLetters.js b/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/SpacingModLetters.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/AlphaPresentForms.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/AlphaPresentForms.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/BoxDrawing.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/BoxDrawing.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/CombDiactForSymbols.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/CombDiactForSymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ControlPictures.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/ControlPictures.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/CurrencySymbols.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/CurrencySymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Cyrillic.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/Cyrillic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/EnclosedAlphanum.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/EnclosedAlphanum.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GeneralPunctuation.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/GeneralPunctuation.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekAndCoptic.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekAndCoptic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekItalic.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekItalic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/IPAExtensions.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/IPAExtensions.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Latin1Supplement.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/Latin1Supplement.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedA.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedA.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedAdditional.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedAdditional.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedB.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedB.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LetterlikeSymbols.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/LetterlikeSymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Main.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathItalic.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathItalic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathOperators.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathOperators.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathSSItalic.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathSSItalic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathScript.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathScript.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/SpacingModLetters.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/SpacingModLetters.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js b/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/AlphaPresentForms.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/AlphaPresentForms.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Arrows.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/Arrows.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BBBold.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/BBBold.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BlockElements.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/BlockElements.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoldFraktur.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoldFraktur.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoxDrawing.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoxDrawing.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiacritMarks.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiacritMarks.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiactForSymbols.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiactForSymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ControlPictures.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/ControlPictures.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CurrencySymbols.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/CurrencySymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Cyrillic.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/Cyrillic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Dingbats.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/Dingbats.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/EnclosedAlphanum.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/EnclosedAlphanum.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Fraktur.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/Fraktur.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeneralPunctuation.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeneralPunctuation.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeometricShapes.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeometricShapes.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekAndCoptic.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekAndCoptic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBold.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBold.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBoldItalic.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBoldItalic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekItalic.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekItalic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBold.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBold.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBoldItalic.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBoldItalic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/IPAExtensions.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/IPAExtensions.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Latin1Supplement.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/Latin1Supplement.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedA.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedA.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedAdditional.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedAdditional.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedB.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedB.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedD.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedD.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LetterlikeSymbols.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/LetterlikeSymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Main.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBold.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBold.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldItalic.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldItalic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldScript.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldScript.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathItalic.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathItalic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathOperators.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathOperators.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSS.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSS.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSBold.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSBold.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalic.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalicBold.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalicBold.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathScript.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathScript.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathTT.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathTT.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsA.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsA.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsB.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsB.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbols.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbolsAndArrows.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbolsAndArrows.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscTechnical.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscTechnical.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/NumberForms.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/NumberForms.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/PhoneticExtensions.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/PhoneticExtensions.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SpacingModLetters.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/SpacingModLetters.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuperAndSubscripts.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuperAndSubscripts.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuppMathOperators.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuppMathOperators.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsA.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsA.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsB.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsB.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js b/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Bold/All.js b/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Bold/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/All.js b/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/Main.js b/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Bold/All.js b/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Bold/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/All.js b/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/Main.js b/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Bold/All.js b/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Bold/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/All.js b/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/Main.js b/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Bold/All.js b/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Bold/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/All.js b/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/Main.js b/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Bold/All.js b/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Bold/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/All.js b/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/Main.js b/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js b/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/Main.js b/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/PrivateUse.js b/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/PrivateUse.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/All.js b/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/Main.js b/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/PrivateUse.js b/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/PrivateUse.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js b/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/Main.js b/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/PrivateUse.js b/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/PrivateUse.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/All.js b/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/Main.js b/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/PrivateUse.js b/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/PrivateUse.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/All.js b/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/Main.js b/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Bold/Main.js b/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Bold/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/All.js b/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/Main.js b/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js b/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/Main.js b/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/All.js b/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/Main.js b/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Bold/Main.js b/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Bold/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/All.js b/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/Main.js b/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Bold/Main.js b/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Bold/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/All.js b/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/Main.js b/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/All.js b/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/Main.js b/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/All.js b/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/All.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/Main.js b/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/fontdata-beta.js b/jax/output/HTML-CSS/fonts/STIX/fontdata-beta.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/STIX/fontdata.js b/jax/output/HTML-CSS/fonts/STIX/fontdata.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js b/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js b/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js b/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js b/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js b/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js b/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js b/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js b/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js b/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js b/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js b/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js b/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js b/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js b/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js b/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js b/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js b/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js b/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js b/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js b/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js b/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js b/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js b/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js b/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js b/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js b/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js b/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js b/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js b/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js b/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js b/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js b/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js b/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js b/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js b/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js b/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js b/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GreekAndCoptic.js b/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GreekAndCoptic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js b/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js b/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js b/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js b/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js b/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js b/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js b/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js b/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js b/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js b/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js b/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js b/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js b/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js b/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GreekAndCoptic.js b/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GreekAndCoptic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js b/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LatinExtendedA.js b/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LatinExtendedA.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LatinExtendedB.js b/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LatinExtendedB.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js b/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js b/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Arrows.js b/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Arrows.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js b/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiactForSymbols.js b/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiactForSymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeneralPunctuation.js b/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeneralPunctuation.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js b/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GreekAndCoptic.js b/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GreekAndCoptic.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Latin1Supplement.js b/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Latin1Supplement.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LatinExtendedA.js b/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LatinExtendedA.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LatinExtendedB.js b/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LatinExtendedB.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LetterlikeSymbols.js b/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LetterlikeSymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js b/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MathOperators.js b/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MathOperators.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscMathSymbolsA.js b/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscMathSymbolsA.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js b/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscTechnical.js b/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscTechnical.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SuppMathOperators.js b/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SuppMathOperators.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SupplementalArrowsA.js b/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SupplementalArrowsA.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js b/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js b/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js b/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js b/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js b/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js b/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js b/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js b/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js b/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js b/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js b/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js b/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js b/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js b/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js b/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js b/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js b/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js b/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js b/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js b/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js b/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js b/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js b/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js b/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js b/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js b/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js b/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js b/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js diff --git a/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata.js b/jax/output/HTML-CSS/fonts/TeX/fontdata.js diff --git a/mathjax/jax/output/HTML-CSS/imageFonts.js b/jax/output/HTML-CSS/imageFonts.js diff --git a/mathjax/jax/output/HTML-CSS/jax.js b/jax/output/HTML-CSS/jax.js diff --git a/mathjax/jax/output/NativeMML/config.js b/jax/output/NativeMML/config.js diff --git a/mathjax/jax/output/NativeMML/jax.js b/jax/output/NativeMML/jax.js diff --git a/mathjax/README.txt b/mathjax/README.txt @@ -1,55 +0,0 @@ -OVERVIEW: - -MathJax is an open-source JavaScript display engine for LaTeX and -MathML that works in all modern browsers. It was designed with the -goal of consolidating the recent advances in web technologies into a -single, definitive, math-on-the-web platform supporting the major -browsers and operating systems. It requires no setup on the part of -the user (no plugins to downlaod or software to install), so the page -author can write web documents that include mathematics and be -confident that users will be able to view it naturally and easily. -One simply includes MathJax and some mathematics in a web page, and -MathJax does the rest. - -Some of the main features of MathJax include: - - o High-quality display of LaTeX and MathML math notation in HTML pages - - o Supported in most browsers with no plug-ins, extra fonts, or special - setup for the reader - - o Easy for authors, flexible for publishers, extensible for developers - - o Supports math accessibility, cut and paste interoperability and other - advanced functionality - - o Powerful API for integration with other web applications - -See http://www.mathjax.org/ for additional details. - - -INSTALLATION AND USAGE: - -The MathJax installation and usage documentation is available on the -docs/html directory of the MathJax distribution (see -docs/html/index.html for the starting point). The documents are also -available on the MathJax web site on line at - - http://www.mathjax.org/docs/ - - -COMMUNITY: - -The main MathJax website is www.mathjax.org, and it includes announcements -and other important information. MathJax also has a SourceForge site at -http://sourceforge.net/projects/mathjax/ that includes the download site -for the MathJax distribution, the bug-tracker for reporting bugs, and -several user forums for asking questions and getting assistance: - - Bug tracker: http://sourceforge.net/tracker/?group_id=261188&atid=1240827 - MathJax Help: http://sourceforge.net/projects/mathjax/forums/forum/948701 - Open Discussion: http://sourceforge.net/projects/mathjax/forums/forum/948700 - -Before reporting a bug, please check that it has not already been reported. -Also, please use the bug tracker for reporting bugs rather than the help -forum. diff --git a/mathjax/test/index-images.html b/test/index-images.html diff --git a/mathjax/test/index.html b/test/index.html diff --git a/mathjax/test/sample-dynamic.html b/test/sample-dynamic.html diff --git a/mathjax/test/sample-mml.html b/test/sample-mml.html diff --git a/mathjax/test/sample-signals.html b/test/sample-signals.html diff --git a/mathjax/test/sample-tex.html b/test/sample-tex.html diff --git a/mathjax/test/sample-tex2mml.html b/test/sample-tex2mml.html diff --git a/mathjax/test/sample.html b/test/sample.html diff --git a/mathjax/unpacked/MathJax.js b/unpacked/MathJax.js diff --git a/mathjax/unpacked/config/MMLorHTML.js b/unpacked/config/MMLorHTML.js diff --git a/mathjax/unpacked/config/MathJax.js b/unpacked/config/MathJax.js diff --git a/mathjax/unpacked/config/local/local.js b/unpacked/config/local/local.js diff --git a/mathjax/unpacked/extensions/FontWarnings.js b/unpacked/extensions/FontWarnings.js diff --git a/mathjax/unpacked/extensions/MathMenu.js b/unpacked/extensions/MathMenu.js diff --git a/mathjax/unpacked/extensions/MathZoom.js b/unpacked/extensions/MathZoom.js diff --git a/mathjax/unpacked/extensions/TeX/AMSmath.js b/unpacked/extensions/TeX/AMSmath.js diff --git a/mathjax/unpacked/extensions/TeX/AMSsymbols.js b/unpacked/extensions/TeX/AMSsymbols.js diff --git a/mathjax/unpacked/extensions/TeX/HTML.js b/unpacked/extensions/TeX/HTML.js diff --git a/mathjax/unpacked/extensions/TeX/autobold.js b/unpacked/extensions/TeX/autobold.js diff --git a/mathjax/unpacked/extensions/TeX/boldsymbol.js b/unpacked/extensions/TeX/boldsymbol.js diff --git a/mathjax/unpacked/extensions/TeX/mathchoice.js b/unpacked/extensions/TeX/mathchoice.js diff --git a/mathjax/unpacked/extensions/TeX/newcommand.js b/unpacked/extensions/TeX/newcommand.js diff --git a/mathjax/unpacked/extensions/TeX/noErrors.js b/unpacked/extensions/TeX/noErrors.js diff --git a/mathjax/unpacked/extensions/TeX/noUndefined.js b/unpacked/extensions/TeX/noUndefined.js diff --git a/mathjax/unpacked/extensions/TeX/unicode.js b/unpacked/extensions/TeX/unicode.js diff --git a/mathjax/unpacked/extensions/TeX/verb.js b/unpacked/extensions/TeX/verb.js diff --git a/mathjax/unpacked/extensions/jsMath2jax.js b/unpacked/extensions/jsMath2jax.js diff --git a/mathjax/unpacked/extensions/mml2jax.js b/unpacked/extensions/mml2jax.js diff --git a/mathjax/unpacked/extensions/tex2jax.js b/unpacked/extensions/tex2jax.js diff --git a/mathjax/unpacked/extensions/toMathML.js b/unpacked/extensions/toMathML.js diff --git a/mathjax/unpacked/jax/element/mml/jax.js b/unpacked/jax/element/mml/jax.js diff --git a/mathjax/unpacked/jax/element/mml/optable/Arrows.js b/unpacked/jax/element/mml/optable/Arrows.js diff --git a/mathjax/unpacked/jax/element/mml/optable/BasicLatin.js b/unpacked/jax/element/mml/optable/BasicLatin.js diff --git a/mathjax/unpacked/jax/element/mml/optable/CombDiacritMarks.js b/unpacked/jax/element/mml/optable/CombDiacritMarks.js diff --git a/mathjax/unpacked/jax/element/mml/optable/CombDiactForSymbols.js b/unpacked/jax/element/mml/optable/CombDiactForSymbols.js diff --git a/mathjax/unpacked/jax/element/mml/optable/Dingbats.js b/unpacked/jax/element/mml/optable/Dingbats.js diff --git a/mathjax/unpacked/jax/element/mml/optable/GeneralPunctuation.js b/unpacked/jax/element/mml/optable/GeneralPunctuation.js diff --git a/mathjax/unpacked/jax/element/mml/optable/GeometricShapes.js b/unpacked/jax/element/mml/optable/GeometricShapes.js diff --git a/mathjax/unpacked/jax/element/mml/optable/GreekAndCoptic.js b/unpacked/jax/element/mml/optable/GreekAndCoptic.js diff --git a/mathjax/unpacked/jax/element/mml/optable/Latin1Supplement.js b/unpacked/jax/element/mml/optable/Latin1Supplement.js diff --git a/mathjax/unpacked/jax/element/mml/optable/LetterlikeSymbols.js b/unpacked/jax/element/mml/optable/LetterlikeSymbols.js diff --git a/mathjax/unpacked/jax/element/mml/optable/MathOperators.js b/unpacked/jax/element/mml/optable/MathOperators.js diff --git a/mathjax/unpacked/jax/element/mml/optable/MiscMathSymbolsA.js b/unpacked/jax/element/mml/optable/MiscMathSymbolsA.js diff --git a/mathjax/unpacked/jax/element/mml/optable/MiscMathSymbolsB.js b/unpacked/jax/element/mml/optable/MiscMathSymbolsB.js diff --git a/mathjax/unpacked/jax/element/mml/optable/MiscTechnical.js b/unpacked/jax/element/mml/optable/MiscTechnical.js diff --git a/mathjax/unpacked/jax/element/mml/optable/SpacingModLetters.js b/unpacked/jax/element/mml/optable/SpacingModLetters.js diff --git a/mathjax/unpacked/jax/element/mml/optable/SuppMathOperators.js b/unpacked/jax/element/mml/optable/SuppMathOperators.js diff --git a/mathjax/unpacked/jax/element/mml/optable/SupplementalArrowsB.js b/unpacked/jax/element/mml/optable/SupplementalArrowsB.js diff --git a/mathjax/unpacked/jax/input/MathML/config.js b/unpacked/jax/input/MathML/config.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/a.js b/unpacked/jax/input/MathML/entities/a.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/b.js b/unpacked/jax/input/MathML/entities/b.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/c.js b/unpacked/jax/input/MathML/entities/c.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/d.js b/unpacked/jax/input/MathML/entities/d.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/e.js b/unpacked/jax/input/MathML/entities/e.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/f.js b/unpacked/jax/input/MathML/entities/f.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/fr.js b/unpacked/jax/input/MathML/entities/fr.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/g.js b/unpacked/jax/input/MathML/entities/g.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/h.js b/unpacked/jax/input/MathML/entities/h.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/i.js b/unpacked/jax/input/MathML/entities/i.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/j.js b/unpacked/jax/input/MathML/entities/j.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/k.js b/unpacked/jax/input/MathML/entities/k.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/l.js b/unpacked/jax/input/MathML/entities/l.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/m.js b/unpacked/jax/input/MathML/entities/m.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/n.js b/unpacked/jax/input/MathML/entities/n.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/o.js b/unpacked/jax/input/MathML/entities/o.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/opf.js b/unpacked/jax/input/MathML/entities/opf.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/p.js b/unpacked/jax/input/MathML/entities/p.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/q.js b/unpacked/jax/input/MathML/entities/q.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/r.js b/unpacked/jax/input/MathML/entities/r.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/s.js b/unpacked/jax/input/MathML/entities/s.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/scr.js b/unpacked/jax/input/MathML/entities/scr.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/t.js b/unpacked/jax/input/MathML/entities/t.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/u.js b/unpacked/jax/input/MathML/entities/u.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/v.js b/unpacked/jax/input/MathML/entities/v.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/w.js b/unpacked/jax/input/MathML/entities/w.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/x.js b/unpacked/jax/input/MathML/entities/x.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/y.js b/unpacked/jax/input/MathML/entities/y.js diff --git a/mathjax/unpacked/jax/input/MathML/entities/z.js b/unpacked/jax/input/MathML/entities/z.js diff --git a/mathjax/unpacked/jax/input/MathML/jax.js b/unpacked/jax/input/MathML/jax.js diff --git a/mathjax/unpacked/jax/input/TeX/config.js b/unpacked/jax/input/TeX/config.js diff --git a/mathjax/unpacked/jax/input/TeX/jax.js b/unpacked/jax/input/TeX/jax.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/autoload/maction.js b/unpacked/jax/output/HTML-CSS/autoload/maction.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/autoload/menclose.js b/unpacked/jax/output/HTML-CSS/autoload/menclose.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/autoload/mglyph.js b/unpacked/jax/output/HTML-CSS/autoload/mglyph.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/autoload/mmultiscripts.js b/unpacked/jax/output/HTML-CSS/autoload/mmultiscripts.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/autoload/ms.js b/unpacked/jax/output/HTML-CSS/autoload/ms.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/autoload/mtable.js b/unpacked/jax/output/HTML-CSS/autoload/mtable.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/autoload/multiline.js b/unpacked/jax/output/HTML-CSS/autoload/multiline.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/blank.gif b/unpacked/jax/output/HTML-CSS/blank.gif Binary files differ. diff --git a/mathjax/unpacked/jax/output/HTML-CSS/config.js b/unpacked/jax/output/HTML-CSS/config.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/AlphaPresentForms.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/AlphaPresentForms.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/Arrows.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/Arrows.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoldFraktur.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoldFraktur.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoxDrawing.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoxDrawing.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiacritMarks.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiacritMarks.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiactForSymbols.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiactForSymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/ControlPictures.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/ControlPictures.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/CurrencySymbols.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/CurrencySymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/Cyrillic.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/Cyrillic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/EnclosedAlphanum.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/EnclosedAlphanum.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeneralPunctuation.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeneralPunctuation.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeometricShapes.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeometricShapes.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekAndCoptic.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekAndCoptic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekBold.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekBold.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekSSBold.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekSSBold.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/IPAExtensions.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/IPAExtensions.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/Latin1Supplement.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/Latin1Supplement.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedA.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedA.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedAdditional.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedAdditional.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedB.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedB.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/LetterlikeSymbols.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/LetterlikeSymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathBold.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathBold.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathOperators.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathOperators.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathSSBold.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathSSBold.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsA.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsA.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsB.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsB.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscTechnical.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscTechnical.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/NumberForms.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/NumberForms.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/PhoneticExtensions.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/PhoneticExtensions.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/SpacingModLetters.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/SpacingModLetters.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuperAndSubscripts.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuperAndSubscripts.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuppMathOperators.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuppMathOperators.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/AlphaPresentForms.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/AlphaPresentForms.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BasicLatin.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BasicLatin.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BoxDrawing.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BoxDrawing.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CombDiactForSymbols.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CombDiactForSymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/ControlPictures.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/ControlPictures.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CurrencySymbols.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CurrencySymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Cyrillic.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Cyrillic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/EnclosedAlphanum.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/EnclosedAlphanum.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GeneralPunctuation.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GeneralPunctuation.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekAndCoptic.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekAndCoptic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekBoldItalic.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekBoldItalic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekSSBoldItalic.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekSSBoldItalic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/IPAExtensions.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/IPAExtensions.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Latin1Supplement.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Latin1Supplement.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedA.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedA.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedAdditional.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedAdditional.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedB.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedB.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LetterlikeSymbols.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LetterlikeSymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldItalic.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldItalic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldScript.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldScript.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathOperators.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathOperators.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathSSItalicBold.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathSSItalicBold.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/SpacingModLetters.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/SpacingModLetters.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/AlphaPresentForms.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/AlphaPresentForms.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/BoxDrawing.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/BoxDrawing.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/CombDiactForSymbols.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/CombDiactForSymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/ControlPictures.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/ControlPictures.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/CurrencySymbols.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/CurrencySymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/Cyrillic.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/Cyrillic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/EnclosedAlphanum.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/EnclosedAlphanum.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/GeneralPunctuation.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/GeneralPunctuation.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekAndCoptic.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekAndCoptic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekItalic.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekItalic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/IPAExtensions.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/IPAExtensions.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/Latin1Supplement.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/Latin1Supplement.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedA.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedA.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedAdditional.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedAdditional.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedB.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedB.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/LetterlikeSymbols.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/LetterlikeSymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathItalic.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathItalic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathOperators.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathOperators.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathSSItalic.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathSSItalic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathScript.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathScript.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/SpacingModLetters.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/SpacingModLetters.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/AlphaPresentForms.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/AlphaPresentForms.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Arrows.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Arrows.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/BBBold.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/BBBold.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/BlockElements.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/BlockElements.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoldFraktur.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoldFraktur.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoxDrawing.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoxDrawing.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiacritMarks.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiacritMarks.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiactForSymbols.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiactForSymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/ControlPictures.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/ControlPictures.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/CurrencySymbols.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/CurrencySymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Cyrillic.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Cyrillic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Dingbats.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Dingbats.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/EnclosedAlphanum.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/EnclosedAlphanum.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Fraktur.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Fraktur.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeneralPunctuation.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeneralPunctuation.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeometricShapes.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeometricShapes.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekAndCoptic.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekAndCoptic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBold.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBold.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBoldItalic.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBoldItalic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekItalic.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekItalic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBold.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBold.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBoldItalic.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBoldItalic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Hiragana.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Hiragana.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/IPAExtensions.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/IPAExtensions.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Latin1Supplement.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Latin1Supplement.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedA.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedA.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedAdditional.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedAdditional.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedB.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedB.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedD.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedD.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/LetterlikeSymbols.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/LetterlikeSymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBold.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBold.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldItalic.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldItalic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldScript.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldScript.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathItalic.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathItalic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathOperators.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathOperators.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSS.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSS.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSBold.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSBold.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalic.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalicBold.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalicBold.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathScript.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathScript.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathTT.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathTT.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsA.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsA.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsB.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsB.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbols.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbolsAndArrows.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbolsAndArrows.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscTechnical.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscTechnical.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/NumberForms.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/NumberForms.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/PhoneticExtensions.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/PhoneticExtensions.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/SpacingModLetters.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/SpacingModLetters.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Specials.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Specials.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuperAndSubscripts.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuperAndSubscripts.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuppMathOperators.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuppMathOperators.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsA.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsA.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsB.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsB.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Bold/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Bold/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Bold/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Bold/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Bold/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Bold/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Bold/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Bold/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Bold/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Bold/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/PrivateUse.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/PrivateUse.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/PrivateUse.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/PrivateUse.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/PrivateUse.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/PrivateUse.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/PrivateUse.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/PrivateUse.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Bold/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Bold/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Bold/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Bold/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Bold/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Bold/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/All.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/All.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/fontdata-beta.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/fontdata-beta.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/fontdata.js b/unpacked/jax/output/HTML-CSS/fonts/STIX/fontdata.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GreekAndCoptic.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GreekAndCoptic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GreekAndCoptic.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GreekAndCoptic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LatinExtendedA.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LatinExtendedA.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LatinExtendedB.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LatinExtendedB.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Arrows.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Arrows.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiactForSymbols.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiactForSymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeneralPunctuation.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeneralPunctuation.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GreekAndCoptic.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GreekAndCoptic.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Latin1Supplement.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Latin1Supplement.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LatinExtendedA.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LatinExtendedA.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LatinExtendedB.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LatinExtendedB.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LetterlikeSymbols.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LetterlikeSymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MathOperators.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MathOperators.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscMathSymbolsA.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscMathSymbolsA.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscTechnical.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscTechnical.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SuppMathOperators.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SuppMathOperators.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SupplementalArrowsA.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SupplementalArrowsA.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/fontdata.js b/unpacked/jax/output/HTML-CSS/fonts/TeX/fontdata.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/imageFonts.js b/unpacked/jax/output/HTML-CSS/imageFonts.js diff --git a/mathjax/unpacked/jax/output/HTML-CSS/jax.js b/unpacked/jax/output/HTML-CSS/jax.js diff --git a/mathjax/unpacked/jax/output/NativeMML/config.js b/unpacked/jax/output/NativeMML/config.js diff --git a/mathjax/unpacked/jax/output/NativeMML/jax.js b/unpacked/jax/output/NativeMML/jax.js