gollum 1.1.1 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of gollum might be problematic. Click here for more details.
- data/Gemfile +3 -0
- data/HISTORY.md +14 -2
- data/Home.md +3 -0
- data/README.md +24 -7
- data/bin/gollum +25 -6
- data/gollum.gemspec +336 -39
- data/lib/gollum.rb +5 -44
- data/lib/gollum/albino.rb +4 -29
- data/lib/gollum/blob_entry.rb +15 -8
- data/lib/gollum/committer.rb +217 -0
- data/lib/gollum/file.rb +2 -3
- data/lib/gollum/frontend/app.rb +64 -23
- data/lib/gollum/frontend/public/css/dialog.css +141 -0
- data/lib/gollum/frontend/public/css/editor.css +537 -0
- data/lib/gollum/frontend/public/css/gollum.css +643 -33
- data/lib/gollum/frontend/public/css/ie7.css +69 -0
- data/lib/gollum/frontend/public/css/template.css +316 -0
- data/lib/gollum/frontend/public/images/icon-sprite.png +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/MathJax.js +17 -1678
- data/lib/gollum/frontend/public/javascript/MathJax/config/MMLorHTML.js +10 -55
- data/lib/gollum/frontend/public/javascript/MathJax/config/MathJax.js +288 -49
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.buildinfo +4 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/CSS-styles.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/HTML-snippets.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/ajax.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/callback.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/elementjax.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/html.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/hub.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/index.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/inputjax.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/jax.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/message.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/object.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/outputjax.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/queue.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/signal.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/variable.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/callbacks.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/community.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/configuration.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/dynamic.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/environment.pickle +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/glossary.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/index.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/installation.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/jsMath.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/mathjax.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/mathml.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/model.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/FontWarnings.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/HTML-CSS.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/MMLorHTML.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/MathML.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/MathMenu.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/MathZoom.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/NativeMML.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/TeX.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/hub.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/jsMath2jax.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/mml2jax.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/tex2jax.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/output.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/platforms/index.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/platforms/movable-type.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/platforms/wordpress.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/queues.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/signals.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/start.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/startup.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/synchronize.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/tex.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/typeset.doctree +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/CSS-styles.html +173 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/HTML-snippets.html +170 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_images/badge.gif +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_images/mt_head.png +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_images/mt_menu.png +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_images/mt_templates.png +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_images/wp_menu.png +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_images/wp_templates.png +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/CSS-styles.txt +79 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/HTML-snippets.txt +83 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/ajax.txt +196 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/callback.txt +259 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/elementjax.txt +122 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/html.txt +122 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/hub.txt +330 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/index.txt +44 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/inputjax.txt +86 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/jax.txt +148 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/message.txt +86 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/object.txt +210 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/outputjax.txt +100 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/queue.txt +99 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/signal.txt +154 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/variable.txt +83 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/callbacks.txt +228 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/community.txt +60 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/configuration.txt +375 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/dynamic.txt +181 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/glossary.txt +75 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/index.txt +71 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/installation.txt +184 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/jsMath.txt +31 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/mathjax.txt +36 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/mathml.txt +97 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/model.txt +224 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/FontWarnings.txt +140 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/HTML-CSS.txt +119 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/MMLorHTML.txt +42 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/MathML.txt +27 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/MathMenu.txt +79 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/MathZoom.txt +42 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/NativeMML.txt +61 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/TeX.txt +67 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/hub.txt +209 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/jsMath2jax.txt +53 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/mml2jax.txt +53 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/tex2jax.txt +137 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/output.txt +126 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/platforms/index.txt +65 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/platforms/movable-type.txt +41 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/platforms/wordpress.txt +42 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/queues.txt +254 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/signals.txt +161 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/start.txt +314 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/startup.txt +152 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/synchronize.txt +65 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/tex.txt +1090 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/typeset.txt +229 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/basic.css +509 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/doctools.js +247 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/file.png +0 -0
- data/lib/gollum/frontend/public/javascript/{jquery-1.4.2.min.js → MathJax/docs/html/_static/jquery.js} +1 -1
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/mathjax_mathml.user.js +22 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/mathjax_wikipedia.user.js +35 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/minus.png +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/mj.css +223 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/plus.png +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/pygments.css +61 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/searchtools.js +505 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/underscore.js +16 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/ajax.html +406 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/callback.html +435 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/elementjax.html +283 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/html.html +292 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/hub.html +674 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/index.html +144 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/inputjax.html +221 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/jax.html +319 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/message.html +224 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/object.html +356 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/outputjax.html +246 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/queue.html +247 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/signal.html +334 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/variable.html +220 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/callbacks.html +305 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/community.html +155 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/configuration.html +434 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/dynamic.html +274 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/genindex.html +295 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/glossary.html +160 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/index.html +177 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/installation.html +262 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/jsMath.html +128 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/mathjax.html +137 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/mathml.html +194 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/model.html +305 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/objects.inv +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/FontWarnings.html +264 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/HTML-CSS.html +241 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/MMLorHTML.html +143 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/MathML.html +132 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/MathMenu.html +194 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/MathZoom.html +147 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/NativeMML.html +171 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/TeX.html +175 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/hub.html +342 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/jsMath2jax.html +154 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/mml2jax.html +154 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/tex2jax.html +249 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/output.html +218 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/platforms/index.html +168 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/platforms/movable-type.html +145 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/platforms/wordpress.html +146 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/queues.html +334 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/search.html +95 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/searchindex.js +1 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/signals.html +257 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/start.html +374 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/startup.html +239 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/synchronize.html +161 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/tex.html +1152 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/html/typeset.html +318 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/CSS-styles.rst +79 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/HTML-snippets.rst +83 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/_static/mathjax_mathml.user.js +22 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/_static/mathjax_wikipedia.user.js +35 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/ajax.rst +196 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/callback.rst +259 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/elementjax.rst +122 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/html.rst +122 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/hub.rst +330 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/index.rst +44 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/inputjax.rst +86 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/jax.rst +148 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/message.rst +86 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/object.rst +210 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/outputjax.rst +100 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/queue.rst +99 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/signal.rst +154 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/variable.rst +83 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/callbacks.rst +228 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/community.rst +60 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/conf.py +198 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/configuration.rst +375 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/dynamic.rst +181 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/glossary.rst +75 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/images/mt_head.png +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/images/mt_menu.png +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/images/mt_templates.png +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/images/wp_menu.png +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/images/wp_templates.png +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/index.rst +71 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/installation.rst +184 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/jsMath.rst +31 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/mathjax.rst +36 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/mathml.rst +97 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/mjtheme/static/mj.css_t +256 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/mjtheme/theme.conf +30 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/model.rst +224 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/FontWarnings.rst +140 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/HTML-CSS.rst +119 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/MMLorHTML.rst +42 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/MathML.rst +27 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/MathMenu.rst +79 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/MathZoom.rst +42 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/NativeMML.rst +61 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/TeX.rst +67 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/hub.rst +209 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/jsMath2jax.rst +53 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/mml2jax.rst +53 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/tex2jax.rst +137 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/output.rst +126 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/platforms/index.rst +65 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/platforms/movable-type.rst +41 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/platforms/wordpress.rst +42 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/queues.rst +254 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/signals.rst +161 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/start.rst +314 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/startup.rst +152 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/synchronize.rst +65 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/tex.rst +1090 -0
- data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/typeset.rst +229 -0
- data/lib/gollum/frontend/public/javascript/MathJax/extensions/FontWarnings.js +18 -0
- data/lib/gollum/frontend/public/javascript/MathJax/extensions/MathMenu.js +18 -0
- data/lib/gollum/frontend/public/javascript/MathJax/extensions/MathZoom.js +18 -0
- data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/AMSmath.js +11 -369
- data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/AMSsymbols.js +11 -378
- data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/autobold.js +11 -36
- data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/boldsymbol.js +10 -101
- data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/mathchoice.js +10 -57
- data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/newcommand.js +10 -177
- data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/noErrors.js +10 -161
- data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/noUndefined.js +18 -0
- data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/unicode.js +10 -123
- data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/verb.js +10 -45
- data/lib/gollum/frontend/public/javascript/MathJax/extensions/jsMath2jax.js +10 -69
- data/lib/gollum/frontend/public/javascript/MathJax/extensions/mml2jax.js +10 -93
- data/lib/gollum/frontend/public/javascript/MathJax/extensions/tex2jax.js +10 -234
- data/lib/gollum/frontend/public/javascript/MathJax/extensions/toMathML.js +10 -132
- data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/jax.js +11 -1466
- data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/Arrows.js +11 -115
- data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/BasicLatin.js +11 -51
- data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/CombDiacritMarks.js +11 -28
- data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/CombDiactForSymbols.js +11 -28
- data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/Dingbats.js +11 -28
- data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/GeneralPunctuation.js +11 -33
- data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/GeometricShapes.js +11 -59
- data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/GreekAndCoptic.js +11 -28
- data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/Latin1Supplement.js +11 -30
- data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/LetterlikeSymbols.js +11 -32
- data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/MathOperators.js +11 -221
- data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/MiscMathSymbolsA.js +11 -31
- data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/MiscMathSymbolsB.js +11 -160
- data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/MiscTechnical.js +11 -31
- data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/SpacingModLetters.js +11 -29
- data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/SuppMathOperators.js +11 -282
- data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/SupplementalArrowsB.js +11 -155
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/config.js +11 -32
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/a.js +11 -80
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/b.js +11 -107
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/c.js +11 -104
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/d.js +11 -105
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/e.js +11 -81
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/f.js +11 -51
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/fr.js +11 -72
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/g.js +11 -75
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/h.js +11 -45
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/i.js +11 -78
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/j.js +11 -29
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/k.js +11 -29
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/l.js +11 -168
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/m.js +11 -54
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/n.js +11 -212
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/o.js +11 -81
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/opf.js +11 -72
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/p.js +11 -77
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/q.js +11 -27
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/r.js +11 -127
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/s.js +11 -161
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/scr.js +11 -72
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/t.js +11 -75
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/u.js +11 -84
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/v.js +11 -66
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/w.js +11 -28
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/x.js +11 -40
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/y.js +11 -34
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/z.js +11 -32
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/jax.js +10 -582
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/TeX/config.js +11 -33
- data/lib/gollum/frontend/public/javascript/MathJax/jax/input/TeX/jax.js +11 -1644
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/maction.js +18 -0
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/menclose.js +10 -53
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/mglyph.js +10 -90
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/mmultiscripts.js +18 -0
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/ms.js +10 -41
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/mtable.js +18 -0
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/multiline.js +18 -0
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/config.js +10 -119
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/AlphaPresentForms.js +12 -26
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Arrows.js +12 -103
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoldFraktur.js +12 -73
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoxDrawing.js +12 -61
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiacritMarks.js +12 -92
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiactForSymbols.js +12 -43
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/ControlPictures.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CurrencySymbols.js +12 -25
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Cyrillic.js +12 -123
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/EnclosedAlphanum.js +12 -83
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeneralPunctuation.js +12 -61
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeometricShapes.js +12 -27
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekAndCoptic.js +12 -103
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekBold.js +12 -79
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekSSBold.js +12 -79
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/IPAExtensions.js +12 -110
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Latin1Supplement.js +12 -117
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedA.js +12 -149
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedAdditional.js +12 -29
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedB.js +12 -53
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LetterlikeSymbols.js +12 -63
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Main.js +12 -166
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathBold.js +12 -83
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathOperators.js +12 -254
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathSSBold.js +12 -83
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsA.js +12 -25
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsB.js +12 -31
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js +12 -24
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscTechnical.js +12 -36
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/NumberForms.js +12 -33
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/PhoneticExtensions.js +12 -24
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SpacingModLetters.js +12 -81
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuperAndSubscripts.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuppMathOperators.js +12 -78
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/AlphaPresentForms.js +12 -26
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BasicLatin.js +12 -116
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BoxDrawing.js +12 -61
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CombDiactForSymbols.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/ControlPictures.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CurrencySymbols.js +12 -25
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Cyrillic.js +12 -123
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/EnclosedAlphanum.js +12 -83
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GeneralPunctuation.js +12 -44
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekAndCoptic.js +12 -113
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekBoldItalic.js +12 -79
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekSSBoldItalic.js +12 -79
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/IPAExtensions.js +12 -110
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Latin1Supplement.js +12 -117
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedA.js +12 -149
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedAdditional.js +12 -29
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedB.js +12 -53
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LetterlikeSymbols.js +12 -50
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Main.js +12 -50
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldItalic.js +12 -73
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldScript.js +12 -73
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathOperators.js +12 -23
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathSSItalicBold.js +12 -73
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/SpacingModLetters.js +12 -48
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/AlphaPresentForms.js +12 -26
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/BoxDrawing.js +12 -61
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/CombDiactForSymbols.js +12 -41
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ControlPictures.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/CurrencySymbols.js +12 -25
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Cyrillic.js +12 -123
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/EnclosedAlphanum.js +12 -83
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GeneralPunctuation.js +12 -44
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekAndCoptic.js +12 -72
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekItalic.js +12 -79
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/IPAExtensions.js +12 -110
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Latin1Supplement.js +12 -117
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedA.js +12 -148
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedAdditional.js +12 -29
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedB.js +12 -52
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LetterlikeSymbols.js +12 -50
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Main.js +12 -186
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathItalic.js +12 -72
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathOperators.js +12 -23
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathSSItalic.js +12 -73
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathScript.js +12 -62
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/SpacingModLetters.js +12 -48
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js +12 -23
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/AlphaPresentForms.js +12 -26
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Arrows.js +12 -100
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BBBold.js +12 -76
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BlockElements.js +12 -29
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoldFraktur.js +12 -73
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoxDrawing.js +12 -66
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js +12 -23
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiacritMarks.js +12 -80
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiactForSymbols.js +12 -44
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ControlPictures.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CurrencySymbols.js +12 -25
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Cyrillic.js +12 -123
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Dingbats.js +12 -51
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/EnclosedAlphanum.js +12 -83
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Fraktur.js +12 -68
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeneralPunctuation.js +12 -62
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeometricShapes.js +12 -112
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekAndCoptic.js +12 -103
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBold.js +12 -79
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBoldItalic.js +12 -79
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekItalic.js +12 -79
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBold.js +12 -79
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBoldItalic.js +12 -79
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/IPAExtensions.js +12 -112
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Latin1Supplement.js +12 -109
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedA.js +12 -148
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedAdditional.js +12 -29
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedB.js +12 -57
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedD.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LetterlikeSymbols.js +12 -76
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Main.js +12 -374
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBold.js +12 -83
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldItalic.js +12 -73
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldScript.js +12 -73
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathItalic.js +12 -72
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathOperators.js +12 -201
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSS.js +12 -83
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSBold.js +12 -84
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalic.js +12 -73
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalicBold.js +12 -73
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathScript.js +12 -62
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathTT.js +12 -82
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsA.js +12 -60
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsB.js +12 -148
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbols.js +12 -68
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbolsAndArrows.js +12 -85
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscTechnical.js +12 -74
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/NumberForms.js +12 -33
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/PhoneticExtensions.js +12 -30
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SpacingModLetters.js +12 -73
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuperAndSubscripts.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuppMathOperators.js +12 -265
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsA.js +12 -29
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsB.js +12 -149
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js +12 -23
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Bold/All.js +12 -49
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/All.js +12 -48
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/Main.js +12 -30
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Bold/All.js +12 -49
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/All.js +12 -48
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/Main.js +12 -30
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Bold/All.js +12 -49
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/All.js +12 -48
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/Main.js +12 -30
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Bold/All.js +12 -49
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/All.js +12 -48
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/Main.js +12 -30
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Bold/All.js +12 -49
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/All.js +12 -48
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/Main.js +12 -30
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js +12 -23
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/Main.js +12 -29
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/PrivateUse.js +12 -176
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/All.js +12 -23
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/Main.js +12 -30
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/PrivateUse.js +12 -209
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js +12 -23
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/Main.js +12 -54
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/PrivateUse.js +12 -236
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/All.js +12 -23
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/Main.js +12 -51
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/PrivateUse.js +12 -381
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/All.js +12 -45
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/Main.js +12 -37
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Bold/Main.js +12 -40
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/All.js +12 -57
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/Main.js +12 -56
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/Main.js +12 -46
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/All.js +12 -71
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/Main.js +12 -99
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Bold/Main.js +12 -40
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/All.js +12 -57
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/Main.js +12 -56
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Bold/Main.js +12 -40
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/All.js +12 -58
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/Main.js +12 -57
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/All.js +12 -54
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/Main.js +12 -38
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/All.js +12 -114
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/Main.js +12 -43
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/fontdata-beta.js +10 -365
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/fontdata.js +12 -1396
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js +12 -59
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js +12 -49
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js +12 -27
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js +12 -23
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js +12 -23
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js +12 -30
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js +12 -23
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js +12 -25
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js +12 -28
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js +12 -45
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js +12 -132
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js +12 -23
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js +12 -37
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js +12 -23
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js +12 -44
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js +12 -90
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js +12 -89
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js +12 -103
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js +12 -30
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js +12 -24
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js +12 -28
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js +12 -103
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js +12 -29
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js +12 -24
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js +12 -29
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js +12 -37
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js +12 -104
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js +12 -103
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js +12 -36
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js +12 -45
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js +12 -33
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js +12 -38
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js +12 -26
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GreekAndCoptic.js +12 -32
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js +12 -30
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js +12 -27
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js +12 -155
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js +12 -88
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js +12 -23
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js +12 -28
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js +12 -27
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js +12 -30
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js +12 -24
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js +12 -28
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js +12 -32
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js +12 -27
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GreekAndCoptic.js +12 -32
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LatinExtendedA.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LatinExtendedB.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js +12 -131
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Arrows.js +12 -45
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js +12 -33
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiactForSymbols.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeneralPunctuation.js +12 -32
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js +12 -26
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GreekAndCoptic.js +12 -32
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Latin1Supplement.js +12 -26
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LatinExtendedA.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LatinExtendedB.js +12 -22
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LetterlikeSymbols.js +12 -27
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js +12 -298
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MathOperators.js +12 -88
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscMathSymbolsA.js +12 -25
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js +12 -28
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscTechnical.js +12 -29
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SuppMathOperators.js +12 -24
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SupplementalArrowsA.js +12 -28
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js +12 -199
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js +12 -198
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js +12 -109
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js +12 -32
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js +12 -30
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js +12 -41
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js +12 -109
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js +12 -32
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js +12 -30
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js +12 -41
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js +12 -109
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js +12 -32
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js +12 -29
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js +12 -41
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js +12 -48
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js +12 -56
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js +12 -68
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js +12 -60
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js +12 -44
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js +12 -71
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js +12 -117
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js +12 -30
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js +12 -29
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js +12 -38
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js +12 -37
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js +12 -50
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js +12 -76
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js +12 -105
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata.js +12 -1684
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/imageFonts.js +10 -177
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/jax.js +12 -1984
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/NativeMML/config.js +10 -43
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/NativeMML/jax.js +10 -222
- data/lib/gollum/frontend/public/javascript/MathJax/test/index-images.html +22 -14
- data/lib/gollum/frontend/public/javascript/MathJax/test/index.html +58 -8
- data/lib/gollum/frontend/public/javascript/MathJax/test/sample-dynamic.html +54 -0
- data/lib/gollum/frontend/public/javascript/MathJax/test/sample-mml.html +44 -0
- data/lib/gollum/frontend/public/javascript/MathJax/test/sample-signals.html +121 -0
- data/lib/gollum/frontend/public/javascript/MathJax/test/sample-tex.html +22 -0
- data/lib/gollum/frontend/public/javascript/MathJax/test/sample-tex2mml.html +23 -0
- data/lib/gollum/frontend/public/javascript/editor/gollum.editor.js +1084 -0
- data/lib/gollum/frontend/public/javascript/editor/langs/asciidoc.js +168 -0
- data/lib/gollum/frontend/public/javascript/editor/langs/creole.js +103 -0
- data/lib/gollum/frontend/public/javascript/editor/langs/markdown.js +211 -0
- data/lib/gollum/frontend/public/javascript/editor/langs/org.js +173 -0
- data/lib/gollum/frontend/public/javascript/editor/langs/pod.js +111 -0
- data/lib/gollum/frontend/public/javascript/editor/langs/rdoc.js +74 -0
- data/lib/gollum/frontend/public/javascript/editor/langs/textile.js +175 -0
- data/lib/gollum/frontend/public/javascript/gollum.dialog.js +206 -0
- data/lib/gollum/frontend/public/javascript/gollum.js +178 -231
- data/lib/gollum/frontend/public/javascript/gollum.placeholder.js +54 -0
- data/lib/gollum/frontend/public/javascript/jquery.color.js +123 -0
- data/lib/gollum/frontend/public/javascript/jquery.js +7179 -0
- data/lib/gollum/frontend/templates/compare.mustache +51 -31
- data/lib/gollum/frontend/templates/create.mustache +15 -39
- data/lib/gollum/frontend/templates/edit.mustache +17 -38
- data/lib/gollum/frontend/templates/editor.mustache +116 -0
- data/lib/gollum/frontend/templates/error.mustache +5 -8
- data/lib/gollum/frontend/templates/history.mustache +59 -36
- data/lib/gollum/frontend/templates/layout.mustache +24 -29
- data/lib/gollum/frontend/templates/page.mustache +34 -26
- data/lib/gollum/frontend/templates/search.mustache +35 -18
- data/lib/gollum/frontend/templates/searchbar.mustache +10 -0
- data/lib/gollum/frontend/views/compare.rb +9 -5
- data/lib/gollum/frontend/views/create.rb +23 -0
- data/lib/gollum/frontend/views/edit.rb +40 -1
- data/lib/gollum/frontend/views/history.rb +1 -1
- data/lib/gollum/frontend/views/page.rb +17 -6
- data/lib/gollum/frontend/views/search.rb +8 -0
- data/lib/gollum/git_access.rb +241 -0
- data/lib/gollum/markup.rb +107 -47
- data/lib/gollum/page.rb +114 -67
- data/lib/gollum/sanitization.rb +115 -0
- data/lib/gollum/wiki.rb +307 -267
- data/test/examples/lotr.git/COMMIT_EDITMSG +1 -0
- data/test/examples/lotr.git/config +8 -1
- data/test/examples/lotr.git/index +0 -0
- data/test/examples/lotr.git/info/exclude +1 -1
- data/test/examples/lotr.git/logs/HEAD +2 -0
- data/test/examples/lotr.git/logs/refs/heads/master +2 -0
- data/test/examples/lotr.git/objects/84/0ec5b1ba1320e8ec443f28f99566f615d5af10 +0 -0
- data/test/examples/lotr.git/objects/a3/1ca2a7c352c92531a8b99815d15843b259e814 +0 -0
- data/test/examples/lotr.git/objects/a8/ad3c09dd842a3517085bfadd37718856dee813 +0 -0
- data/test/examples/lotr.git/packed-refs +1 -1
- data/test/examples/lotr.git/refs/heads/master +1 -1
- data/test/examples/lotr.git/refs/remotes/origin/HEAD +1 -0
- data/test/examples/page_file_dir.git/COMMIT_EDITMSG +1 -0
- data/test/examples/page_file_dir.git/HEAD +1 -0
- data/test/examples/page_file_dir.git/config +6 -0
- data/test/examples/page_file_dir.git/description +1 -0
- data/test/examples/page_file_dir.git/index +0 -0
- data/test/examples/page_file_dir.git/info/exclude +6 -0
- data/test/examples/page_file_dir.git/logs/HEAD +1 -0
- data/test/examples/page_file_dir.git/logs/refs/heads/master +1 -0
- data/test/examples/page_file_dir.git/objects/0c/7d27db1f575263efdcab3dc650f4502a2dbcbf +0 -0
- data/test/examples/page_file_dir.git/objects/22/b404803c966dd92865614d86ff22ca12e50c1e +0 -0
- data/test/examples/page_file_dir.git/objects/25/7cc5642cb1a054f08cc83f2d943e56fd3ebe99 +0 -0
- data/test/examples/page_file_dir.git/objects/57/16ca5987cbf97d6bb54920bea6adde242d87e6 +0 -0
- data/test/examples/page_file_dir.git/objects/5b/43e14e0a15fb6f08feab1773d1c0991e9f71e2 +0 -0
- data/test/examples/page_file_dir.git/refs/heads/master +1 -0
- data/test/examples/revert.git/COMMIT_EDITMSG +1 -0
- data/test/examples/revert.git/HEAD +1 -0
- data/test/examples/revert.git/config +12 -0
- data/test/examples/revert.git/description +1 -0
- data/test/examples/revert.git/index +0 -0
- data/test/examples/revert.git/info/exclude +6 -0
- data/test/examples/revert.git/logs/HEAD +2 -0
- data/test/examples/revert.git/logs/refs/heads/master +2 -0
- data/test/examples/revert.git/objects/20/2ced67cea93c7b6bd2928aa1daef8d1d55a20d +0 -0
- data/test/examples/revert.git/objects/41/76394bfa11222363c66ce7e84b5f154095b6d9 +0 -0
- data/test/examples/revert.git/objects/6a/69f92020f5df77af6e8813ff1232493383b708 +0 -0
- data/test/examples/revert.git/objects/b4/785957bc986dc39c629de9fac9df46972c00fc +0 -0
- data/test/examples/revert.git/objects/f4/03b791119f8232b7cb0ba455c624ac6435f433 +0 -0
- data/test/examples/revert.git/objects/info/packs +2 -0
- data/test/examples/revert.git/objects/pack/pack-a561f8437234f74d0bacb9e0eebe52d207f5770d.idx +0 -0
- data/test/examples/revert.git/objects/pack/pack-a561f8437234f74d0bacb9e0eebe52d207f5770d.pack +0 -0
- data/test/examples/revert.git/packed-refs +2 -0
- data/test/examples/revert.git/refs/heads/master +1 -0
- data/test/examples/revert.git/refs/remotes/origin/HEAD +1 -0
- data/test/examples/yubiwa.git/HEAD +1 -0
- data/test/examples/yubiwa.git/config +5 -0
- data/test/examples/yubiwa.git/description +1 -0
- data/test/examples/yubiwa.git/info/exclude +6 -0
- data/test/examples/yubiwa.git/objects/10/fa2ddc4e3b4009d8a453aace10bd6148c1ad00 +0 -0
- data/test/examples/yubiwa.git/objects/52/4b82874327ea7cbf730389964ba7cb3de966de +0 -0
- data/test/examples/yubiwa.git/objects/58/3fc201cb457fb3f1480f3e1e5999b119633835 +0 -0
- data/test/examples/yubiwa.git/objects/87/bc1dd46ab3d3874d4e898d45dd512cc20a7cc8 +1 -0
- data/test/examples/yubiwa.git/objects/89/64ed1b4e21aa90e831763bbce9034bfda81b70 +0 -0
- data/test/examples/yubiwa.git/objects/9f/f6dd0660da5fba2d3374adb2b84fa653bb538b +0 -0
- data/test/examples/yubiwa.git/objects/ac/e97abf2b177815a1972d7db22f229f58c83309 +0 -0
- data/test/examples/yubiwa.git/objects/b1/f443863a4816628807fbf86141ebef055dda34 +0 -0
- data/test/examples/yubiwa.git/refs/heads/master +1 -0
- data/test/helper.rb +19 -3
- data/test/test_app.rb +144 -0
- data/test/test_committer.rb +51 -0
- data/test/test_file.rb +3 -1
- data/test/test_git_access.rb +52 -0
- data/test/test_markup.rb +92 -17
- data/test/test_page.rb +30 -2
- data/test/test_page_revert.rb +45 -0
- data/test/test_wiki.rb +55 -36
- metadata +388 -47
- data/lib/gollum/frontend/public/css/editbar.css +0 -194
- data/lib/gollum/frontend/public/css/screen.css +0 -726
- data/lib/gollum/frontend/public/css/syntax.css +0 -61
- data/lib/gollum/frontend/public/images/buttons.png +0 -0
- data/lib/gollum/frontend/public/images/editbar-buttons.png +0 -0
- data/lib/gollum/frontend/public/images/example.png +0 -0
- data/lib/gollum/frontend/public/images/twiddle-down.png +0 -0
- data/lib/gollum/frontend/public/images/twiddle-right.png +0 -0
- data/lib/gollum/frontend/public/images/txt.png +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/COPYING.txt +0 -202
- data/lib/gollum/frontend/public/javascript/MathJax/README.txt +0 -480
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/blank.gif +0 -0
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Hiragana.js +0 -28
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Specials.js +0 -28
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js +0 -28
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js +0 -28
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js +0 -28
- data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js +0 -28
- data/lib/gollum/frontend/public/javascript/jquery.previewable_comment_form.js +0 -57
- data/lib/gollum/frontend/public/javascript/jquery.tabs.js +0 -59
- data/lib/gollum/frontend/public/javascript/jquery.text_selection-1.0.0.min.js +0 -1
- data/lib/gollum/frontend/templates/editbar.mustache +0 -1196
- data/test/examples/lotr.git/hooks/applypatch-msg.sample +0 -15
- data/test/examples/lotr.git/hooks/commit-msg.sample +0 -24
- data/test/examples/lotr.git/hooks/post-commit.sample +0 -8
- data/test/examples/lotr.git/hooks/post-receive.sample +0 -15
- data/test/examples/lotr.git/hooks/post-update.sample +0 -8
- data/test/examples/lotr.git/hooks/pre-applypatch.sample +0 -14
- data/test/examples/lotr.git/hooks/pre-commit.sample +0 -46
- data/test/examples/lotr.git/hooks/pre-rebase.sample +0 -169
- data/test/examples/lotr.git/hooks/prepare-commit-msg.sample +0 -36
- data/test/examples/lotr.git/hooks/update.sample +0 -128
- data/test/examples/lotr.git/info/refs +0 -1
@@ -1,61 +0,0 @@
|
|
1
|
-
.highlight { background: #ffffff; }
|
2
|
-
.highlight .c { color: #999988; font-style: italic } /* Comment */
|
3
|
-
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
4
|
-
.highlight .k { font-weight: bold } /* Keyword */
|
5
|
-
.highlight .o { font-weight: bold } /* Operator */
|
6
|
-
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
|
7
|
-
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
|
8
|
-
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
|
9
|
-
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
|
10
|
-
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
|
11
|
-
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
|
12
|
-
.highlight .ge { font-style: italic } /* Generic.Emph */
|
13
|
-
.highlight .gr { color: #aa0000 } /* Generic.Error */
|
14
|
-
.highlight .gh { color: #999999 } /* Generic.Heading */
|
15
|
-
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
|
16
|
-
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
|
17
|
-
.highlight .gc { color: #999; background-color: #EAF2F5 }
|
18
|
-
.highlight .go { color: #888888 } /* Generic.Output */
|
19
|
-
.highlight .gp { color: #555555 } /* Generic.Prompt */
|
20
|
-
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
21
|
-
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
|
22
|
-
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
|
23
|
-
.highlight .kc { font-weight: bold } /* Keyword.Constant */
|
24
|
-
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
|
25
|
-
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
|
26
|
-
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
|
27
|
-
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
|
28
|
-
.highlight .m { color: #009999 } /* Literal.Number */
|
29
|
-
.highlight .s { color: #d14 } /* Literal.String */
|
30
|
-
.highlight .na { color: #008080 } /* Name.Attribute */
|
31
|
-
.highlight .nb { color: #0086B3 } /* Name.Builtin */
|
32
|
-
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
|
33
|
-
.highlight .no { color: #008080 } /* Name.Constant */
|
34
|
-
.highlight .ni { color: #800080 } /* Name.Entity */
|
35
|
-
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
|
36
|
-
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
|
37
|
-
.highlight .nn { color: #555555 } /* Name.Namespace */
|
38
|
-
.highlight .nt { color: #000080 } /* Name.Tag */
|
39
|
-
.highlight .nv { color: #008080 } /* Name.Variable */
|
40
|
-
.highlight .ow { font-weight: bold } /* Operator.Word */
|
41
|
-
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
42
|
-
.highlight .mf { color: #009999 } /* Literal.Number.Float */
|
43
|
-
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
|
44
|
-
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
|
45
|
-
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
|
46
|
-
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
|
47
|
-
.highlight .sc { color: #d14 } /* Literal.String.Char */
|
48
|
-
.highlight .sd { color: #d14 } /* Literal.String.Doc */
|
49
|
-
.highlight .s2 { color: #d14 } /* Literal.String.Double */
|
50
|
-
.highlight .se { color: #d14 } /* Literal.String.Escape */
|
51
|
-
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
|
52
|
-
.highlight .si { color: #d14 } /* Literal.String.Interpol */
|
53
|
-
.highlight .sx { color: #d14 } /* Literal.String.Other */
|
54
|
-
.highlight .sr { color: #009926 } /* Literal.String.Regex */
|
55
|
-
.highlight .s1 { color: #d14 } /* Literal.String.Single */
|
56
|
-
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
|
57
|
-
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
|
58
|
-
.highlight .vc { color: #008080 } /* Name.Variable.Class */
|
59
|
-
.highlight .vg { color: #008080 } /* Name.Variable.Global */
|
60
|
-
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
|
61
|
-
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,202 +0,0 @@
|
|
1
|
-
|
2
|
-
Apache License
|
3
|
-
Version 2.0, January 2004
|
4
|
-
http://www.apache.org/licenses/
|
5
|
-
|
6
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7
|
-
|
8
|
-
1. Definitions.
|
9
|
-
|
10
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
11
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
12
|
-
|
13
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
14
|
-
the copyright owner that is granting the License.
|
15
|
-
|
16
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
17
|
-
other entities that control, are controlled by, or are under common
|
18
|
-
control with that entity. For the purposes of this definition,
|
19
|
-
"control" means (i) the power, direct or indirect, to cause the
|
20
|
-
direction or management of such entity, whether by contract or
|
21
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
23
|
-
|
24
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
25
|
-
exercising permissions granted by this License.
|
26
|
-
|
27
|
-
"Source" form shall mean the preferred form for making modifications,
|
28
|
-
including but not limited to software source code, documentation
|
29
|
-
source, and configuration files.
|
30
|
-
|
31
|
-
"Object" form shall mean any form resulting from mechanical
|
32
|
-
transformation or translation of a Source form, including but
|
33
|
-
not limited to compiled object code, generated documentation,
|
34
|
-
and conversions to other media types.
|
35
|
-
|
36
|
-
"Work" shall mean the work of authorship, whether in Source or
|
37
|
-
Object form, made available under the License, as indicated by a
|
38
|
-
copyright notice that is included in or attached to the work
|
39
|
-
(an example is provided in the Appendix below).
|
40
|
-
|
41
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
42
|
-
form, that is based on (or derived from) the Work and for which the
|
43
|
-
editorial revisions, annotations, elaborations, or other modifications
|
44
|
-
represent, as a whole, an original work of authorship. For the purposes
|
45
|
-
of this License, Derivative Works shall not include works that remain
|
46
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
47
|
-
the Work and Derivative Works thereof.
|
48
|
-
|
49
|
-
"Contribution" shall mean any work of authorship, including
|
50
|
-
the original version of the Work and any modifications or additions
|
51
|
-
to that Work or Derivative Works thereof, that is intentionally
|
52
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
53
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
54
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
55
|
-
means any form of electronic, verbal, or written communication sent
|
56
|
-
to the Licensor or its representatives, including but not limited to
|
57
|
-
communication on electronic mailing lists, source code control systems,
|
58
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
59
|
-
Licensor for the purpose of discussing and improving the Work, but
|
60
|
-
excluding communication that is conspicuously marked or otherwise
|
61
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
62
|
-
|
63
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64
|
-
on behalf of whom a Contribution has been received by Licensor and
|
65
|
-
subsequently incorporated within the Work.
|
66
|
-
|
67
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
68
|
-
this License, each Contributor hereby grants to You a perpetual,
|
69
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70
|
-
copyright license to reproduce, prepare Derivative Works of,
|
71
|
-
publicly display, publicly perform, sublicense, and distribute the
|
72
|
-
Work and such Derivative Works in Source or Object form.
|
73
|
-
|
74
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
75
|
-
this License, each Contributor hereby grants to You a perpetual,
|
76
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77
|
-
(except as stated in this section) patent license to make, have made,
|
78
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79
|
-
where such license applies only to those patent claims licensable
|
80
|
-
by such Contributor that are necessarily infringed by their
|
81
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
82
|
-
with the Work to which such Contribution(s) was submitted. If You
|
83
|
-
institute patent litigation against any entity (including a
|
84
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85
|
-
or a Contribution incorporated within the Work constitutes direct
|
86
|
-
or contributory patent infringement, then any patent licenses
|
87
|
-
granted to You under this License for that Work shall terminate
|
88
|
-
as of the date such litigation is filed.
|
89
|
-
|
90
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
91
|
-
Work or Derivative Works thereof in any medium, with or without
|
92
|
-
modifications, and in Source or Object form, provided that You
|
93
|
-
meet the following conditions:
|
94
|
-
|
95
|
-
(a) You must give any other recipients of the Work or
|
96
|
-
Derivative Works a copy of this License; and
|
97
|
-
|
98
|
-
(b) You must cause any modified files to carry prominent notices
|
99
|
-
stating that You changed the files; and
|
100
|
-
|
101
|
-
(c) You must retain, in the Source form of any Derivative Works
|
102
|
-
that You distribute, all copyright, patent, trademark, and
|
103
|
-
attribution notices from the Source form of the Work,
|
104
|
-
excluding those notices that do not pertain to any part of
|
105
|
-
the Derivative Works; and
|
106
|
-
|
107
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
108
|
-
distribution, then any Derivative Works that You distribute must
|
109
|
-
include a readable copy of the attribution notices contained
|
110
|
-
within such NOTICE file, excluding those notices that do not
|
111
|
-
pertain to any part of the Derivative Works, in at least one
|
112
|
-
of the following places: within a NOTICE text file distributed
|
113
|
-
as part of the Derivative Works; within the Source form or
|
114
|
-
documentation, if provided along with the Derivative Works; or,
|
115
|
-
within a display generated by the Derivative Works, if and
|
116
|
-
wherever such third-party notices normally appear. The contents
|
117
|
-
of the NOTICE file are for informational purposes only and
|
118
|
-
do not modify the License. You may add Your own attribution
|
119
|
-
notices within Derivative Works that You distribute, alongside
|
120
|
-
or as an addendum to the NOTICE text from the Work, provided
|
121
|
-
that such additional attribution notices cannot be construed
|
122
|
-
as modifying the License.
|
123
|
-
|
124
|
-
You may add Your own copyright statement to Your modifications and
|
125
|
-
may provide additional or different license terms and conditions
|
126
|
-
for use, reproduction, or distribution of Your modifications, or
|
127
|
-
for any such Derivative Works as a whole, provided Your use,
|
128
|
-
reproduction, and distribution of the Work otherwise complies with
|
129
|
-
the conditions stated in this License.
|
130
|
-
|
131
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132
|
-
any Contribution intentionally submitted for inclusion in the Work
|
133
|
-
by You to the Licensor shall be under the terms and conditions of
|
134
|
-
this License, without any additional terms or conditions.
|
135
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
136
|
-
the terms of any separate license agreement you may have executed
|
137
|
-
with Licensor regarding such Contributions.
|
138
|
-
|
139
|
-
6. Trademarks. This License does not grant permission to use the trade
|
140
|
-
names, trademarks, service marks, or product names of the Licensor,
|
141
|
-
except as required for reasonable and customary use in describing the
|
142
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
143
|
-
|
144
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
145
|
-
agreed to in writing, Licensor provides the Work (and each
|
146
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148
|
-
implied, including, without limitation, any warranties or conditions
|
149
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151
|
-
appropriateness of using or redistributing the Work and assume any
|
152
|
-
risks associated with Your exercise of permissions under this License.
|
153
|
-
|
154
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
155
|
-
whether in tort (including negligence), contract, or otherwise,
|
156
|
-
unless required by applicable law (such as deliberate and grossly
|
157
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
158
|
-
liable to You for damages, including any direct, indirect, special,
|
159
|
-
incidental, or consequential damages of any character arising as a
|
160
|
-
result of this License or out of the use or inability to use the
|
161
|
-
Work (including but not limited to damages for loss of goodwill,
|
162
|
-
work stoppage, computer failure or malfunction, or any and all
|
163
|
-
other commercial damages or losses), even if such Contributor
|
164
|
-
has been advised of the possibility of such damages.
|
165
|
-
|
166
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
167
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
168
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
169
|
-
or other liability obligations and/or rights consistent with this
|
170
|
-
License. However, in accepting such obligations, You may act only
|
171
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
172
|
-
of any other Contributor, and only if You agree to indemnify,
|
173
|
-
defend, and hold each Contributor harmless for any liability
|
174
|
-
incurred by, or claims asserted against, such Contributor by reason
|
175
|
-
of your accepting any such warranty or additional liability.
|
176
|
-
|
177
|
-
END OF TERMS AND CONDITIONS
|
178
|
-
|
179
|
-
APPENDIX: How to apply the Apache License to your work.
|
180
|
-
|
181
|
-
To apply the Apache License to your work, attach the following
|
182
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
183
|
-
replaced with your own identifying information. (Don't include
|
184
|
-
the brackets!) The text should be enclosed in the appropriate
|
185
|
-
comment syntax for the file format. We also recommend that a
|
186
|
-
file or class name and description of purpose be included on the
|
187
|
-
same "printed page" as the copyright notice for easier
|
188
|
-
identification within third-party archives.
|
189
|
-
|
190
|
-
Copyright [yyyy] [name of copyright owner]
|
191
|
-
|
192
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
193
|
-
you may not use this file except in compliance with the License.
|
194
|
-
You may obtain a copy of the License at
|
195
|
-
|
196
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
197
|
-
|
198
|
-
Unless required by applicable law or agreed to in writing, software
|
199
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
200
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201
|
-
See the License for the specific language governing permissions and
|
202
|
-
limitations under the License.
|
@@ -1,480 +0,0 @@
|
|
1
|
-
OVERVIEW:
|
2
|
-
|
3
|
-
MathJax (TM) is an open source, Ajax-based math display solution designed
|
4
|
-
with a goal of consolidating advances in many web technologies in a
|
5
|
-
single definitive math-on-the-web platform supporting all major
|
6
|
-
browsers.
|
7
|
-
|
8
|
-
Some of the main features of MathJax include:
|
9
|
-
|
10
|
-
o High-quality display of LaTeX and MathML math notation in HTML pages
|
11
|
-
|
12
|
-
o Supported in most browsers with no plug-ins, extra fonts, or special
|
13
|
-
setup for the reader
|
14
|
-
|
15
|
-
o Easy for authors, flexible for publishers, extensible for developers
|
16
|
-
|
17
|
-
o Supports math accessibility, cut and paste interoperability and other
|
18
|
-
advanced functionality
|
19
|
-
|
20
|
-
o Powerful API for integration with other web applications
|
21
|
-
|
22
|
-
See http://www.mathjax.org/ for additional details.
|
23
|
-
|
24
|
-
|
25
|
-
INSTALLATION:
|
26
|
-
|
27
|
-
MathJax can be used on a web server to support mathematics in your
|
28
|
-
public web pages, or it can be used locally from your hard disk for
|
29
|
-
your private pages. To use MathJax in either way, you will need to
|
30
|
-
obtain a copy of MathJax (see below) and its font package. These two
|
31
|
-
are separate pieces because the fonts are not likely to change often,
|
32
|
-
while the main code will be updated fairly regularly.
|
33
|
-
|
34
|
-
Obtaining MathJax from SourceForge via SVN:
|
35
|
-
|
36
|
-
The easiest way to obtain MathJax and keep it up-to-date is to use the
|
37
|
-
subversion program (svn) to check it out from the MathJax project at
|
38
|
-
SourceForge.net. The page
|
39
|
-
|
40
|
-
http://sourceforge.net/projects/mathjax/develop
|
41
|
-
|
42
|
-
lists the command you need to use to obtain a copy of MathJax via svn.
|
43
|
-
Once you have checked out a version of MathJax, you will find that it
|
44
|
-
includes a file called "fonts.zip" in the top-level directory. You
|
45
|
-
will need to unpack that file in order to complete the installation of
|
46
|
-
MathJax. It will create a fonts directory that contains the web fonts
|
47
|
-
and images fonts used by MathJax to support users who do not have math
|
48
|
-
fonts installed on their computers. Once you have checked out
|
49
|
-
MathJax, you will need to move the MathJax directory to your web
|
50
|
-
server in a location that is convenient for your use.
|
51
|
-
|
52
|
-
Obtaining MathJax from SourceForge as an archive file:
|
53
|
-
|
54
|
-
You can obtain MathJax from the MathJax project at SourceForge via
|
55
|
-
the link
|
56
|
-
|
57
|
-
http://sourceforge.net/projects/mathjax/files/
|
58
|
-
|
59
|
-
where you will need to download a copy of the MathJax ZIP file (for
|
60
|
-
the current version) and the MathJax-webfonts ZIP file. Unpack the
|
61
|
-
MathJax ZIP file first, and then unpack the MathJax-webfonts ZIP file
|
62
|
-
into that. That should produce a fonts directory in the MathJax
|
63
|
-
folder (and MathJax/fonts should contain an HTML-CSS directory). The
|
64
|
-
fonts directory contains web fonts and image fonts used by MathJax to
|
65
|
-
support users who do not have math fonts installed on their
|
66
|
-
computers. Once you have unpacked both archives, you can move the
|
67
|
-
MathJax directory to your web server in a location that is convenient
|
68
|
-
for your use.
|
69
|
-
|
70
|
-
|
71
|
-
TESTING MATHJAX:
|
72
|
-
|
73
|
-
Once you have MathJax installed, you can use the files in the
|
74
|
-
MathJax/test directory to test that your installation is working
|
75
|
-
properly. You can also use it to test if your version of MathJax
|
76
|
-
needs updating. If you have checked out MathJax using subversion
|
77
|
-
(svn), you can simply use "svn status" to see if your installation
|
78
|
-
needs to be updated, and "svn update" to get any updates.
|
79
|
-
|
80
|
-
|
81
|
-
USING MATHJAX IN A WEB PAGE:
|
82
|
-
|
83
|
-
To use MathJax in a web page, you need to load MathJax.js near the top of
|
84
|
-
the document (preferably in the document HEAD). A SCRIPT tag like
|
85
|
-
|
86
|
-
<script type="text/javascript" src="/MathJax/MathJax.js"></script>
|
87
|
-
|
88
|
-
will do it if you have MathJax at the top level of your web server.
|
89
|
-
When called in this form, MathJax can be configured through the file
|
90
|
-
MathJax/config/MathJax.js, which contains the parameters that control
|
91
|
-
MathJax. There are comments in this file that explain what each of
|
92
|
-
the parameters does, so look there for details.
|
93
|
-
|
94
|
-
Alternatively, you can configure MathJax in-line within your web page
|
95
|
-
(avoiding an extra file transfer). To do that, place the
|
96
|
-
configuration information within the SCRIPT tag itself, as in the
|
97
|
-
following example:
|
98
|
-
|
99
|
-
<script type="text/javascript" src="/MathJax/MathJax.js">
|
100
|
-
MathJax.Hub.Config({
|
101
|
-
extensions: ["tex2jax.js","TeX/noErrors.js"],
|
102
|
-
jax: ["input/TeX","output/HTML-CSS"],
|
103
|
-
tex2jax: {inlineMath: [['$','$'],["\\(","\\)"]]},
|
104
|
-
"HTML-CSS": {availableFonts:["TeX"]}
|
105
|
-
});
|
106
|
-
</script>
|
107
|
-
|
108
|
-
which loads the tex2jax preprocessor and an extension that causes TeX
|
109
|
-
errors to show the original TeX code rather than an error message,
|
110
|
-
specifies the input and output jax (input format is TeX and output
|
111
|
-
format is HTML/CSS), configures the tex2jax preprocessor to allow
|
112
|
-
dollar signs to delimit inline-math as well as \(...\), and forces the
|
113
|
-
HTML/CSS output to use the MathJax TeX fonts (in particular, the STIX
|
114
|
-
fonts won't be used.)
|
115
|
-
|
116
|
-
If you configure MathJax in this fashion, the MathJax/config/MathJax.js
|
117
|
-
file is not loaded, and your in-line configuration is used instead.
|
118
|
-
Note that you can include any of the parameters from the
|
119
|
-
config/MathJax.js file (and in fact any arbitrary JavaScript as well).
|
120
|
-
|
121
|
-
With the default configuration, MathJax runs the tex2jax preprocessor
|
122
|
-
to look for TeX-style mathematics delimiters as a means of identifying
|
123
|
-
the mathematics on the page. This uses \(...\) to mark in-line
|
124
|
-
mathematics and \[...\] or $$...$$ for displayed mathematics. LaTeX
|
125
|
-
environments can also mark mathematics, as in
|
126
|
-
\begin{equation}...\end{equation}. Once the preprocessor runs,
|
127
|
-
MathJax will typeset the mathematics on the page.
|
128
|
-
|
129
|
-
Note that there can not be HTML tags within the math delimiters (other
|
130
|
-
than <BR>) as TeX-formatted math does not include HTML tags. Also,
|
131
|
-
since the mathematics is initially given as text on the page, you need
|
132
|
-
to be careful that your mathematics doesn't look like HTML tags to the
|
133
|
-
browser (which parses the page before MathJax gets to see it). In
|
134
|
-
particular, that means that you have to be careful about things like
|
135
|
-
less-than and greater-than signs (<,>), and ampersands (&), which have
|
136
|
-
special meaning to the browsers. For example,
|
137
|
-
|
138
|
-
... when $x<y$ we have ...
|
139
|
-
|
140
|
-
will cause a problem, because the brower will think "<y" is the
|
141
|
-
beginning of a tag named "y" (even though there is no such tag in
|
142
|
-
HTML). Usually, it is sufficient to simply put spaces around these
|
143
|
-
symbols to cause the browser to avoid them, so
|
144
|
-
|
145
|
-
... when $x < y$ we have ...
|
146
|
-
|
147
|
-
should work. Alternatively, you can use the HTML entities <, >
|
148
|
-
and & to encode these characters so that the browser will not
|
149
|
-
interpret them, but MathJax will. E.g.,
|
150
|
-
|
151
|
-
... when $x < y$ we have ...
|
152
|
-
|
153
|
-
Finally, there are \lt and \gt macros defined to make it easier to
|
154
|
-
enter < and > using TeX-like syntax:
|
155
|
-
|
156
|
-
... when $x \lt y$ we have ...
|
157
|
-
|
158
|
-
Keep in mind that the browser interprets your text before MathJax
|
159
|
-
does.
|
160
|
-
|
161
|
-
|
162
|
-
MATHJAX WITH NO PREPROCESSOR:
|
163
|
-
|
164
|
-
The usual way to use MathJax is with the tex2jax preprocessor, but if
|
165
|
-
you are generating web pages via some other preprocessor of your own,
|
166
|
-
you may wish to bypass the tex2math preprocessing and mark the
|
167
|
-
mathematics in your page directly. This avoids an extra file
|
168
|
-
transfer, the time involed in running the tex2jax preprocessor, and
|
169
|
-
the issues involving less-than, greater-than, and ampersand discussed
|
170
|
-
in the section above.
|
171
|
-
|
172
|
-
When MathJax processes a page, it looks for mathematics stored in
|
173
|
-
special SCRIPT tags. These are
|
174
|
-
|
175
|
-
<script type="math/tex">...</script>
|
176
|
-
|
177
|
-
for in-line math, and
|
178
|
-
|
179
|
-
<script type="math/tex; mode=display">...</script>
|
180
|
-
|
181
|
-
for displayed math, where the contents of the SCRIPT tags are TeX or
|
182
|
-
LaTeX mathematics. Since SCRIPT tags can include less-than,
|
183
|
-
greater-than, and ampersand characters, this neatly avoids the problem
|
184
|
-
that these cause when you use the tex2jax preprocessor.
|
185
|
-
|
186
|
-
Unfortunately, this method introduces a problem of its own, due to a
|
187
|
-
bug in Internet Explorer. The problem is that IE incorrectly removes
|
188
|
-
blank spaces from the page in order to avoid what it considers to be
|
189
|
-
multiple spaces in a row. In particular, if there is a space both
|
190
|
-
before and after a tag that IE thinks does not insert content into the
|
191
|
-
page, it removes one of the two blanks. Because SCRIPT tags don't
|
192
|
-
get displayed, IE will remove one of the spaces, so
|
193
|
-
|
194
|
-
... when <script type="math/tex">x < y</script> we have ...
|
195
|
-
|
196
|
-
will become "...whenx < y we have..." in the output, with no space
|
197
|
-
between the "when" and the "x". Because the space is removed before
|
198
|
-
MathJax runs, MathJax has no way to recover the missing space, as it
|
199
|
-
simply is no longer part of the page as far as IE is concerned.
|
200
|
-
|
201
|
-
MathJax provides two different mechanisms to avoid this problem. One
|
202
|
-
is to add a prefix or postfix for the mathematics tags, which is text
|
203
|
-
that you insert before or after the tag that MathJax will remove when
|
204
|
-
it processes the tag. Patterns for the prefix and postfix are given
|
205
|
-
in the "preJax" and "postJax" parameters of the MathJax.Hub.Config()
|
206
|
-
command (see the MathJax/config/MathJax.js file for more details).
|
207
|
-
For example, setting
|
208
|
-
|
209
|
-
preJax: "@@"
|
210
|
-
|
211
|
-
would mean that
|
212
|
-
|
213
|
-
... when @@<script type="math/tex">x < y</script> we have ...
|
214
|
-
|
215
|
-
would produce ".. when x < y we have ..." properly typeset. (One need
|
216
|
-
not use both a preJax and postJax, as one is enough, but both are
|
217
|
-
provided so that you can use either or both in combination.) Note,
|
218
|
-
however, that the "@@" in this example will be displayed as part of
|
219
|
-
the page until MathJax processes the mathematics and replaces the
|
220
|
-
preJax with the typeset mathematics. This may cause visual confusion
|
221
|
-
that disturbs your readers. It might be better to use something like
|
222
|
-
"[math]" as the text for the preJax, since this may make more sense to
|
223
|
-
your readers. Because the pre- and postJax are regular expression
|
224
|
-
patterns (not litteral strings), you will need to handle this
|
225
|
-
carefully because [ and ] have special meaning in regular expressions.
|
226
|
-
Use
|
227
|
-
|
228
|
-
preJax: "\\[math\\]"
|
229
|
-
|
230
|
-
to make preJax be "\[math\]" (the double backslashes are to quote the
|
231
|
-
backslash as part of the JavaScript string, and the resulting \[ and
|
232
|
-
\] quote these characters in the resulting regular expression so they
|
233
|
-
are treated as literal characters rather than having their special
|
234
|
-
meansings in regular expressions).
|
235
|
-
|
236
|
-
The other approach is to use a "MathJax preview" before the SCRIPT
|
237
|
-
tag. This is a means by which you can supply an alternative form for
|
238
|
-
the mathematics to be displayed prior to when MathJax runs. You
|
239
|
-
could use a simple HTML version (if the mathematics is simple enough),
|
240
|
-
or an IMG tag, or just the raw TeX code, for example. Note that the
|
241
|
-
mathematics between the SCRIPT tags is NOT displayed (since it is a
|
242
|
-
script, not text), so the preview can be used to show the TeX code up
|
243
|
-
until the mathematics is typeset. (The tex2jax preprocessor does that
|
244
|
-
automatically, for example). To make a preview, include a SPAN with
|
245
|
-
CLASS="MathJax_Preview" as the element just before the math SCRIPT
|
246
|
-
tag, e.g.,
|
247
|
-
|
248
|
-
... when <span class="MathJax_Preview">x < y</span><script
|
249
|
-
type="math/tex">x < y</script> we have ...
|
250
|
-
|
251
|
-
This circumvents the Internet Explorer space-removal bug, while at the
|
252
|
-
same time giving your readers a preview of the mathematics until
|
253
|
-
MathJax has been able to typeset it.
|
254
|
-
|
255
|
-
You can use CSS styles to make it easier to distinguish the preview
|
256
|
-
from the rest of the text. For example:
|
257
|
-
|
258
|
-
<script type="text/javascript" src="/MathJax/MathJax.js">
|
259
|
-
MathJax.Hub.Config({
|
260
|
-
...
|
261
|
-
styles: {
|
262
|
-
".MathJax_Preview": {
|
263
|
-
color: "red",
|
264
|
-
border: "1px solid",
|
265
|
-
padding: "2px"
|
266
|
-
}
|
267
|
-
},
|
268
|
-
...
|
269
|
-
});
|
270
|
-
</script>
|
271
|
-
|
272
|
-
would cause the preview mathematics to be shown in red, with a border
|
273
|
-
and 2px of padding between the border and the preview text.
|
274
|
-
|
275
|
-
|
276
|
-
MATHJAX WITH MATHML:
|
277
|
-
|
278
|
-
In addition to the TeX input processor, MathJax includes a MathML input
|
279
|
-
processor, so that you can specify your mathematics using MathML rather
|
280
|
-
than TeX, if you wish. (The input and output processors are called "jax".)
|
281
|
-
As with the TeX input jax, there is a pre-processor that looks for MathML
|
282
|
-
in your web page (XHTML or HTML) and converts it to the form needed by
|
283
|
-
MathJax. The preprocessor is called "mml2jax.js", and the associated input
|
284
|
-
jax is "input/MathML". You can request these in your
|
285
|
-
MathJax/config/MathJax.js file, or in line, as in the following example:
|
286
|
-
|
287
|
-
<script type="text/javascript" src="/MathJax/MathJax.js">
|
288
|
-
MathJax.Hub.Config({
|
289
|
-
extensions: ["mml2jax.js"],
|
290
|
-
jax: ["input/MathML","output/HTML-CSS"]
|
291
|
-
});
|
292
|
-
</script>
|
293
|
-
|
294
|
-
When it is used, the mml2jax preprocessor will scan your page for <math>
|
295
|
-
tags and insert them into the <script> tags that MathJax needs to identify
|
296
|
-
the mathematics on the page. This works in both HTML and XHTML pages, and
|
297
|
-
with browsers that don't have native support for MathML. While MathJax is
|
298
|
-
not as fast as a native implementation of MathML, it does bring MathML to
|
299
|
-
all major browsers. (It is even possible to set up a GreaseMonkey-style
|
300
|
-
script to have MathJax automatically process any MathML on any page you
|
301
|
-
visit, so MathJax can be used to make MathML available even when the page
|
302
|
-
author has not specifically loaded MathJax. There are some caveats for
|
303
|
-
this, however, so such a script is not currently being supplied.)
|
304
|
-
|
305
|
-
For MathML that is handled via the pre-processor, you should not use the
|
306
|
-
MathML named entities, but rather use the numeric entities like √ or
|
307
|
-
unicode characters embedded in the page itself. The reason is that the
|
308
|
-
entities are replaced by the browser before MathJax runs, and some browsers
|
309
|
-
report errors for unknown entities; for browsers that are not MathML-aware,
|
310
|
-
that will cause errors to be displayed for the MathML entities. While that
|
311
|
-
might not occur in the browser you are using to compose your pages, it can
|
312
|
-
happen with other browsers, so you should avoid the named entities whenever
|
313
|
-
possible. If you must use named entities, you may need to declare them in
|
314
|
-
the DOCTYPE declaration by hand.
|
315
|
-
|
316
|
-
|
317
|
-
MATHML WITH NO PREPROCESSOR:
|
318
|
-
|
319
|
-
Just as there is a way to enter TeX code without a preprocessor, MathJax
|
320
|
-
provides a means of specifying MathML without a preprocessor. In this
|
321
|
-
case, you enclose your complete <math> substree within a
|
322
|
-
<script type="math/mml">...</script> tag. E.g.:
|
323
|
-
|
324
|
-
<script type="math/mml">
|
325
|
-
<math display="block">
|
326
|
-
<mi>x</mi><mo>=</mo><mn>1</mn>
|
327
|
-
</math>
|
328
|
-
</script>
|
329
|
-
|
330
|
-
Note that the <math> tag's display attribute controls whether the node is
|
331
|
-
typeset in-line or as a displayed equation. The same caveats concerning
|
332
|
-
spacing apply to MathML as to TeX, so see the section on MATHJAX WITH NO
|
333
|
-
PREPROCESSOR above for how to deal with an Internet Explorer bug that
|
334
|
-
requires special treatment.
|
335
|
-
|
336
|
-
|
337
|
-
MATHML OUTPUT:
|
338
|
-
|
339
|
-
In addition to the HTML-CSS output jax, MathJax provides a native-MathML
|
340
|
-
output jax that generates MathML to display your mathematics rather than
|
341
|
-
complicated HTML with CSS. For browsers that support MathML, this can be
|
342
|
-
considerably faster, plus it provides for accessibility and the ability to
|
343
|
-
cut and paste mathematics that MathML offers. MathML output is available
|
344
|
-
for both TeX input and MathML input, so MathJax can act as a TeX-to-MathML
|
345
|
-
converter right in the browser.
|
346
|
-
|
347
|
-
To use the native MathML output jax, specify "output/NativeMML" rather than
|
348
|
-
"output/HTML-CSS" in the jax array of your MathJax.Hub.Config() call (or in
|
349
|
-
MathJax/config/MathJax.js). For example:
|
350
|
-
|
351
|
-
<script type="text/javascript" src="/MathJax/MathJax.js">
|
352
|
-
MathJax.Hub.Config({
|
353
|
-
extensions: ["tex2jax.js"],
|
354
|
-
jax: ["input/TeX","output/NativeMML"]
|
355
|
-
});
|
356
|
-
</script>
|
357
|
-
|
358
|
-
Note that this will only work for those browsers that support MathML
|
359
|
-
natively, so you should be careful to know your audience if you use this
|
360
|
-
output jax. Also, note that the MathML output jax produces MathML3.0, not
|
361
|
-
2.0, and so some browsers may not be able to handle all the constructs that
|
362
|
-
MathJax will produce. Although it is slower, the HTML-CSS output jax is
|
363
|
-
more reliable than the NativeMML output jax, at least from a cross-browser
|
364
|
-
standpoint, particularly when the TeX input jax is used.
|
365
|
-
|
366
|
-
Because of the speed of the native MathML rendering, some users may prefer
|
367
|
-
to use that than the HTML-CSS output jax, but you may not want to prevent
|
368
|
-
those who don't have native MathML support from viewing your pages, so you
|
369
|
-
may want to select between NativeMML and HTML-CSS automatically, depending
|
370
|
-
on the capabilities of the browser. MathJax provides a configuration file
|
371
|
-
that does just that. To use it, include "MMLorHTML.js" in the config array
|
372
|
-
of your MathJax.Hub.Config() call. If you use this, be sure NOT to include
|
373
|
-
an output jax in your jax array, as MMLorHTML.js will fill that in for you.
|
374
|
-
For example:
|
375
|
-
|
376
|
-
<script type="text/javascript" src="/MathJax/MathJax.js">
|
377
|
-
MathJax.Hub.Config({
|
378
|
-
config: ["MMLorHTML.js"],
|
379
|
-
extensions: ["tex2jax.js"],
|
380
|
-
jax: ["input/TeX"]
|
381
|
-
});
|
382
|
-
</script>
|
383
|
-
|
384
|
-
In the case where both NativeMML and HTML-CSS are supported, the MMLorHTML
|
385
|
-
configuration file will choose HTML-CSS, even though it is slower; this is
|
386
|
-
because it is more reliable, since MathJax produces MathML3.0 and not all
|
387
|
-
browsers can display that. This is configurable, however, and you may want
|
388
|
-
to change the preference to NativeMML instead, especially if your input
|
389
|
-
language is MathML already. This can be done using the MMLorHTML section
|
390
|
-
of your configuration:
|
391
|
-
|
392
|
-
<script type="text/javascript" src="/MathJax/MathJax.js">
|
393
|
-
MathJax.Hub.Config({
|
394
|
-
config: ["MMLorHTML.js"],
|
395
|
-
extensions: ["tex2jax.js"],
|
396
|
-
jax: ["input/TeX"],
|
397
|
-
MMLorHTML: {prefer: "MML"}
|
398
|
-
});
|
399
|
-
</script>
|
400
|
-
|
401
|
-
Note, however, that not all users will have your own preferences about what
|
402
|
-
"looks best" or "performs best", so while you may value speed above all
|
403
|
-
else, others may value readability or reliability more. Also, remember
|
404
|
-
that browsers other than the one you are using (or the same browser on
|
405
|
-
other operating systems) may not support native MathML as well as yours
|
406
|
-
does. For example, Opera does handle simple MathML fairly well, but breaks
|
407
|
-
down quickly for some more complex equations, and while you may have
|
408
|
-
Firefox all set up for MathML, others may not have installed the needed
|
409
|
-
fonts, and will be unhappy to get a warning dialog box whenever they visit
|
410
|
-
your web page. So think carefully about the assumptions you are making on
|
411
|
-
behalf of your readers. At some point, MathJax may include a control panel
|
412
|
-
that will allow users to select preferences on their own, but that is not
|
413
|
-
available currently.
|
414
|
-
|
415
|
-
|
416
|
-
CONVERSION FROM JSMATH:
|
417
|
-
|
418
|
-
If you are currently using jsMath and would like to switch to MathJax, the
|
419
|
-
transition should be fairly straight-forward. If you are using jsMath's
|
420
|
-
easy/load.js, then you should simply switch the line that loads
|
421
|
-
jsMath/easy/load.js to
|
422
|
-
|
423
|
-
<script src="path-to-mathjax/MathJax/MathJax.js"></script>
|
424
|
-
|
425
|
-
where "path-to-mathjax" is the path to the MathJax folder on your server.
|
426
|
-
This uses the MathJax/config/MathJax.js file to configure MathJax, similar
|
427
|
-
to easy/load.js, and you can read the comments in that file for details.
|
428
|
-
Be sure to include "tex2jax.js" in your extensions array if you want the
|
429
|
-
TeX preprocessor to run (comparable to the tex2math plugin for jsMath).
|
430
|
-
|
431
|
-
If you did not use the tex2math plugin for jsMath and instead inserted your
|
432
|
-
own <span class="math">...</span> and <div class="math">...</div> tags with
|
433
|
-
class="math", then you need to do a little more work for MathJax. These
|
434
|
-
need to be replaced by <script type="math/tex">...</script> and <script
|
435
|
-
type="math/tex; mode=display">...</script> tags. See also the section
|
436
|
-
MATHJAX WITHOUT A PREPROCESSOR above for some caveats concerning an
|
437
|
-
Internet Explorer bug that you will need to be aware of.
|
438
|
-
|
439
|
-
If you are using a preprocessor of your own to write your HTML files, it
|
440
|
-
should be a simple matter of changing over the inserted tags to the ones
|
441
|
-
that MathJax needs. If you have existing HTML pages, however, and don't
|
442
|
-
want to (or can't) reprocess them, then you may want to use the jsMath2jax
|
443
|
-
preprocessor, which will first convert the span and div tags to script tags
|
444
|
-
before running MathJax. To do so, include "jsMath2jax.js" in your
|
445
|
-
extensions array, as in the following example:
|
446
|
-
|
447
|
-
<script type="text/javascript" src="/MathJax/MathJax.js">
|
448
|
-
MathJax.Hub.Config({
|
449
|
-
extensions: ["jsMath2jax.js"],
|
450
|
-
jax: ["input/TeX", "output/HTML-CSS"]
|
451
|
-
});
|
452
|
-
</script>
|
453
|
-
|
454
|
-
You should remove all the jsMath calls, like jsMath.Process(), or script
|
455
|
-
tags that load jsMath extensions. Only the single script tag that loads
|
456
|
-
MathJax should be needed.
|
457
|
-
|
458
|
-
If you have created pages with dynamic mathematics that is processed by
|
459
|
-
jsMath on the fly, that is handled somewhat differently with MathJax.
|
460
|
-
MathJax has a richer API for dealing with mathematics on the page, but the
|
461
|
-
documentation is not yet ready. There have been discussions in the MathJax
|
462
|
-
on-line forums that deal with this topic, so your best bet right now is to
|
463
|
-
read them.
|
464
|
-
|
465
|
-
|
466
|
-
COMMUNITY:
|
467
|
-
|
468
|
-
The main MathJax website is www.mathjax.org, and it includes announcements
|
469
|
-
and other important information. MathJax also has a SourceForge site at
|
470
|
-
http://sourceforge.net/projects/mathjax/ that includes the download site
|
471
|
-
for the MathJax distribution, the bug-tracker for reporting bugs, and
|
472
|
-
several user forums for asking questions and getting assistance:
|
473
|
-
|
474
|
-
Bug tracker: http://sourceforge.net/tracker/?group_id=261188&atid=1240827
|
475
|
-
MathJax Help: http://sourceforge.net/projects/mathjax/forums/forum/948701
|
476
|
-
Open Discussion: http://sourceforge.net/projects/mathjax/forums/forum/948700
|
477
|
-
|
478
|
-
Before reporting a bug, please check that it has not already been reported.
|
479
|
-
Also, please use the bug tracker for reporting bugs rather than the help
|
480
|
-
forum.
|