diff --git a/docs/Makefile b/docs/Makefile new file mode 100644 index 000000000..0ef79ef45 --- /dev/null +++ b/docs/Makefile @@ -0,0 +1,130 @@ +# Makefile for Sphinx documentation +# + +# You can set these variables from the command line. +SPHINXOPTS = +SPHINXBUILD = sphinx-build +PAPER = +BUILDDIR = build + +# Internal variables. +PAPEROPT_a4 = -D latex_paper_size=a4 +PAPEROPT_letter = -D latex_paper_size=letter +ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source + +.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest + +help: + @echo "Please use \`make ' where is one of" + @echo " html to make standalone HTML files" + @echo " dirhtml to make HTML files named index.html in directories" + @echo " singlehtml to make a single large HTML file" + @echo " pickle to make pickle files" + @echo " json to make JSON files" + @echo " htmlhelp to make HTML files and a HTML help project" + @echo " qthelp to make HTML files and a qthelp project" + @echo " devhelp to make HTML files and a Devhelp project" + @echo " epub to make an epub" + @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" + @echo " latexpdf to make LaTeX files and run them through pdflatex" + @echo " text to make text files" + @echo " man to make manual pages" + @echo " changes to make an overview of all changed/added/deprecated items" + @echo " linkcheck to check all external links for integrity" + @echo " doctest to run all doctests embedded in the documentation (if enabled)" + +clean: + -rm -rf $(BUILDDIR)/* + +html: + $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html + @echo + @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." + +dirhtml: + $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml + @echo + @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml." + +singlehtml: + $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml + @echo + @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml." + +pickle: + $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle + @echo + @echo "Build finished; now you can process the pickle files." + +json: + $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json + @echo + @echo "Build finished; now you can process the JSON files." + +htmlhelp: + $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp + @echo + @echo "Build finished; now you can run HTML Help Workshop with the" \ + ".hhp project file in $(BUILDDIR)/htmlhelp." + +qthelp: + $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp + @echo + @echo "Build finished; now you can run "qcollectiongenerator" with the" \ + ".qhcp project file in $(BUILDDIR)/qthelp, like this:" + @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/UCBerkeleyAstronomy10Spring2011.qhcp" + @echo "To view the help file:" + @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/UCBerkeleyAstronomy10Spring2011.qhc" + +devhelp: + $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp + @echo + @echo "Build finished." + @echo "To view the help file:" + @echo "# mkdir -p $$HOME/.local/share/devhelp/UCBerkeleyAstronomy10Spring2011" + @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/UCBerkeleyAstronomy10Spring2011" + @echo "# devhelp" + +epub: + $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub + @echo + @echo "Build finished. The epub file is in $(BUILDDIR)/epub." + +latex: + $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex + @echo + @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex." + @echo "Run \`make' in that directory to run these through (pdf)latex" \ + "(use \`make latexpdf' here to do that automatically)." + +latexpdf: + $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex + @echo "Running LaTeX files through pdflatex..." + make -C $(BUILDDIR)/latex all-pdf + @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." + +text: + $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text + @echo + @echo "Build finished. The text files are in $(BUILDDIR)/text." + +man: + $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man + @echo + @echo "Build finished. The manual pages are in $(BUILDDIR)/man." + +changes: + $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes + @echo + @echo "The overview file is in $(BUILDDIR)/changes." + +linkcheck: + $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck + @echo + @echo "Link check complete; look for any errors in the above output " \ + "or in $(BUILDDIR)/linkcheck/output.txt." + +doctest: + $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest + @echo "Testing of doctests in the sources finished, look at the " \ + "results in $(BUILDDIR)/doctest/output.txt." diff --git a/docs/build/doctrees/CSS-styles.doctree b/docs/build/doctrees/CSS-styles.doctree new file mode 100644 index 000000000..b1275454d Binary files /dev/null and b/docs/build/doctrees/CSS-styles.doctree differ diff --git a/docs/build/doctrees/HTML-snippets.doctree b/docs/build/doctrees/HTML-snippets.doctree new file mode 100644 index 000000000..9888089e3 Binary files /dev/null and b/docs/build/doctrees/HTML-snippets.doctree differ diff --git a/docs/build/doctrees/api/ajax.doctree b/docs/build/doctrees/api/ajax.doctree new file mode 100644 index 000000000..ccfbdf2a9 Binary files /dev/null and b/docs/build/doctrees/api/ajax.doctree differ diff --git a/docs/build/doctrees/api/callback.doctree b/docs/build/doctrees/api/callback.doctree new file mode 100644 index 000000000..75a6bcdf3 Binary files /dev/null and b/docs/build/doctrees/api/callback.doctree differ diff --git a/docs/build/doctrees/api/elementjax.doctree b/docs/build/doctrees/api/elementjax.doctree new file mode 100644 index 000000000..b5a2f64a2 Binary files /dev/null and b/docs/build/doctrees/api/elementjax.doctree differ diff --git a/docs/build/doctrees/api/html.doctree b/docs/build/doctrees/api/html.doctree new file mode 100644 index 000000000..0cf1521ae Binary files /dev/null and b/docs/build/doctrees/api/html.doctree differ diff --git a/docs/build/doctrees/api/hub.doctree b/docs/build/doctrees/api/hub.doctree new file mode 100644 index 000000000..2fd194b19 Binary files /dev/null and b/docs/build/doctrees/api/hub.doctree differ diff --git a/docs/build/doctrees/api/index.doctree b/docs/build/doctrees/api/index.doctree new file mode 100644 index 000000000..3f57dae42 Binary files /dev/null and b/docs/build/doctrees/api/index.doctree differ diff --git a/docs/build/doctrees/api/inputjax.doctree b/docs/build/doctrees/api/inputjax.doctree new file mode 100644 index 000000000..f1de2b86a Binary files /dev/null and b/docs/build/doctrees/api/inputjax.doctree differ diff --git a/docs/build/doctrees/api/jax.doctree b/docs/build/doctrees/api/jax.doctree new file mode 100644 index 000000000..070a29117 Binary files /dev/null and b/docs/build/doctrees/api/jax.doctree differ diff --git a/docs/build/doctrees/api/message.doctree b/docs/build/doctrees/api/message.doctree new file mode 100644 index 000000000..e48f7631f Binary files /dev/null and b/docs/build/doctrees/api/message.doctree differ diff --git a/docs/build/doctrees/api/object.doctree b/docs/build/doctrees/api/object.doctree new file mode 100644 index 000000000..8df04e463 Binary files /dev/null and b/docs/build/doctrees/api/object.doctree differ diff --git a/docs/build/doctrees/api/outputjax.doctree b/docs/build/doctrees/api/outputjax.doctree new file mode 100644 index 000000000..af32a0340 Binary files /dev/null and b/docs/build/doctrees/api/outputjax.doctree differ diff --git a/docs/build/doctrees/api/queue.doctree b/docs/build/doctrees/api/queue.doctree new file mode 100644 index 000000000..e93fa6aa5 Binary files /dev/null and b/docs/build/doctrees/api/queue.doctree differ diff --git a/docs/build/doctrees/api/signal.doctree b/docs/build/doctrees/api/signal.doctree new file mode 100644 index 000000000..ae70f6347 Binary files /dev/null and b/docs/build/doctrees/api/signal.doctree differ diff --git a/docs/build/doctrees/api/variable.doctree b/docs/build/doctrees/api/variable.doctree new file mode 100644 index 000000000..6b598e9b7 Binary files /dev/null and b/docs/build/doctrees/api/variable.doctree differ diff --git a/docs/build/doctrees/callbacks.doctree b/docs/build/doctrees/callbacks.doctree new file mode 100644 index 000000000..c864e57a0 Binary files /dev/null and b/docs/build/doctrees/callbacks.doctree differ diff --git a/docs/build/doctrees/community.doctree b/docs/build/doctrees/community.doctree new file mode 100644 index 000000000..c91f6134a Binary files /dev/null and b/docs/build/doctrees/community.doctree differ diff --git a/docs/build/doctrees/configuration.doctree b/docs/build/doctrees/configuration.doctree new file mode 100644 index 000000000..ce34601bd Binary files /dev/null and b/docs/build/doctrees/configuration.doctree differ diff --git a/docs/build/doctrees/dynamic.doctree b/docs/build/doctrees/dynamic.doctree new file mode 100644 index 000000000..6b1b27c98 Binary files /dev/null and b/docs/build/doctrees/dynamic.doctree differ diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle new file mode 100644 index 000000000..1ab311f24 Binary files /dev/null and b/docs/build/doctrees/environment.pickle differ diff --git a/docs/build/doctrees/glossary.doctree b/docs/build/doctrees/glossary.doctree new file mode 100644 index 000000000..946fcfadc Binary files /dev/null and b/docs/build/doctrees/glossary.doctree differ diff --git a/docs/build/doctrees/index.doctree b/docs/build/doctrees/index.doctree new file mode 100644 index 000000000..4c7b9a68d Binary files /dev/null and b/docs/build/doctrees/index.doctree differ diff --git a/docs/build/doctrees/installation.doctree b/docs/build/doctrees/installation.doctree new file mode 100644 index 000000000..2a05cf773 Binary files /dev/null and b/docs/build/doctrees/installation.doctree differ diff --git a/docs/build/doctrees/jsMath.doctree b/docs/build/doctrees/jsMath.doctree new file mode 100644 index 000000000..343b5362c Binary files /dev/null and b/docs/build/doctrees/jsMath.doctree differ diff --git a/docs/build/doctrees/mathjax.doctree b/docs/build/doctrees/mathjax.doctree new file mode 100644 index 000000000..973b7e7f4 Binary files /dev/null and b/docs/build/doctrees/mathjax.doctree differ diff --git a/docs/build/doctrees/mathml.doctree b/docs/build/doctrees/mathml.doctree new file mode 100644 index 000000000..921171b61 Binary files /dev/null and b/docs/build/doctrees/mathml.doctree differ diff --git a/docs/build/doctrees/model.doctree b/docs/build/doctrees/model.doctree new file mode 100644 index 000000000..9d4e51a50 Binary files /dev/null and b/docs/build/doctrees/model.doctree differ diff --git a/docs/build/doctrees/options/FontWarnings.doctree b/docs/build/doctrees/options/FontWarnings.doctree new file mode 100644 index 000000000..a59647788 Binary files /dev/null and b/docs/build/doctrees/options/FontWarnings.doctree differ diff --git a/docs/build/doctrees/options/HTML-CSS.doctree b/docs/build/doctrees/options/HTML-CSS.doctree new file mode 100644 index 000000000..20d55d6f0 Binary files /dev/null and b/docs/build/doctrees/options/HTML-CSS.doctree differ diff --git a/docs/build/doctrees/options/MMLorHTML.doctree b/docs/build/doctrees/options/MMLorHTML.doctree new file mode 100644 index 000000000..d0fd021f4 Binary files /dev/null and b/docs/build/doctrees/options/MMLorHTML.doctree differ diff --git a/docs/build/doctrees/options/MathML.doctree b/docs/build/doctrees/options/MathML.doctree new file mode 100644 index 000000000..88eab3734 Binary files /dev/null and b/docs/build/doctrees/options/MathML.doctree differ diff --git a/docs/build/doctrees/options/MathMenu.doctree b/docs/build/doctrees/options/MathMenu.doctree new file mode 100644 index 000000000..734055942 Binary files /dev/null and b/docs/build/doctrees/options/MathMenu.doctree differ diff --git a/docs/build/doctrees/options/MathZoom.doctree b/docs/build/doctrees/options/MathZoom.doctree new file mode 100644 index 000000000..7f1a5c993 Binary files /dev/null and b/docs/build/doctrees/options/MathZoom.doctree differ diff --git a/docs/build/doctrees/options/NativeMML.doctree b/docs/build/doctrees/options/NativeMML.doctree new file mode 100644 index 000000000..8e8f60044 Binary files /dev/null and b/docs/build/doctrees/options/NativeMML.doctree differ diff --git a/docs/build/doctrees/options/TeX.doctree b/docs/build/doctrees/options/TeX.doctree new file mode 100644 index 000000000..a0976b443 Binary files /dev/null and b/docs/build/doctrees/options/TeX.doctree differ diff --git a/docs/build/doctrees/options/hub.doctree b/docs/build/doctrees/options/hub.doctree new file mode 100644 index 000000000..6056048f0 Binary files /dev/null and b/docs/build/doctrees/options/hub.doctree differ diff --git a/docs/build/doctrees/options/jsMath2jax.doctree b/docs/build/doctrees/options/jsMath2jax.doctree new file mode 100644 index 000000000..3f15b5375 Binary files /dev/null and b/docs/build/doctrees/options/jsMath2jax.doctree differ diff --git a/docs/build/doctrees/options/mml2jax.doctree b/docs/build/doctrees/options/mml2jax.doctree new file mode 100644 index 000000000..61b65b5f6 Binary files /dev/null and b/docs/build/doctrees/options/mml2jax.doctree differ diff --git a/docs/build/doctrees/options/tex2jax.doctree b/docs/build/doctrees/options/tex2jax.doctree new file mode 100644 index 000000000..51d9b9e9e Binary files /dev/null and b/docs/build/doctrees/options/tex2jax.doctree differ diff --git a/docs/build/doctrees/output.doctree b/docs/build/doctrees/output.doctree new file mode 100644 index 000000000..cbc8fcbff Binary files /dev/null and b/docs/build/doctrees/output.doctree differ diff --git a/docs/build/doctrees/platforms/index.doctree b/docs/build/doctrees/platforms/index.doctree new file mode 100644 index 000000000..798bdeeec Binary files /dev/null and b/docs/build/doctrees/platforms/index.doctree differ diff --git a/docs/build/doctrees/platforms/movable-type.doctree b/docs/build/doctrees/platforms/movable-type.doctree new file mode 100644 index 000000000..81f1814e8 Binary files /dev/null and b/docs/build/doctrees/platforms/movable-type.doctree differ diff --git a/docs/build/doctrees/platforms/wordpress.doctree b/docs/build/doctrees/platforms/wordpress.doctree new file mode 100644 index 000000000..8ea9eec5a Binary files /dev/null and b/docs/build/doctrees/platforms/wordpress.doctree differ diff --git a/docs/build/doctrees/queues.doctree b/docs/build/doctrees/queues.doctree new file mode 100644 index 000000000..6d4c3e890 Binary files /dev/null and b/docs/build/doctrees/queues.doctree differ diff --git a/docs/build/doctrees/signals.doctree b/docs/build/doctrees/signals.doctree new file mode 100644 index 000000000..9bc3d6912 Binary files /dev/null and b/docs/build/doctrees/signals.doctree differ diff --git a/docs/build/doctrees/start.doctree b/docs/build/doctrees/start.doctree new file mode 100644 index 000000000..f1c7c0b15 Binary files /dev/null and b/docs/build/doctrees/start.doctree differ diff --git a/docs/build/doctrees/startup.doctree b/docs/build/doctrees/startup.doctree new file mode 100644 index 000000000..156625f1f Binary files /dev/null and b/docs/build/doctrees/startup.doctree differ diff --git a/docs/build/doctrees/synchronize.doctree b/docs/build/doctrees/synchronize.doctree new file mode 100644 index 000000000..0b340cea6 Binary files /dev/null and b/docs/build/doctrees/synchronize.doctree differ diff --git a/docs/build/doctrees/tex.doctree b/docs/build/doctrees/tex.doctree new file mode 100644 index 000000000..8f5d8f525 Binary files /dev/null and b/docs/build/doctrees/tex.doctree differ diff --git a/docs/build/doctrees/typeset.doctree b/docs/build/doctrees/typeset.doctree new file mode 100644 index 000000000..4562c49cd Binary files /dev/null and b/docs/build/doctrees/typeset.doctree differ diff --git a/docs/build/html/.buildinfo b/docs/build/html/.buildinfo new file mode 100644 index 000000000..6be1d778a --- /dev/null +++ b/docs/build/html/.buildinfo @@ -0,0 +1,4 @@ +# Sphinx build info version 1 +# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. +config: de13b3a14e25f3f8568ad784a71d7679 +tags: fbb0d17656682115ca4d033fb2f83ba1 diff --git a/docs/html/CSS-styles.html b/docs/build/html/CSS-styles.html similarity index 69% rename from docs/html/CSS-styles.html rename to docs/build/html/CSS-styles.html index 2b3b85f97..4d216b7fd 100644 --- a/docs/html/CSS-styles.html +++ b/docs/build/html/CSS-styles.html @@ -21,11 +21,64 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/HTML-snippets.html b/docs/build/html/HTML-snippets.html similarity index 67% rename from docs/html/HTML-snippets.html rename to docs/build/html/HTML-snippets.html index 4ddec78b8..5031ebdeb 100644 --- a/docs/html/HTML-snippets.html +++ b/docs/build/html/HTML-snippets.html @@ -21,11 +21,64 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/_images/mt_head.png b/docs/build/html/_images/mt_head.png similarity index 100% rename from docs/html/_images/mt_head.png rename to docs/build/html/_images/mt_head.png diff --git a/docs/html/_images/mt_menu.png b/docs/build/html/_images/mt_menu.png similarity index 100% rename from docs/html/_images/mt_menu.png rename to docs/build/html/_images/mt_menu.png diff --git a/docs/html/_images/mt_templates.png b/docs/build/html/_images/mt_templates.png similarity index 100% rename from docs/html/_images/mt_templates.png rename to docs/build/html/_images/mt_templates.png diff --git a/docs/html/_images/wp_menu.png b/docs/build/html/_images/wp_menu.png similarity index 100% rename from docs/html/_images/wp_menu.png rename to docs/build/html/_images/wp_menu.png diff --git a/docs/html/_images/wp_templates.png b/docs/build/html/_images/wp_templates.png similarity index 100% rename from docs/html/_images/wp_templates.png rename to docs/build/html/_images/wp_templates.png diff --git a/docs/html/_sources/CSS-styles.txt b/docs/build/html/_sources/CSS-styles.txt similarity index 100% rename from docs/html/_sources/CSS-styles.txt rename to docs/build/html/_sources/CSS-styles.txt diff --git a/docs/html/_sources/HTML-snippets.txt b/docs/build/html/_sources/HTML-snippets.txt similarity index 100% rename from docs/html/_sources/HTML-snippets.txt rename to docs/build/html/_sources/HTML-snippets.txt diff --git a/docs/html/_sources/api/ajax.txt b/docs/build/html/_sources/api/ajax.txt similarity index 100% rename from docs/html/_sources/api/ajax.txt rename to docs/build/html/_sources/api/ajax.txt diff --git a/docs/html/_sources/api/callback.txt b/docs/build/html/_sources/api/callback.txt similarity index 100% rename from docs/html/_sources/api/callback.txt rename to docs/build/html/_sources/api/callback.txt diff --git a/docs/html/_sources/api/elementjax.txt b/docs/build/html/_sources/api/elementjax.txt similarity index 100% rename from docs/html/_sources/api/elementjax.txt rename to docs/build/html/_sources/api/elementjax.txt diff --git a/docs/html/_sources/api/html.txt b/docs/build/html/_sources/api/html.txt similarity index 100% rename from docs/html/_sources/api/html.txt rename to docs/build/html/_sources/api/html.txt diff --git a/docs/html/_sources/api/hub.txt b/docs/build/html/_sources/api/hub.txt similarity index 100% rename from docs/html/_sources/api/hub.txt rename to docs/build/html/_sources/api/hub.txt diff --git a/docs/html/_sources/api/index.txt b/docs/build/html/_sources/api/index.txt similarity index 100% rename from docs/html/_sources/api/index.txt rename to docs/build/html/_sources/api/index.txt diff --git a/docs/html/_sources/api/inputjax.txt b/docs/build/html/_sources/api/inputjax.txt similarity index 100% rename from docs/html/_sources/api/inputjax.txt rename to docs/build/html/_sources/api/inputjax.txt diff --git a/docs/html/_sources/api/jax.txt b/docs/build/html/_sources/api/jax.txt similarity index 100% rename from docs/html/_sources/api/jax.txt rename to docs/build/html/_sources/api/jax.txt diff --git a/docs/html/_sources/api/message.txt b/docs/build/html/_sources/api/message.txt similarity index 100% rename from docs/html/_sources/api/message.txt rename to docs/build/html/_sources/api/message.txt diff --git a/docs/html/_sources/api/object.txt b/docs/build/html/_sources/api/object.txt similarity index 100% rename from docs/html/_sources/api/object.txt rename to docs/build/html/_sources/api/object.txt diff --git a/docs/html/_sources/api/outputjax.txt b/docs/build/html/_sources/api/outputjax.txt similarity index 100% rename from docs/html/_sources/api/outputjax.txt rename to docs/build/html/_sources/api/outputjax.txt diff --git a/docs/html/_sources/api/queue.txt b/docs/build/html/_sources/api/queue.txt similarity index 100% rename from docs/html/_sources/api/queue.txt rename to docs/build/html/_sources/api/queue.txt diff --git a/docs/html/_sources/api/signal.txt b/docs/build/html/_sources/api/signal.txt similarity index 100% rename from docs/html/_sources/api/signal.txt rename to docs/build/html/_sources/api/signal.txt diff --git a/docs/html/_sources/api/variable.txt b/docs/build/html/_sources/api/variable.txt similarity index 100% rename from docs/html/_sources/api/variable.txt rename to docs/build/html/_sources/api/variable.txt diff --git a/docs/html/_sources/callbacks.txt b/docs/build/html/_sources/callbacks.txt similarity index 100% rename from docs/html/_sources/callbacks.txt rename to docs/build/html/_sources/callbacks.txt diff --git a/docs/html/_sources/community.txt b/docs/build/html/_sources/community.txt similarity index 100% rename from docs/html/_sources/community.txt rename to docs/build/html/_sources/community.txt diff --git a/docs/html/_sources/configuration.txt b/docs/build/html/_sources/configuration.txt similarity index 100% rename from docs/html/_sources/configuration.txt rename to docs/build/html/_sources/configuration.txt diff --git a/docs/html/_sources/dynamic.txt b/docs/build/html/_sources/dynamic.txt similarity index 100% rename from docs/html/_sources/dynamic.txt rename to docs/build/html/_sources/dynamic.txt diff --git a/docs/html/_sources/glossary.txt b/docs/build/html/_sources/glossary.txt similarity index 100% rename from docs/html/_sources/glossary.txt rename to docs/build/html/_sources/glossary.txt diff --git a/docs/html/_sources/index.txt b/docs/build/html/_sources/index.txt similarity index 100% rename from docs/html/_sources/index.txt rename to docs/build/html/_sources/index.txt diff --git a/docs/html/_sources/installation.txt b/docs/build/html/_sources/installation.txt similarity index 100% rename from docs/html/_sources/installation.txt rename to docs/build/html/_sources/installation.txt diff --git a/docs/html/_sources/jsMath.txt b/docs/build/html/_sources/jsMath.txt similarity index 100% rename from docs/html/_sources/jsMath.txt rename to docs/build/html/_sources/jsMath.txt diff --git a/docs/html/_sources/mathjax.txt b/docs/build/html/_sources/mathjax.txt similarity index 100% rename from docs/html/_sources/mathjax.txt rename to docs/build/html/_sources/mathjax.txt diff --git a/docs/html/_sources/mathml.txt b/docs/build/html/_sources/mathml.txt similarity index 100% rename from docs/html/_sources/mathml.txt rename to docs/build/html/_sources/mathml.txt diff --git a/docs/html/_sources/model.txt b/docs/build/html/_sources/model.txt similarity index 100% rename from docs/html/_sources/model.txt rename to docs/build/html/_sources/model.txt diff --git a/docs/html/_sources/options/FontWarnings.txt b/docs/build/html/_sources/options/FontWarnings.txt similarity index 100% rename from docs/html/_sources/options/FontWarnings.txt rename to docs/build/html/_sources/options/FontWarnings.txt diff --git a/docs/html/_sources/options/HTML-CSS.txt b/docs/build/html/_sources/options/HTML-CSS.txt similarity index 100% rename from docs/html/_sources/options/HTML-CSS.txt rename to docs/build/html/_sources/options/HTML-CSS.txt diff --git a/docs/html/_sources/options/MMLorHTML.txt b/docs/build/html/_sources/options/MMLorHTML.txt similarity index 100% rename from docs/html/_sources/options/MMLorHTML.txt rename to docs/build/html/_sources/options/MMLorHTML.txt diff --git a/docs/html/_sources/options/MathML.txt b/docs/build/html/_sources/options/MathML.txt similarity index 100% rename from docs/html/_sources/options/MathML.txt rename to docs/build/html/_sources/options/MathML.txt diff --git a/docs/html/_sources/options/MathMenu.txt b/docs/build/html/_sources/options/MathMenu.txt similarity index 100% rename from docs/html/_sources/options/MathMenu.txt rename to docs/build/html/_sources/options/MathMenu.txt diff --git a/docs/html/_sources/options/MathZoom.txt b/docs/build/html/_sources/options/MathZoom.txt similarity index 100% rename from docs/html/_sources/options/MathZoom.txt rename to docs/build/html/_sources/options/MathZoom.txt diff --git a/docs/html/_sources/options/NativeMML.txt b/docs/build/html/_sources/options/NativeMML.txt similarity index 100% rename from docs/html/_sources/options/NativeMML.txt rename to docs/build/html/_sources/options/NativeMML.txt diff --git a/docs/html/_sources/options/TeX.txt b/docs/build/html/_sources/options/TeX.txt similarity index 100% rename from docs/html/_sources/options/TeX.txt rename to docs/build/html/_sources/options/TeX.txt diff --git a/docs/html/_sources/options/hub.txt b/docs/build/html/_sources/options/hub.txt similarity index 100% rename from docs/html/_sources/options/hub.txt rename to docs/build/html/_sources/options/hub.txt diff --git a/docs/html/_sources/options/jsMath2jax.txt b/docs/build/html/_sources/options/jsMath2jax.txt similarity index 100% rename from docs/html/_sources/options/jsMath2jax.txt rename to docs/build/html/_sources/options/jsMath2jax.txt diff --git a/docs/html/_sources/options/mml2jax.txt b/docs/build/html/_sources/options/mml2jax.txt similarity index 100% rename from docs/html/_sources/options/mml2jax.txt rename to docs/build/html/_sources/options/mml2jax.txt diff --git a/docs/html/_sources/options/tex2jax.txt b/docs/build/html/_sources/options/tex2jax.txt similarity index 100% rename from docs/html/_sources/options/tex2jax.txt rename to docs/build/html/_sources/options/tex2jax.txt diff --git a/docs/html/_sources/output.txt b/docs/build/html/_sources/output.txt similarity index 100% rename from docs/html/_sources/output.txt rename to docs/build/html/_sources/output.txt diff --git a/docs/html/_sources/platforms/index.txt b/docs/build/html/_sources/platforms/index.txt similarity index 100% rename from docs/html/_sources/platforms/index.txt rename to docs/build/html/_sources/platforms/index.txt diff --git a/docs/html/_sources/platforms/movable-type.txt b/docs/build/html/_sources/platforms/movable-type.txt similarity index 100% rename from docs/html/_sources/platforms/movable-type.txt rename to docs/build/html/_sources/platforms/movable-type.txt diff --git a/docs/html/_sources/platforms/wordpress.txt b/docs/build/html/_sources/platforms/wordpress.txt similarity index 100% rename from docs/html/_sources/platforms/wordpress.txt rename to docs/build/html/_sources/platforms/wordpress.txt diff --git a/docs/html/_sources/queues.txt b/docs/build/html/_sources/queues.txt similarity index 100% rename from docs/html/_sources/queues.txt rename to docs/build/html/_sources/queues.txt diff --git a/docs/html/_sources/signals.txt b/docs/build/html/_sources/signals.txt similarity index 100% rename from docs/html/_sources/signals.txt rename to docs/build/html/_sources/signals.txt diff --git a/docs/html/_sources/start.txt b/docs/build/html/_sources/start.txt similarity index 100% rename from docs/html/_sources/start.txt rename to docs/build/html/_sources/start.txt diff --git a/docs/html/_sources/startup.txt b/docs/build/html/_sources/startup.txt similarity index 100% rename from docs/html/_sources/startup.txt rename to docs/build/html/_sources/startup.txt diff --git a/docs/html/_sources/synchronize.txt b/docs/build/html/_sources/synchronize.txt similarity index 100% rename from docs/html/_sources/synchronize.txt rename to docs/build/html/_sources/synchronize.txt diff --git a/docs/html/_sources/tex.txt b/docs/build/html/_sources/tex.txt similarity index 100% rename from docs/html/_sources/tex.txt rename to docs/build/html/_sources/tex.txt diff --git a/docs/html/_sources/typeset.txt b/docs/build/html/_sources/typeset.txt similarity index 100% rename from docs/html/_sources/typeset.txt rename to docs/build/html/_sources/typeset.txt diff --git a/docs/html/_static/basic.css b/docs/build/html/_static/basic.css similarity index 93% rename from docs/html/_static/basic.css rename to docs/build/html/_static/basic.css index 69f30d4fb..32630d54c 100644 --- a/docs/html/_static/basic.css +++ b/docs/build/html/_static/basic.css @@ -4,7 +4,7 @@ * * Sphinx stylesheet -- basic theme. * - * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ @@ -213,6 +213,24 @@ p.rubric { font-weight: bold; } +img.align-left, .figure.align-left, object.align-left { + clear: left; + float: left; + margin-right: 1em; +} + +img.align-right, .figure.align-right, object.align-right { + clear: right; + float: right; + margin-left: 1em; +} + +img.align-center, .figure.align-center, object.align-center { + display: block; + margin-left: auto; + margin-right: auto; +} + .align-left { text-align: left; } @@ -395,7 +413,7 @@ dl.glossary dt { } .footnote:target { - background-color: #ffa + background-color: #ffa; } .line-block { @@ -426,6 +444,7 @@ dl.glossary dt { pre { overflow: auto; + overflow-y: hidden; /* fixes display issues on Chrome browsers */ } td.linenos pre { diff --git a/docs/html/_static/doctools.js b/docs/build/html/_static/doctools.js similarity index 99% rename from docs/html/_static/doctools.js rename to docs/build/html/_static/doctools.js index eeea95ea5..8b9bd2c0e 100644 --- a/docs/html/_static/doctools.js +++ b/docs/build/html/_static/doctools.js @@ -4,7 +4,7 @@ * * Sphinx JavaScript utilties for all documentation. * - * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ diff --git a/docs/html/_static/file.png b/docs/build/html/_static/file.png similarity index 100% rename from docs/html/_static/file.png rename to docs/build/html/_static/file.png diff --git a/docs/html/_static/jquery.js b/docs/build/html/_static/jquery.js similarity index 100% rename from docs/html/_static/jquery.js rename to docs/build/html/_static/jquery.js diff --git a/docs/rst/_static/logo.gif b/docs/build/html/_static/logo.gif similarity index 100% rename from docs/rst/_static/logo.gif rename to docs/build/html/_static/logo.gif diff --git a/docs/html/_static/mathjax_mathml.user.js b/docs/build/html/_static/mathjax_mathml.user.js similarity index 100% rename from docs/html/_static/mathjax_mathml.user.js rename to docs/build/html/_static/mathjax_mathml.user.js diff --git a/docs/html/_static/mathjax_wikipedia.user.js b/docs/build/html/_static/mathjax_wikipedia.user.js similarity index 100% rename from docs/html/_static/mathjax_wikipedia.user.js rename to docs/build/html/_static/mathjax_wikipedia.user.js diff --git a/docs/html/_static/minus.png b/docs/build/html/_static/minus.png similarity index 100% rename from docs/html/_static/minus.png rename to docs/build/html/_static/minus.png diff --git a/docs/html/_static/mj.css b/docs/build/html/_static/mj.css similarity index 53% rename from docs/html/_static/mj.css rename to docs/build/html/_static/mj.css index ffb3b8ee5..af0562f99 100644 --- a/docs/html/_static/mj.css +++ b/docs/build/html/_static/mj.css @@ -5,6 +5,162 @@ @import url("basic.css"); +/* style copied over from http://mathjax.org/ for the header */ + +body { + background: #D2D3D3 !important; +} +#wrapper { + background: white; + padding: 0; + margin: 20px auto; + width: 980px; +} + +#header { + background: #ffffff; + padding: 20px; + height: 95px; +} +#branding { +} +#site-title { + float: left; + margin: 0; + width: 300px; +} +#branding img { + border: 0; +} +#site-description { + margin: 36px 0 0; + font-size: 18px; line-height: 18px; + float: left; + width: auto; + font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; + font-style: normal; + font-weight: bold; + letter-spacing: -1px; + color: #a5a5a5; +} + +#access { + margin: 10px 0; +} +#access ul { padding: 0; } +#access li { min-width: 20px; } +#access a { color: #dddddd; font-weight: bold; } +#access a:hover, #access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, +#access ul li.current-menu-item > a, #access ul li.current-menu-parent > a { + color: #ffffff; + font-weight: bold; +} +#access li:hover > a, #access ul ul :hover > a { + color:#fff; + background:#444; +} +#access ul ul a { + background:#444; +} + +#menu-item-1167 { + float: right !important; + background: #E18B16 !important; +} +#menu-item-1167:hover > a { + background: #ef9d32 !important; +} +#menu-item-1167 a, #menu-item-1167 a:visited { + color: #ffffff !important; +} + +#access { + font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif; + background: #000; + margin: 20px auto 0; + width: 940px; + display:block; + float:left; +} +#access .menu-header, +div.menu { + font-size: 13px; + margin-left: 12px; +} +#access .menu-header ul, +div.menu ul { + list-style: none; + margin: 0; +} +#access .menu-header li, +div.menu li { + float:left; + position: relative; +} +#access a { + display:block; + text-decoration:none; + color: #DDD; + font-weight: bold; + padding:0 10px; + line-height:38px; +} +#access ul ul { + display:none; + position:absolute; + top:38px; + left:0; + float:left; + box-shadow: 0px 3px 3px rgba(0,0,0,0.2); + -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); + -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); + width: 180px; + z-index: 99999; +} +#access ul ul li { + min-width: 180px; +} +#access ul ul ul { + left:100%; + top:0; +} +#access ul ul a { + background:#333; + height:auto; + line-height:1em; + padding:10px; + width: 160px; +} +#access li:hover > a, +#access ul ul :hover > a { + color:#fff; + background:#333; +} +#access ul li:hover > ul { + display:block; +} +#access ul li.current_page_item > a, +#access ul li.current-menu-ancestor > a, +#access ul li.current-menu-item > a, +#access ul li.current-menu-parent > a { + color: #fff; +} + +* html #access ul li.current_page_item a, +* html #access ul li.current-menu-ancestor a, +* html #access ul li.current-menu-item a, +* html #access ul li.current-menu-parent a, +* html #access ul li a:hover { + color:#fff; +} + +/* modify layout to match mathjax site */ + +.related, .document { + width: 940px !important; + margin: 0 auto; +} + /* -- page layout ----------------------------------------------------------- */ body { diff --git a/docs/html/_static/plus.png b/docs/build/html/_static/plus.png similarity index 100% rename from docs/html/_static/plus.png rename to docs/build/html/_static/plus.png diff --git a/docs/html/_static/pygments.css b/docs/build/html/_static/pygments.css similarity index 100% rename from docs/html/_static/pygments.css rename to docs/build/html/_static/pygments.css diff --git a/docs/html/_static/searchtools.js b/docs/build/html/_static/searchtools.js similarity index 99% rename from docs/html/_static/searchtools.js rename to docs/build/html/_static/searchtools.js index 5cbfe004b..dae92b5e5 100644 --- a/docs/html/_static/searchtools.js +++ b/docs/build/html/_static/searchtools.js @@ -4,7 +4,7 @@ * * Sphinx JavaScript utilties for the full-text search. * - * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ diff --git a/docs/html/_static/underscore.js b/docs/build/html/_static/underscore.js similarity index 100% rename from docs/html/_static/underscore.js rename to docs/build/html/_static/underscore.js diff --git a/docs/html/api/ajax.html b/docs/build/html/api/ajax.html similarity index 81% rename from docs/html/api/ajax.html rename to docs/build/html/api/ajax.html index 606f21208..7e701c353 100644 --- a/docs/html/api/ajax.html +++ b/docs/build/html/api/ajax.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/api/callback.html b/docs/build/html/api/callback.html similarity index 84% rename from docs/html/api/callback.html rename to docs/build/html/api/callback.html index e8b189aa7..bf51f64c3 100644 --- a/docs/html/api/callback.html +++ b/docs/build/html/api/callback.html @@ -21,12 +21,65 @@ + +
+ +

Executing a Callback ObjectΒΆ

The Callback object is itself a function, and calling that function @@ -428,8 +481,9 @@ and returns the signal object. See

\ No newline at end of file diff --git a/docs/html/api/elementjax.html b/docs/build/html/api/elementjax.html similarity index 73% rename from docs/html/api/elementjax.html rename to docs/build/html/api/elementjax.html index 43c4c6b12..f0ee6cfef 100644 --- a/docs/html/api/elementjax.html +++ b/docs/build/html/api/elementjax.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/api/html.html b/docs/build/html/api/html.html similarity index 78% rename from docs/html/api/html.html rename to docs/build/html/api/html.html index 300dc9051..90fac3c75 100644 --- a/docs/html/api/html.html +++ b/docs/build/html/api/html.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/api/hub.html b/docs/build/html/api/hub.html similarity index 88% rename from docs/html/api/hub.html rename to docs/build/html/api/hub.html index 16b2586bb..4ee183462 100644 --- a/docs/html/api/hub.html +++ b/docs/build/html/api/hub.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/api/index.html b/docs/build/html/api/index.html similarity index 60% rename from docs/html/api/index.html rename to docs/build/html/api/index.html index a09df08d7..7d003f62d 100644 --- a/docs/html/api/index.html +++ b/docs/build/html/api/index.html @@ -21,11 +21,64 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/api/inputjax.html b/docs/build/html/api/inputjax.html similarity index 71% rename from docs/html/api/inputjax.html rename to docs/build/html/api/inputjax.html index 03d5ba7ee..a4e25ba9d 100644 --- a/docs/html/api/inputjax.html +++ b/docs/build/html/api/inputjax.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/api/jax.html b/docs/build/html/api/jax.html similarity index 78% rename from docs/html/api/jax.html rename to docs/build/html/api/jax.html index 19cc0c468..a3831a63d 100644 --- a/docs/html/api/jax.html +++ b/docs/build/html/api/jax.html @@ -21,12 +21,65 @@ + +
+ +
@@ -312,8 +365,9 @@ have been modified during the configuration process). \ No newline at end of file diff --git a/docs/html/api/message.html b/docs/build/html/api/message.html similarity index 71% rename from docs/html/api/message.html rename to docs/build/html/api/message.html index adf749aef..4b6881072 100644 --- a/docs/html/api/message.html +++ b/docs/build/html/api/message.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/api/object.html b/docs/build/html/api/object.html similarity index 86% rename from docs/html/api/object.html rename to docs/build/html/api/object.html index 4b3e3df6e..9c4591d3f 100644 --- a/docs/html/api/object.html +++ b/docs/build/html/api/object.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/api/outputjax.html b/docs/build/html/api/outputjax.html similarity index 73% rename from docs/html/api/outputjax.html rename to docs/build/html/api/outputjax.html index fa84b1af8..2254bcaba 100644 --- a/docs/html/api/outputjax.html +++ b/docs/build/html/api/outputjax.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/api/queue.html b/docs/build/html/api/queue.html similarity index 71% rename from docs/html/api/queue.html rename to docs/build/html/api/queue.html index 47b3a87ba..85a9a75e8 100644 --- a/docs/html/api/queue.html +++ b/docs/build/html/api/queue.html @@ -21,12 +21,65 @@ + +
+ +
@@ -240,8 +293,9 @@ it has been waiting for a command to complete.

\ No newline at end of file diff --git a/docs/html/api/signal.html b/docs/build/html/api/signal.html similarity index 79% rename from docs/html/api/signal.html rename to docs/build/html/api/signal.html index c63766281..5b57f4a11 100644 --- a/docs/html/api/signal.html +++ b/docs/build/html/api/signal.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/api/variable.html b/docs/build/html/api/variable.html similarity index 66% rename from docs/html/api/variable.html rename to docs/build/html/api/variable.html index c34e309a3..285965bb5 100644 --- a/docs/html/api/variable.html +++ b/docs/build/html/api/variable.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/callbacks.html b/docs/build/html/callbacks.html similarity index 85% rename from docs/html/callbacks.html rename to docs/build/html/callbacks.html index bae9a78b3..807ee689e 100644 --- a/docs/html/callbacks.html +++ b/docs/build/html/callbacks.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/community.html b/docs/build/html/community.html similarity index 62% rename from docs/html/community.html rename to docs/build/html/community.html index c43bf9edf..224390473 100644 --- a/docs/html/community.html +++ b/docs/build/html/community.html @@ -21,11 +21,64 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/configuration.html b/docs/build/html/configuration.html similarity index 88% rename from docs/html/configuration.html rename to docs/build/html/configuration.html index 7f79d2a24..4b6ab5353 100644 --- a/docs/html/configuration.html +++ b/docs/build/html/configuration.html @@ -21,11 +21,64 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/dynamic.html b/docs/build/html/dynamic.html similarity index 85% rename from docs/html/dynamic.html rename to docs/build/html/dynamic.html index 251284240..6f983c3c1 100644 --- a/docs/html/dynamic.html +++ b/docs/build/html/dynamic.html @@ -21,11 +21,64 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/genindex.html b/docs/build/html/genindex.html similarity index 74% rename from docs/html/genindex.html rename to docs/build/html/genindex.html index 7a1d3dd99..51997042f 100644 --- a/docs/html/genindex.html +++ b/docs/build/html/genindex.html @@ -21,9 +21,11 @@ + +

A

- -
+ + -
addElement()
addText()
+
Augment()

C

- -
+ + -
call()
Callback
Callback Queue
Callback Signal
+
can()
Clear()
Config()
@@ -72,84 +74,84 @@

D

- -
+ +
Delay()

E

- -
+ + -
Element()
ExecuteHook()
+
executeHooks()

F

- -
+ + -
fileURL()
+
formatError()

G

- -
+ + -
getAllJax()
getJaxByInputType()
+
getJaxByType()
getJaxFor()

H

- -
+ + -
has()
+
HTML-CSS

I

- -
+ + -
Init()
Insert()
Interest()
+
isa()
isJax()

J

- -
+ +
jax

L

- -
+ + -
LaTeX
Load()
loadComplete()
loadError()
+
loadHook()
loadTimeout()
Log()
@@ -157,66 +159,66 @@

M

- -
+ + -
MathML
+
MessageHook()

N

- -
+ + -
NoInterest()
+
noTranslate()

P

- -
+ + -
Post()
PreProcess()
+
Process()
Push()

Q

- -
+ +
Queue()

R

- -
+ + -
Register()
Reprocess()
Require()
+
reset()
Resume()

S

- -
+ + -
Set()
Signal()
SourceElement()
Startup()
+
STIX
Styles()
Subclass()
@@ -225,28 +227,28 @@

T

- -
+ + -
TeX
Text()
TextNode()
+
Translate()
Typeset()

U

- -
+ +
Update()

W

- -
+ +
wait()
@@ -288,8 +290,9 @@ \ No newline at end of file diff --git a/docs/html/glossary.html b/docs/build/html/glossary.html similarity index 62% rename from docs/html/glossary.html rename to docs/build/html/glossary.html index d21d1c27a..9c1c757b6 100644 --- a/docs/html/glossary.html +++ b/docs/build/html/glossary.html @@ -21,10 +21,63 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/index.html b/docs/build/html/index.html similarity index 62% rename from docs/html/index.html rename to docs/build/html/index.html index 59873e99d..42fbf284c 100644 --- a/docs/html/index.html +++ b/docs/build/html/index.html @@ -21,10 +21,63 @@ + +
+ +
@@ -170,8 +223,9 @@ MathML that works in all modern browsers.

\ No newline at end of file diff --git a/docs/html/installation.html b/docs/build/html/installation.html similarity index 81% rename from docs/html/installation.html rename to docs/build/html/installation.html index f197f0a92..634d0e764 100644 --- a/docs/html/installation.html +++ b/docs/build/html/installation.html @@ -21,11 +21,64 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/jsMath.html b/docs/build/html/jsMath.html similarity index 60% rename from docs/html/jsMath.html rename to docs/build/html/jsMath.html index dc1a5466f..85aab2ec2 100644 --- a/docs/html/jsMath.html +++ b/docs/build/html/jsMath.html @@ -21,11 +21,64 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/mathjax.html b/docs/build/html/mathjax.html similarity index 57% rename from docs/html/mathjax.html rename to docs/build/html/mathjax.html index 92e382be0..3cb9602f8 100644 --- a/docs/html/mathjax.html +++ b/docs/build/html/mathjax.html @@ -21,11 +21,64 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/mathml.html b/docs/build/html/mathml.html similarity index 71% rename from docs/html/mathml.html rename to docs/build/html/mathml.html index 5a804ee65..3f30e8e21 100644 --- a/docs/html/mathml.html +++ b/docs/build/html/mathml.html @@ -21,11 +21,64 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/model.html b/docs/build/html/model.html similarity index 79% rename from docs/html/model.html rename to docs/build/html/model.html index ed4a51985..a9949c389 100644 --- a/docs/html/model.html +++ b/docs/build/html/model.html @@ -21,11 +21,64 @@ + +
+ +
\ No newline at end of file diff --git a/docs/build/html/objects.inv b/docs/build/html/objects.inv new file mode 100644 index 000000000..e41ee2fb6 Binary files /dev/null and b/docs/build/html/objects.inv differ diff --git a/docs/html/options/FontWarnings.html b/docs/build/html/options/FontWarnings.html similarity index 73% rename from docs/html/options/FontWarnings.html rename to docs/build/html/options/FontWarnings.html index 2bdd2614c..748336b35 100644 --- a/docs/html/options/FontWarnings.html +++ b/docs/build/html/options/FontWarnings.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/options/HTML-CSS.html b/docs/build/html/options/HTML-CSS.html similarity index 73% rename from docs/html/options/HTML-CSS.html rename to docs/build/html/options/HTML-CSS.html index a05c97883..64d80cb65 100644 --- a/docs/html/options/HTML-CSS.html +++ b/docs/build/html/options/HTML-CSS.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/options/MMLorHTML.html b/docs/build/html/options/MMLorHTML.html similarity index 61% rename from docs/html/options/MMLorHTML.html rename to docs/build/html/options/MMLorHTML.html index 9f475b8d1..b901b7ccb 100644 --- a/docs/html/options/MMLorHTML.html +++ b/docs/build/html/options/MMLorHTML.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/options/MathML.html b/docs/build/html/options/MathML.html similarity index 57% rename from docs/html/options/MathML.html rename to docs/build/html/options/MathML.html index 37a7476f7..41bfb614e 100644 --- a/docs/html/options/MathML.html +++ b/docs/build/html/options/MathML.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/options/MathMenu.html b/docs/build/html/options/MathMenu.html similarity index 67% rename from docs/html/options/MathMenu.html rename to docs/build/html/options/MathMenu.html index 260b5406f..5c5f250a5 100644 --- a/docs/html/options/MathMenu.html +++ b/docs/build/html/options/MathMenu.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/options/MathZoom.html b/docs/build/html/options/MathZoom.html similarity index 60% rename from docs/html/options/MathZoom.html rename to docs/build/html/options/MathZoom.html index 9ebeaf311..2082418d3 100644 --- a/docs/html/options/MathZoom.html +++ b/docs/build/html/options/MathZoom.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/options/NativeMML.html b/docs/build/html/options/NativeMML.html similarity index 64% rename from docs/html/options/NativeMML.html rename to docs/build/html/options/NativeMML.html index 2aca0c394..4878fffa7 100644 --- a/docs/html/options/NativeMML.html +++ b/docs/build/html/options/NativeMML.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/options/TeX.html b/docs/build/html/options/TeX.html similarity index 66% rename from docs/html/options/TeX.html rename to docs/build/html/options/TeX.html index 6238d1697..bbcbc6972 100644 --- a/docs/html/options/TeX.html +++ b/docs/build/html/options/TeX.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/options/hub.html b/docs/build/html/options/hub.html similarity index 80% rename from docs/html/options/hub.html rename to docs/build/html/options/hub.html index 880afc629..d104f0e95 100644 --- a/docs/html/options/hub.html +++ b/docs/build/html/options/hub.html @@ -21,12 +21,65 @@ + +
+ +
@@ -335,8 +388,9 @@ how these are specified in JavaScript.

\ No newline at end of file diff --git a/docs/html/options/jsMath2jax.html b/docs/build/html/options/jsMath2jax.html similarity index 64% rename from docs/html/options/jsMath2jax.html rename to docs/build/html/options/jsMath2jax.html index 934e809b9..d2a52bd42 100644 --- a/docs/html/options/jsMath2jax.html +++ b/docs/build/html/options/jsMath2jax.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/options/mml2jax.html b/docs/build/html/options/mml2jax.html similarity index 64% rename from docs/html/options/mml2jax.html rename to docs/build/html/options/mml2jax.html index c52a3a570..0153ef04b 100644 --- a/docs/html/options/mml2jax.html +++ b/docs/build/html/options/mml2jax.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/options/tex2jax.html b/docs/build/html/options/tex2jax.html similarity index 75% rename from docs/html/options/tex2jax.html rename to docs/build/html/options/tex2jax.html index fde40194b..447bda0a0 100644 --- a/docs/html/options/tex2jax.html +++ b/docs/build/html/options/tex2jax.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/output.html b/docs/build/html/output.html similarity index 73% rename from docs/html/output.html rename to docs/build/html/output.html index 62593948f..0a99fd282 100644 --- a/docs/html/output.html +++ b/docs/build/html/output.html @@ -21,11 +21,64 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/platforms/index.html b/docs/build/html/platforms/index.html similarity index 64% rename from docs/html/platforms/index.html rename to docs/build/html/platforms/index.html index 63e52f7ce..8ae9d484c 100644 --- a/docs/html/platforms/index.html +++ b/docs/build/html/platforms/index.html @@ -21,11 +21,64 @@ + +
+ +

Keep in mind that this will enable MathJax for your current theme/template only. If you change themes or update your theme, you will have to repeat these steps.

@@ -161,8 +214,9 @@ instructions for these are given via the links below.

\ No newline at end of file diff --git a/docs/html/platforms/movable-type.html b/docs/build/html/platforms/movable-type.html similarity index 57% rename from docs/html/platforms/movable-type.html rename to docs/build/html/platforms/movable-type.html index d71545aa8..3f0789f0a 100644 --- a/docs/html/platforms/movable-type.html +++ b/docs/build/html/platforms/movable-type.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/platforms/wordpress.html b/docs/build/html/platforms/wordpress.html similarity index 59% rename from docs/html/platforms/wordpress.html rename to docs/build/html/platforms/wordpress.html index 6416514b3..604bd7d2d 100644 --- a/docs/html/platforms/wordpress.html +++ b/docs/build/html/platforms/wordpress.html @@ -21,12 +21,65 @@ + + \ No newline at end of file diff --git a/docs/html/queues.html b/docs/build/html/queues.html similarity index 85% rename from docs/html/queues.html rename to docs/build/html/queues.html index eb4aa23a0..882f3e731 100644 --- a/docs/html/queues.html +++ b/docs/build/html/queues.html @@ -21,12 +21,65 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/search.html b/docs/build/html/search.html similarity index 94% rename from docs/html/search.html rename to docs/build/html/search.html index 383657a5d..d155fe9d6 100644 --- a/docs/html/search.html +++ b/docs/build/html/search.html @@ -22,6 +22,7 @@ + + +
+ +
\ No newline at end of file diff --git a/docs/html/start.html b/docs/build/html/start.html similarity index 86% rename from docs/html/start.html rename to docs/build/html/start.html index acff8fbb5..c5842da3b 100644 --- a/docs/html/start.html +++ b/docs/build/html/start.html @@ -21,11 +21,64 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/startup.html b/docs/build/html/startup.html similarity index 74% rename from docs/html/startup.html rename to docs/build/html/startup.html index 9555f076b..856e4a7ee 100644 --- a/docs/html/startup.html +++ b/docs/build/html/startup.html @@ -21,11 +21,64 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/synchronize.html b/docs/build/html/synchronize.html similarity index 64% rename from docs/html/synchronize.html rename to docs/build/html/synchronize.html index 05433c5db..d534444ae 100644 --- a/docs/html/synchronize.html +++ b/docs/build/html/synchronize.html @@ -21,11 +21,64 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/tex.html b/docs/build/html/tex.html similarity index 92% rename from docs/html/tex.html rename to docs/build/html/tex.html index 4e15ba220..f42939903 100644 --- a/docs/html/tex.html +++ b/docs/build/html/tex.html @@ -21,11 +21,64 @@ + +
+ +
\ No newline at end of file diff --git a/docs/html/typeset.html b/docs/build/html/typeset.html similarity index 83% rename from docs/html/typeset.html rename to docs/build/html/typeset.html index e8545ca7c..5a0a8db42 100644 --- a/docs/html/typeset.html +++ b/docs/build/html/typeset.html @@ -21,11 +21,64 @@ + +
+ +

Note that once you have located an element jax, you can keep using it and don’t have to look it up again. So for the example above, if the student is going to be able to type several different answers that you @@ -311,8 +364,9 @@ You typed: ${}$

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