@whosejam/sd-assets 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/HighlightEngine.d.ts +7 -0
- package/HighlightEngine.js +5 -0
- package/MathJax2/.travis.yml +18 -0
- package/MathJax2/CONTRIBUTING.md +259 -0
- package/MathJax2/LICENSE +202 -0
- package/MathJax2/MathJax.js +19 -0
- package/MathJax2/README.md +59 -0
- package/MathJax2/bower.json +11 -0
- package/MathJax2/composer.json +14 -0
- package/MathJax2/config/AM_CHTML-full.js +50 -0
- package/MathJax2/config/AM_CHTML.js +46 -0
- package/MathJax2/config/AM_HTMLorMML-full.js +58 -0
- package/MathJax2/config/AM_HTMLorMML.js +52 -0
- package/MathJax2/config/AM_SVG-full.js +50 -0
- package/MathJax2/config/AM_SVG.js +44 -0
- package/MathJax2/config/Accessible-full.js +83 -0
- package/MathJax2/config/Accessible.js +77 -0
- package/MathJax2/config/MML_CHTML-full.js +50 -0
- package/MathJax2/config/MML_CHTML.js +46 -0
- package/MathJax2/config/MML_HTMLorMML-full.js +58 -0
- package/MathJax2/config/MML_HTMLorMML.js +52 -0
- package/MathJax2/config/MML_SVG-full.js +50 -0
- package/MathJax2/config/MML_SVG.js +46 -0
- package/MathJax2/config/MMLorHTML.js +19 -0
- package/MathJax2/config/Safe.js +19 -0
- package/MathJax2/config/TeX-AMS-MML_HTMLorMML-full.js +72 -0
- package/MathJax2/config/TeX-AMS-MML_HTMLorMML.js +66 -0
- package/MathJax2/config/TeX-AMS-MML_SVG-full.js +64 -0
- package/MathJax2/config/TeX-AMS-MML_SVG.js +60 -0
- package/MathJax2/config/TeX-AMS_CHTML-full.js +58 -0
- package/MathJax2/config/TeX-AMS_CHTML.js +54 -0
- package/MathJax2/config/TeX-AMS_HTML-full.js +58 -0
- package/MathJax2/config/TeX-AMS_HTML.js +54 -0
- package/MathJax2/config/TeX-AMS_SVG-full.js +58 -0
- package/MathJax2/config/TeX-AMS_SVG.js +54 -0
- package/MathJax2/config/TeX-MML-AM_CHTML-full.js +70 -0
- package/MathJax2/config/TeX-MML-AM_CHTML.js +66 -0
- package/MathJax2/config/TeX-MML-AM_HTMLorMML-full.js +78 -0
- package/MathJax2/config/TeX-MML-AM_HTMLorMML.js +72 -0
- package/MathJax2/config/TeX-MML-AM_SVG-full.js +70 -0
- package/MathJax2/config/TeX-MML-AM_SVG.js +66 -0
- package/MathJax2/config/default.js +1116 -0
- package/MathJax2/config/local/local.js +40 -0
- package/MathJax2/extensions/AssistiveMML.js +19 -0
- package/MathJax2/extensions/CHTML-preview.js +19 -0
- package/MathJax2/extensions/FontWarnings.js +19 -0
- package/MathJax2/extensions/HTML-CSS/handle-floats.js +19 -0
- package/MathJax2/extensions/HelpDialog.js +19 -0
- package/MathJax2/extensions/MatchWebFonts.js +19 -0
- package/MathJax2/extensions/MathEvents.js +19 -0
- package/MathJax2/extensions/MathML/content-mathml.js +19 -0
- package/MathJax2/extensions/MathML/mml3.js +19 -0
- package/MathJax2/extensions/MathMenu.js +19 -0
- package/MathJax2/extensions/MathZoom.js +19 -0
- package/MathJax2/extensions/Safe.js +19 -0
- package/MathJax2/extensions/TeX/AMScd.js +19 -0
- package/MathJax2/extensions/TeX/AMSmath.js +19 -0
- package/MathJax2/extensions/TeX/AMSsymbols.js +19 -0
- package/MathJax2/extensions/TeX/HTML.js +19 -0
- package/MathJax2/extensions/TeX/action.js +19 -0
- package/MathJax2/extensions/TeX/autobold.js +19 -0
- package/MathJax2/extensions/TeX/autoload-all.js +19 -0
- package/MathJax2/extensions/TeX/bbox.js +19 -0
- package/MathJax2/extensions/TeX/begingroup.js +19 -0
- package/MathJax2/extensions/TeX/boldsymbol.js +19 -0
- package/MathJax2/extensions/TeX/cancel.js +19 -0
- package/MathJax2/extensions/TeX/color.js +19 -0
- package/MathJax2/extensions/TeX/enclose.js +19 -0
- package/MathJax2/extensions/TeX/extpfeil.js +19 -0
- package/MathJax2/extensions/TeX/mathchoice.js +19 -0
- package/MathJax2/extensions/TeX/mediawiki-texvc.js +19 -0
- package/MathJax2/extensions/TeX/mhchem.js +19 -0
- package/MathJax2/extensions/TeX/newcommand.js +19 -0
- package/MathJax2/extensions/TeX/noErrors.js +19 -0
- package/MathJax2/extensions/TeX/noUndefined.js +19 -0
- package/MathJax2/extensions/TeX/unicode.js +19 -0
- package/MathJax2/extensions/TeX/verb.js +19 -0
- package/MathJax2/extensions/asciimath2jax.js +19 -0
- package/MathJax2/extensions/fast-preview.js +19 -0
- package/MathJax2/extensions/jsMath2jax.js +19 -0
- package/MathJax2/extensions/mml2jax.js +19 -0
- package/MathJax2/extensions/tex2jax.js +19 -0
- package/MathJax2/extensions/toMathML.js +19 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/OFL.txt +98 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Alphabets-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Arrows-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_DoubleStruck-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Fraktur-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Latin-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Main-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Marks-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Misc-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Monospace-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_NonUnicode-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Normal-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Operators-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_SansSerif-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Script-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Shapes-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size1-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size2-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size3-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size4-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size5-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Size6-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Symbols-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/eot/AsanaMathJax_Variants-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Alphabets-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Arrows-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_DoubleStruck-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Fraktur-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Latin-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Main-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Marks-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Misc-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Monospace-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_NonUnicode-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Normal-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Operators-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_SansSerif-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Script-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Shapes-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size1-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size2-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size3-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size4-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size5-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Size6-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Symbols-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/otf/AsanaMathJax_Variants-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Alphabets-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Arrows-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_DoubleStruck-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Fraktur-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Latin-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Main-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Marks-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Misc-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Monospace-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_NonUnicode-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Normal-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Operators-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_SansSerif-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Script-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Shapes-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size1-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size2-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size3-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size4-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size5-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Size6-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Symbols-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Asana-Math/woff/AsanaMathJax_Variants-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/GUST-FONT-LICENSE.txt +30 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/MANIFEST-GyrePagellaMathJax.txt +34 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Alphabets-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Arrows-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_DoubleStruck-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Fraktur-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Latin-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Main-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Marks-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Misc-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Monospace-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_NonUnicode-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Normal-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Operators-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_SansSerif-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Script-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Shapes-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Size1-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Size2-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Size3-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Size4-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Size5-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Size6-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Symbols-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/eot/GyrePagellaMathJax_Variants-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Alphabets-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Arrows-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_DoubleStruck-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Fraktur-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Latin-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Main-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Marks-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Misc-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Monospace-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_NonUnicode-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Normal-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Operators-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_SansSerif-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Script-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Shapes-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Size1-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Size2-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Size3-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Size4-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Size5-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Size6-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Symbols-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/otf/GyrePagellaMathJax_Variants-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Alphabets-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Arrows-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_DoubleStruck-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Fraktur-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Latin-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Main-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Marks-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Misc-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Monospace-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_NonUnicode-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Normal-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Operators-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_SansSerif-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Script-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Shapes-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size1-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size2-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size3-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size4-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size5-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Size6-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Symbols-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Pagella/woff/GyrePagellaMathJax_Variants-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/GUST-FONT-LICENSE.txt +30 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/MANIFEST-GyreTermesMathJax.txt +34 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Alphabets-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Arrows-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_DoubleStruck-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Fraktur-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Latin-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Main-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Marks-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Misc-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Monospace-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_NonUnicode-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Normal-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Operators-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_SansSerif-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Script-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Shapes-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Size1-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Size2-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Size3-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Size4-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Size5-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Size6-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Symbols-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/eot/GyreTermesMathJax_Variants-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Alphabets-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Arrows-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_DoubleStruck-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Fraktur-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Latin-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Main-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Marks-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Misc-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Monospace-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_NonUnicode-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Normal-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Operators-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_SansSerif-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Script-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Shapes-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Size1-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Size2-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Size3-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Size4-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Size5-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Size6-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Symbols-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/otf/GyreTermesMathJax_Variants-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Alphabets-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Arrows-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_DoubleStruck-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Fraktur-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Latin-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Main-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Marks-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Misc-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Monospace-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_NonUnicode-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Normal-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Operators-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_SansSerif-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Script-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Shapes-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size1-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size2-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size3-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size4-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size5-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Size6-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Symbols-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Gyre-Termes/woff/GyreTermesMathJax_Variants-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/GUST-FONT-LICENSE.txt +30 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/MANIFEST-LatinModernMathJax.txt +34 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Alphabets-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Arrows-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_DoubleStruck-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Fraktur-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Latin-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Main-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Marks-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Misc-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Monospace-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_NonUnicode-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Normal-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Operators-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_SansSerif-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Script-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Shapes-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Size1-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Size2-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Size3-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Size4-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Size5-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Size6-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Size7-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Symbols-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/eot/LatinModernMathJax_Variants-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Alphabets-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Arrows-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_DoubleStruck-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Fraktur-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Latin-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Main-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Marks-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Misc-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Monospace-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_NonUnicode-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Normal-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Operators-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_SansSerif-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Script-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Shapes-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Size1-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Size2-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Size3-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Size4-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Size5-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Size6-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Size7-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Symbols-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/otf/LatinModernMathJax_Variants-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Alphabets-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Arrows-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_DoubleStruck-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Fraktur-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Latin-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Main-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Marks-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Misc-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Monospace-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_NonUnicode-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Normal-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Operators-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_SansSerif-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Script-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Shapes-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size1-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size2-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size3-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size4-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size5-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size6-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Size7-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Symbols-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Latin-Modern/woff/LatinModernMathJax_Variants-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/OFL.txt +102 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Alphabets-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Arrows-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Fraktur-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Main-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Marks-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_NonUnicode-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Normal-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Operators-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Script-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Shapes-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Size1-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Size2-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Size3-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Size4-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Size5-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Symbols-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/eot/NeoEulerMathJax_Variants-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Alphabets-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Arrows-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Fraktur-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Main-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Marks-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_NonUnicode-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Normal-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Operators-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Script-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Shapes-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Size1-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Size2-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Size3-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Size4-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Size5-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Symbols-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/otf/NeoEulerMathJax_Variants-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Alphabets-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Arrows-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Fraktur-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Main-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Marks-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_NonUnicode-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Normal-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Operators-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Script-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Shapes-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size1-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size2-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size3-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size4-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Size5-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Symbols-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/Neo-Euler/woff/NeoEulerMathJax_Variants-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/OFL.txt +109 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Alphabets-Bold.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Alphabets-BoldItalic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Alphabets-Italic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Alphabets-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Arrows-Bold.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Arrows-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_DoubleStruck-Bold.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_DoubleStruck-BoldItalic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_DoubleStruck-Italic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_DoubleStruck-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Fraktur-Bold.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Fraktur-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Latin-Bold.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Latin-BoldItalic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Latin-Italic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Latin-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Main-Bold.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Main-BoldItalic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Main-Italic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Main-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Marks-Bold.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Marks-BoldItalic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Marks-Italic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Marks-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Misc-Bold.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Misc-BoldItalic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Misc-Italic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Misc-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Monospace-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Normal-Bold.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Normal-BoldItalic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Normal-Italic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Operators-Bold.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Operators-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_SansSerif-Bold.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_SansSerif-BoldItalic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_SansSerif-Italic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_SansSerif-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Script-BoldItalic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Script-Italic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Script-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Shapes-Bold.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Shapes-BoldItalic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Shapes-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Size1-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Size2-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Size3-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Size4-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Size5-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Symbols-Bold.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Symbols-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Variants-Bold.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Variants-BoldItalic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Variants-Italic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Variants-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Alphabets-Bold.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Alphabets-BoldItalic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Alphabets-Italic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Alphabets-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Arrows-Bold.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Arrows-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_DoubleStruck-Bold.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_DoubleStruck-BoldItalic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_DoubleStruck-Italic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_DoubleStruck-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Fraktur-Bold.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Fraktur-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Latin-Bold.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Latin-BoldItalic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Latin-Italic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Latin-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Main-Bold.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Main-BoldItalic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Main-Italic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Main-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Marks-Bold.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Marks-BoldItalic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Marks-Italic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Marks-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Misc-Bold.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Misc-BoldItalic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Misc-Italic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Misc-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Monospace-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Normal-Bold.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Normal-BoldItalic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Normal-Italic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Operators-Bold.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Operators-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_SansSerif-Bold.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_SansSerif-BoldItalic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_SansSerif-Italic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_SansSerif-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Script-BoldItalic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Script-Italic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Script-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Shapes-Bold.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Shapes-BoldItalic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Shapes-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Size1-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Size2-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Size3-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Size4-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Size5-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Symbols-Bold.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Symbols-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Variants-Bold.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Variants-BoldItalic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Variants-Italic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Variants-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Bold.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-BoldItalic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Italic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Arrows-Bold.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Arrows-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Bold.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-BoldItalic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Italic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Fraktur-Bold.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Fraktur-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Bold.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-BoldItalic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Italic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Bold.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-BoldItalic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Italic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Bold.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-BoldItalic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Italic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Bold.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-BoldItalic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Italic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Monospace-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-Bold.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-BoldItalic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-Italic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Operators-Bold.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Operators-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Bold.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-BoldItalic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Italic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-BoldItalic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-Italic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-Bold.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-BoldItalic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size1-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size2-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size3-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size4-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size5-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Symbols-Bold.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Symbols-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Bold.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-BoldItalic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Italic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_AMS-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_Caligraphic-Bold.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_Caligraphic-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_Fraktur-Bold.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_Fraktur-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_Main-Bold.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_Main-Italic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_Main-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_Math-BoldItalic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_Math-Italic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_Math-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Bold.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Italic.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_Script-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_Size1-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_Size2-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_Size3-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_Size4-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_Typewriter-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/eot/MathJax_WinIE6-Regular.eot +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_AMS-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Bold.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Bold.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_Main-Bold.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_Main-Italic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_Main-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_Math-BoldItalic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_Math-Italic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_Math-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Bold.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Italic.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_Script-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_Size1-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_Size2-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_Size3-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_Size4-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_Typewriter-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_WinChrome-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/otf/MathJax_WinIE6-Regular.otf +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_AMS-Regular.svg +765 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_Caligraphic-Bold.svg +136 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_Caligraphic-Regular.svg +134 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_Fraktur-Bold.svg +319 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_Fraktur-Regular.svg +309 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_Main-Bold.svg +656 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_Main-Italic.svg +374 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_Main-Regular.svg +659 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_Math-BoldItalic.svg +331 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_Math-Italic.svg +331 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_Math-Regular.svg +330 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_SansSerif-Bold.svg +280 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_SansSerif-Italic.svg +245 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_SansSerif-Regular.svg +211 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_Script-Regular.svg +160 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_Size1-Regular.svg +110 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_Size2-Regular.svg +109 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_Size3-Regular.svg +49 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_Size4-Regular.svg +102 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_Typewriter-Regular.svg +322 -0
- package/MathJax2/fonts/HTML-CSS/TeX/svg/MathJax_WinChrome-Regular.svg +39 -0
- package/MathJax2/fonts/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff +0 -0
- package/MathJax2/fonts/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff +0 -0
- package/MathJax2/jax/element/mml/jax.js +19 -0
- package/MathJax2/jax/element/mml/optable/Arrows.js +19 -0
- package/MathJax2/jax/element/mml/optable/BasicLatin.js +19 -0
- package/MathJax2/jax/element/mml/optable/CombDiacritMarks.js +19 -0
- package/MathJax2/jax/element/mml/optable/CombDiactForSymbols.js +19 -0
- package/MathJax2/jax/element/mml/optable/Dingbats.js +19 -0
- package/MathJax2/jax/element/mml/optable/GeneralPunctuation.js +19 -0
- package/MathJax2/jax/element/mml/optable/GeometricShapes.js +19 -0
- package/MathJax2/jax/element/mml/optable/GreekAndCoptic.js +19 -0
- package/MathJax2/jax/element/mml/optable/Latin1Supplement.js +19 -0
- package/MathJax2/jax/element/mml/optable/LetterlikeSymbols.js +19 -0
- package/MathJax2/jax/element/mml/optable/MathOperators.js +19 -0
- package/MathJax2/jax/element/mml/optable/MiscMathSymbolsA.js +19 -0
- package/MathJax2/jax/element/mml/optable/MiscMathSymbolsB.js +19 -0
- package/MathJax2/jax/element/mml/optable/MiscSymbolsAndArrows.js +19 -0
- package/MathJax2/jax/element/mml/optable/MiscTechnical.js +19 -0
- package/MathJax2/jax/element/mml/optable/SpacingModLetters.js +19 -0
- package/MathJax2/jax/element/mml/optable/SuppMathOperators.js +19 -0
- package/MathJax2/jax/element/mml/optable/SupplementalArrowsA.js +19 -0
- package/MathJax2/jax/element/mml/optable/SupplementalArrowsB.js +19 -0
- package/MathJax2/jax/input/AsciiMath/config.js +19 -0
- package/MathJax2/jax/input/AsciiMath/jax.js +19 -0
- package/MathJax2/jax/input/MathML/config.js +19 -0
- package/MathJax2/jax/input/MathML/entities/a.js +19 -0
- package/MathJax2/jax/input/MathML/entities/b.js +19 -0
- package/MathJax2/jax/input/MathML/entities/c.js +19 -0
- package/MathJax2/jax/input/MathML/entities/d.js +19 -0
- package/MathJax2/jax/input/MathML/entities/e.js +19 -0
- package/MathJax2/jax/input/MathML/entities/f.js +19 -0
- package/MathJax2/jax/input/MathML/entities/fr.js +19 -0
- package/MathJax2/jax/input/MathML/entities/g.js +19 -0
- package/MathJax2/jax/input/MathML/entities/h.js +19 -0
- package/MathJax2/jax/input/MathML/entities/i.js +19 -0
- package/MathJax2/jax/input/MathML/entities/j.js +19 -0
- package/MathJax2/jax/input/MathML/entities/k.js +19 -0
- package/MathJax2/jax/input/MathML/entities/l.js +19 -0
- package/MathJax2/jax/input/MathML/entities/m.js +19 -0
- package/MathJax2/jax/input/MathML/entities/n.js +19 -0
- package/MathJax2/jax/input/MathML/entities/o.js +19 -0
- package/MathJax2/jax/input/MathML/entities/opf.js +19 -0
- package/MathJax2/jax/input/MathML/entities/p.js +19 -0
- package/MathJax2/jax/input/MathML/entities/q.js +19 -0
- package/MathJax2/jax/input/MathML/entities/r.js +19 -0
- package/MathJax2/jax/input/MathML/entities/s.js +19 -0
- package/MathJax2/jax/input/MathML/entities/scr.js +19 -0
- package/MathJax2/jax/input/MathML/entities/t.js +19 -0
- package/MathJax2/jax/input/MathML/entities/u.js +19 -0
- package/MathJax2/jax/input/MathML/entities/v.js +19 -0
- package/MathJax2/jax/input/MathML/entities/w.js +19 -0
- package/MathJax2/jax/input/MathML/entities/x.js +19 -0
- package/MathJax2/jax/input/MathML/entities/y.js +19 -0
- package/MathJax2/jax/input/MathML/entities/z.js +19 -0
- package/MathJax2/jax/input/MathML/jax.js +19 -0
- package/MathJax2/jax/input/TeX/config.js +19 -0
- package/MathJax2/jax/input/TeX/jax.js +19 -0
- package/MathJax2/jax/output/CommonHTML/autoload/annotation-xml.js +19 -0
- package/MathJax2/jax/output/CommonHTML/autoload/maction.js +19 -0
- package/MathJax2/jax/output/CommonHTML/autoload/menclose.js +19 -0
- package/MathJax2/jax/output/CommonHTML/autoload/mglyph.js +19 -0
- package/MathJax2/jax/output/CommonHTML/autoload/mmultiscripts.js +19 -0
- package/MathJax2/jax/output/CommonHTML/autoload/ms.js +19 -0
- package/MathJax2/jax/output/CommonHTML/autoload/mtable.js +19 -0
- package/MathJax2/jax/output/CommonHTML/autoload/multiline.js +19 -0
- package/MathJax2/jax/output/CommonHTML/config.js +19 -0
- package/MathJax2/jax/output/CommonHTML/fonts/TeX/AMS-Regular.js +19 -0
- package/MathJax2/jax/output/CommonHTML/fonts/TeX/Caligraphic-Bold.js +19 -0
- package/MathJax2/jax/output/CommonHTML/fonts/TeX/Fraktur-Bold.js +19 -0
- package/MathJax2/jax/output/CommonHTML/fonts/TeX/Fraktur-Regular.js +19 -0
- package/MathJax2/jax/output/CommonHTML/fonts/TeX/Main-Bold.js +19 -0
- package/MathJax2/jax/output/CommonHTML/fonts/TeX/Math-BoldItalic.js +19 -0
- package/MathJax2/jax/output/CommonHTML/fonts/TeX/SansSerif-Bold.js +19 -0
- package/MathJax2/jax/output/CommonHTML/fonts/TeX/SansSerif-Italic.js +19 -0
- package/MathJax2/jax/output/CommonHTML/fonts/TeX/SansSerif-Regular.js +19 -0
- package/MathJax2/jax/output/CommonHTML/fonts/TeX/Script-Regular.js +19 -0
- package/MathJax2/jax/output/CommonHTML/fonts/TeX/Typewriter-Regular.js +19 -0
- package/MathJax2/jax/output/CommonHTML/fonts/TeX/fontdata-extra.js +19 -0
- package/MathJax2/jax/output/CommonHTML/fonts/TeX/fontdata.js +19 -0
- package/MathJax2/jax/output/CommonHTML/jax.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/autoload/annotation-xml.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/autoload/maction.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/autoload/menclose.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/autoload/mglyph.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/autoload/mmultiscripts.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/autoload/ms.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/autoload/mtable.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/autoload/multiline.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/config.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/Alphabets/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/Arrows/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/DoubleStruck/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/Fraktur/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/Latin/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/Main/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/Marks/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/Misc/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/Monospace/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/NonUnicode/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/Normal/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/Operators/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/SansSerif/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/Script/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/Shapes/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/Size1/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/Size2/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/Size3/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/Size4/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/Size5/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/Size6/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/Symbols/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/Variants/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/fontdata-extra.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Asana-Math/fontdata.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/Alphabets/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/Arrows/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/DoubleStruck/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/Fraktur/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/Latin/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/Main/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/Marks/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/Misc/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/Monospace/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/NonUnicode/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/Normal/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/Operators/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/SansSerif/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/Script/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/Shapes/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size1/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size2/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size3/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size4/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size5/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size6/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/Symbols/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/Variants/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/fontdata-extra.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Pagella/fontdata.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/Alphabets/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/Arrows/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/DoubleStruck/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/Fraktur/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/Latin/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/Main/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/Marks/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/Misc/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/Monospace/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/NonUnicode/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/Normal/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/Operators/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/SansSerif/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/Script/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/Shapes/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/Size1/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/Size2/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/Size3/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/Size4/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/Size5/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/Size6/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/Symbols/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/Variants/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/fontdata-extra.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Gyre-Termes/fontdata.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Alphabets/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Arrows/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/DoubleStruck/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Fraktur/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Latin/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Main/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Marks/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Misc/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Monospace/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/NonUnicode/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Normal/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Operators/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/SansSerif/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Script/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Shapes/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Size1/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Size2/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Size3/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Size4/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Size5/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Size6/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Size7/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Symbols/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/Variants/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/fontdata-extra.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Latin-Modern/fontdata.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Neo-Euler/Alphabets/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Neo-Euler/Arrows/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Neo-Euler/Fraktur/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Neo-Euler/Main/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Neo-Euler/Marks/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Neo-Euler/NonUnicode/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Neo-Euler/Normal/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Neo-Euler/Operators/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Neo-Euler/Script/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Neo-Euler/Shapes/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Neo-Euler/Size1/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Neo-Euler/Size2/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Neo-Euler/Size3/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Neo-Euler/Size4/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Neo-Euler/Size5/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Neo-Euler/Symbols/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Neo-Euler/Variants/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Neo-Euler/fontdata-extra.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/Neo-Euler/fontdata.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/AlphaPresentForms.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/Arrows.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/BBBold.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoldFraktur.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoxDrawing.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiacritMarks.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiactForSymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/ControlPictures.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/CurrencySymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/Cyrillic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/EnclosedAlphanum.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeneralPunctuation.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeometricShapes.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekAndCoptic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekBold.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekSSBold.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/IPAExtensions.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/Latin1Supplement.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedA.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedAdditional.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedB.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedD.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/LetterlikeSymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathBold.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathOperators.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathSSBold.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsA.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsB.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscTechnical.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/NumberForms.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/PhoneticExtensions.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/SpacingModLetters.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuperAndSubscripts.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuppMathOperators.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/AlphaPresentForms.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BasicLatin.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BoxDrawing.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CombDiactForSymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/ControlPictures.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CurrencySymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Cyrillic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/EnclosedAlphanum.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GeneralPunctuation.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekAndCoptic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekBoldItalic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekSSBoldItalic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/IPAExtensions.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Latin1Supplement.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedA.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedAdditional.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedB.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LetterlikeSymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldItalic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldScript.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathOperators.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathSSItalicBold.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/SpacingModLetters.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/AlphaPresentForms.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/BoxDrawing.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/CombDiactForSymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/ControlPictures.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/CurrencySymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/Cyrillic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/EnclosedAlphanum.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/GeneralPunctuation.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekAndCoptic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekItalic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/IPAExtensions.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/Latin1Supplement.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedA.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedAdditional.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedB.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/LetterlikeSymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathItalic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathOperators.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathSSItalic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathScript.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/SpacingModLetters.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/AlphaPresentForms.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/Arrows.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/BBBold.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/BlockElements.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoldFraktur.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoxDrawing.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiacritMarks.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiactForSymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/ControlPictures.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/CurrencySymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/Cyrillic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/Dingbats.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/EnclosedAlphanum.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/Fraktur.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeneralPunctuation.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeometricShapes.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekAndCoptic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBold.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBoldItalic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekItalic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBold.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBoldItalic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/Hiragana.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/IPAExtensions.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/Latin1Supplement.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedA.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedAdditional.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedB.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedD.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/LetterlikeSymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBold.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldItalic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldScript.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathItalic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathOperators.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSS.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSBold.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalicBold.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathScript.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathTT.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsA.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsB.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbolsAndArrows.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscTechnical.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/NumberForms.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/PhoneticExtensions.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/SpacingModLetters.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/Specials.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuperAndSubscripts.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuppMathOperators.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsA.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsB.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Bold/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Bold/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Bold/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Bold/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Bold/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/PrivateUse.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/PrivateUse.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/PrivateUse.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/PrivateUse.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/All.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/fontdata-1.0.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/fontdata-beta.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/fontdata-extra.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX/fontdata.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Italic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Arrows/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Arrows/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Italic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Fraktur/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Fraktur/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Latin/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Italic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Main/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Main/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Main/Italic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Main/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Marks/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Italic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Misc/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Italic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Monospace/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Normal/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Normal/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Normal/Italic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Operators/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Operators/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Italic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Script/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Script/Italic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Script/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Size1/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Size2/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Size3/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Size4/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Size5/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Variants/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Italic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/fontdata-extra.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/fonts/TeX/fontdata.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/imageFonts.js +19 -0
- package/MathJax2/jax/output/HTML-CSS/jax.js +19 -0
- package/MathJax2/jax/output/NativeMML/config.js +19 -0
- package/MathJax2/jax/output/NativeMML/jax.js +19 -0
- package/MathJax2/jax/output/PlainSource/config.js +19 -0
- package/MathJax2/jax/output/PlainSource/jax.js +19 -0
- package/MathJax2/jax/output/PreviewHTML/config.js +19 -0
- package/MathJax2/jax/output/PreviewHTML/jax.js +19 -0
- package/MathJax2/jax/output/SVG/autoload/annotation-xml.js +19 -0
- package/MathJax2/jax/output/SVG/autoload/maction.js +19 -0
- package/MathJax2/jax/output/SVG/autoload/menclose.js +19 -0
- package/MathJax2/jax/output/SVG/autoload/mglyph.js +19 -0
- package/MathJax2/jax/output/SVG/autoload/mmultiscripts.js +19 -0
- package/MathJax2/jax/output/SVG/autoload/ms.js +19 -0
- package/MathJax2/jax/output/SVG/autoload/mtable.js +19 -0
- package/MathJax2/jax/output/SVG/autoload/multiline.js +19 -0
- package/MathJax2/jax/output/SVG/config.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/Alphabets/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/Arrows/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/DoubleStruck/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/Fraktur/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/Latin/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/Main/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/Marks/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/Misc/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/Monospace/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/NonUnicode/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/Normal/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/Operators/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/SansSerif/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/Script/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/Shapes/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/Size1/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/Size2/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/Size3/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/Size4/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/Size5/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/Size6/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/Symbols/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/Variants/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/fontdata-extra.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Asana-Math/fontdata.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/Alphabets/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/Arrows/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/DoubleStruck/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/Fraktur/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/Latin/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/Main/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/Marks/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/Misc/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/Monospace/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/NonUnicode/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/Normal/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/Operators/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/SansSerif/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/Script/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/Shapes/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/Size1/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/Size2/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/Size3/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/Size4/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/Size5/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/Size6/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/Symbols/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/Variants/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/fontdata-extra.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Pagella/fontdata.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/Alphabets/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/Arrows/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/DoubleStruck/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/Fraktur/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/Latin/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/Main/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/Marks/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/Misc/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/Monospace/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/NonUnicode/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/Normal/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/Operators/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/SansSerif/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/Script/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/Shapes/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/Size1/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/Size2/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/Size3/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/Size4/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/Size5/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/Size6/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/Symbols/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/Variants/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/fontdata-extra.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Gyre-Termes/fontdata.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Alphabets/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Arrows/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/DoubleStruck/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Fraktur/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Latin/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Main/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Marks/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Misc/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Monospace/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/NonUnicode/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Normal/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Operators/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/SansSerif/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Script/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Shapes/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Size1/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Size2/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Size3/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Size4/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Size5/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Size6/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Size7/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Symbols/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/Variants/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/fontdata-extra.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Latin-Modern/fontdata.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Neo-Euler/Alphabets/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Neo-Euler/Arrows/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Neo-Euler/Fraktur/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Neo-Euler/Main/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Neo-Euler/Marks/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Neo-Euler/NonUnicode/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Neo-Euler/Normal/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Neo-Euler/Operators/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Neo-Euler/Script/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Neo-Euler/Shapes/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Neo-Euler/Size1/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Neo-Euler/Size2/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Neo-Euler/Size3/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Neo-Euler/Size4/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Neo-Euler/Size5/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Neo-Euler/Symbols/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Neo-Euler/Variants/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Neo-Euler/fontdata-extra.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/Neo-Euler/fontdata.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Alphabets/Bold/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Alphabets/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Alphabets/Italic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Alphabets/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Arrows/Bold/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Arrows/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Bold/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/DoubleStruck/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Italic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Fraktur/Bold/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Fraktur/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Latin/Bold/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Latin/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Latin/Italic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Latin/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Main/Bold/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Main/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Main/Italic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Main/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Marks/Bold/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Marks/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Marks/Italic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Marks/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Misc/Bold/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Misc/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Misc/Italic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Misc/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Monospace/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Normal/Bold/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Normal/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Normal/Italic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Operators/Bold/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Operators/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/SansSerif/Bold/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/SansSerif/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/SansSerif/Italic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/SansSerif/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Script/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Script/Italic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Script/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Shapes/Bold/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Shapes/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Shapes/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Size1/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Size2/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Size3/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Size4/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Size5/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Symbols/Bold/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Symbols/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Variants/Bold/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Variants/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Variants/Italic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/Variants/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/fontdata-extra.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/STIX-Web/fontdata.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Bold/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Italic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Math/Italic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Script/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/fontdata-extra.js +19 -0
- package/MathJax2/jax/output/SVG/fonts/TeX/fontdata.js +19 -0
- package/MathJax2/jax/output/SVG/jax.js +19 -0
- package/MathJax2/localization/ast/FontWarnings.js +19 -0
- package/MathJax2/localization/ast/HTML-CSS.js +19 -0
- package/MathJax2/localization/ast/HelpDialog.js +19 -0
- package/MathJax2/localization/ast/MathML.js +19 -0
- package/MathJax2/localization/ast/MathMenu.js +19 -0
- package/MathJax2/localization/ast/TeX.js +19 -0
- package/MathJax2/localization/ast/ast.js +19 -0
- package/MathJax2/localization/bcc/FontWarnings.js +19 -0
- package/MathJax2/localization/bcc/HTML-CSS.js +19 -0
- package/MathJax2/localization/bcc/HelpDialog.js +19 -0
- package/MathJax2/localization/bcc/MathML.js +19 -0
- package/MathJax2/localization/bcc/MathMenu.js +19 -0
- package/MathJax2/localization/bcc/TeX.js +19 -0
- package/MathJax2/localization/bcc/bcc.js +19 -0
- package/MathJax2/localization/bg/FontWarnings.js +19 -0
- package/MathJax2/localization/bg/HTML-CSS.js +19 -0
- package/MathJax2/localization/bg/HelpDialog.js +19 -0
- package/MathJax2/localization/bg/MathML.js +19 -0
- package/MathJax2/localization/bg/MathMenu.js +19 -0
- package/MathJax2/localization/bg/TeX.js +19 -0
- package/MathJax2/localization/bg/bg.js +19 -0
- package/MathJax2/localization/br/FontWarnings.js +19 -0
- package/MathJax2/localization/br/HTML-CSS.js +19 -0
- package/MathJax2/localization/br/HelpDialog.js +19 -0
- package/MathJax2/localization/br/MathML.js +19 -0
- package/MathJax2/localization/br/MathMenu.js +19 -0
- package/MathJax2/localization/br/TeX.js +19 -0
- package/MathJax2/localization/br/br.js +19 -0
- package/MathJax2/localization/ca/FontWarnings.js +19 -0
- package/MathJax2/localization/ca/HTML-CSS.js +19 -0
- package/MathJax2/localization/ca/HelpDialog.js +19 -0
- package/MathJax2/localization/ca/MathML.js +19 -0
- package/MathJax2/localization/ca/MathMenu.js +19 -0
- package/MathJax2/localization/ca/TeX.js +19 -0
- package/MathJax2/localization/ca/ca.js +19 -0
- package/MathJax2/localization/cdo/FontWarnings.js +19 -0
- package/MathJax2/localization/cdo/HTML-CSS.js +19 -0
- package/MathJax2/localization/cdo/HelpDialog.js +19 -0
- package/MathJax2/localization/cdo/MathML.js +19 -0
- package/MathJax2/localization/cdo/MathMenu.js +19 -0
- package/MathJax2/localization/cdo/TeX.js +19 -0
- package/MathJax2/localization/cdo/cdo.js +19 -0
- package/MathJax2/localization/ce/FontWarnings.js +19 -0
- package/MathJax2/localization/ce/HTML-CSS.js +19 -0
- package/MathJax2/localization/ce/HelpDialog.js +19 -0
- package/MathJax2/localization/ce/MathML.js +19 -0
- package/MathJax2/localization/ce/MathMenu.js +19 -0
- package/MathJax2/localization/ce/TeX.js +19 -0
- package/MathJax2/localization/ce/ce.js +19 -0
- package/MathJax2/localization/cs/FontWarnings.js +19 -0
- package/MathJax2/localization/cs/HTML-CSS.js +19 -0
- package/MathJax2/localization/cs/HelpDialog.js +19 -0
- package/MathJax2/localization/cs/MathML.js +19 -0
- package/MathJax2/localization/cs/MathMenu.js +19 -0
- package/MathJax2/localization/cs/TeX.js +19 -0
- package/MathJax2/localization/cs/cs.js +19 -0
- package/MathJax2/localization/cy/FontWarnings.js +19 -0
- package/MathJax2/localization/cy/HTML-CSS.js +19 -0
- package/MathJax2/localization/cy/HelpDialog.js +19 -0
- package/MathJax2/localization/cy/MathML.js +19 -0
- package/MathJax2/localization/cy/MathMenu.js +19 -0
- package/MathJax2/localization/cy/TeX.js +19 -0
- package/MathJax2/localization/cy/cy.js +19 -0
- package/MathJax2/localization/da/FontWarnings.js +19 -0
- package/MathJax2/localization/da/HTML-CSS.js +19 -0
- package/MathJax2/localization/da/HelpDialog.js +19 -0
- package/MathJax2/localization/da/MathML.js +19 -0
- package/MathJax2/localization/da/MathMenu.js +19 -0
- package/MathJax2/localization/da/TeX.js +19 -0
- package/MathJax2/localization/da/da.js +19 -0
- package/MathJax2/localization/de/FontWarnings.js +19 -0
- package/MathJax2/localization/de/HTML-CSS.js +19 -0
- package/MathJax2/localization/de/HelpDialog.js +19 -0
- package/MathJax2/localization/de/MathML.js +19 -0
- package/MathJax2/localization/de/MathMenu.js +19 -0
- package/MathJax2/localization/de/TeX.js +19 -0
- package/MathJax2/localization/de/de.js +19 -0
- package/MathJax2/localization/en/FontWarnings.js +19 -0
- package/MathJax2/localization/en/HTML-CSS.js +19 -0
- package/MathJax2/localization/en/HelpDialog.js +19 -0
- package/MathJax2/localization/en/MathML.js +19 -0
- package/MathJax2/localization/en/MathMenu.js +19 -0
- package/MathJax2/localization/en/TeX.js +19 -0
- package/MathJax2/localization/en/en.js +19 -0
- package/MathJax2/localization/eo/FontWarnings.js +19 -0
- package/MathJax2/localization/eo/HTML-CSS.js +19 -0
- package/MathJax2/localization/eo/HelpDialog.js +19 -0
- package/MathJax2/localization/eo/MathML.js +19 -0
- package/MathJax2/localization/eo/MathMenu.js +19 -0
- package/MathJax2/localization/eo/TeX.js +19 -0
- package/MathJax2/localization/eo/eo.js +19 -0
- package/MathJax2/localization/es/FontWarnings.js +19 -0
- package/MathJax2/localization/es/HTML-CSS.js +19 -0
- package/MathJax2/localization/es/HelpDialog.js +19 -0
- package/MathJax2/localization/es/MathML.js +19 -0
- package/MathJax2/localization/es/MathMenu.js +19 -0
- package/MathJax2/localization/es/TeX.js +19 -0
- package/MathJax2/localization/es/es.js +19 -0
- package/MathJax2/localization/fa/FontWarnings.js +19 -0
- package/MathJax2/localization/fa/HTML-CSS.js +19 -0
- package/MathJax2/localization/fa/HelpDialog.js +19 -0
- package/MathJax2/localization/fa/MathML.js +19 -0
- package/MathJax2/localization/fa/MathMenu.js +19 -0
- package/MathJax2/localization/fa/TeX.js +19 -0
- package/MathJax2/localization/fa/fa.js +19 -0
- package/MathJax2/localization/fi/FontWarnings.js +19 -0
- package/MathJax2/localization/fi/HTML-CSS.js +19 -0
- package/MathJax2/localization/fi/HelpDialog.js +19 -0
- package/MathJax2/localization/fi/MathML.js +19 -0
- package/MathJax2/localization/fi/MathMenu.js +19 -0
- package/MathJax2/localization/fi/TeX.js +19 -0
- package/MathJax2/localization/fi/fi.js +19 -0
- package/MathJax2/localization/fr/FontWarnings.js +19 -0
- package/MathJax2/localization/fr/HTML-CSS.js +19 -0
- package/MathJax2/localization/fr/HelpDialog.js +19 -0
- package/MathJax2/localization/fr/MathML.js +19 -0
- package/MathJax2/localization/fr/MathMenu.js +19 -0
- package/MathJax2/localization/fr/TeX.js +19 -0
- package/MathJax2/localization/fr/fr.js +19 -0
- package/MathJax2/localization/gl/FontWarnings.js +19 -0
- package/MathJax2/localization/gl/HTML-CSS.js +19 -0
- package/MathJax2/localization/gl/HelpDialog.js +19 -0
- package/MathJax2/localization/gl/MathML.js +19 -0
- package/MathJax2/localization/gl/MathMenu.js +19 -0
- package/MathJax2/localization/gl/TeX.js +19 -0
- package/MathJax2/localization/gl/gl.js +19 -0
- package/MathJax2/localization/he/FontWarnings.js +19 -0
- package/MathJax2/localization/he/HTML-CSS.js +19 -0
- package/MathJax2/localization/he/HelpDialog.js +19 -0
- package/MathJax2/localization/he/MathML.js +19 -0
- package/MathJax2/localization/he/MathMenu.js +19 -0
- package/MathJax2/localization/he/TeX.js +19 -0
- package/MathJax2/localization/he/he.js +19 -0
- package/MathJax2/localization/ia/FontWarnings.js +19 -0
- package/MathJax2/localization/ia/HTML-CSS.js +19 -0
- package/MathJax2/localization/ia/HelpDialog.js +19 -0
- package/MathJax2/localization/ia/MathML.js +19 -0
- package/MathJax2/localization/ia/MathMenu.js +19 -0
- package/MathJax2/localization/ia/TeX.js +19 -0
- package/MathJax2/localization/ia/ia.js +19 -0
- package/MathJax2/localization/it/FontWarnings.js +19 -0
- package/MathJax2/localization/it/HTML-CSS.js +19 -0
- package/MathJax2/localization/it/HelpDialog.js +19 -0
- package/MathJax2/localization/it/MathML.js +19 -0
- package/MathJax2/localization/it/MathMenu.js +19 -0
- package/MathJax2/localization/it/TeX.js +19 -0
- package/MathJax2/localization/it/it.js +19 -0
- package/MathJax2/localization/ja/FontWarnings.js +19 -0
- package/MathJax2/localization/ja/HTML-CSS.js +19 -0
- package/MathJax2/localization/ja/HelpDialog.js +19 -0
- package/MathJax2/localization/ja/MathML.js +19 -0
- package/MathJax2/localization/ja/MathMenu.js +19 -0
- package/MathJax2/localization/ja/TeX.js +19 -0
- package/MathJax2/localization/ja/ja.js +19 -0
- package/MathJax2/localization/kn/FontWarnings.js +19 -0
- package/MathJax2/localization/kn/HTML-CSS.js +19 -0
- package/MathJax2/localization/kn/HelpDialog.js +19 -0
- package/MathJax2/localization/kn/MathML.js +19 -0
- package/MathJax2/localization/kn/MathMenu.js +19 -0
- package/MathJax2/localization/kn/TeX.js +19 -0
- package/MathJax2/localization/kn/kn.js +19 -0
- package/MathJax2/localization/ko/FontWarnings.js +19 -0
- package/MathJax2/localization/ko/HTML-CSS.js +19 -0
- package/MathJax2/localization/ko/HelpDialog.js +19 -0
- package/MathJax2/localization/ko/MathML.js +19 -0
- package/MathJax2/localization/ko/MathMenu.js +19 -0
- package/MathJax2/localization/ko/TeX.js +19 -0
- package/MathJax2/localization/ko/ko.js +19 -0
- package/MathJax2/localization/lb/FontWarnings.js +19 -0
- package/MathJax2/localization/lb/HTML-CSS.js +19 -0
- package/MathJax2/localization/lb/HelpDialog.js +19 -0
- package/MathJax2/localization/lb/MathML.js +19 -0
- package/MathJax2/localization/lb/MathMenu.js +19 -0
- package/MathJax2/localization/lb/TeX.js +19 -0
- package/MathJax2/localization/lb/lb.js +19 -0
- package/MathJax2/localization/lki/FontWarnings.js +19 -0
- package/MathJax2/localization/lki/HTML-CSS.js +19 -0
- package/MathJax2/localization/lki/HelpDialog.js +19 -0
- package/MathJax2/localization/lki/MathML.js +19 -0
- package/MathJax2/localization/lki/MathMenu.js +19 -0
- package/MathJax2/localization/lki/TeX.js +19 -0
- package/MathJax2/localization/lki/lki.js +19 -0
- package/MathJax2/localization/lt/FontWarnings.js +19 -0
- package/MathJax2/localization/lt/HTML-CSS.js +19 -0
- package/MathJax2/localization/lt/HelpDialog.js +19 -0
- package/MathJax2/localization/lt/MathML.js +19 -0
- package/MathJax2/localization/lt/MathMenu.js +19 -0
- package/MathJax2/localization/lt/TeX.js +19 -0
- package/MathJax2/localization/lt/lt.js +19 -0
- package/MathJax2/localization/mk/FontWarnings.js +19 -0
- package/MathJax2/localization/mk/HTML-CSS.js +19 -0
- package/MathJax2/localization/mk/HelpDialog.js +19 -0
- package/MathJax2/localization/mk/MathML.js +19 -0
- package/MathJax2/localization/mk/MathMenu.js +19 -0
- package/MathJax2/localization/mk/TeX.js +19 -0
- package/MathJax2/localization/mk/mk.js +19 -0
- package/MathJax2/localization/nl/FontWarnings.js +19 -0
- package/MathJax2/localization/nl/HTML-CSS.js +19 -0
- package/MathJax2/localization/nl/HelpDialog.js +19 -0
- package/MathJax2/localization/nl/MathML.js +19 -0
- package/MathJax2/localization/nl/MathMenu.js +19 -0
- package/MathJax2/localization/nl/TeX.js +19 -0
- package/MathJax2/localization/nl/nl.js +19 -0
- package/MathJax2/localization/oc/FontWarnings.js +19 -0
- package/MathJax2/localization/oc/HTML-CSS.js +19 -0
- package/MathJax2/localization/oc/HelpDialog.js +19 -0
- package/MathJax2/localization/oc/MathML.js +19 -0
- package/MathJax2/localization/oc/MathMenu.js +19 -0
- package/MathJax2/localization/oc/TeX.js +19 -0
- package/MathJax2/localization/oc/oc.js +19 -0
- package/MathJax2/localization/pl/FontWarnings.js +19 -0
- package/MathJax2/localization/pl/HTML-CSS.js +19 -0
- package/MathJax2/localization/pl/HelpDialog.js +19 -0
- package/MathJax2/localization/pl/MathML.js +19 -0
- package/MathJax2/localization/pl/MathMenu.js +19 -0
- package/MathJax2/localization/pl/TeX.js +19 -0
- package/MathJax2/localization/pl/pl.js +19 -0
- package/MathJax2/localization/pt/FontWarnings.js +19 -0
- package/MathJax2/localization/pt/HTML-CSS.js +19 -0
- package/MathJax2/localization/pt/HelpDialog.js +19 -0
- package/MathJax2/localization/pt/MathML.js +19 -0
- package/MathJax2/localization/pt/MathMenu.js +19 -0
- package/MathJax2/localization/pt/TeX.js +19 -0
- package/MathJax2/localization/pt/pt.js +19 -0
- package/MathJax2/localization/pt-br/FontWarnings.js +19 -0
- package/MathJax2/localization/pt-br/HTML-CSS.js +19 -0
- package/MathJax2/localization/pt-br/HelpDialog.js +19 -0
- package/MathJax2/localization/pt-br/MathML.js +19 -0
- package/MathJax2/localization/pt-br/MathMenu.js +19 -0
- package/MathJax2/localization/pt-br/TeX.js +19 -0
- package/MathJax2/localization/pt-br/pt-br.js +19 -0
- package/MathJax2/localization/qqq/FontWarnings.js +19 -0
- package/MathJax2/localization/qqq/HTML-CSS.js +19 -0
- package/MathJax2/localization/qqq/HelpDialog.js +19 -0
- package/MathJax2/localization/qqq/MathML.js +19 -0
- package/MathJax2/localization/qqq/MathMenu.js +19 -0
- package/MathJax2/localization/qqq/TeX.js +19 -0
- package/MathJax2/localization/qqq/qqq.js +19 -0
- package/MathJax2/localization/ru/FontWarnings.js +19 -0
- package/MathJax2/localization/ru/HTML-CSS.js +19 -0
- package/MathJax2/localization/ru/HelpDialog.js +19 -0
- package/MathJax2/localization/ru/MathML.js +19 -0
- package/MathJax2/localization/ru/MathMenu.js +19 -0
- package/MathJax2/localization/ru/TeX.js +19 -0
- package/MathJax2/localization/ru/ru.js +19 -0
- package/MathJax2/localization/scn/FontWarnings.js +19 -0
- package/MathJax2/localization/scn/HTML-CSS.js +19 -0
- package/MathJax2/localization/scn/HelpDialog.js +19 -0
- package/MathJax2/localization/scn/MathML.js +19 -0
- package/MathJax2/localization/scn/MathMenu.js +19 -0
- package/MathJax2/localization/scn/TeX.js +19 -0
- package/MathJax2/localization/scn/scn.js +19 -0
- package/MathJax2/localization/sco/FontWarnings.js +19 -0
- package/MathJax2/localization/sco/HTML-CSS.js +19 -0
- package/MathJax2/localization/sco/HelpDialog.js +19 -0
- package/MathJax2/localization/sco/MathML.js +19 -0
- package/MathJax2/localization/sco/MathMenu.js +19 -0
- package/MathJax2/localization/sco/TeX.js +19 -0
- package/MathJax2/localization/sco/sco.js +19 -0
- package/MathJax2/localization/sl/FontWarnings.js +19 -0
- package/MathJax2/localization/sl/HTML-CSS.js +19 -0
- package/MathJax2/localization/sl/HelpDialog.js +19 -0
- package/MathJax2/localization/sl/MathML.js +19 -0
- package/MathJax2/localization/sl/MathMenu.js +19 -0
- package/MathJax2/localization/sl/TeX.js +19 -0
- package/MathJax2/localization/sl/sl.js +19 -0
- package/MathJax2/localization/sv/FontWarnings.js +19 -0
- package/MathJax2/localization/sv/HTML-CSS.js +19 -0
- package/MathJax2/localization/sv/HelpDialog.js +19 -0
- package/MathJax2/localization/sv/MathML.js +19 -0
- package/MathJax2/localization/sv/MathMenu.js +19 -0
- package/MathJax2/localization/sv/TeX.js +19 -0
- package/MathJax2/localization/sv/sv.js +19 -0
- package/MathJax2/localization/tr/FontWarnings.js +19 -0
- package/MathJax2/localization/tr/HTML-CSS.js +19 -0
- package/MathJax2/localization/tr/HelpDialog.js +19 -0
- package/MathJax2/localization/tr/MathML.js +19 -0
- package/MathJax2/localization/tr/MathMenu.js +19 -0
- package/MathJax2/localization/tr/TeX.js +19 -0
- package/MathJax2/localization/tr/tr.js +19 -0
- package/MathJax2/localization/uk/FontWarnings.js +19 -0
- package/MathJax2/localization/uk/HTML-CSS.js +19 -0
- package/MathJax2/localization/uk/HelpDialog.js +19 -0
- package/MathJax2/localization/uk/MathML.js +19 -0
- package/MathJax2/localization/uk/MathMenu.js +19 -0
- package/MathJax2/localization/uk/TeX.js +19 -0
- package/MathJax2/localization/uk/uk.js +19 -0
- package/MathJax2/localization/vi/FontWarnings.js +19 -0
- package/MathJax2/localization/vi/HTML-CSS.js +19 -0
- package/MathJax2/localization/vi/HelpDialog.js +19 -0
- package/MathJax2/localization/vi/MathML.js +19 -0
- package/MathJax2/localization/vi/MathMenu.js +19 -0
- package/MathJax2/localization/vi/TeX.js +19 -0
- package/MathJax2/localization/vi/vi.js +19 -0
- package/MathJax2/localization/zh-hans/FontWarnings.js +19 -0
- package/MathJax2/localization/zh-hans/HTML-CSS.js +19 -0
- package/MathJax2/localization/zh-hans/HelpDialog.js +19 -0
- package/MathJax2/localization/zh-hans/MathML.js +19 -0
- package/MathJax2/localization/zh-hans/MathMenu.js +19 -0
- package/MathJax2/localization/zh-hans/TeX.js +19 -0
- package/MathJax2/localization/zh-hans/zh-hans.js +19 -0
- package/MathJax2/package.json +30 -0
- package/MathJax3/Tex-SVG.js +1 -0
- package/customcontrols.css +70 -0
- package/customcontrols.js +73 -0
- package/dagre.js +3809 -0
- package/font-awesome.css +9 -0
- package/font-awesome.js +6 -0
- package/fonts/Arial.ttf +0 -0
- package/fonts/Consolas.ttf +0 -0
- package/fonts/Times New Roman.ttf +0 -0
- package/package.json +31 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
|
|
2
|
+
/* vim: set ts=2 et sw=2 tw=80: */
|
|
3
|
+
|
|
4
|
+
/*************************************************************
|
|
5
|
+
*
|
|
6
|
+
* MathJax/config/local/local.js
|
|
7
|
+
*
|
|
8
|
+
* Include changes and configuration local to your installation
|
|
9
|
+
* in this file. For example, common macros can be defined here
|
|
10
|
+
* (see below). To use this file, add "local/local.js" to the
|
|
11
|
+
* config array in MathJax.js or your MathJax.Hub.Config() call.
|
|
12
|
+
*
|
|
13
|
+
* ---------------------------------------------------------------------
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) 2009-2015 The MathJax Consortium
|
|
16
|
+
*
|
|
17
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
18
|
+
* you may not use this file except in compliance with the License.
|
|
19
|
+
* You may obtain a copy of the License at
|
|
20
|
+
*
|
|
21
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
22
|
+
*
|
|
23
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
24
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
25
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
26
|
+
* See the License for the specific language governing permissions and
|
|
27
|
+
* limitations under the License.
|
|
28
|
+
*/
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
|
|
32
|
+
var TEX = MathJax.InputJax.TeX;
|
|
33
|
+
|
|
34
|
+
// place macros here. E.g.:
|
|
35
|
+
// TEX.Macro("R","{\\bf R}");
|
|
36
|
+
// TEX.Macro("op","\\mathop{\\rm #1}",1); // a macro with 1 parameter
|
|
37
|
+
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
MathJax.Ajax.loadComplete("[MathJax]/config/local/local.js");
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* /MathJax/extensions/AssistiveMML.js
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2009-2015 The MathJax Consortium
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
* you may not use this file except in compliance with the License.
|
|
8
|
+
* You may obtain a copy of the License at
|
|
9
|
+
*
|
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
*
|
|
12
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
* See the License for the specific language governing permissions and
|
|
16
|
+
* limitations under the License.
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
(function(a,e,b,f){var c=b.config.menuSettings;var d=MathJax.Extension.AssistiveMML={version:"2.6.1",config:b.CombineConfig("AssistiveMML",{disabled:false,styles:{".MJX_Assistive_MathML":{position:"absolute!important",top:0,left:0,clip:(b.Browser.isMSIE&&(document.documentMode||0)<8?"rect(1px 1px 1px 1px)":"rect(1px, 1px, 1px, 1px)"),padding:"1px 0 0 0!important",border:"0!important",height:"1px!important",width:"1px!important",overflow:"hidden!important",display:"block!important","-webkit-touch-callout":"none","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-ms-user-select":"none","user-select":"none"},".MJX_Assistive_MathML.MJX_Assistive_MathML_Block":{width:"100%!important"}}}),Config:function(){if(!this.config.disabled&&c.assistiveMML==null){b.Config({menuSettings:{assistiveMML:true}})}a.Styles(this.config.styles);b.Register.MessageHook("End Math",function(g){if(c.assistiveMML){return d.AddAssistiveMathML(g[1])}})},AddAssistiveMathML:function(g){var h={jax:b.getAllJax(g),i:0,callback:MathJax.Callback({})};this.HandleMML(h);return h.callback},RemoveAssistiveMathML:function(k){var h=b.getAllJax(k),l;for(var j=0,g=h.length;j<g;j++){l=document.getElementById(h[j].inputID+"-Frame");if(l&&l.getAttribute("data-mathml")){l.removeAttribute("data-mathml");if(l.lastChild&&l.lastChild.className.match(/MJX_Assistive_MathML/)){l.removeChild(l.lastChild)}}}},HandleMML:function(l){var g=l.jax.length,h,i,n,j;while(l.i<g){h=l.jax[l.i];n=document.getElementById(h.inputID+"-Frame");if(h.outputJax!=="NativeMML"&&n&&!n.getAttribute("data-mathml")){try{i=h.root.toMathML("").replace(/\n */g,"").replace(/<!--.*?-->/g,"")}catch(k){if(!k.restart){throw k}return MathJax.Callback.After(["HandleMML",this,l],k.restart)}n.setAttribute("data-mathml",i);j=f.addElement(n,"span",{isMathJax:true,unselectable:"on",className:"MJX_Assistive_MathML"+(h.root.Get("display")==="block"?" MJX_Assistive_MathML_Block":"")});j.innerHTML=i;n.style.position="relative";n.setAttribute("role","presentation");n.firstChild.setAttribute("aria-hidden","true");j.setAttribute("role","presentation")}l.i++}l.callback()}};b.Startup.signal.Post("AssistiveMML Ready")})(MathJax.Ajax,MathJax.Callback,MathJax.Hub,MathJax.HTML);MathJax.Callback.Queue(["Require",MathJax.Ajax,"[MathJax]/extensions/toMathML.js"],["loadComplete",MathJax.Ajax,"[MathJax]/extensions/AssistiveMML.js"],function(){MathJax.Hub.Register.StartupHook("End Config",["Config",MathJax.Extension.AssistiveMML])});
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* /MathJax/extensions/CHTML-preview.js
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2009-2015 The MathJax Consortium
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
* you may not use this file except in compliance with the License.
|
|
8
|
+
* You may obtain a copy of the License at
|
|
9
|
+
*
|
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
*
|
|
12
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
* See the License for the specific language governing permissions and
|
|
16
|
+
* limitations under the License.
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
MathJax.Callback.Queue(["Require",MathJax.Ajax,"[MathJax]/extensions/fast-preview.js"],["loadComplete",MathJax.Ajax,"[MathJax]/extensions/CHTML-preview.js"]);
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* /MathJax/extensions/FontWarnings.js
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2009-2015 The MathJax Consortium
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
* you may not use this file except in compliance with the License.
|
|
8
|
+
* You may obtain a copy of the License at
|
|
9
|
+
*
|
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
*
|
|
12
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
* See the License for the specific language governing permissions and
|
|
16
|
+
* limitations under the License.
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
(function(b,d){var i="2.6.0";var a="http://www.stixfonts.org/";var f="https://github.com/mathjax/MathJax/tree/master/fonts/HTML-CSS/TeX/otf";var h=b.CombineConfig("FontWarnings",{messageStyle:{position:"fixed",bottom:"4em",left:"3em",width:"40em",border:"3px solid #880000","background-color":"#E0E0E0",color:"black",padding:"1em","font-size":"small","white-space":"normal","border-radius":".75em","-webkit-border-radius":".75em","-moz-border-radius":".75em","-khtml-border-radius":".75em","box-shadow":"4px 4px 10px #AAAAAA","-webkit-box-shadow":"4px 4px 10px #AAAAAA","-moz-box-shadow":"4px 4px 10px #AAAAAA","-khtml-box-shadow":"4px 4px 10px #AAAAAA",filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='gray', Positive='true')"},Message:{webFont:[["closeBox"],["webFont","MathJax is using web-based fonts to display the mathematics on this page. These take time to download, so the page would render faster if you installed math fonts directly in your system's font folder."],["fonts"]],imageFonts:[["closeBox"],["imageFonts","MathJax is using its image fonts rather than local or web-based fonts. This will render slower than usual, and the mathematics may not print at the full resolution of your printer."],["fonts"],["webFonts"]],noFonts:[["closeBox"],["noFonts","MathJax is unable to locate a font to use to display its mathematics, and image fonts are not available, so it is falling back on generic unicode characters in hopes that your browser will be able to display them. Some characters may not show up properly, or possibly not at all."],["fonts"],["webFonts"]]},HTML:{closeBox:[["div",{style:{position:"absolute",overflow:"hidden",top:".1em",right:".1em",border:"1px outset",width:"1em",height:"1em","text-align":"center",cursor:"pointer","background-color":"#EEEEEE",color:"#606060","border-radius":".5em","-webkit-border-radius":".5em","-moz-border-radius":".5em","-khtml-border-radius":".5em"},onclick:function(){if(c.div&&c.fade===0){if(c.timer){clearTimeout(c.timer)}c.div.style.display="none"}}},[["span",{style:{position:"relative",bottom:".2em"}},["x"]]]]],webFonts:[["p"],["webFonts","Most modern browsers allow for fonts to be downloaded over the web. Updating to a more recent version of your browser (or changing browsers) could improve the quality of the mathematics on this page."]],fonts:[["p"],["fonts","MathJax can use either the [STIX fonts](%1) or the [MathJax TeX fonts](%2). Download and install one of those fonts to improve your MathJax experience.",a,f]],STIXfonts:[["p"],["STIXPage","This page is designed to use the [STIX fonts](%1). Download and install those fonts to improve your MathJax experience.",a]],TeXfonts:[["p"],["TeXPage","This page is designed to use the [MathJax TeX fonts](%1). Download and install those fonts to improve your MathJax experience.",f]]},removeAfter:12*1000,fadeoutSteps:10,fadeoutTime:1.5*1000});if(MathJax.Hub.Browser.isIE9&&document.documentMode>=9){delete h.messageStyle.filter}var c={div:null,fade:0};var e=function(m){if(c.div){return}var j=MathJax.OutputJax["HTML-CSS"],n=document.body;if(b.Browser.isMSIE){if(h.messageStyle.position==="fixed"){MathJax.Message.Init();n=document.getElementById("MathJax_MSIE_Frame")||n;if(n!==document.body){h.messageStyle.position="absolute"}}}else{delete h.messageStyle.filter}h.messageStyle.maxWidth=(document.body.clientWidth-75)+"px";var k=0;while(k<m.length){if(m[k] instanceof Array){if(m[k].length===1&&h.HTML[m[k][0]]){m.splice.apply(m,[k,1].concat(h.HTML[m[k][0]]))}else{if(typeof m[k][1]==="string"){var l=MathJax.Localization.lookupPhrase(["FontWarnings",m[k][0]],m[k][1]);l=MathJax.Localization.processMarkdown(l,m[k].slice(2),"FontWarnings");m.splice.apply(m,[k,1].concat(l));k+=l.length}else{k++}}}else{k++}}c.div=j.addElement(n,"div",{id:"MathJax_FontWarning",style:h.messageStyle},m);MathJax.Localization.setCSS(c.div);if(h.removeAfter){b.Register.StartupHook("End",function(){c.timer=setTimeout(g,h.removeAfter)})}d.Cookie.Set("fontWarn",{warned:true})};var g=function(){c.fade++;if(c.timer){delete c.timer}if(c.fade<h.fadeoutSteps){var j=1-c.fade/h.fadeoutSteps;c.div.style.opacity=j;c.div.style.filter="alpha(opacity="+Math.floor(100*j)+")";setTimeout(g,h.fadeoutTime/h.fadeoutSteps)}else{c.div.style.display="none"}};if(!d.Cookie.Get("fontWarn").warned){b.Startup.signal.Interest(function(m){if(m.match(/HTML-CSS Jax - /)&&!c.div){var j=MathJax.OutputJax["HTML-CSS"],n=j.config.availableFonts,l;var k=(n&&n.length);if(!k){h.HTML.fonts=[""]}else{if(n.length===1){h.HTML.fonts=h.HTML[n[0]+"fonts"]}}if(j.allowWebFonts){h.HTML.webfonts=[""]}if(m.match(/- Web-Font/)){if(k){l="webFont"}}else{if(m.match(/- using image fonts/)){l="imageFonts"}else{if(m.match(/- no valid font/)){l="noFonts"}}}if(l&&h.Message[l]){MathJax.Localization.loadDomain("FontWarnings",[e,h.Message[l]])}}})}})(MathJax.Hub,MathJax.HTML);MathJax.Ajax.loadComplete("[MathJax]/extensions/FontWarnings.js");
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* /MathJax/extensions/HTML-CSS/handle-floats.js
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2009-2015 The MathJax Consortium
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
* you may not use this file except in compliance with the License.
|
|
8
|
+
* You may obtain a copy of the License at
|
|
9
|
+
*
|
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
*
|
|
12
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
* See the License for the specific language governing permissions and
|
|
16
|
+
* limitations under the License.
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
MathJax.Extension["HTML-CSS/handle-floats"]={version:"2.6.0"};MathJax.Hub.Config({"HTML-CSS":{styles:{".MathJax_Display":{display:"table-cell",padding:"1em 0 ! important",width:(MathJax.Hub.Browser.isMSIE&&(document.documentMode||0)<8?"100%":"1000em")}}}});MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function(){var a=MathJax.OutputJax["HTML-CSS"],b=a.Translate;a.Augment({Translate:function(c,f){b.apply(this,arguments);if(c.MathJax.elementJax.HTMLCSS.display){var e=c.nextSibling;if(!e||e.className!=="MathJax_MSIE_Separator"){var d=a.Element("span",{className:"MathJax_MSIE_Separator"});c.parentNode.insertBefore(d,e)}}}});MathJax.Hub.Startup.signal.Post("HTML-CSS handle-floats Ready")});MathJax.Ajax.loadComplete("[MathJax]/extensions/HTML-CSS/handle-floats.js");
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* /MathJax/extensions/HelpDialog.js
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2009-2015 The MathJax Consortium
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
* you may not use this file except in compliance with the License.
|
|
8
|
+
* You may obtain a copy of the License at
|
|
9
|
+
*
|
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
*
|
|
12
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
* See the License for the specific language governing permissions and
|
|
16
|
+
* limitations under the License.
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
(function(d,f,i,c,j){var e=MathJax.Extension.Help={version:"2.6.0"};var b="http://www.stixfonts.org/";var a=MathJax.Menu;var h,g;d.Register.StartupHook("MathEvents Ready",function(){h=MathJax.Extension.MathEvents.Event.False;g=MathJax.Extension.MathEvents.Event.KEY});var k=d.CombineConfig("HelpDialog",{styles:{"#MathJax_Help":{position:"fixed",left:"50%",width:"auto","max-width":"90%","text-align":"center",border:"3px outset",padding:"1em 2em","background-color":"#DDDDDD",color:"black",cursor:"default","font-family":"message-box","font-size":"120%","font-style":"normal","text-indent":0,"text-transform":"none","line-height":"normal","letter-spacing":"normal","word-spacing":"normal","word-wrap":"normal","white-space":"wrap","float":"none","z-index":201,"border-radius":"15px","-webkit-border-radius":"15px","-moz-border-radius":"15px","-khtml-border-radius":"15px","box-shadow":"0px 10px 20px #808080","-webkit-box-shadow":"0px 10px 20px #808080","-moz-box-shadow":"0px 10px 20px #808080","-khtml-box-shadow":"0px 10px 20px #808080",filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true')"},"#MathJax_Help.MathJax_MousePost":{outline:"none"},"#MathJax_HelpContent":{overflow:"auto","text-align":"left","font-size":"80%",padding:".4em .6em",border:"1px inset",margin:"1em 0px","max-height":"20em","max-width":"30em","background-color":"#EEEEEE"},"#MathJax_HelpClose":{position:"absolute",top:".2em",right:".2em",cursor:"pointer",display:"inline-block",border:"2px solid #AAA","border-radius":"18px","-webkit-border-radius":"18px","-moz-border-radius":"18px","-khtml-border-radius":"18px","font-family":"'Courier New',Courier","font-size":"24px",color:"#F0F0F0"},"#MathJax_HelpClose span":{display:"block","background-color":"#AAA",border:"1.5px solid","border-radius":"18px","-webkit-border-radius":"18px","-moz-border-radius":"18px","-khtml-border-radius":"18px","line-height":0,padding:"8px 0 6px"},"#MathJax_HelpClose:hover":{color:"white!important",border:"2px solid #CCC!important"},"#MathJax_HelpClose:hover span":{"background-color":"#CCC!important"},"#MathJax_HelpClose:hover:focus":{outline:"none"}}});e.Dialog=function(l){j.loadDomain("HelpDialog",["Post",e,l])};e.Post=function(n){this.div=a.Background(this);var l=f.addElement(this.div,"div",{id:"MathJax_Help",tabIndex:0,onkeydown:e.Keydown},j._("HelpDialog",[["b",{style:{fontSize:"120%"}},[["Help","MathJax Help"]]],["div",{id:"MathJax_HelpContent",tabIndex:0},[["p",{},[["MathJax","*MathJax* is a JavaScript library that allows page authors to include mathematics within their web pages. As a reader, you don't need to do anything to make that happen."]]],["p",{},[["Browsers","*Browsers*: MathJax works with all modern browsers including IE6+, Firefox 3+, Chrome 0.2+, Safari 2+, Opera 9.6+ and most mobile browsers."]]],["p",{},[["Menu","*Math Menu*: MathJax adds a contextual menu to equations. Right-click or CTRL-click on any mathematics to access the menu."]]],["div",{style:{"margin-left":"1em"}},[["p",{},[["ShowMath","*Show Math As* allows you to view the formula's source markup for copy & paste (as MathML or in its original format)."]]],["p",{},[["Settings","*Settings* gives you control over features of MathJax, such as the size of the mathematics, and the mechanism used to display equations."]]],["p",{},[["Language","*Language* lets you select the language used by MathJax for its menus and warning messages."]]],]],["p",{},[["Zoom","*Math Zoom*: If you are having difficulty reading an equation, MathJax can enlarge it to help you see it better."]]],["p",{},[["Accessibilty","*Accessibility*: MathJax will automatically work with screen readers to make mathematics accessible to the visually impaired."]]],["p",{},[["Fonts","*Fonts*: MathJax will use certain math fonts if they are installed on your computer; otherwise, it will use web-based fonts. Although not required, locally installed fonts will speed up typesetting. We suggest installing the [STIX fonts](%1).",b]]]]],["a",{href:"http://www.mathjax.org/"},["www.mathjax.org"]],["span",{id:"MathJax_HelpClose",onclick:e.Remove,onkeydown:e.Keydown,tabIndex:0,role:"button","aria-label":j._(["HelpDialog","CloseDialog"],"Close help dialog")},[["span",{},["\u00D7"]]]]]));if(n.type==="mouseup"){l.className+=" MathJax_MousePost"}l.focus();j.setCSS(l);var o=(document.documentElement||{});var m=window.innerHeight||o.clientHeight||o.scrollHeight||0;if(a.prototype.msieAboutBug){l.style.width="20em";l.style.position="absolute";l.style.left=Math.floor((document.documentElement.scrollWidth-l.offsetWidth)/2)+"px";l.style.top=(Math.floor((m-l.offsetHeight)/3)+document.body.scrollTop)+"px"}else{l.style.marginLeft=Math.floor(-l.offsetWidth/2)+"px";l.style.top=Math.floor((m-l.offsetHeight)/3)+"px"}};e.Remove=function(l){if(e.div){document.body.removeChild(e.div);delete e.div}};e.Keydown=function(l){if(l.keyCode===g.ESCAPE||(this.id==="MathJax_HelpClose"&&(l.keyCode===g.SPACE||l.keyCode===g.RETURN))){e.Remove(l);a.CurrentNode().focus();h(l)}},MathJax.Callback.Queue(d.Register.StartupHook("End Config",{}),["Styles",i,k.styles],["Post",d.Startup.signal,"HelpDialig Ready"],["loadComplete",i,"[MathJax]/extensions/HelpDialog.js"])})(MathJax.Hub,MathJax.HTML,MathJax.Ajax,MathJax.OutputJax,MathJax.Localization);
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* /MathJax/extensions/MatchWebFonts.js
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2009-2015 The MathJax Consortium
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
* you may not use this file except in compliance with the License.
|
|
8
|
+
* You may obtain a copy of the License at
|
|
9
|
+
*
|
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
*
|
|
12
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
* See the License for the specific language governing permissions and
|
|
16
|
+
* limitations under the License.
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
(function(c,b){var d="2.6.0";var a=MathJax.Hub.CombineConfig("MatchWebFonts",{matchFor:{"HTML-CSS":true,NativeMML:true,SVG:true},fontCheckDelay:500,fontCheckTimeout:15*1000,});MathJax.Extension.MatchWebFonts={version:d,config:a};c.Register.StartupHook("HTML-CSS Jax Ready",function(){var e=MathJax.OutputJax["HTML-CSS"];var f=e.postTranslate;e.Augment({postTranslate:function(h,g){if(!g&&a.matchFor["HTML-CSS"]&&this.config.matchFontHeight){b.timer.start(b,["checkFonts",this,h.jax[this.id]],a.fontCheckDelay,a.fontCheckTimeout)}return f.apply(this,arguments)},checkFonts:function(k,o){if(k.time(function(){})){return}var s=[],p,l,g=false;for(p=0,l=o.length;p<l;p++){script=o[p];if(script.parentNode&&script.MathJax.elementJax){script.parentNode.insertBefore(this.EmExSpan.cloneNode(true),script)}}for(p=0,l=o.length;p<l;p++){script=o[p];if(!script.parentNode){continue}g=true;var h=script.MathJax.elementJax;if(!h){continue}var r=script.previousSibling;var q=r.firstChild.offsetHeight/60;var j=r.lastChild.lastChild.offsetHeight/60;if(q===0||q==="NaN"){q=this.defaultEx;j=this.defaultEm}if(q!==h.HTMLCSS.ex||j!==h.HTMLCSS.em){var n=q/this.TeX.x_height/j;n=Math.floor(Math.max(this.config.minScaleAdjust/100,n)*this.config.scale);if(n/100!==h.scale){s.push(script);o[p]={}}}}o=o.concat(s);for(p=0,l=o.length;p<l;p++){script=o[p];if(script&&script.parentNode&&script.MathJax.elementJax){script.parentNode.removeChild(script.previousSibling)}}if(s.length){c.Queue(["Rerender",c,[s],{}])}if(g){setTimeout(k,k.delay)}}})});c.Register.StartupHook("SVG Jax Ready",function(){var f=MathJax.OutputJax.SVG;var e=f.postTranslate;f.Augment({postTranslate:function(h,g){if(!g&&a.matchFor.SVG){b.timer.start(b,["checkFonts",this,h.jax[this.id]],a.fontCheckDelay,a.fontCheckTimeout)}return e.apply(this,arguments)},checkFonts:function(j,l){if(j.time(function(){})){return}var q=[],n,k,g=false;for(n=0,k=l.length;n<k;n++){script=l[n];if(script.parentNode&&script.MathJax.elementJax){script.parentNode.insertBefore(this.ExSpan.cloneNode(true),script)}}for(n=0,k=l.length;n<k;n++){script=l[n];if(!script.parentNode){continue}g=true;var h=script.MathJax.elementJax;if(!h){continue}var p=script.previousSibling;var o=p.firstChild.offsetHeight/60;if(o===0||o==="NaN"){o=this.defaultEx}if(o!==h.SVG.ex){q.push(script);l[n]={}}}l=l.concat(q);for(n=0,k=l.length;n<k;n++){script=l[n];if(script.parentNode&&script.MathJax.elementJax){script.parentNode.removeChild(script.previousSibling)}}if(q.length){c.Queue(["Rerender",c,[q],{}])}if(g){setTimeout(j,j.delay)}}})});c.Register.StartupHook("NativeMML Jax Ready",function(){var e=MathJax.OutputJax.NativeMML;var f=e.postTranslate;e.Augment({postTranslate:function(g){if(!c.Browser.isMSIE&&a.matchFor.NativeMML){b.timer.start(b,["checkFonts",this,g.jax[this.id]],a.fontCheckDelay,a.fontCheckTimeout)}f.apply(this,arguments)},checkFonts:function(A,l){if(A.time(function(){})){return}var t=[],q=[],o=[],w,s,B;for(w=0,s=l.length;w<s;w++){B=l[w];if(B.parentNode&&B.MathJax.elementJax){B.parentNode.insertBefore(this.EmExSpan.cloneNode(true),B)}}for(w=0,s=l.length;w<s;w++){B=l[w];if(!B.parentNode){continue}var g=B.MathJax.elementJax;if(!g){continue}var v=document.getElementById(g.inputID+"-Frame");var k=v.getElementsByTagName("math")[0];if(!k){continue}g=g.NativeMML;var y=B.previousSibling;var z=y.firstChild.offsetWidth/60;var h=y.lastChild.offsetWidth/60;if(z===0||z==="NaN"){z=this.defaultEx;h=this.defaultMEx}var r=(z!==g.ex);if(r||h!=g.mex){var C=(this.config.matchFontHeight&&h>1?z/h:1);C=Math.floor(Math.max(this.config.minScaleAdjust/100,C)*this.config.scale);if(C/100!==g.scale){o.push([v.style,C])}g.scale=C/100;g.fontScale=C+"%";g.ex=z;g.mex=h}if("scrollWidth" in g&&(r||g.scrollWidth!==k.firstChild.scrollWidth)){g.scrollWidth=k.firstChild.scrollWidth;t.push([k.parentNode.style,g.scrollWidth/g.ex/g.scale])}if(k.MathJaxMtds){for(var u=0,p=k.MathJaxMtds.length;u<p;u++){if(!k.MathJaxMtds[u].parentNode){continue}if(r||k.MathJaxMtds[u].firstChild.scrollWidth!==g.mtds[u]){g.mtds[u]=k.MathJaxMtds[u].firstChild.scrollWidth;q.push([k.MathJaxMtds[u],g.mtds[u]/g.ex])}}}}for(w=0,s=l.length;w<s;w++){B=l[w];if(B.parentNode&&B.MathJax.elementJax){B.parentNode.removeChild(B.previousSibling)}}for(w=0,s=o.length;w<s;w++){o[w][0].fontSize=o[w][1]+"%"}for(w=0,s=t.length;w<s;w++){t[w][0].width=t[w][1].toFixed(3)+"ex"}for(w=0,s=q.length;w<s;w++){var x=q[w][0].getAttribute("style");x=x.replace(/(($|;)\s*min-width:).*?ex/,"$1 "+q[w][1].toFixed(3)+"ex");q[w][0].setAttribute("style",x)}setTimeout(A,A.delay)}})});c.Startup.signal.Post("MatchWebFonts Extension Ready");b.loadComplete("[MathJax]/extensions/MatchWebFonts.js")})(MathJax.Hub,MathJax.Ajax);
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* /MathJax/extensions/MathEvents.js
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2009-2015 The MathJax Consortium
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
* you may not use this file except in compliance with the License.
|
|
8
|
+
* You may obtain a copy of the License at
|
|
9
|
+
*
|
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
*
|
|
12
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
* See the License for the specific language governing permissions and
|
|
16
|
+
* limitations under the License.
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
(function(d,h,l,g,m,b,j){var p="2.6.0";var i=MathJax.Extension;var c=i.MathEvents={version:p};var k=d.config.menuSettings;var o={hover:500,frame:{x:3.5,y:5,bwidth:1,bcolor:"#A6D",hwidth:"15px",hcolor:"#83A"},button:{x:-6,y:-3,wx:-2},fadeinInc:0.2,fadeoutInc:0.05,fadeDelay:50,fadeoutStart:400,fadeoutDelay:15*1000,styles:{".MathJax_Hover_Frame":{"border-radius":".25em","-webkit-border-radius":".25em","-moz-border-radius":".25em","-khtml-border-radius":".25em","box-shadow":"0px 0px 15px #83A","-webkit-box-shadow":"0px 0px 15px #83A","-moz-box-shadow":"0px 0px 15px #83A","-khtml-box-shadow":"0px 0px 15px #83A",border:"1px solid #A6D ! important",display:"inline-block",position:"absolute"},".MathJax_Menu_Button .MathJax_Hover_Arrow":{position:"absolute",cursor:"pointer",display:"inline-block",border:"2px solid #AAA","border-radius":"4px","-webkit-border-radius":"4px","-moz-border-radius":"4px","-khtml-border-radius":"4px","font-family":"'Courier New',Courier","font-size":"9px",color:"#F0F0F0"},".MathJax_Menu_Button .MathJax_Hover_Arrow span":{display:"block","background-color":"#AAA",border:"1px solid","border-radius":"3px","line-height":0,padding:"4px"},".MathJax_Hover_Arrow:hover":{color:"white!important",border:"2px solid #CCC!important"},".MathJax_Hover_Arrow:hover span":{"background-color":"#CCC!important"}}};var n=c.Event={LEFTBUTTON:0,RIGHTBUTTON:2,MENUKEY:"altKey",KEY:{RETURN:13,ESCAPE:27,SPACE:32,LEFT:37,UP:38,RIGHT:39,DOWN:40},Mousedown:function(q){return n.Handler(q,"Mousedown",this)},Mouseup:function(q){return n.Handler(q,"Mouseup",this)},Mousemove:function(q){return n.Handler(q,"Mousemove",this)},Mouseover:function(q){return n.Handler(q,"Mouseover",this)},Mouseout:function(q){return n.Handler(q,"Mouseout",this)},Click:function(q){return n.Handler(q,"Click",this)},DblClick:function(q){return n.Handler(q,"DblClick",this)},Menu:function(q){return n.Handler(q,"ContextMenu",this)},Handler:function(t,r,s){if(l.loadingMathMenu){return n.False(t)}var q=b[s.jaxID];if(!t){t=window.event}t.isContextMenu=(r==="ContextMenu");if(q[r]){return q[r](t,s)}if(i.MathZoom){return i.MathZoom.HandleEvent(t,r,s)}},False:function(q){if(!q){q=window.event}if(q){if(q.preventDefault){q.preventDefault()}else{q.returnValue=false}if(q.stopPropagation){q.stopPropagation()}q.cancelBubble=true}return false},Keydown:function(r,q){if(!r){r=window.event}if(r.keyCode===n.KEY.SPACE){n.ContextMenu(r,this)}},ContextMenu:function(t,E,w){var B=b[E.jaxID],v=B.getJaxFromMath(E);var F=(B.config.showMathMenu!=null?B:d).config.showMathMenu;if(!F||(k.context!=="MathJax"&&!w)){return}if(c.msieEventBug){t=window.event||t}n.ClearSelection();f.ClearHoverTimer();if(v.hover){if(v.hover.remove){clearTimeout(v.hover.remove);delete v.hover.remove}v.hover.nofade=true}var u=MathJax.Menu;var G,D;if(u){if(u.loadingDomain){return n.False(t)}G=m.loadDomain("MathMenu");if(!G){u.jax=v;var r=u.menu.Find("Show Math As").submenu;r.items[0].name=v.sourceMenuTitle;r.items[0].format=(v.sourceMenuFormat||"MathML");r.items[1].name=j[v.inputJax].sourceMenuTitle;r.items[5].disabled=!j[v.inputJax].annotationEncoding;var A=r.items[2];A.disabled=true;var q=A.submenu.items;annotationList=MathJax.Hub.Config.semanticsAnnotations;for(var z=0,y=q.length;z<y;z++){var s=q[z].name[1];if(v.root&&v.root.getAnnotation(s)!==null){A.disabled=false;q[z].hidden=false}else{q[z].hidden=true}}var x=u.menu.Find("Math Settings","MathPlayer");x.hidden=!(v.outputJax==="NativeMML"&&d.Browser.hasMathPlayer);return u.menu.Post(t)}u.loadingDomain=true;D=function(){delete u.loadingDomain}}else{if(l.loadingMathMenu){return n.False(t)}l.loadingMathMenu=true;G=l.Require("[MathJax]/extensions/MathMenu.js");D=function(){delete l.loadingMathMenu;if(!MathJax.Menu){MathJax.Menu={}}}}var C={pageX:t.pageX,pageY:t.pageY,clientX:t.clientX,clientY:t.clientY};g.Queue(G,D,["ContextMenu",n,C,E,w]);return n.False(t)},AltContextMenu:function(s,r){var t=b[r.jaxID];var q=(t.config.showMathMenu!=null?t:d).config.showMathMenu;if(q){q=(t.config.showMathMenuMSIE!=null?t:d).config.showMathMenuMSIE;if(k.context==="MathJax"&&!k.mpContext&&q){if(!c.noContextMenuBug||s.button!==n.RIGHTBUTTON){return}}else{if(!s[n.MENUKEY]||s.button!==n.LEFTBUTTON){return}}return t.ContextMenu(s,r,true)}},ClearSelection:function(){if(c.safariContextMenuBug){setTimeout("window.getSelection().empty()",0)}if(document.selection){setTimeout("document.selection.empty()",0)}},getBBox:function(s){s.appendChild(c.topImg);var r=c.topImg.offsetTop,t=s.offsetHeight-r,q=s.offsetWidth;s.removeChild(c.topImg);return{w:q,h:r,d:t}}};var f=c.Hover={Mouseover:function(s,r){if(k.discoverable||k.zoom==="Hover"){var u=s.fromElement||s.relatedTarget,t=s.toElement||s.target;if(u&&t&&(d.isMathJaxNode(u)!==d.isMathJaxNode(t)||d.getJaxFor(u)!==d.getJaxFor(t))){var q=this.getJaxFromMath(r);if(q.hover){f.ReHover(q)}else{f.HoverTimer(q,r)}return n.False(s)}}},Mouseout:function(s,r){if(k.discoverable||k.zoom==="Hover"){var u=s.fromElement||s.relatedTarget,t=s.toElement||s.target;if(u&&t&&(d.isMathJaxNode(u)!==d.isMathJaxNode(t)||d.getJaxFor(u)!==d.getJaxFor(t))){var q=this.getJaxFromMath(r);if(q.hover){f.UnHover(q)}else{f.ClearHoverTimer()}return n.False(s)}}},Mousemove:function(s,r){if(k.discoverable||k.zoom==="Hover"){var q=this.getJaxFromMath(r);if(q.hover){return}if(f.lastX==s.clientX&&f.lastY==s.clientY){return}f.lastX=s.clientX;f.lastY=s.clientY;f.HoverTimer(q,r);return n.False(s)}},HoverTimer:function(q,r){this.ClearHoverTimer();this.hoverTimer=setTimeout(g(["Hover",this,q,r]),o.hover)},ClearHoverTimer:function(){if(this.hoverTimer){clearTimeout(this.hoverTimer);delete this.hoverTimer}},Hover:function(q,u){if(i.MathZoom&&i.MathZoom.Hover({},u)){return}var t=b[q.outputJax],v=t.getHoverSpan(q,u),y=t.getHoverBBox(q,v,u),w=(t.config.showMathMenu!=null?t:d).config.showMathMenu;var A=o.frame.x,z=o.frame.y,x=o.frame.bwidth;if(c.msieBorderWidthBug){x=0}q.hover={opacity:0,id:q.inputID+"-Hover"};var r=h.Element("span",{id:q.hover.id,isMathJax:true,style:{display:"inline-block",width:0,height:0,position:"relative"}},[["span",{className:"MathJax_Hover_Frame",isMathJax:true,style:{display:"inline-block",position:"absolute",top:this.Px(-y.h-z-x-(y.y||0)),left:this.Px(-A-x+(y.x||0)),width:this.Px(y.w+2*A),height:this.Px(y.h+y.d+2*z),opacity:0,filter:"alpha(opacity=0)"}}]]);var s=h.Element("span",{isMathJax:true,id:q.hover.id+"Menu",className:"MathJax_Menu_Button",style:{display:"inline-block","z-index":1,width:0,height:0,position:"relative"}},[["span",{className:"MathJax_Hover_Arrow",isMathJax:true,math:u,onclick:this.HoverMenu,jax:t.id,style:{left:this.Px(y.w+A+x+(y.x||0)+o.button.x),top:this.Px(-y.h-z-x-(y.y||0)-o.button.y),opacity:0,filter:"alpha(opacity=0)"}},[["span",{isMathJax:true},"\u25BC"]]]]);if(y.width){r.style.width=s.style.width=y.width;r.style.marginRight=s.style.marginRight="-"+y.width;r.firstChild.style.width=y.width;s.firstChild.style.left="";s.firstChild.style.right=this.Px(o.button.wx)}v.parentNode.insertBefore(r,v);if(w){v.parentNode.insertBefore(s,v)}if(v.style){v.style.position="relative"}this.ReHover(q)},ReHover:function(q){if(q.hover.remove){clearTimeout(q.hover.remove)}q.hover.remove=setTimeout(g(["UnHover",this,q]),o.fadeoutDelay);this.HoverFadeTimer(q,o.fadeinInc)},UnHover:function(q){if(!q.hover.nofade){this.HoverFadeTimer(q,-o.fadeoutInc,o.fadeoutStart)}},HoverFade:function(q){delete q.hover.timer;q.hover.opacity=Math.max(0,Math.min(1,q.hover.opacity+q.hover.inc));q.hover.opacity=Math.floor(1000*q.hover.opacity)/1000;var s=document.getElementById(q.hover.id),r=document.getElementById(q.hover.id+"Menu");s.firstChild.style.opacity=q.hover.opacity;s.firstChild.style.filter="alpha(opacity="+Math.floor(100*q.hover.opacity)+")";if(r){r.firstChild.style.opacity=q.hover.opacity;r.firstChild.style.filter=s.style.filter}if(q.hover.opacity===1){return}if(q.hover.opacity>0){this.HoverFadeTimer(q,q.hover.inc);return}s.parentNode.removeChild(s);if(r){r.parentNode.removeChild(r)}if(q.hover.remove){clearTimeout(q.hover.remove)}delete q.hover},HoverFadeTimer:function(q,s,r){q.hover.inc=s;if(!q.hover.timer){q.hover.timer=setTimeout(g(["HoverFade",this,q]),(r||o.fadeDelay))}},HoverMenu:function(q){if(!q){q=window.event}return b[this.jax].ContextMenu(q,this.math,true)},ClearHover:function(q){if(q.hover.remove){clearTimeout(q.hover.remove)}if(q.hover.timer){clearTimeout(q.hover.timer)}f.ClearHoverTimer();delete q.hover},Px:function(q){if(Math.abs(q)<0.006){return"0px"}return q.toFixed(2).replace(/\.?0+$/,"")+"px"},getImages:function(){if(k.discoverable){var q=new Image();q.src=o.button.src}}};var a=c.Touch={last:0,delay:500,start:function(r){var q=new Date().getTime();var s=(q-a.last<a.delay&&a.up);a.last=q;a.up=false;if(s){a.timeout=setTimeout(a.menu,a.delay,r,this);r.preventDefault()}},end:function(r){var q=new Date().getTime();a.up=(q-a.last<a.delay);if(a.timeout){clearTimeout(a.timeout);delete a.timeout;a.last=0;a.up=false;r.preventDefault();return n.Handler((r.touches[0]||r.touch),"DblClick",this)}},menu:function(r,q){delete a.timeout;a.last=0;a.up=false;return n.Handler((r.touches[0]||r.touch),"ContextMenu",q)}};d.Browser.Select({MSIE:function(q){var s=(document.documentMode||0);var r=q.versionAtLeast("8.0");c.msieBorderWidthBug=(document.compatMode==="BackCompat");c.msieEventBug=q.isIE9;c.msieAlignBug=(!r||s<8);if(s<9){n.LEFTBUTTON=1}},Safari:function(q){c.safariContextMenuBug=true},Opera:function(q){c.operaPositionBug=true},Konqueror:function(q){c.noContextMenuBug=true}});c.topImg=(c.msieAlignBug?h.Element("img",{style:{width:0,height:0,position:"relative"},src:"about:blank"}):h.Element("span",{style:{width:0,height:0,display:"inline-block"}}));if(c.operaPositionBug){c.topImg.style.border="1px solid"}c.config=o=d.CombineConfig("MathEvents",o);var e=function(){var q=o.styles[".MathJax_Hover_Frame"];q.border=o.frame.bwidth+"px solid "+o.frame.bcolor+" ! important";q["box-shadow"]=q["-webkit-box-shadow"]=q["-moz-box-shadow"]=q["-khtml-box-shadow"]="0px 0px "+o.frame.hwidth+" "+o.frame.hcolor};g.Queue(d.Register.StartupHook("End Config",{}),[e],["getImages",f],["Styles",l,o.styles],["Post",d.Startup.signal,"MathEvents Ready"],["loadComplete",l,"[MathJax]/extensions/MathEvents.js"])})(MathJax.Hub,MathJax.HTML,MathJax.Ajax,MathJax.Callback,MathJax.Localization,MathJax.OutputJax,MathJax.InputJax);
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* /MathJax/extensions/MathML/content-mathml.js
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2009-2015 The MathJax Consortium
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
* you may not use this file except in compliance with the License.
|
|
8
|
+
* You may obtain a copy of the License at
|
|
9
|
+
*
|
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
*
|
|
12
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
* See the License for the specific language governing permissions and
|
|
16
|
+
* limitations under the License.
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
MathJax.Extension["MathML/content-mathml"]=(function(d){var c=d.Browser.isMSIE;if(c){try{document.namespaces.add("m","http://www.w3.org/1998/Math/MathML")}catch(e){}}var b=d.CombineConfig("MathML.content-mathml",{collapsePlusMinus:true,cistyles:{vector:"bold-italic",matrix:"bold-upright"},symbols:{gamma:"\u03B3"}});var a={version:"2.6.0",settings:b,transformElements:function(h){for(var g=0,f=h.length;g<f;g++){var j=a.transformElement(h[g]);h[g].parentNode.replaceChild(j,h[g])}},transformElement:function(h){if(h.nodeName.indexOf(":")>=0){h=a.cloneNode(h,true)}var i=a.cloneNode(h);for(var g=0,f=h.childNodes.length;g<f;g++){a.applyTransform(i,h.childNodes[g],0)}return i},getTextContent:function(f){return f.text!==undefined?f.text:f.innerText!==undefined?f.innerText:f.textContent},setTextContent:function(h,j){for(var g=0,f=h.childNodes.length;g<f;g++){if(h.childNodes[g].nodeType===3){h.removeChild(h.childNodes[g]);g--;f--}}h.appendChild(document.createTextNode(j))},cloneNode:function(j,g){var m,h,f;if(j.nodeType===1){m=a.createElement(j.nodeName);for(h=0,f=j.attributes.length;h<f;h++){m.setAttribute(j.attributes[h].nodeName,j.attributes[h].nodeValue)}if(g){for(h=0,f=j.childNodes.length;h<f;h++){var k=a.cloneNode(j.childNodes[h],true);m.appendChild(k)}}}else{if(j.nodeType===3){m=document.createTextNode(j.nodeValue)}}return m},createElement:function(f){f=f.replace(/^.*:/,"");return(document.createElementNS?document.createElementNS("http://www.w3.org/1998/Math/MathML",f):document.createElement("m:"+f))},getChildren:function(i){var h=[];for(var g=0,f=i.childNodes.length;g<f;g++){if(i.childNodes[g].nodeType===1){h.push(i.childNodes[g])}}return h},classifyChildren:function(m){var k=[],g=[],o=[];for(var i=0,f=m.childNodes.length;i<f;i++){if(m.childNodes[i].nodeType===1){var n=m.childNodes[i],h=n.nodeName;if(h==="bvar"){g.push(n)}else{if(h==="condition"||h==="degree"||h==="momentabout"||h==="logbase"||h==="lowlimit"||h==="uplimit"||(h==="interval"&&k.length<2)||h==="domainofapplication"){o.push(n)}else{k.push(n)}}}}return{args:k,bvars:g,qualifiers:o}},appendToken:function(f,g,i){var h=a.createElement(g);h.appendChild(document.createTextNode(i));f.appendChild(h);return h},applyTransform:function(g,m,f){if(!m){var n=a.createElement("merror");a.appendToken(n,"mtext","Missing child node");g.appendChild(n);return}if(m.nodeType===1){if(a.tokens[m.nodeName]){a.tokens[m.nodeName](g,m,f)}else{if(m.childNodes.length===0){var k=a.MML[m.nodeName];if(k&&k.isa&&k.isa(a.mbase)){g.appendChild(a.cloneNode(m))}else{a.appendToken(g,"mi",m.nodeName)}}else{var o=a.cloneNode(m);g.appendChild(o);for(var i=0,h=m.childNodes.length;i<h;i++){a.applyTransform(o,m.childNodes[i],f)}}}}else{if(m.nodeType===3){g.appendChild(a.cloneNode(m))}}},createmfenced:function(i,h,m){var k=a.createElement("mfenced");k.setAttribute("open",h);k.setAttribute("close",m);for(var g=0,f=i.length;g<f;g++){a.applyTransform(k,i[g],0)}return k},transforms:{identifier:function(f){return function(h,i,g){a.appendToken(h,"mi",f)}},set:function(g,h){var f=a.transforms.bind("",",","|");return function(j,n){var o=a.classifyChildren(n);var m=o.args,l=o.bvars,p=o.qualifiers;if(l.length){var i=o.args[0];m=m.slice(1);var k=a.createElement("mfenced");k.setAttribute("open",g);k.setAttribute("close",h);f(k,n,i,m,l,p,0);j.appendChild(k)}else{j.appendChild(a.createmfenced(m,g,h))}}},token:function(f){return function(g,m){if(m.childNodes.length===1&&m.childNodes[0].nodeType===3){a.appendToken(g,f,a.getTextContent(m))}else{var i=a.createElement("mrow");for(var k=0,h=m.childNodes.length;k<h;k++){if(m.childNodes[k].nodeType===3){a.appendToken(g,f,a.getTextContent(m.childNodes[k]))}else{a.applyTransform(i,m.childNodes[k],0)}}if(i.childNodes.length){g.appendChild(i)}}}},binary:function(f,g){return function(n,j,l,p,i,m,h){var o=a.createElement("mrow");var k=g<h||(g==h&&f==="-");if(k){a.appendToken(o,"mo","(")}if(p.length>1){a.applyTransform(o,p[0],g)}a.appendToken(o,"mo",f);if(p.length>0){var q=p[(p.length===1)?0:1];a.applyTransform(o,q,g)}if(k){a.appendToken(o,"mo",")")}n.appendChild(o)}},infix:function(f,g){return function(r,k,o,t,i,p,h){var s=a.createElement("mrow");var n=h>g;if(n){a.appendToken(s,"mo","(")}for(var q=0,m=t.length;q<m;q++){if(q>0){a.appendToken(s,"mo",f)}a.applyTransform(s,t[q],g)}if(n){a.appendToken(s,"mo",")")}r.appendChild(s)}},iteration:function(f,g){return function(q,y,C,l,h,u,m){var t=a.createElement("mrow");var x=a.createElement("mo");a.setTextContent(x,f);var o=a.createElement("munderover");o.appendChild(x);var k=a.createElement("mrow");var A,w,v,B,n,s,z,r;for(A=0,v=u.length;A<v;A++){if(u[A].nodeName==="lowlimit"||u[A].nodeName==="condition"||u[A].nodeName==="domainofapplication"){if(u[A].nodeName==="lowlimit"){for(w=0,B=h.length;w<B;w++){s=h[w];n=a.getChildren(s);if(n.length){a.applyTransform(k,n[0],0)}}if(h.length){a.appendToken(k,"mo",g)}}n=a.getChildren(u[A]);for(w=0;w<n.length;w++){a.applyTransform(k,n[w],0)}}else{n=a.getChildren(u[A]);if(u[A].nodeName==="interval"&&n.length===2){for(w=0,B=h.length;w<B;w++){s=h[w];n=a.getChildren(s);if(n.length){a.applyTransform(k,n[0],0)}}if(h.length){a.appendToken(k,"mo","=")}a.applyTransform(k,a.getChildren(u[A])[0],0)}}}o.appendChild(k);var p=a.createElement("mrow");for(A=0,v=u.length;A<v;A++){if(u[A].nodeName==="uplimit"||u[A].nodeName==="interval"){n=a.getChildren(u[A]);for(w=0,z=n.length;w<z;w++){a.applyTransform(p,n[w],0)}}}o.appendChild(p);t.appendChild(o);for(A=0,r=l.length;A<r;A++){a.applyTransform(t,l[A],m)}q.appendChild(t)}},bind:function(g,f,h){return function(w,o,r,z,m,s,k){var y=a.createElement("mrow");var n,v,u,q,p,B;if(g){a.appendToken(y,"mo",g)}for(u=0,q=m.length;u<q;u++){var t=m[u];if(u>0){a.appendToken(y,"mo",",")}n=a.getChildren(t);if(n.length){a.applyTransform(y,n[0],0)}}var x=a.createElement("mrow");var A=false;for(v=0,p=s.length;v<p;v++){if(s[v].nodeName==="condition"){A=true;n=a.getChildren(s[v]);for(u=0,B=n.length;u<B;u++){a.applyTransform(x,n[u],0)}}}if(A){a.appendToken(y,"mo",h)}y.appendChild(x);for(v=0,p=s.length;v<p;v++){if(s[v].nodeName!="condition"){a.appendToken(y,"mo","\u2208");n=a.getChildren(s[v]);for(u=0,B=n.length;u<B;u++){a.applyTransform(y,n[u],0)}}}if(z.length&&(m.length||n.length)){a.appendToken(y,"mo",f)}for(v=0,q=z.length;v<q;v++){a.applyTransform(y,z[v],0)}w.appendChild(y)}},fn:function(f){return function(i,m,h,l,k,n,g){var j=a.createElement("mrow");if(h.childNodes.length){a.applyTransform(j,h,1)}else{a.appendToken(j,"mi",f)}a.appendToken(j,"mo","\u2061");j.appendChild(a.createmfenced(l,"(",")"));i.appendChild(j)}},minmax:function(f){return function(q,j,m,s,h,o,g){var r=a.createElement("mrow");a.appendToken(r,"mi",f);var n=a.createElement("mrow");a.appendToken(n,"mo","{");for(var p=0,k=s.length;p<k;p++){if(p>0){a.appendToken(n,"mo",",")}a.applyTransform(n,s[p],0)}if(o.length){a.appendToken(n,"mo","|");for(p=0,k=o.length;p<k;p++){a.applyTransform(n,o[p],0)}}a.appendToken(n,"mo","}");r.appendChild(n);q.appendChild(r)}}}};a.tokens={ci:function(g,i,f){if(i.childNodes.length===1&&i.childNodes[0].nodeType===3){var h=a.appendToken(g,"mi",a.getTextContent(i));var j=i.getAttribute("type");if(j in a.settings.cistyles){h.setAttribute("mathvariant",a.settings.cistyles[j])}}else{a.transforms.token("mi")(g,i,f)}},cs:a.transforms.token("ms"),csymbol:function(g,h,f){var i=h.getAttribute("cd");if(i&&a.contentDictionaries[i]){a.contentDictionaries[i](g,h,f)}else{if(a.settings.symbols[name]){a.appendToken(g,"mi",a.settings.symbols[name])}else{a.tokens.ci(g,h)}}},fn:function(g,h,f){a.applyTransform(g,a.getChildren(h)[0],f)},naturalnumbers:a.transforms.identifier("\u2115"),integers:a.transforms.identifier("\u2124"),reals:a.transforms.identifier("\u211D"),rationals:a.transforms.identifier("\u211A"),complexes:a.transforms.identifier("\u2102"),primes:a.transforms.identifier("\u2119"),exponentiale:a.transforms.identifier("e"),imaginaryi:a.transforms.identifier("i"),notanumber:a.transforms.identifier("NaN"),eulergamma:a.transforms.identifier("\u03B3"),gamma:a.transforms.identifier("\u0263"),pi:a.transforms.identifier("\u03C0"),infinity:a.transforms.identifier("\u221E"),emptyset:a.transforms.identifier("\u2205"),"true":a.transforms.identifier("true"),"false":a.transforms.identifier("false"),set:a.transforms.set("{","}"),list:a.transforms.set("(",")"),interval:function(g,i,f){var k=i.getAttribute("closure");var h,j;switch(k){case"open":h="(";j=")";break;case"open-closed":h="(";j="]";break;case"closed-open":h="[";j=")";break;case"closed":default:h="[";j="]"}g.appendChild(a.createmfenced(a.getChildren(i),h,j))},apply:function(m,j,f){var i=a.classifyChildren(j);var k=i.args[0];var n=i.args.slice(1),h=i.bvars,l=i.qualifiers;if(k){var g=k.nodeName;g=(g==="csymbol")?a.getTextContent(k).toLowerCase():g;if(a.applyTokens[g]){a.applyTokens[g](m,j,k,n,h,l,f)}else{a.transforms.fn(g)(m,j,k,n,h,l,f)}}else{m.appendChild(a.createElement("mrow"))}},cn:function(m,h,f){var p=h.getAttribute("type");var g=h.getAttribute("base");if(p||g){if(g){p="based-integer"}switch(p){case"integer":case"real":case"double":case"constant":a.transforms.token("mn")(m,h);break;case"hexdouble":a.appendToken(m,"mn","0x"+a.getTextContent(h));break;default:var q=a.createElement("apply");var n=a.createElement("mrow");var o=a.createElement(p);q.appendChild(o);if(g){a.appendToken(q,"mn",g)}for(var k=0,i=h.childNodes.length;k<i;k++){if(h.childNodes[k].nodeType===3){a.appendToken(n,"cn",a.getTextContent(h.childNodes[k]))}else{if(h.childNodes[k].nodeName==="sep"){q.appendChild(n);n=a.createElement("mrow")}else{n.appendChild(a.cloneNode(h.childNodes[k],true))}}}q.appendChild(n);a.applyTransform(m,q,0)}}else{a.transforms.token("mn")(m,h)}},vector:function(o,h,f){var p=a.createElement("mrow");a.appendToken(p,"mo","(");var m=a.createElement("mtable");var g=a.getChildren(h);for(var n=0,j=g.length;n<j;n++){var k=a.createElement("mtr");var q=a.createElement("mtd");a.applyTransform(q,g[n],0);k.appendChild(q);m.appendChild(k)}p.appendChild(m);a.appendToken(p,"mo",")");o.appendChild(p)},piecewise:function(g,k,f){var j=a.createElement("mrow");a.appendToken(j,"mo","{");var o=a.createElement("mtable");j.appendChild(o);var n=a.getChildren(k);for(var m=0,h=n.length;m<h;m++){a.applyTransform(o,n[m],0)}g.appendChild(j)},piece:function(h,m,g){var f=a.createElement("mtr");var o=a.getChildren(m);for(var n=0,j=o.length;n<j;n++){var k=a.createElement("mtd");f.appendChild(k);a.applyTransform(k,o[n],0);if(n===0){k=a.createElement("mtd");a.appendToken(k,"mtext","\u00A0if\u00A0");f.appendChild(k)}}h.appendChild(f)},otherwise:function(h,j,g){var f=a.createElement("mtr");var k=a.getChildren(j);if(k.length){var i=a.createElement("mtd");f.appendChild(i);a.applyTransform(i,k[0],0);i=a.createElement("mtd");i.setAttribute("columnspan","2");a.appendToken(i,"mtext","\u00A0otherwise");f.appendChild(i)}h.appendChild(f)},matrix:function(q,j,f){var h=a.classifyChildren(j);var t=h.args,g=h.bvars,n=h.qualifiers;if(g.length||n.length){var r=a.createElement("mrow");a.appendToken(r,"mo","[");var s=a.createElement("msub");a.appendToken(s,"mi","m");var m=a.createElement("mrow");for(var p=0,k=g.length;p<k;p++){if(p!=0){a.appendToken(m,"mo",",")}a.applyTransform(m,g[p].childNodes[0],0)}s.appendChild(m);r.appendChild(s);var u=a.cloneNode(s,true);a.appendToken(r,"mo","|");r.appendChild(u);a.appendToken(r,"mo","=");for(p=0,k=t.length;p<k;p++){if(p!=0){a.appendToken(r,"mo",",")}a.applyTransform(r,t[p],0)}a.appendToken(r,"mo",";");for(p=0,k=n.length;p<k;p++){if(p!=0){a.appendToken(r,"mo",",")}a.applyTransform(r,n[p],0)}a.appendToken(r,"mo","]");q.appendChild(r)}else{var v=a.createElement("mfenced");var o=a.createElement("mtable");for(p=0,k=t.length;p<k;p++){a.applyTransform(o,t[p],0)}v.appendChild(o);q.appendChild(v)}},matrixrow:function(h,m,g){var f=a.createElement("mtr");var o=a.getChildren(m);for(var n=0,j=o.length;n<j;n++){var k=a.createElement("mtd");a.applyTransform(k,o[n],0);f.appendChild(k)}h.appendChild(f)},condition:function(g,k,f){var j=a.createElement("mrow");var n=a.getChildren(k);for(var m=0,h=n.length;m<h;m++){a.applyTransform(j,n[m],0)}g.appendChild(j)},lambda:function(t,k,f){var o=a.createElement("lambda");var h=a.classifyChildren(k);var w=h.args,g=h.bvars,q=h.qualifiers;var s,n,m;if(g.length){a.applyTokens.lambda(t,k,o,w,g,q,f)}else{var u=a.createElement("mrow");for(s=0,n=w.length;s<n;s++){a.applyTransform(u,w[s],0)}if(q.length){var v=a.createElement("msub");a.appendToken(v,"mo","|");var p=a.createElement("mrow");for(s=0,m=q.length;s<m;s++){h=a.getChildren(q[s]);for(var r=0,x=h.length;r<x;r++){a.applyTransform(p,h[r],0)}}v.appendChild(p);u.appendChild(v)}t.appendChild(u)}},ident:function(g,h,f){a.appendToken(g,"mi","id")},domainofapplication:function(g,h,f){var i=a.createElement("merror");a.appendToken(i,"mtext","unexpected domainofapplication");g.appendChild(i)},share:function(g,i,f){var h=a.createElement("mi");h.setAttribute("href",i.getAttribute("href"));a.setTextContent(h,"Share "+i.getAttribute("href"));g.appendChild(h)},cerror:function(g,j,f){var n=a.createElement("merror");var m=a.getChildren(j);for(var k=0,h=m.length;k<h;k++){a.applyTransform(n,m[k],0)}g.appendChild(n)},semantics:function(g,k,f){var j=a.createElement("mrow");var n=a.getChildren(k);if(n.length){var o=n[0];for(var m=0,h=n.length;m<h;m++){if(n[m].nodeName==="annotation-xml"&&n[m].getAttribute("encoding")==="MathML-Presentation"){o=n[m];break}}a.applyTransform(j,o,0)}g.appendChild(j)},"annotation-xml":function(g,k,f){var j=a.createElement("mrow");var n=a.getChildren(k);for(var m=0,h=n.length;m<h;m++){a.applyTransform(j,n[m],0)}g.appendChild(j)}};a.tokens.reln=a.tokens.bind=a.tokens.apply;a.contentDictionaries={setname1:function(g,i,f){var j={C:"\u2102",N:"\u2115",P:"\u2119",Q:"\u211A",R:"\u211D",Z:"\u2124"};var h=a.getTextContent(i);a.appendToken(g,"mi",j[h])},aritherror:function(g,i,f){var h=a.getTextContent(i);a.appendToken(g,"mi",h+":")}};a.applyTokens={rem:a.transforms.binary("mod",3),divide:a.transforms.binary("/",3),remainder:a.transforms.binary("mod",3),implies:a.transforms.binary("\u21D2",3),factorof:a.transforms.binary("|",3),"in":a.transforms.binary("\u2208",3),notin:a.transforms.binary("\u2209",3),notsubset:a.transforms.binary("\u2288",2),notprsubset:a.transforms.binary("\u2284",2),setdiff:a.transforms.binary("\u2216",2),eq:a.transforms.infix("=",1),compose:a.transforms.infix("\u2218",0),left_compose:a.transforms.infix("\u2218",1),xor:a.transforms.infix("xor",3),neq:a.transforms.infix("\u2260",1),gt:a.transforms.infix(">",1),lt:a.transforms.infix("<",1),geq:a.transforms.infix("\u2265",1),leq:a.transforms.infix("\u2264",1),equivalent:a.transforms.infix("\u2261",1),approx:a.transforms.infix("\u2248",1),subset:a.transforms.infix("\u2286",2),prsubset:a.transforms.infix("\u2282",2),cartesianproduct:a.transforms.infix("\u00D7",2),cartesian_product:a.transforms.infix("\u00D7",2),vectorproduct:a.transforms.infix("\u00D7",2),scalarproduct:a.transforms.infix(".",2),outerproduct:a.transforms.infix("\u2297",2),sum:a.transforms.iteration("\u2211","="),product:a.transforms.iteration("\u220F","="),forall:a.transforms.bind("\u2200",".",","),exists:a.transforms.bind("\u2203",".",","),lambda:a.transforms.bind("\u03BB",".",","),limit:a.transforms.iteration("lim","\u2192"),sdev:a.transforms.fn("\u03c3"),determinant:a.transforms.fn("det"),max:a.transforms.minmax("max"),min:a.transforms.minmax("min"),real:a.transforms.fn("\u211b"),imaginary:a.transforms.fn("\u2111"),set:a.transforms.set("{","}"),list:a.transforms.set("(",")"),exp:function(h,k,g,j,i,m,f){var l=a.createElement("msup");a.appendToken(l,"mi","e");a.applyTransform(l,j[0],0);h.appendChild(l)},union:function(h,k,g,j,i,l,f){if(i.length){a.transforms.iteration("\u22C3","=")(h,k,g,j,i,l,f)}else{a.transforms.infix("\u222A",2)(h,k,g,j,i,l,f)}},intersect:function(q,i,n,s,g,o,f){if(g.length){a.transforms.iteration("\u22C2","=")(q,i,n,s,g,o,f)}else{var r=a.createElement("mrow");var m=f>2;if(m){a.appendToken(r,"mo","(")}for(var p=0,k=s.length;p<k;p++){var t=false;if(p>0){a.appendToken(r,"mo","\u2229");if(s[p].nodeName==="apply"){var h=a.getChildren(s[p])[0];t=h.nodeName==="union"}}if(t){a.appendToken(r,"mo","(")}a.applyTransform(r,s[p],2);if(t){a.appendToken(r,"mo",")")}}if(m){a.appendToken(r,"mo",")")}q.appendChild(r)}},floor:function(h,l,g,k,j,m,f){var i=a.createElement("mrow");a.appendToken(i,"mo","\u230a");a.applyTransform(i,k[0],0);a.appendToken(i,"mo","\u230b");h.appendChild(i)},conjugate:function(h,l,g,k,j,m,f){var i=a.createElement("mover");a.applyTransform(i,k[0],0);a.appendToken(i,"mo","\u00af");h.appendChild(i)},abs:function(h,l,g,k,j,m,f){var i=a.createElement("mrow");a.appendToken(i,"mo","|");a.applyTransform(i,k[0],0);a.appendToken(i,"mo","|");h.appendChild(i)},and:function(h,k,g,j,i,l,f){if(i.length||l.length){a.transforms.iteration("\u22c0","=")(h,k,g,j,i,l,4)}else{a.transforms.infix("\u2227",2)(h,k,g,j,i,l,f)}},or:function(h,k,g,j,i,l,f){if(i.length||l.length){a.transforms.iteration("\u22c1","=")(h,k,g,j,i,l,4)}else{a.transforms.infix("\u2228",2)(h,k,g,j,i,l,f)}},xor:function(h,k,g,j,i,l,f){if(i.length||l.length){a.transforms.iteration("xor","=")(h,k,g,j,i,l,4)}else{a.transforms.infix("xor",2)(h,k,g,j,i,l,f)}},card:function(h,l,g,k,j,m,f){var i=a.createElement("mrow");a.appendToken(i,"mo","|");a.applyTransform(i,k[0],0);a.appendToken(i,"mo","|");h.appendChild(i)},mean:function(h,l,g,k,j,m,f){if(k.length===1){var i=a.createElement("mover");a.applyTransform(i,k[0],0);a.appendToken(i,"mo","\u00af");h.appendChild(i)}else{h.appendChild(a.createmfenced(k,"\u27e8","\u27e9"))}},moment:function(s,k,o,w,g,p,f){var n,v,h,r,q,m;for(r=0,m=p.length;r<m;r++){if(p[r].nodeName==="degree"){n=p[r]}else{if(p[r].nodeName==="momentabout"){v=p[r]}}}var t=a.createElement("mrow");a.appendToken(t,"mo","\u27e8");var y=a.createElement("mrow");if(w.length>1){y.appendChild(a.createmfenced(w,"(",")"))}else{a.applyTransform(y,w[0],0)}if(n){var x=a.createElement("msup");x.appendChild(y);h=a.getChildren(n);for(q=0,m=h.length;q<m;q++){a.applyTransform(x,h[q],0)}t.appendChild(x)}else{t.appendChild(y)}a.appendToken(t,"mo","\u27e9");if(v){var u=a.createElement("msub");u.appendChild(t);h=a.getChildren(v);for(q=0,m=h.length;q<m;q++){a.applyTransform(u,h[q],0)}s.appendChild(u)}else{s.appendChild(t)}},variance:function(k,h,i,m,g,j,f){var l=a.createElement("mrow");var n=a.createElement("msup");a.appendToken(n,"mo","\u03c3");a.appendToken(n,"mn","2");l.appendChild(n);a.appendToken(l,"mo","\u2061");l.appendChild(a.createmfenced(m,"(",")"));k.appendChild(l)},grad:function(h,l,g,k,j,m,f){var i=a.createElement("mrow");a.appendToken(i,"mo","\u2207");a.appendToken(i,"mo","\u2061");i.appendChild(a.createmfenced(k,"(",")"));h.appendChild(i)},laplacian:function(k,h,i,m,g,j,f){var l=a.createElement("mrow");var n=a.createElement("msup");a.appendToken(n,"mo","\u2207");a.appendToken(n,"mn","2");l.appendChild(n);a.appendToken(l,"mo","\u2061");l.appendChild(a.createmfenced(m,"(",")"));k.appendChild(l)},curl:function(l,h,j,n,g,k,f){var m=a.createElement("mrow");a.appendToken(m,"mo","\u2207");a.appendToken(m,"mo","\u00d7");var i=n[0].nodeName==="apply";if(i){m.appendChild(a.createmfenced(n,"(",")"))}else{a.applyTransform(m,n[0],f)}l.appendChild(m)},divergence:function(l,h,j,n,g,k,f){var m=a.createElement("mrow");a.appendToken(m,"mo","\u2207");a.appendToken(m,"mo","\u22c5");var i=n[0].nodeName==="apply";if(i){m.appendChild(a.createmfenced(n,"(",")"))}else{a.applyTransform(m,n[0],f)}l.appendChild(m)},not:function(l,h,j,n,g,k,f){var m=a.createElement("mrow");a.appendToken(m,"mo","\u00ac");var i=n[0].nodeName==="apply"||n[0].nodeName==="bind";if(i){a.appendToken(m,"mo","(")}a.applyTransform(m,n[0],f);if(i){a.appendToken(m,"mo",")")}l.appendChild(m)},divide:function(h,k,g,j,i,l,f){var m=a.createElement("mfrac");a.applyTransform(m,j[0],0);a.applyTransform(m,j[1],0);h.appendChild(m)},tendsto:function(l,i,j,m,h,k,f){var n;if(j.nodeName==="tendsto"){n=j.getAttribute("type")}else{n=a.getTextContent(m[0]);m=m.slice(1)}var g=(n==="above")?"\u2198":(n==="below")?"\u2197":"\u2192";a.transforms.binary(g,2)(l,i,j,m,h,k,f)},minus:function(m,i,k,o,g,l,f){var h=o.length===1?5:2;var n=a.createElement("mrow");var j=h<f;if(j){a.appendToken(n,"mo","(")}if(o.length===1){a.appendToken(n,"mo","-");a.applyTransform(n,o[0],h)}else{a.applyTransform(n,o[0],h);a.appendToken(n,"mo","-");var p;if(o[1].nodeName==="apply"){var q=a.getChildren(o[1])[0];p=q.nodeName==="plus"||q.nodeName==="minus"}if(p){a.appendToken(n,"mo","(")}a.applyTransform(n,o[1],h);if(p){a.appendToken(n,"mo",")")}}if(j){a.appendToken(n,"mo",")")}m.appendChild(n)},"complex-cartesian":function(h,l,g,k,j,m,f){var i=a.createElement("mrow");a.applyTransform(i,k[0],0);a.appendToken(i,"mo","+");a.applyTransform(i,k[1],0);a.appendToken(i,"mo","\u2062");a.appendToken(i,"mi","i");h.appendChild(i)},"complex-polar":function(k,h,i,m,g,j,f){var l=a.createElement("mrow");a.applyTransform(l,m[0],0);a.appendToken(l,"mo","\u2062");var o=a.createElement("msup");a.appendToken(o,"mi","e");var n=a.createElement("mrow");a.applyTransform(n,m[1],0);a.appendToken(n,"mo","\u2062");a.appendToken(n,"mi","i");o.appendChild(n);l.appendChild(o);k.appendChild(l)},integer:function(h,k,g,j,i,l,f){a.applyTransform(h,j[0],0)},"based-integer":function(h,k,g,j,i,l,f){var m=a.createElement("msub");a.applyTransform(m,j[1],0);a.applyTransform(m,j[0],0);h.appendChild(m)},rational:function(h,k,g,j,i,l,f){var m=a.createElement("mfrac");a.applyTransform(m,j[0],0);a.applyTransform(m,j[1],0);h.appendChild(m)},times:function(p,h,m,r,g,n,f){var q=a.createElement("mrow");var k=f>3;if(k){a.appendToken(q,"mo","(")}for(var o=0,i=r.length;o<i;o++){if(o>0){a.appendToken(q,"mo",(r[o].nodeName==="cn")?"\u00D7":"\u2062")}a.applyTransform(q,r[o],3)}if(k){a.appendToken(q,"mo",")")}p.appendChild(q)},plus:function(s,k,p,u,g,q,f){var t=a.createElement("mrow");var o=f>2;if(o){a.appendToken(t,"mo","(")}for(var r=0,m=u.length;r<m;r++){var v=u[r];var h=a.getChildren(v);if(r>0){var i;if(a.settings.collapsePlusMinus){if(v.nodeName==="cn"&&!(h.length)&&(i=Number(a.getTextContent(v)))<0){a.appendToken(t,"mo","\u2212");a.appendToken(t,"mn",-i)}else{if(v.nodeName==="apply"&&h.length===2&&h[0].nodeName==="minus"){a.appendToken(t,"mo","\u2212");a.applyTransform(t,h[1],2)}else{if(v.nodeName==="apply"&&h.length>2&&h[0].nodeName==="times"&&h[1].nodeName==="cn"&&(i=Number(a.getTextContent(h[1]))<0)){a.appendToken(t,"mo","\u2212");a.getTextContent(h[1])=-i;a.applyTransform(t,v,2)}else{a.appendToken(t,"mo","+");a.applyTransform(t,v,2)}}}}else{a.appendToken(t,"mo","+");a.applyTransform(t,v,2)}}else{a.applyTransform(t,v,2)}}if(o){a.appendToken(t,"mo",")")}s.appendChild(t)},transpose:function(h,k,g,j,i,m,f){var l=a.createElement("msup");a.applyTransform(l,j[0],f);a.appendToken(l,"mi","T");h.appendChild(l)},power:function(h,k,g,j,i,m,f){var l=a.createElement("msup");a.applyTransform(l,j[0],3);a.applyTransform(l,j[1],f);h.appendChild(l)},selector:function(p,h,k,s,g,n,f){var r=a.createElement("msub");var q=s?s[0]:a.createElement("mrow");a.applyTransform(r,q,0);var m=a.createElement("mrow");for(var o=1,j=s.length;o<j;o++){if(o!=1){a.appendToken(m,"mo",",")}a.applyTransform(m,s[o],0)}r.appendChild(m);p.appendChild(r)},log:function(k,h,i,o,g,j,f){var m=a.createElement("mrow");var l=a.createElement("mi");a.setTextContent(l,"log");if(j.length&&j[0].nodeName==="logbase"){var n=a.createElement("msub");n.appendChild(l);a.applyTransform(n,a.getChildren(j[0])[0],0);m.appendChild(n)}else{m.appendChild(l)}a.applyTransform(m,o[0],7);k.appendChild(m)},"int":function(p,y,B,m,g,t,n){var s=a.createElement("mrow");var x=a.createElement("mo");a.setTextContent(x,"\u222B");var q=a.createElement("msubsup");q.appendChild(x);var k=a.createElement("mrow");var o,A,w,v,u,z;for(A=0,u=t.length;A<u;A++){if(t[A].nodeName==="lowlimit"||t[A].nodeName==="condition"||t[A].nodeName==="domainofapplication"){o=a.getChildren(t[A]);for(w=0,z=o.length;w<z;w++){a.applyTransform(k,o[w],0)}}else{o=a.getChildren(t[A]);if(t[A].nodeName==="interval"&&o.length===2){a.applyTransform(k,o[0],0)}}}q.appendChild(k);var h=a.createElement("mrow");for(A=0,u=t.length;A<u;A++){if(t[A].nodeName==="uplimit"){o=a.getChildren(t[A]);for(w=0,z=o.length;w<z;w++){a.applyTransform(h,o[w],0)}break}else{if(t[A].nodeName==="interval"){o=a.getChildren(t[A]);a.applyTransform(h,o[o.length-1],0);break}}}q.appendChild(h);s.appendChild(q);for(A=0,v=m.length;A<v;A++){a.applyTransform(s,m[A],0)}for(A=0,v=g.length;A<v;A++){var r=g[A];o=a.getChildren(r);if(o.length){var f=a.createElement("mrow");a.appendToken(f,"mi","d");a.applyTransform(f,o[0],0);s.appendChild(f)}}p.appendChild(s)},inverse:function(k,h,i,l,g,j,f){var o=a.createElement("msup");var m=(l.length)?l[0]:a.createElement("mrow");a.applyTransform(o,m,f);var n=a.createElement("mfenced");a.appendToken(n,"mn","-1");o.appendChild(n);k.appendChild(o)},quotient:function(h,l,g,k,j,m,f){var i=a.createElement("mrow");a.appendToken(i,"mo","\u230A");if(k.length){a.applyTransform(i,k[0],0);a.appendToken(i,"mo","/");if(k.length>1){a.applyTransform(i,k[1],0)}}a.appendToken(i,"mo","\u230B");h.appendChild(i)},factorial:function(h,l,g,k,j,m,f){var i=a.createElement("mrow");a.applyTransform(i,k[0],4);a.appendToken(i,"mo","!");h.appendChild(i)},root:function(p,j,m,q,h,n,f){var g;if(m.nodeName==="root"&&(n.length===0||(n[0].nodeName==="degree"&&a.getTextContent(n[0])==="2"))){g=a.createElement("msqrt");for(var o=0,k=q.length;o<k;o++){a.applyTransform(g,q[o],0)}}else{g=a.createElement("mroot");a.applyTransform(g,q[0],0);var r=(m.nodeName==="root")?n[0].childNodes[0]:q[1];a.applyTransform(g,r,0)}p.appendChild(g)},diff:function(p,y,B,g,f,t,m){if(f.length){var v;var q=a.createElement("mfrac");var x=a.createElement("mrow");var z=a.createElement("mrow");q.appendChild(x);q.appendChild(z);var r,k,o,s;var A=a.createElement("mi");a.setTextContent(A,"d");var n=a.getChildren(f[0]);for(var w=0,u=n.length;w<u;w++){if(n[w].nodeName==="degree"){var h=a.getChildren(n[w])[0];if(a.getTextContent(h)!="1"){k=h;o=a.createElement("msup");o.appendChild(A);A=o;a.applyTransform(A,k,0)}}else{r=n[w]}}x.appendChild(A);if(g.length){switch(g[0].nodeName){case"apply":case"bind":case"reln":s=a.createElement("mrow");s.appendChild(q);a.applyTransform(s,g[0],3);v=s;break;default:a.applyTransform(x,g[0],0);v=q}}a.appendToken(z,"mi","d");if(k){var i=a.createElement("msup");a.applyTransform(i,r,0);a.applyTransform(i,k,0);z.appendChild(i)}else{a.applyTransform(z,r,0)}p.appendChild(v)}else{o=a.createElement("msup");s=a.createElement("mrow");o.appendChild(s);a.applyTransform(s,g[0],0);a.appendToken(o,"mo","\u2032");p.appendChild(o)}},partialdiff:function(t,I,N,g,f,D,o){var q,B,A;var v=a.createElement("mfrac");var H=a.createElement("mrow");var M=a.createElement("mrow");v.appendChild(H);v.appendChild(M);var L,m,p;if(f.length===0&&g.length===2&&g[0].nodeName==="list"){if(g[1].nodeName==="lambda"){m=a.getChildren(g[0]).length;if(m!=1){q=a.createElement("msup");a.appendToken(q,"mo","\u2202");a.appendToken(q,"mn",m);H.appendChild(q)}else{a.appendToken(H,"mo","\u2202")}p=a.getChildren(g[1]);L=p[p.length-1];var h=[];var r=a.getChildren(g[1]);var z=a.getChildren(g[0]);for(var K=0,F=r.length;K<F;K++){if(r[K].nodeName==="bvar"){h.push(a.getChildren(r[K])[0])}}var y=null;m=0;function u(O,l){a.appendToken(M,"mo","\u2202");var j=h[O];if(l>1){var i=a.createElement("msup");a.applyTransform(i,j,0);a.appendToken(i,"mn",l);M.appendChild(i)}else{a.applyTransform(M,j,0)}}for(K=0,F=z.length;K<F;K++){var C=Number(a.getTextContent(z[K]))-1;if(y!==null&&C!=y){u(y,m);m=0}y=C;m+=1}if(y){u(y,m)}}else{A=a.createElement("mrow");B=a.createElement("msub");a.appendToken(B,"mi","D");var w=a.getChildren(g[0]);B.appendChild(a.createmfenced(w,"",""));A.appendChild(B);a.applyTransform(A,g[1],0);t.appendChild(A);return}}else{q=a.createElement("msup");H.appendChild(q);a.appendToken(q,"mo","\u2202");var s=a.createElement("mrow");q.appendChild(s);var J;if(D.length&&D[0].nodeName==="degree"&&a.getChildren(D[0]).length){J=a.getChildren(D[0])[0];a.applyTransform(s,J,0)}else{m=0;var x=false;for(K=0,F=f.length;K<F;K++){p=a.getChildren(f[K]);if(p.length===2){for(var G=0;G<2;G++){if(p[G].nodeName==="degree"){if(/^\s*\d+\s*$/.test(a.getTextContent(p[G]))){m+=Number(a.getTextContent(p[G]))}else{if(x){a.appendToken(s,"mo","+")}x=true;a.applyTransform(s,a.getChildren(p[G])[0],0)}}}}else{m++}}if(m>0){if(x){a.appendToken(s,"mo","+")}a.appendToken(s,"mn",m)}}if(g.length){L=g[0]}for(K=0,F=f.length;K<F;K++){a.appendToken(M,"mo","\u2202");p=a.getChildren(f[K]);if(p.length===2){for(G=0;G<2;G++){if(p[G].nodeName==="degree"){var k=a.createElement("msup");a.applyTransform(k,p[1-G],0);var E=a.getChildren(p[G])[0];a.applyTransform(k,E,0);M.appendChild(k)}}}else{if(p.length===1){a.applyTransform(M,p[0],0)}}}}if(L){switch(L.nodeName){case"apply":case"bind":case"reln":A=a.createElement("mrow");A.appendChild(v);a.applyTransform(A,L,3);outNode=A;break;default:a.applyTransform(H,L,0);outNode=v}}else{outNode=v}t.appendChild(outNode)}};a.applyTokens.size=a.applyTokens.card;return a})(MathJax.Hub);MathJax.Hub.Register.StartupHook("MathML Jax Ready",function(){var b=MathJax.InputJax.MathML;var a=MathJax.Extension["MathML/content-mathml"];a.mbase=MathJax.ElementJax.mml.mbase;a.MML=MathJax.ElementJax.mml;b.DOMfilterHooks.Add(function(c){c.math=a.transformElement(c.math)});MathJax.Hub.Startup.signal.Post("MathML/content-mathml Ready")});MathJax.Ajax.loadComplete("[MathJax]/extensions/MathML/content-mathml.js");
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* /MathJax/extensions/MathML/mml3.js
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2009-2015 The MathJax Consortium
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
* you may not use this file except in compliance with the License.
|
|
8
|
+
* You may obtain a copy of the License at
|
|
9
|
+
*
|
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
*
|
|
12
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
* See the License for the specific language governing permissions and
|
|
16
|
+
* limitations under the License.
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
MathJax.Extension["MathML/mml3"]={version:"2.6.0"};MathJax.Hub.Register.StartupHook("MathML Jax Ready",function(){var d=MathJax.InputJax.MathML,g=d.Parse.prototype;d.prefilterHooks.Add(function(j){if(!d.mml3XSLT){return}if(!d.ParseXML){d.ParseXML=d.createParser()}var k=d.ParseXML(g.preProcessMath(j.math));var i=d.mml3XSLT.transformToDocument(k);if((typeof i)==="string"){j.math=i}else{if(window.XMLSerializer){var h=new XMLSerializer();j.math=h.serializeToString(i.documentElement,k)}}});var f=MathJax.Hub.Browser;var c="";if(f.isEdge||f.isMSIE){c="urn:schemas-microsoft-com:xslt"}else{c="http://exslt.org/common"}var e='<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:c="'+c+'" exclude-result-prefixes="m c"><xsl:output indent="yes" omit-xml-declaration="yes"/><xsl:output indent="yes" omit-xml-declaration="yes"/><xsl:template match="*"> <xsl:copy> <xsl:copy-of select="@*"/> <xsl:apply-templates/> </xsl:copy></xsl:template><xsl:template match="m:*[@dir=\'rtl\']" priority="10"> <xsl:apply-templates mode="rtl" select="."/></xsl:template><xsl:template match="@*" mode="rtl"> <xsl:copy-of select="."/> <xsl:attribute name="dir">ltr</xsl:attribute></xsl:template><xsl:template match="*" mode="rtl"> <xsl:copy> <xsl:apply-templates select="@*" mode="rtl"/> <xsl:for-each select="node()"> <xsl:sort data-type="number" order="descending" select="position()"/> <xsl:text> </xsl:text> <xsl:apply-templates mode="rtl" select="."/> </xsl:for-each> </xsl:copy></xsl:template><xsl:template match="@open" mode="rtl"> <xsl:attribute name="close"><xsl:value-of select="."/></xsl:attribute></xsl:template><xsl:template match="@open[.=\'(\']" mode="rtl"> <xsl:attribute name="close">)</xsl:attribute></xsl:template><xsl:template match="@open[.=\')\']" mode="rtl"> <xsl:attribute name="close">(</xsl:attribute></xsl:template><xsl:template match="@open[.=\'[\']" mode="rtl"> <xsl:attribute name="close">]</xsl:attribute></xsl:template><xsl:template match="@open[.=\']\']" mode="rtl"> <xsl:attribute name="close">[</xsl:attribute></xsl:template><xsl:template match="@open[.=\'{\']" mode="rtl"> <xsl:attribute name="close">}</xsl:attribute></xsl:template><xsl:template match="@open[.=\'}\']" mode="rtl"> <xsl:attribute name="close">{</xsl:attribute></xsl:template><xsl:template match="@close" mode="rtl"> <xsl:attribute name="open"><xsl:value-of select="."/></xsl:attribute></xsl:template><xsl:template match="@close[.=\'(\']" mode="rtl"> <xsl:attribute name="open">)</xsl:attribute></xsl:template><xsl:template match="@close[.=\')\']" mode="rtl"> <xsl:attribute name="open">(</xsl:attribute></xsl:template><xsl:template match="@close[.=\'[\']" mode="rtl"> <xsl:attribute name="open">]</xsl:attribute></xsl:template><xsl:template match="@close[.=\']\']" mode="rtl"> <xsl:attribute name="open">[</xsl:attribute></xsl:template><xsl:template match="@close[.=\'{\']" mode="rtl"> <xsl:attribute name="open">}</xsl:attribute></xsl:template><xsl:template match="@close[.=\'}\']" mode="rtl"> <xsl:attribute name="open">{</xsl:attribute></xsl:template><xsl:template match="m:mfrac[@bevelled=\'true\']" mode="rtl"> <m:mrow> <m:msub><m:mi></m:mi><xsl:apply-templates select="*[2]" mode="rtl"/></m:msub> <m:mo>\</m:mo> <m:msup><m:mi></m:mi><xsl:apply-templates select="*[1]" mode="rtl"/></m:msup> </m:mrow></xsl:template><xsl:template match="m:mfrac" mode="rtl"> <xsl:copy> <xsl:apply-templates mode="rtl" select="@*|*"/> </xsl:copy></xsl:template><xsl:template match="m:mroot" mode="rtl"> <m:msup> <m:menclose notation="top right"> <xsl:apply-templates mode="rtl" select="@*|*[1]"/> </m:menclose> <xsl:apply-templates mode="rtl" select="*[2]"/> </m:msup></xsl:template><xsl:template match="m:msqrt" mode="rtl"> <m:menclose notation="top right"> <xsl:apply-templates mode="rtl" select="@*|*[1]"/> </m:menclose></xsl:template><xsl:template match="m:mtable|m:munder|m:mover|m:munderover" mode="rtl" priority="2"> <xsl:copy> <xsl:apply-templates select="@*" mode="rtl"/> <xsl:apply-templates mode="rtl"> </xsl:apply-templates> </xsl:copy></xsl:template><xsl:template match="m:msup" mode="rtl" priority="2"> <m:mmultiscripts> <xsl:apply-templates select="*[1]" mode="rtl"/> <m:mprescripts/> <m:none/> <xsl:apply-templates select="*[2]" mode="rtl"/> </m:mmultiscripts></xsl:template><xsl:template match="m:msub" mode="rtl" priority="2"> <m:mmultiscripts> <xsl:apply-templates select="*[1]" mode="rtl"/> <m:mprescripts/> <xsl:apply-templates select="*[2]" mode="rtl"/> <m:none/> </m:mmultiscripts></xsl:template><xsl:template match="m:msubsup" mode="rtl" priority="2"> <m:mmultiscripts> <xsl:apply-templates select="*[1]" mode="rtl"/> <m:mprescripts/> <xsl:apply-templates select="*[2]" mode="rtl"/> <xsl:apply-templates select="*[3]" mode="rtl"/> </m:mmultiscripts></xsl:template><xsl:template match="m:mmultiscripts" mode="rtl" priority="2"> <m:mmultiscripts> <xsl:apply-templates select="*[1]" mode="rtl"/> <xsl:for-each select="m:mprescripts/following-sibling::*[position() mod 2 = 1]"> <xsl:sort data-type="number" order="descending" select="position()"/> <xsl:apply-templates select="." mode="rtl"/> <xsl:apply-templates select="following-sibling::*[1]" mode="rtl"/> </xsl:for-each> <m:mprescripts/> <xsl:for-each select="m:mprescripts/preceding-sibling::*[position()!=last()][position() mod 2 = 0]"> <xsl:sort data-type="number" order="descending" select="position()"/> <xsl:apply-templates select="." mode="rtl"/> <xsl:apply-templates select="following-sibling::*[1]" mode="rtl"/> </xsl:for-each> </m:mmultiscripts></xsl:template><xsl:template match="m:mmultiscripts[not(m:mprescripts)]" mode="rtl" priority="3"> <m:mmultiscripts> <xsl:apply-templates select="*[1]" mode="rtl"/> <m:mprescripts/> <xsl:for-each select="*[position() mod 2 = 0]"> <xsl:sort data-type="number" order="descending" select="position()"/> <xsl:apply-templates select="." mode="rtl"/> <xsl:apply-templates select="following-sibling::*[1]" mode="rtl"/> </xsl:for-each> </m:mmultiscripts></xsl:template><xsl:template match="text()[.=\'(\']" mode="rtl">)</xsl:template><xsl:template match="text()[.=\')\']" mode="rtl">(</xsl:template><xsl:template match="text()[.=\'{\']" mode="rtl">}</xsl:template><xsl:template match="text()[.=\'}\']" mode="rtl">{</xsl:template><xsl:template match="text()[.=\'<\']" mode="rtl">></xsl:template><xsl:template match="text()[.=\'>\']" mode="rtl"><</xsl:template><xsl:template match="text()[.=\'∈\']" mode="rtl">∋</xsl:template><xsl:template match="text()[.=\'∋\']" mode="rtl">∈</xsl:template><xsl:template match="@notation[.=\'radical\']" mode="rtl"> <xsl:attribute name="notation">top right</xsl:attribute></xsl:template><xsl:template match="m:mlongdiv|m:mstack" mode="rtl"> <m:mrow dir="ltr"> <xsl:apply-templates select="."/> </m:mrow></xsl:template><xsl:template match="m:mstack" priority="11"> <xsl:variable name="m"> <m:mtable columnspacing="0em"> <xsl:copy-of select="@align"/> <xsl:variable name="t"> <xsl:apply-templates select="*" mode="mstack1"> <xsl:with-param name="p" select="0"/> </xsl:apply-templates> </xsl:variable> <xsl:variable name="maxl"> <xsl:for-each select="c:node-set($t)/*/@l"> <xsl:sort data-type="number" order="descending"/> <xsl:if test="position()=1"> <xsl:value-of select="."/> </xsl:if> </xsl:for-each> </xsl:variable> <xsl:for-each select="c:node-set($t)/*[not(@class=\'mscarries\') or following-sibling::*[1]/@class=\'mscarries\']"><xsl:variable name="c" select="preceding-sibling::*[1][@class=\'mscarries\']"/> <xsl:text> </xsl:text> <m:mtr> <xsl:copy-of select="@class[.=\'msline\']"/> <xsl:variable name="offset" select="$maxl - @l"/> <xsl:choose> <xsl:when test="@class=\'msline\' and @l=\'*\'"> <xsl:variable name="msl" select="*[1]"/> <xsl:for-each select="(//node())[position()<=$maxl]"> <xsl:copy-of select="$msl"/> </xsl:for-each> </xsl:when> <xsl:when test="$c"> <xsl:variable name="ldiff" select="$c/@l - @l"/> <xsl:variable name="loffset" select="$maxl - $c/@l"/> <xsl:for-each select="(//*)[position()<= $offset]"> <xsl:variable name="pn" select="position()"/> <xsl:variable name="cy" select="$c/*[position()=$pn - $loffset]"/> <m:mtd> <xsl:if test="$cy/*"> <m:mover><m:mphantom><m:mn>0</m:mn></m:mphantom><m:mpadded width="0em" lspace="-0.5width"> <xsl:copy-of select="$cy/*"/></m:mpadded></m:mover> </xsl:if> </m:mtd> </xsl:for-each> <xsl:for-each select="*"> <xsl:variable name="pn" select="position()"/> <xsl:variable name="cy" select="$c/*[position()=$pn + $ldiff]"/> <xsl:copy> <xsl:copy-of select="@*"/> <xsl:variable name="b"> <xsl:choose> <xsl:when test="not(string($cy/@crossout) or $cy/@crossout=\'none\')"><xsl:copy-of select="*"/></xsl:when> <xsl:otherwise> <m:menclose notation="{$cy/@crossout}"><xsl:copy-of select="*"/></m:menclose> </xsl:otherwise> </xsl:choose> </xsl:variable> <xsl:choose> <xsl:when test="$cy/m:none or not($cy/*)"><xsl:copy-of select="$b"/></xsl:when> <xsl:when test="not(string($cy/@location)) or $cy/@location=\'n\'"> <m:mover> <xsl:copy-of select="$b"/><m:mpadded width="0em" lspace="-0.5width"> <xsl:copy-of select="$cy/*"/> </m:mpadded> </m:mover> </xsl:when> <xsl:when test="$cy/@location=\'nw\'"> <m:mmultiscripts><xsl:copy-of select="$b"/><m:mprescripts/><m:none/><m:mpadded lspace="-1width" width="0em"><xsl:copy-of select="$cy/*"/></m:mpadded></m:mmultiscripts> </xsl:when> <xsl:when test="$cy/@location=\'s\'"> <m:munder><xsl:copy-of select="$b"/><m:mpadded width="0em" lspace="-0.5width"><xsl:copy-of select="$cy/*"/></m:mpadded></m:munder> </xsl:when> <xsl:when test="$cy/@location=\'sw\'"> <m:mmultiscripts><xsl:copy-of select="$b"/><m:mprescripts/><m:mpadded lspace="-1width" width="0em"><xsl:copy-of select="$cy/*"/></m:mpadded><m:none/></m:mmultiscripts> </xsl:when> <xsl:when test="$cy/@location=\'ne\'"> <m:msup><xsl:copy-of select="$b"/><m:mpadded width="0em"><xsl:copy-of select="$cy/*"/></m:mpadded></m:msup> </xsl:when> <xsl:when test="$cy/@location=\'se\'"> <m:msub><xsl:copy-of select="$b"/><m:mpadded width="0em"><xsl:copy-of select="$cy/*"/></m:mpadded></m:msub> </xsl:when> <xsl:when test="$cy/@location=\'w\'"> <m:msup><m:mrow/><m:mpadded lspace="-1width" width="0em"><xsl:copy-of select="$cy/*"/></m:mpadded></m:msup> <xsl:copy-of select="$b"/> </xsl:when> <xsl:when test="$cy/@location=\'e\'"> <xsl:copy-of select="$b"/> <m:msup><m:mrow/><m:mpadded width="0em"><xsl:copy-of select="$cy/*"/></m:mpadded></m:msup> </xsl:when> <xsl:otherwise> <xsl:copy-of select="$b"/> </xsl:otherwise> </xsl:choose> </xsl:copy> </xsl:for-each> </xsl:when> <xsl:otherwise> <xsl:for-each select="(//*)[position()<= $offset]"><m:mtd/></xsl:for-each> <xsl:copy-of select="*"/> </xsl:otherwise> </xsl:choose> </m:mtr> </xsl:for-each> </m:mtable></xsl:variable><xsl:apply-templates mode="ml" select="c:node-set($m)"/></xsl:template><xsl:template match="*" mode="ml"> <xsl:copy> <xsl:copy-of select="@*"/> <xsl:apply-templates mode="ml"/> </xsl:copy></xsl:template><xsl:template mode="ml" match="m:mtr[following-sibling::*[1][@class=\'msline\']]"> <m:mtr> <xsl:copy-of select="@*"/> <xsl:variable name="m" select="following-sibling::*[1]/m:mtd"/> <xsl:for-each select="m:mtd"> <xsl:variable name="p" select="position()"/> <m:mtd> <xsl:copy-of select="@*"/> <xsl:choose> <xsl:when test="$m[$p]/m:mpadded"> <m:menclose notation="bottom"> <m:mpadded depth=".1em" height="1em" width=".4em"> <xsl:copy-of select="*"/> </m:mpadded> </m:menclose> </xsl:when> <xsl:otherwise> <xsl:copy-of select="*"/> </xsl:otherwise> </xsl:choose> </m:mtd> </xsl:for-each> </m:mtr></xsl:template><xsl:template mode="ml" match="m:mtr[not(preceding-sibling::*)][@class=\'msline\']" priority="3"> <m:mtr> <xsl:copy-of select="@*"/> <xsl:for-each select="m:mtd"> <m:mtd> <xsl:copy-of select="@*"/> <xsl:if test="m:mpadded"> <m:menclose notation="bottom"> <m:mpadded depth=".1em" height="1em" width=".4em"> <m:mspace width=".2em"/> </m:mpadded> </m:menclose> </xsl:if> </m:mtd> </xsl:for-each> </m:mtr></xsl:template><xsl:template mode="ml" match="m:mtr[@class=\'msline\']" priority="2"/><xsl:template mode="mstack1" match="*"> <xsl:param name="p"/> <xsl:param name="maxl" select="0"/> <m:mtr l="{1 + $p}"> <xsl:if test="ancestor::mstack[1]/@stackalign=\'left\'"> <xsl:attribute name="l"><xsl:value-of select="$p"/></xsl:attribute> </xsl:if> <m:mtd><xsl:apply-templates select="."/></m:mtd> </m:mtr></xsl:template><xsl:template mode="mstack1" match="m:msrow"> <xsl:param name="p"/> <xsl:param name="maxl" select="0"/> <xsl:variable name="align1" select="ancestor::m:mstack[1]/@stackalign"/> <xsl:variable name="align"> <xsl:choose> <xsl:when test="string($align1)=\'\'">decimalpoint</xsl:when> <xsl:otherwise><xsl:value-of select="$align1"/></xsl:otherwise> </xsl:choose> </xsl:variable> <xsl:variable name="row"> <xsl:apply-templates mode="mstack1" select="*"> <xsl:with-param name="p" select="0"/> </xsl:apply-templates> </xsl:variable> <xsl:text> </xsl:text> <xsl:variable name="l1"> <xsl:choose> <xsl:when test="$align=\'decimalpoint\' and m:mn"> <xsl:for-each select="c:node-set($row)/m:mtr[m:mtd/m:mn][1]"> <xsl:value-of select="number(sum(@l))+count(preceding-sibling::*/@l)"/> </xsl:for-each> </xsl:when> <xsl:when test="$align=\'right\' or $align=\'decimalpoint\'"> <xsl:value-of select="count(c:node-set($row)/m:mtr/m:mtd)"/> </xsl:when> <xsl:otherwise> <xsl:value-of select="0"/> </xsl:otherwise> </xsl:choose> </xsl:variable> <m:mtr class="msrow" l="{number($l1) + number(sum(@position)) +$p}"> <xsl:copy-of select="c:node-set($row)/m:mtr/*"/> </m:mtr></xsl:template><xsl:template mode="mstack1" match="m:mn"> <xsl:param name="p"/> <xsl:variable name="align1" select="ancestor::m:mstack[1]/@stackalign"/> <xsl:variable name="dp1" select="ancestor::*[@decimalpoint][1]/@decimalpoint"/> <xsl:variable name="align"> <xsl:choose> <xsl:when test="string($align1)=\'\'">decimalpoint</xsl:when> <xsl:otherwise><xsl:value-of select="$align1"/></xsl:otherwise> </xsl:choose> </xsl:variable> <xsl:variable name="dp"> <xsl:choose> <xsl:when test="string($dp1)=\'\'">.</xsl:when> <xsl:otherwise><xsl:value-of select="$dp1"/></xsl:otherwise> </xsl:choose> </xsl:variable> <m:mtr l="$p"> <xsl:variable name="mn" select="normalize-space(.)"/> <xsl:variable name="len" select="string-length($mn)"/> <xsl:choose> <xsl:when test="$align=\'right\' or ($align=\'decimalpoint\' and not(contains($mn,$dp)))"> <xsl:attribute name="l"><xsl:value-of select="$p + $len"/></xsl:attribute> </xsl:when> <xsl:when test="$align=\'center\'"> <xsl:attribute name="l"><xsl:value-of select="round(($p + $len) div 2)"/></xsl:attribute> </xsl:when> <xsl:when test="$align=\'decimalpoint\'"> <xsl:attribute name="l"><xsl:value-of select="$p + string-length(substring-before($mn,$dp))"/></xsl:attribute> </xsl:when> </xsl:choose> <xsl:for-each select="(//node())[position() <=$len]"> <xsl:variable name="pos" select="position()"/> <m:mtd><m:mn><xsl:value-of select="substring($mn,$pos,1)"/></m:mn></m:mtd> </xsl:for-each> </m:mtr></xsl:template><xsl:template match="m:msgroup" mode="mstack1"> <xsl:param name="p"/> <xsl:variable name="s" select="number(sum(@shift))"/> <xsl:variable name="thisp" select="number(sum(@position))"/> <xsl:for-each select="*"> <xsl:apply-templates mode="mstack1" select="."> <xsl:with-param name="p" select="number($p)+$thisp+(position()-1)*$s"/> </xsl:apply-templates> </xsl:for-each></xsl:template><xsl:template match="m:msline" mode="mstack1"> <xsl:param name="p"/> <xsl:variable name="align1" select="ancestor::m:mstack[1]/@stackalign"/> <xsl:variable name="align"> <xsl:choose> <xsl:when test="string($align1)=\'\'">decimalpoint</xsl:when> <xsl:otherwise><xsl:value-of select="$align1"/></xsl:otherwise> </xsl:choose> </xsl:variable> <m:mtr class="msline"> <xsl:attribute name="l"> <xsl:choose> <xsl:when test="not(string(@length)) or @length=0">*</xsl:when> <xsl:when test="string($align)=\'right\' or string($align)=\'decimalpoint\' "><xsl:value-of select="$p+ @length"/></xsl:when> <xsl:otherwise><xsl:value-of select="$p"/></xsl:otherwise> </xsl:choose> </xsl:attribute> <xsl:variable name="w"> <xsl:choose> <xsl:when test="@mslinethickness=\'thin\'">0.1em</xsl:when> <xsl:when test="@mslinethickness=\'medium\'">0.15em</xsl:when> <xsl:when test="@mslinethickness=\'thick\'">0.2em</xsl:when> <xsl:when test="@mslinethickness"><xsl:value-of select="@mslinethickness"/></xsl:when> <xsl:otherwise>0.15em</xsl:otherwise> </xsl:choose> </xsl:variable> <xsl:choose> <xsl:when test="not(string(@length)) or @length=0"> <m:mtd class="mslinemax"> <m:mpadded lspace="-0.2em" width="0em" height="0em"> <m:mfrac linethickness="{$w}"> <m:mspace width=".4em"/> <m:mrow/> </m:mfrac> </m:mpadded> </m:mtd> </xsl:when> <xsl:otherwise> <xsl:variable name="l" select="@length"/> <xsl:for-each select="(//node())[position()<=$l]"> <m:mtd class="msline"> <m:mpadded lspace="-0.2em" width="0em" height="0em"> <m:mfrac linethickness="{$w}"> <m:mspace width=".4em"/> <m:mrow/> </m:mfrac> </m:mpadded> </m:mtd> </xsl:for-each> </xsl:otherwise> </xsl:choose> </m:mtr></xsl:template><xsl:template match="m:mscarries" mode="mstack1"> <xsl:param name="p"/> <xsl:variable name="align1" select="ancestor::m:mstack[1]/@stackalign"/> <xsl:variable name="l1"> <xsl:choose> <xsl:when test="string($align1)=\'left\'">0</xsl:when> <xsl:otherwise><xsl:value-of select="count(*)"/></xsl:otherwise> </xsl:choose> </xsl:variable> <m:mtr class="mscarries" l="{$p + $l1 + sum(@position)}"> <xsl:apply-templates select="*" mode="msc"/> </m:mtr></xsl:template><xsl:template match="*" mode="msc"> <m:mtd> <xsl:copy-of select="../@location|../@crossout"/> <xsl:choose> <xsl:when test="../@scriptsizemultiplier"> <m:mstyle mathsize="{round(../@scriptsizemultiplier div .007)}%"> <xsl:apply-templates select="."/> </m:mstyle> </xsl:when> <xsl:otherwise> <xsl:apply-templates select="."/> </xsl:otherwise> </xsl:choose> </m:mtd></xsl:template><xsl:template match="m:mscarry" mode="msc"> <m:mtd> <xsl:copy-of select="@location|@crossout"/> <xsl:choose> <xsl:when test="../@scriptsizemultiplier"> <m:mstyle mathsize="{round(../@scriptsizemultiplier div .007)}%"> <xsl:apply-templates/> </m:mstyle> </xsl:when> <xsl:otherwise> <xsl:apply-templates/> </xsl:otherwise> </xsl:choose> </m:mtd></xsl:template><xsl:template match="m:mlongdiv" priority="11"> <xsl:variable name="ms"> <m:mstack> <xsl:copy-of select="(ancestor-or-self::*/@decimalpoint)[last()]"/> <xsl:choose> <xsl:when test="@longdivstyle=\'left)(right\'"> <m:msrow> <m:mrow><xsl:copy-of select="*[1]"/></m:mrow> <m:mo>)</m:mo> <xsl:copy-of select="*[3]"/> <m:mo>(</m:mo> <xsl:copy-of select="*[2]"/> </m:msrow> </xsl:when> <xsl:when test="@longdivstyle=\'left/\right\'"> <m:msrow> <m:mrow><xsl:copy-of select="*[1]"/></m:mrow> <m:mo>/</m:mo> <xsl:copy-of select="*[3]"/> <m:mo></m:mo> <xsl:copy-of select="*[2]"/> </m:msrow> </xsl:when> <xsl:when test="@longdivstyle=\':right=right\'"> <m:msrow> <xsl:copy-of select="*[3]"/> <m:mo>:</m:mo> <xsl:copy-of select="*[1]"/> <m:mo>=</m:mo> <xsl:copy-of select="*[2]"/> </m:msrow> </xsl:when> <xsl:when test="@longdivstyle=\'stackedrightright\' or @longdivstyle=\'mediumstackedrightright\' or @longdivstyle=\'shortstackedrightright\' or @longdivstyle=\'stackedleftleft\' "> <xsl:attribute name="align">top</xsl:attribute> <xsl:copy-of select="*[3]"/> </xsl:when> <xsl:when test="@longdivstyle=\'stackedleftlinetop\'"> <xsl:copy-of select="*[2]"/> <m:msline length="{string-length(*[3])-1}"/> <m:msrow> <m:mrow> <m:menclose notation="bottom right"> <xsl:copy-of select="*[1]"/> </m:menclose> </m:mrow> <xsl:copy-of select="*[3]"/> </m:msrow> </xsl:when> <xsl:when test="@longdivstyle=\'righttop\'"> <xsl:copy-of select="*[2]"/> <m:msline length="{string-length(*[3])}"/> <m:msrow> <xsl:copy-of select="*[3]"/> <m:menclose notation="top left bottom"> <xsl:copy-of select="*[1]"/></m:menclose> </m:msrow> </xsl:when> <xsl:otherwise> <xsl:copy-of select="*[2]"/> <m:msline length="{string-length(*[3])}"/> <m:msrow> <m:mrow><xsl:copy-of select="*[1]"/></m:mrow> <m:mo>)</m:mo> <xsl:copy-of select="*[3]"/> </m:msrow> </xsl:otherwise> </xsl:choose> <xsl:copy-of select="*[position()>3]"/> </m:mstack> </xsl:variable> <xsl:choose> <xsl:when test="@longdivstyle=\'stackedrightright\'"> <m:menclose notation="right"> <xsl:apply-templates select="c:node-set($ms)"/> </m:menclose> <m:mtable align="top"> <m:mtr> <m:menclose notation="bottom"> <xsl:copy-of select="*[1]"/> </m:menclose> </m:mtr> <m:mtr> <mtd><xsl:copy-of select="*[2]"/></mtd> </m:mtr> </m:mtable> </xsl:when> <xsl:when test="@longdivstyle=\'mediumstackedrightright\'"> <xsl:apply-templates select="c:node-set($ms)"/> <m:menclose notation="left"> <m:mtable align="top"> <m:mtr> <m:menclose notation="bottom"> <xsl:copy-of select="*[1]"/> </m:menclose> </m:mtr> <m:mtr> <mtd><xsl:copy-of select="*[2]"/></mtd> </m:mtr> </m:mtable> </m:menclose> </xsl:when> <xsl:when test="@longdivstyle=\'shortstackedrightright\'"> <xsl:apply-templates select="c:node-set($ms)"/> <m:mtable align="top"> <m:mtr> <m:menclose notation="left bottom"> <xsl:copy-of select="*[1]"/> </m:menclose> </m:mtr> <m:mtr> <mtd><xsl:copy-of select="*[2]"/></mtd> </m:mtr> </m:mtable> </xsl:when> <xsl:when test="@longdivstyle=\'stackedleftleft\'"> <m:mtable align="top"> <m:mtr> <m:menclose notation="bottom"> <xsl:copy-of select="*[1]"/> </m:menclose> </m:mtr> <m:mtr> <mtd><xsl:copy-of select="*[2]"/></mtd> </m:mtr> </m:mtable> <m:menclose notation="left"> <xsl:apply-templates select="c:node-set($ms)"/> </m:menclose> </xsl:when> <xsl:otherwise> <xsl:apply-templates select="c:node-set($ms)"/> </xsl:otherwise> </xsl:choose></xsl:template><xsl:template match="m:menclose[@notation=\'madruwb\']" mode="rtl"> <m:menclose notation="bottom right"> <xsl:apply-templates mode="rtl"/> </m:menclose></xsl:template></xsl:stylesheet>';var b;if(window.XSLTProcessor){if(!d.ParseXML){d.ParseXML=d.createParser()}d.mml3XSLT=new XSLTProcessor();d.mml3XSLT.importStylesheet(d.ParseXML(e))}else{if(MathJax.Hub.Browser.isMSIE){if(MathJax.Hub.Browser.versionAtLeast("9.0")||(document.documentMode||0)>=9){b=new ActiveXObject("Msxml2.FreeThreadedDOMDocument");b.loadXML(e);var a=new ActiveXObject("Msxml2.XSLTemplate");a.stylesheet=b;d.mml3XSLT={mml3:a.createProcessor(),transformToDocument:function(h){this.mml3.input=h;this.mml3.transform();return this.mml3.output}}}else{b=d.createMSParser();b.async=false;b.loadXML(e);d.mml3XSLT={mml3:b,transformToDocument:function(h){return h.documentElement.transformNode(this.mml3)}}}}else{d.mml3XSLT=null}}MathJax.Ajax.Styles({".MathJax .mi, .MathJax .mo, .MathJax .mn, .MathJax .mtext":{direction:"ltr",display:"inline-block"},".MathJax .ms, .MathJax .mspace, .MathJax .mglyph":{direction:"ltr",display:"inline-block"}});MathJax.Hub.Startup.signal.Post("MathML mml3.js Ready")});MathJax.Ajax.loadComplete("[MathJax]/extensions/MathML/mml3.js");
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* /MathJax/extensions/MathMenu.js
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2009-2015 The MathJax Consortium
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
* you may not use this file except in compliance with the License.
|
|
8
|
+
* You may obtain a copy of the License at
|
|
9
|
+
*
|
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
*
|
|
12
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
* See the License for the specific language governing permissions and
|
|
16
|
+
* limitations under the License.
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
(function(f,n,p,e,q){var o="2.6.1";var d=MathJax.Callback.Signal("menu");MathJax.Extension.MathMenu={version:o,signal:d};var s=function(t){return MathJax.Localization._.apply(MathJax.Localization,[["MathMenu",t]].concat([].slice.call(arguments,1)))};var a=f.Browser.isPC,k=f.Browser.isMSIE,l=((document.documentMode||0)>8);var i=(a?null:"5px");var r=f.CombineConfig("MathMenu",{delay:150,showRenderer:true,showMathPlayer:true,showFontMenu:false,showContext:false,showDiscoverable:false,showLocale:true,showLocaleURL:false,semanticsAnnotations:{TeX:["TeX","LaTeX","application/x-tex"],StarMath:["StarMath 5.0"],Maple:["Maple"],ContentMathML:["MathML-Content","application/mathml-content+xml"],OpenMath:["OpenMath"]},windowSettings:{status:"no",toolbar:"no",locationbar:"no",menubar:"no",directories:"no",personalbar:"no",resizable:"yes",scrollbars:"yes",width:400,height:300,left:Math.round((screen.width-400)/2),top:Math.round((screen.height-300)/3)},styles:{"#MathJax_About":{position:"fixed",left:"50%",width:"auto","text-align":"center",border:"3px outset",padding:"1em 2em","background-color":"#DDDDDD",color:"black",cursor:"default","font-family":"message-box","font-size":"120%","font-style":"normal","text-indent":0,"text-transform":"none","line-height":"normal","letter-spacing":"normal","word-spacing":"normal","word-wrap":"normal","white-space":"nowrap","float":"none","z-index":201,"border-radius":"15px","-webkit-border-radius":"15px","-moz-border-radius":"15px","-khtml-border-radius":"15px","box-shadow":"0px 10px 20px #808080","-webkit-box-shadow":"0px 10px 20px #808080","-moz-box-shadow":"0px 10px 20px #808080","-khtml-box-shadow":"0px 10px 20px #808080",filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true')"},"#MathJax_About.MathJax_MousePost":{outline:"none"},".MathJax_Menu":{position:"absolute","background-color":"white",color:"black",width:"auto",padding:(a?"2px":"5px 0px"),border:"1px solid #CCCCCC",margin:0,cursor:"default",font:"menu","text-align":"left","text-indent":0,"text-transform":"none","line-height":"normal","letter-spacing":"normal","word-spacing":"normal","word-wrap":"normal","white-space":"nowrap","float":"none","z-index":201,"border-radius":i,"-webkit-border-radius":i,"-moz-border-radius":i,"-khtml-border-radius":i,"box-shadow":"0px 10px 20px #808080","-webkit-box-shadow":"0px 10px 20px #808080","-moz-box-shadow":"0px 10px 20px #808080","-khtml-box-shadow":"0px 10px 20px #808080",filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true')"},".MathJax_MenuItem":{padding:(a?"2px 2em":"1px 2em"),background:"transparent"},".MathJax_MenuArrow":{position:"absolute",right:".5em","padding-top":".25em",color:"#666666","font-family":(k?"'Arial unicode MS'":null),"font-size":".75em"},".MathJax_MenuActive .MathJax_MenuArrow":{color:"white"},".MathJax_MenuArrow.RTL":{left:".5em",right:"auto"},".MathJax_MenuCheck":{position:"absolute",left:".7em","font-family":(k?"'Arial unicode MS'":null)},".MathJax_MenuCheck.RTL":{right:".7em",left:"auto"},".MathJax_MenuRadioCheck":{position:"absolute",left:(a?"1em":".7em")},".MathJax_MenuRadioCheck.RTL":{right:(a?"1em":".7em"),left:"auto"},".MathJax_MenuLabel":{padding:(a?"2px 2em 4px 1.33em":"1px 2em 3px 1.33em"),"font-style":"italic"},".MathJax_MenuRule":{"border-top":(a?"1px solid #CCCCCC":"1px solid #DDDDDD"),margin:(a?"4px 1px 0px":"4px 3px")},".MathJax_MenuDisabled":{color:"GrayText"},".MathJax_MenuActive":{"background-color":(a?"Highlight":"#606872"),color:(a?"HighlightText":"white")},".MathJax_MenuDisabled:focus, .MathJax_MenuLabel:focus":{"background-color":"#E8E8E8"},".MathJax_ContextMenu:focus":{outline:"none"},".MathJax_ContextMenu .MathJax_MenuItem:focus":{outline:"none"},"#MathJax_AboutClose":{top:".2em",right:".2em"},".MathJax_Menu .MathJax_MenuClose":{top:"-10px",left:"-10px"},".MathJax_MenuClose":{position:"absolute",cursor:"pointer",display:"inline-block",border:"2px solid #AAA","border-radius":"18px","-webkit-border-radius":"18px","-moz-border-radius":"18px","-khtml-border-radius":"18px","font-family":"'Courier New',Courier","font-size":"24px",color:"#F0F0F0"},".MathJax_MenuClose span":{display:"block","background-color":"#AAA",border:"1.5px solid","border-radius":"18px","-webkit-border-radius":"18px","-moz-border-radius":"18px","-khtml-border-radius":"18px","line-height":0,padding:"8px 0 6px"},".MathJax_MenuClose:hover":{color:"white!important",border:"2px solid #CCC!important"},".MathJax_MenuClose:hover span":{"background-color":"#CCC!important"},".MathJax_MenuClose:hover:focus":{outline:"none"}}});var m,j,b;f.Register.StartupHook("MathEvents Ready",function(){m=MathJax.Extension.MathEvents.Event.False;j=MathJax.Extension.MathEvents.Hover;b=MathJax.Extension.MathEvents.Event.KEY});var h=MathJax.Object.Subclass({Keydown:function(t,u){switch(t.keyCode){case b.ESCAPE:this.Remove(t,u);break;case b.RIGHT:this.Right(t,u);break;case b.LEFT:this.Left(t,u);break;case b.UP:this.Up(t,u);break;case b.DOWN:this.Down(t,u);break;case b.RETURN:case b.SPACE:this.Space(t,u);break;default:return;break}return m(t)},Escape:function(t,u){},Right:function(t,u){},Left:function(t,u){},Up:function(t,u){},Down:function(t,u){},Space:function(t,u){}},{});var g=MathJax.Menu=h.Subclass({version:o,items:[],posted:false,title:null,margin:5,Init:function(t){this.items=[].slice.call(arguments,0)},With:function(t){if(t){f.Insert(this,t)}return this},Post:function(u,I,G){if(!u){u=window.event||{}}var t=document.getElementById("MathJax_MenuFrame");if(!t){t=g.Background(this);delete c.lastItem;delete c.lastMenu;delete g.skipUp;d.Post(["post",g.jax]);g.isRTL=(MathJax.Localization.fontDirection()==="rtl")}var v=n.Element("div",{onmouseup:g.Mouseup,ondblclick:m,ondragstart:m,onselectstart:m,oncontextmenu:m,menuItem:this,className:"MathJax_Menu",onkeydown:g.Keydown,role:"menu"});if(u.type==="contextmenu"||u.type==="mouseover"){v.className+=" MathJax_ContextMenu"}if(!G){MathJax.Localization.setCSS(v)}for(var B=0,z=this.items.length;B<z;B++){this.items[B].Create(v)}if(g.isMobile){n.addElement(v,"span",{className:"MathJax_MenuClose",menu:I,ontouchstart:g.Close,ontouchend:m,onmousedown:g.Close,onmouseup:m},[["span",{},"\u00D7"]])}t.appendChild(v);this.posted=true;if(v.offsetWidth){v.style.width=(v.offsetWidth+2)+"px"}var H=u.pageX,F=u.pageY;if(!H&&!F&&"clientX" in u){H=u.clientX+document.body.scrollLeft+document.documentElement.scrollLeft;F=u.clientY+document.body.scrollTop+document.documentElement.scrollTop}if(!I){var w=g.CurrentNode()||u.target;if((u.type==="keydown"||(!H&&!F))&&w){var C=window.pageXOffset||document.documentElement.scrollLeft;var A=window.pageYOffset||document.documentElement.scrollTop;var E=w.getBoundingClientRect();H=(E.right+E.left)/2+C;F=(E.bottom+E.top)/2+A}if(H+v.offsetWidth>document.body.offsetWidth-this.margin){H=document.body.offsetWidth-v.offsetWidth-this.margin}if(g.isMobile){H=Math.max(5,H-Math.floor(v.offsetWidth/2));F-=20}g.skipUp=u.isContextMenu}else{var D="left",L=I.offsetWidth;H=(g.isMobile?30:L-2);F=0;while(I&&I!==t){H+=I.offsetLeft;F+=I.offsetTop;I=I.parentNode}if(!g.isMobile){if((g.isRTL&&H-L-v.offsetWidth>this.margin)||(!g.isRTL&&H+v.offsetWidth>document.body.offsetWidth-this.margin)){D="right";H=Math.max(this.margin,H-L-v.offsetWidth+6)}}if(!a){v.style["borderRadiusTop"+D]=0;v.style["WebkitBorderRadiusTop"+D]=0;v.style["MozBorderRadiusTop"+D]=0;v.style["KhtmlBorderRadiusTop"+D]=0}}v.style.left=H+"px";v.style.top=F+"px";if(document.selection&&document.selection.empty){document.selection.empty()}var K=window.pageXOffset||document.documentElement.scrollLeft;var J=window.pageYOffset||document.documentElement.scrollTop;g.Focus(v);if(u.type==="keydown"){g.skipMouseoverFromKey=true;setTimeout(function(){delete g.skipMouseoverFromKey},r.delay)}window.scrollTo(K,J);return m(u)},Remove:function(t,u){d.Post(["unpost",g.jax]);var v=document.getElementById("MathJax_MenuFrame");if(v){v.parentNode.removeChild(v);if(this.msieFixedPositionBug){detachEvent("onresize",g.Resize)}}if(g.jax.hover){delete g.jax.hover.nofade;j.UnHover(g.jax)}g.Unfocus(u);if(t.type==="mousedown"){g.CurrentNode().blur()}return m(t)},Find:function(t){return this.FindN(1,t,[].slice.call(arguments,1))},FindId:function(t){return this.FindN(0,t,[].slice.call(arguments,1))},FindN:function(x,u,w){for(var v=0,t=this.items.length;v<t;v++){if(this.items[v].name[x]===u){if(w.length){if(!this.items[v].submenu){return null}return this.items[v].submenu.FindN(x,w[0],w.slice(1))}return this.items[v]}}return null},IndexOf:function(t){return this.IndexOfN(1,t)},IndexOfId:function(t){return this.IndexOfN(0,t)},IndexOfN:function(w,u){for(var v=0,t=this.items.length;v<t;v++){if(this.items[v].name[w]===u){return v}}return null},Right:function(t,u){g.Right(t,u)},Left:function(t,u){g.Left(t,u)},Up:function(u,v){var t=v.lastChild;t.menuItem.Activate(u,t)},Down:function(u,v){var t=v.firstChild;t.menuItem.Activate(u,t)},Space:function(t,u){this.Remove(t,u)}},{config:r,Remove:function(t){return g.Event(t,this,"Remove")},Mouseover:function(t){return g.Event(t,this,"Mouseover")},Mouseout:function(t){return g.Event(t,this,"Mouseout")},Mousedown:function(t){return g.Event(t,this,"Mousedown")},Mouseup:function(t){return g.Event(t,this,"Mouseup")},Keydown:function(t){return g.Event(t,this,"Keydown")},Touchstart:function(t){return g.Event(t,this,"Touchstart")},Touchend:function(t){return g.Event(t,this,"Touchend")},Close:function(t){return g.Event(t,this.menu||this.parentNode,(this.menu?"Touchend":"Remove"))},Event:function(v,x,t,w){if(g.skipMouseover&&t==="Mouseover"&&!w){return m(v)}if(g.skipMouseoverFromKey&&t==="Mouseover"){delete g.skipMouseoverFromKey;return m(v)}if(g.skipUp){if(t.match(/Mouseup|Touchend/)){delete g.skipUp;return m(v)}if(t==="Touchstart"||(t==="Mousedown"&&!g.skipMousedown)){delete g.skipUp}}if(!v){v=window.event}var u=x.menuItem;if(u&&u[t]){return u[t](v,x)}return null},BGSTYLE:{position:"absolute",left:0,top:0,"z-index":200,width:"100%",height:"100%",border:0,padding:0,margin:0},Background:function(u){var v=n.addElement(document.body,"div",{style:this.BGSTYLE,id:"MathJax_MenuFrame"},[["div",{style:this.BGSTYLE,menuItem:u,onmousedown:this.Remove}]]);var t=v.firstChild;if(g.msieBackgroundBug){t.style.backgroundColor="white";t.style.filter="alpha(opacity=0)"}if(g.msieFixedPositionBug){v.width=v.height=0;this.Resize();attachEvent("onresize",this.Resize)}else{t.style.position="fixed"}return v},Resize:function(){setTimeout(g.SetWH,0)},SetWH:function(){var t=document.getElementById("MathJax_MenuFrame");if(t){t=t.firstChild;t.style.width=t.style.height="1px";t.style.width=document.body.scrollWidth+"px";t.style.height=document.body.scrollHeight+"px"}},posted:false,active:null,GetNode:function(t){var u=document.getElementById(t.inputID+"-Frame");return u.isMathJax?u:u.firstChild},CurrentNode:function(){return g.GetNode(g.jax)},AllNodes:function(){var u=MathJax.Hub.getAllJax();var v=[];for(var w=0,t;t=u[w];w++){v.push(g.GetNode(t))}return v},ActiveNode:function(){return g.active},FocusNode:function(t){g.active=t;t.focus()},Focus:function(t){!g.posted?g.Activate(t):g.ActiveNode().tabIndex=-1;t.tabIndex=0;g.FocusNode(t)},Activate:function(t,u){g.UnsetTabIndex();g.posted=true},Unfocus:function(){g.ActiveNode().tabIndex=-1;g.SetTabIndex();g.FocusNode(g.CurrentNode());g.posted=false},MoveHorizontal:function(x,y,v){if(!x.shiftKey){return}var u=g.AllNodes();var t=u.length;if(t===0){return}var w=u[g.Mod(v(g.IndexOf(u,g.CurrentNode())),t)];if(w===g.CurrentNode()){return}g.menu.Remove(x,y);g.jax=MathJax.Hub.getJaxFor(w);g.FocusNode(w);g.menu.Post(null)},Right:function(t,u){g.MoveHorizontal(t,u,function(v){return v+1})},Left:function(t,u){g.MoveHorizontal(t,u,function(v){return v-1})},UnsetTabIndex:function(){var u=g.AllNodes();for(var v=0,t;t=u[v];v++){if(t.tabIndex>0){t.oldTabIndex=t.tabIndex}t.tabIndex=-1}},SetTabIndex:function(){var u=g.AllNodes();for(var v=0,t;t=u[v];v++){if(t.oldTabIndex!==undefined){t.tabIndex=t.oldTabIndex;delete t.oldTabIndex}else{t.tabIndex=f.getTabOrder(t)}}},Mod:function(t,u){return((t%u)+u)%u},IndexOf:(Array.prototype.indexOf?function(t,u,v){return t.indexOf(u,v)}:function(t,w,x){for(var v=(x||0),u=t.length;v<u;v++){if(w===t[v]){return v}}return -1}),saveCookie:function(){n.Cookie.Set("menu",this.cookie)},getCookie:function(){this.cookie=n.Cookie.Get("menu")}});MathJax.Menu.NAV=h;var c=g.ITEM=h.Subclass({name:"",node:null,menu:null,Attributes:function(t){return f.Insert({onmouseup:g.Mouseup,ondragstart:m,onselectstart:m,onselectend:m,ontouchstart:g.Touchstart,ontouchend:g.Touchend,className:"MathJax_MenuItem",role:this.role,menuItem:this},t)},Create:function(v){if(!this.hidden){var u=this.Attributes();var t=this.Label(u,v);n.addElement(v,"div",u,t)}},Name:function(){return s(this.name[0],this.name[1])},Mouseover:function(t,u){if(u.parentNode===g.ActiveNode().parentNode){this.Deactivate(g.ActiveNode())}this.Activate(t,u)},Mouseout:function(t,u){this.Deactivate(u)},Mouseup:function(t,u){return this.Remove(t,u)},DeactivateSubmenus:function(y){var x=document.getElementById("MathJax_MenuFrame").childNodes,u=c.GetMenuNode(y).childNodes;for(var v=0,t=u.length;v<t;v++){var w=u[v].menuItem;if(w&&w.submenu&&w.submenu.posted&&w!==y.menuItem){w.Deactivate(u[v])}}this.RemoveSubmenus(y,x)},RemoveSubmenus:function(v,u){u=u||document.getElementById("MathJax_MenuFrame").childNodes;var t=u.length-1;while(t>=0&&c.GetMenuNode(v).menuItem!==u[t].menuItem){u[t].menuItem.posted=false;u[t].parentNode.removeChild(u[t]);t--}},Touchstart:function(t,u){return this.TouchEvent(t,u,"Mousedown")},Touchend:function(t,u){return this.TouchEvent(t,u,"Mouseup")},TouchEvent:function(u,v,t){if(this!==c.lastItem){if(c.lastMenu){g.Event(u,c.lastMenu,"Mouseout")}g.Event(u,v,"Mouseover",true);c.lastItem=this;c.lastMenu=v}if(this.nativeTouch){return null}g.Event(u,v,t);return false},Remove:function(t,u){u=u.parentNode.menuItem;return u.Remove(t,u)},With:function(t){if(t){f.Insert(this,t)}return this},isRTL:function(){return g.isRTL},rtlClass:function(){return(this.isRTL()?" RTL":"")}},{GetMenuNode:function(t){return t.parentNode}});g.ENTRY=g.ITEM.Subclass({role:"menuitem",Attributes:function(t){t=f.Insert({onmouseover:g.Mouseover,onmouseout:g.Mouseout,onmousedown:g.Mousedown,onkeydown:g.Keydown,"aria-disabled":!!this.disabled},t);t=this.SUPER(arguments).Attributes.call(this,t);if(this.disabled){t.className+=" MathJax_MenuDisabled"}return t},MoveVertical:function(t,D,v){var w=c.GetMenuNode(D);var C=[];for(var y=0,B=w.menuItem.items,x;x=B[y];y++){if(!x.hidden){C.push(x)}}var A=g.IndexOf(C,this);if(A===-1){return}var z=C.length;var u=w.childNodes;do{A=g.Mod(v(A),z)}while(C[A].hidden||!u[A].role||u[A].role==="separator");this.Deactivate(D);C[A].Activate(t,u[A])},Up:function(u,t){this.MoveVertical(u,t,function(v){return v-1})},Down:function(u,t){this.MoveVertical(u,t,function(v){return v+1})},Right:function(u,t){this.MoveHorizontal(u,t,g.Right,!this.isRTL())},Left:function(u,t){this.MoveHorizontal(u,t,g.Left,this.isRTL())},MoveHorizontal:function(z,y,t,A){var w=c.GetMenuNode(y);if(w.menuItem===g.menu&&z.shiftKey){t(z,y)}if(A){return}if(w.menuItem!==g.menu){this.Deactivate(y)}var u=w.previousSibling.childNodes;var x=u.length;while(x--){var v=u[x];if(v.menuItem.submenu&&v.menuItem.submenu===w.menuItem){g.Focus(v);break}}this.RemoveSubmenus(y)},Space:function(t,u){this.Mouseup(t,u)},Activate:function(t,u){this.Deactivate(u);if(!this.disabled){u.className+=" MathJax_MenuActive"}this.DeactivateSubmenus(u);g.Focus(u)},Deactivate:function(t){t.className=t.className.replace(/ MathJax_MenuActive/,"")}});g.ITEM.COMMAND=g.ENTRY.Subclass({action:function(){},Init:function(t,v,u){if(!(t instanceof Array)){t=[t,t]}this.name=t;this.action=v;this.With(u)},Label:function(t,u){return[this.Name()]},Mouseup:function(t,u){if(!this.disabled){this.Remove(t,u);d.Post(["command",this]);this.action.call(this,t)}return m(t)}});g.ITEM.SUBMENU=g.ENTRY.Subclass({submenu:null,marker:"\u25BA",markerRTL:"\u25C4",Attributes:function(t){t=f.Insert({"aria-haspopup":"true"},t);t=this.SUPER(arguments).Attributes.call(this,t);return t},Init:function(t,v){if(!(t instanceof Array)){t=[t,t]}this.name=t;var u=1;if(!(v instanceof g.ITEM)){this.With(v),u++}this.submenu=g.apply(g,[].slice.call(arguments,u))},Label:function(t,u){this.submenu.posted=false;return[this.Name()+" ",["span",{className:"MathJax_MenuArrow"+this.rtlClass()},[this.isRTL()?this.markerRTL:this.marker]]]},Timer:function(t,u){this.ClearTimer();t={type:t.type,clientX:t.clientX,clientY:t.clientY};this.timer=setTimeout(e(["Mouseup",this,t,u]),r.delay)},ClearTimer:function(){if(this.timer){clearTimeout(this.timer)}},Touchend:function(u,w){var v=this.submenu.posted;var t=this.SUPER(arguments).Touchend.apply(this,arguments);if(v){this.Deactivate(w);delete c.lastItem;delete c.lastMenu}return t},Mouseout:function(t,u){if(!this.submenu.posted){this.Deactivate(u)}this.ClearTimer()},Mouseover:function(t,u){this.Activate(t,u)},Mouseup:function(t,u){if(!this.disabled){if(!this.submenu.posted){this.ClearTimer();this.submenu.Post(t,u,this.ltr);g.Focus(u)}else{this.DeactivateSubmenus(u)}}return m(t)},Activate:function(t,u){if(!this.disabled){this.Deactivate(u);u.className+=" MathJax_MenuActive"}if(!this.submenu.posted){this.DeactivateSubmenus(u);if(!g.isMobile){this.Timer(t,u)}}g.Focus(u)},MoveVertical:function(v,u,t){this.ClearTimer();this.SUPER(arguments).MoveVertical.apply(this,arguments)},MoveHorizontal:function(v,x,u,w){if(!w){this.SUPER(arguments).MoveHorizontal.apply(this,arguments);return}if(this.disabled){return}if(!this.submenu.posted){this.Activate(v,x);return}var t=c.GetMenuNode(x).nextSibling.childNodes;if(t.length>0){this.submenu.items[0].Activate(v,t[0])}}});g.ITEM.RADIO=g.ENTRY.Subclass({variable:null,marker:(a?"\u25CF":"\u2713"),role:"menuitemradio",Attributes:function(u){var t=r.settings[this.variable]===this.value?"true":"false";u=f.Insert({"aria-checked":t},u);u=this.SUPER(arguments).Attributes.call(this,u);return u},Init:function(u,t,v){if(!(u instanceof Array)){u=[u,u]}this.name=u;this.variable=t;this.With(v);if(this.value==null){this.value=this.name[0]}},Label:function(u,v){var t={className:"MathJax_MenuRadioCheck"+this.rtlClass()};if(r.settings[this.variable]!==this.value){t={style:{display:"none"}}}return[["span",t,[this.marker]]," "+this.Name()]},Mouseup:function(w,x){if(!this.disabled){var y=x.parentNode.childNodes;for(var u=0,t=y.length;u<t;u++){var v=y[u].menuItem;if(v&&v.variable===this.variable){y[u].firstChild.style.display="none"}}x.firstChild.display="";r.settings[this.variable]=this.value;g.cookie[this.variable]=r.settings[this.variable];g.saveCookie();d.Post(["radio button",this])}this.Remove(w,x);if(this.action&&!this.disabled){this.action.call(g,this)}return m(w)}});g.ITEM.CHECKBOX=g.ENTRY.Subclass({variable:null,marker:"\u2713",role:"menuitemcheckbox",Attributes:function(u){var t=r.settings[this.variable]?"true":"false";u=f.Insert({"aria-checked":t},u);u=this.SUPER(arguments).Attributes.call(this,u);return u},Init:function(u,t,v){if(!(u instanceof Array)){u=[u,u]}this.name=u;this.variable=t;this.With(v)},Label:function(u,v){var t={className:"MathJax_MenuCheck"+this.rtlClass()};if(!r.settings[this.variable]){t={style:{display:"none"}}}return[["span",t,[this.marker]]," "+this.Name()]},Mouseup:function(t,u){if(!this.disabled){u.firstChild.display=(r.settings[this.variable]?"none":"");r.settings[this.variable]=!r.settings[this.variable];g.cookie[this.variable]=r.settings[this.variable];g.saveCookie();d.Post(["checkbox",this])}this.Remove(t,u);if(this.action&&!this.disabled){this.action.call(g,this)}return m(t)}});g.ITEM.LABEL=g.ENTRY.Subclass({role:"menuitem",Init:function(t,u){if(!(t instanceof Array)){t=[t,t]}this.name=t;this.With(u)},Label:function(t,u){t.className+=" MathJax_MenuLabel";return[this.Name()]},Activate:function(t,u){this.Deactivate(u);g.Focus(u)},Mouseup:function(t,u){}});g.ITEM.RULE=g.ITEM.Subclass({role:"separator",Attributes:function(t){t=f.Insert({"aria-orientation":"vertical"},t);t=this.SUPER(arguments).Attributes.call(this,t);return t},Label:function(t,u){t.className+=" MathJax_MenuRule";return null}});g.About=function(x){var u=g.About.GetFont();var z=g.About.GetFormat();var t=["MathJax.js v"+MathJax.fileversion,["br"]];t.push(["div",{style:{"border-top":"groove 2px",margin:".25em 0"}}]);g.About.GetJax(t,MathJax.InputJax,["InputJax","%1 Input Jax v%2"]);g.About.GetJax(t,MathJax.OutputJax,["OutputJax","%1 Output Jax v%2"]);g.About.GetJax(t,MathJax.ElementJax,["ElementJax","%1 Element Jax v%2"]);t.push(["div",{style:{"border-top":"groove 2px",margin:".25em 0"}}]);g.About.GetJax(t,MathJax.Extension,["Extension","%1 Extension v%2"],true);t.push(["div",{style:{"border-top":"groove 2px",margin:".25em 0"}}],["center",{},[f.Browser+" v"+f.Browser.version+(z?" \u2014 "+s(z.replace(/ /g,""),z):"")]]);g.About.div=g.Background(g.About);var w=n.addElement(g.About.div,"div",{id:"MathJax_About",tabIndex:0,onkeydown:g.About.Keydown},[["b",{style:{fontSize:"120%"}},["MathJax"]]," v"+MathJax.version,["br"],s(u.replace(/ /g,""),"using "+u),["br"],["br"],["span",{style:{display:"inline-block","text-align":"left","font-size":"80%","max-height":"20em",overflow:"auto","background-color":"#E4E4E4",padding:".4em .6em",border:"1px inset"},tabIndex:0},t],["br"],["br"],["a",{href:"http://www.mathjax.org/"},["www.mathjax.org"]],["span",{className:"MathJax_MenuClose",id:"MathJax_AboutClose",onclick:g.About.Remove,onkeydown:g.About.Keydown,tabIndex:0,role:"button","aria-label":s("CloseAboutDialog","Close about MathJax dialog")},[["span",{},"\u00D7"]]]]);if(x.type==="mouseup"){w.className+=" MathJax_MousePost"}w.focus();MathJax.Localization.setCSS(w);var y=(document.documentElement||{});var v=window.innerHeight||y.clientHeight||y.scrollHeight||0;if(g.prototype.msieAboutBug){w.style.width="20em";w.style.position="absolute";w.style.left=Math.floor((document.documentElement.scrollWidth-w.offsetWidth)/2)+"px";w.style.top=(Math.floor((v-w.offsetHeight)/3)+document.body.scrollTop)+"px"}else{w.style.marginLeft=Math.floor(-w.offsetWidth/2)+"px";w.style.top=Math.floor((v-w.offsetHeight)/3)+"px"}};g.About.Remove=function(t){if(g.About.div){document.body.removeChild(g.About.div);delete g.About.div}};g.About.Keydown=function(t){if(t.keyCode===b.ESCAPE||(this.id==="MathJax_AboutClose"&&(t.keyCode===b.SPACE||t.keyCode===b.RETURN))){g.About.Remove(t);g.CurrentNode().focus();m(t)}},g.About.GetJax=function(u,z,x,w){var y=[];for(var A in z){if(z.hasOwnProperty(A)&&z[A]){if((w&&z[A].version)||(z[A].isa&&z[A].isa(z))){y.push(s(x[0],x[1],(z[A].id||A),z[A].version))}}}y.sort();for(var v=0,t=y.length;v<t;v++){u.push(y[v],["br"])}return u};g.About.GetFont=function(){var t=MathJax.Hub.outputJax["jax/mml"][0]||{};var u={SVG:"web SVG",CommonHTML:"web TeX","HTML-CSS":(t.imgFonts?"image":(t.webFonts?"web":"local")+" "+t.fontInUse)}[t.id]||"generic";return u+" fonts"};g.About.GetFormat=function(){var t=MathJax.Hub.outputJax["jax/mml"][0]||{};if(t.id!=="HTML-CSS"||!t.webFonts||t.imgFonts){return}return t.allowWebFonts.replace(/otf/,"woff or otf")+" fonts"};g.Help=function(t){p.Require("[MathJax]/extensions/HelpDialog.js",function(){MathJax.Extension.Help.Dialog({type:t.type})})};g.ShowSource=function(x){if(!x){x=window.event}var w={screenX:x.screenX,screenY:x.screenY};if(!g.jax){return}if(this.format==="MathML"){var u=MathJax.ElementJax.mml;if(u&&typeof(u.mbase.prototype.toMathML)!=="undefined"){try{g.ShowSource.Text(g.jax.root.toMathML("",g.jax),x)}catch(v){if(!v.restart){throw v}e.After([this,g.ShowSource,w],v.restart)}}else{if(!p.loadingToMathML){p.loadingToMathML=true;g.ShowSource.Window(x);e.Queue(p.Require("[MathJax]/extensions/toMathML.js"),function(){delete p.loadingToMathML;if(!u.mbase.prototype.toMathML){u.mbase.prototype.toMathML=function(){}}},[this,g.ShowSource,w]);return}}}else{if(this.format==="Error"){g.ShowSource.Text(g.jax.errorText,x)}else{if(r.semanticsAnnotations[this.format]){var t=g.jax.root.getAnnotation(this.format);if(t.data[0]){g.ShowSource.Text(t.data[0].toString())}}else{if(g.jax.originalText==null){alert(s("NoOriginalForm","No original form available"));return}g.ShowSource.Text(g.jax.originalText,x)}}}};g.ShowSource.Window=function(u){if(!g.ShowSource.w){var v=[],t=r.windowSettings;for(var w in t){if(t.hasOwnProperty(w)){v.push(w+"="+t[w])}}g.ShowSource.w=window.open("","_blank",v.join(","))}return g.ShowSource.w};g.ShowSource.Text=function(y,v){var t=g.ShowSource.Window(v);delete g.ShowSource.w;y=y.replace(/^\s*/,"").replace(/\s*$/,"");y=y.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">");var x=s("EqSource","MathJax Equation Source");if(g.isMobile){t.document.open();t.document.write("<html><head><meta name='viewport' content='width=device-width, initial-scale=1.0' /><title>"+x+"</title></head><body style='font-size:85%'>");t.document.write("<pre>"+y+"</pre>");t.document.write("<hr><input type='button' value='"+s("Close","Close")+"' onclick='window.close()' />");t.document.write("</body></html>");t.document.close()}else{t.document.open();t.document.write("<html><head><title>"+x+"</title></head><body style='font-size:85%'>");t.document.write("<table><tr><td><pre>"+y+"</pre></td></tr></table>");t.document.write("</body></html>");t.document.close();var u=t.document.body.firstChild;setTimeout(function(){var A=(t.outerHeight-t.innerHeight)||30,z=(t.outerWidth-t.innerWidth)||30,w,D;z=Math.max(140,Math.min(Math.floor(0.5*screen.width),u.offsetWidth+z+25));A=Math.max(40,Math.min(Math.floor(0.5*screen.height),u.offsetHeight+A+25));if(g.prototype.msieHeightBug){A+=35}t.resizeTo(z,A);var C;try{C=v.screenX}catch(B){}if(v&&C!=null){w=Math.max(0,Math.min(v.screenX-Math.floor(z/2),screen.width-z-20));D=Math.max(0,Math.min(v.screenY-Math.floor(A/2),screen.height-A-20));t.moveTo(w,D)}},50)}};g.Scale=function(){var y=["CommonHTML","HTML-CSS","SVG","NativeMML","PreviewHTML"],t=y.length,x=100,v,u;for(v=0;v<t;v++){u=q[y[v]];if(u){x=u.config.scale;break}}var w=prompt(s("ScaleMath","Scale all mathematics (compared to surrounding text) by"),x+"%");if(w){if(w.match(/^\s*\d+(\.\d*)?\s*%?\s*$/)){w=parseFloat(w);if(w){if(w!==x){for(v=0;v<t;v++){u=q[y[v]];if(u){u.config.scale=w}}g.cookie.scale=f.config.scale=w;g.saveCookie();f.Queue(["Rerender",f])}}else{alert(s("NonZeroScale","The scale should not be zero"))}}else{alert(s("PercentScale","The scale should be a percentage (e.g., 120%%)"))}}};g.Zoom=function(){if(!MathJax.Extension.MathZoom){p.Require("[MathJax]/extensions/MathZoom.js")}};g.Renderer=function(){var u=f.outputJax["jax/mml"];if(u[0]!==r.settings.renderer){var x=f.Browser,w,t=g.Renderer.Messages,v;switch(r.settings.renderer){case"NativeMML":if(!r.settings.warnedMML){if(x.isChrome&&x.version.substr(0,3)!=="24."){w=t.MML.WebKit}else{if(x.isSafari&&!x.versionAtLeast("5.0")){w=t.MML.WebKit}else{if(x.isMSIE){if(!x.hasMathPlayer){w=t.MML.MSIE}}else{if(x.isEdge){w=t.MML.WebKit}else{w=t.MML[x]}}}}v="warnedMML"}break;case"SVG":if(!r.settings.warnedSVG){if(x.isMSIE&&!l){w=t.SVG.MSIE}}break}if(w){w=s(w[0],w[1]);w+="\n\n";w+=s("SwitchAnyway","Switch the renderer anyway?\n\n(Press OK to switch, CANCEL to continue with the current renderer)");g.cookie.renderer=u[0].id;g.saveCookie();if(!confirm(w)){g.cookie.renderer=r.settings.renderer=n.Cookie.Get("menu").renderer;g.saveCookie();return}if(v){g.cookie.warned=r.settings.warned=true}g.cookie.renderer=r.settings.renderer;g.saveCookie()}f.Queue(["setRenderer",f,r.settings.renderer,"jax/mml"],["Rerender",f])}};g.Renderer.Messages={MML:{WebKit:["WebkitNativeMMLWarning","Your browser doesn't seem to support MathML natively, so switching to MathML output may cause the mathematics on the page to become unreadable."],MSIE:["MSIENativeMMLWarning","Internet Explorer requires the MathPlayer plugin in order to process MathML output."],Opera:["OperaNativeMMLWarning","Opera's support for MathML is limited, so switching to MathML output may cause some expressions to render poorly."],Safari:["SafariNativeMMLWarning","Your browser's native MathML does not implement all the features used by MathJax, so some expressions may not render properly."],Firefox:["FirefoxNativeMMLWarning","Your browser's native MathML does not implement all the features used by MathJax, so some expressions may not render properly."]},SVG:{MSIE:["MSIESVGWarning","SVG is not implemented in Internet Explorer prior to IE9 or when it is emulating IE8 or below. Switching to SVG output will cause the mathematics to not display properly."]}};g.AssistiveMML=function(v,t){var u=MathJax.Extension.AssistiveMML;if(!u){if(!t){p.Require("[MathJax]/extensions/AssistiveMML.js",["AssistiveMML",g,v,true])}return}MathJax.Hub.Queue([(r.settings.assistiveMML?"Add":"Remove")+"AssistiveMathML",u])};g.Font=function(){var t=q["HTML-CSS"];if(!t){return}document.location.reload()};g.Locale=function(){MathJax.Localization.setLocale(r.settings.locale);MathJax.Hub.Queue(["Reprocess",MathJax.Hub])};g.LoadLocale=function(){var t=prompt(s("LoadURL","Load translation data from this URL:"));if(t){if(!t.match(/\.js$/)){alert(s("BadURL","The URL should be for a javascript file that defines MathJax translation data. Javascript file names should end with '.js'"))}p.Require(t,function(u){if(u!=p.STATUS.OK){alert(s("BadData","Failed to load translation data from %1",t))}})}};g.MPEvents=function(v){var u=r.settings.discoverable,t=g.MPEvents.Messages;if(!l){if(r.settings.mpMouse&&!confirm(s.apply(s,t.IE8warning))){delete g.cookie.mpContext;delete r.settings.mpContext;delete g.cookie.mpMouse;delete r.settings.mpMouse;g.saveCookie();return}r.settings.mpContext=r.settings.mpMouse;g.cookie.mpContext=g.cookie.mpMouse=r.settings.mpMouse;g.saveCookie();MathJax.Hub.Queue(["Rerender",MathJax.Hub])}else{if(!u&&v.name[1]==="Menu Events"&&r.settings.mpContext){alert(s.apply(s,t.IE9warning))}}};g.MPEvents.Messages={IE8warning:["IE8warning","This will disable the MathJax menu and zoom features, but you can Alt-Click on an expression to obtain the MathJax menu instead.\n\nReally change the MathPlayer settings?"],IE9warning:["IE9warning","The MathJax contextual menu will be disabled, but you can Alt-Click on an expression to obtain the MathJax menu instead."]};f.Browser.Select({MSIE:function(t){var u=(document.compatMode==="BackCompat");var v=t.versionAtLeast("8.0")&&document.documentMode>7;g.Augment({margin:20,msieBackgroundBug:((document.documentMode||0)<9),msieFixedPositionBug:(u||!v),msieAboutBug:u,msieHeightBug:((document.documentMode||0)<9)});if(l){delete r.styles["#MathJax_About"].filter;delete r.styles[".MathJax_Menu"].filter}},Firefox:function(t){g.skipMouseover=t.isMobile&&t.versionAtLeast("6.0");g.skipMousedown=t.isMobile}});g.isMobile=f.Browser.isMobile;g.noContextMenu=f.Browser.noContextMenu;g.CreateLocaleMenu=function(){if(!g.menu){return}var y=g.menu.Find("Language").submenu,v=y.items;var u=[],A=MathJax.Localization.strings;for(var z in A){if(A.hasOwnProperty(z)){u.push(z)}}u=u.sort();y.items=[];for(var w=0,t=u.length;w<t;w++){var x=A[u[w]].menuTitle;if(x){x+=" ("+u[w]+")"}else{x=u[w]}y.items.push(c.RADIO([u[w],x],"locale",{action:g.Locale}))}y.items.push(v[v.length-2],v[v.length-1])};g.CreateAnnotationMenu=function(){if(!g.menu){return}var v=g.menu.Find("Show Math As","Annotation").submenu;var u=r.semanticsAnnotations;for(var t in u){if(u.hasOwnProperty(t)){v.items.push(c.COMMAND([t,t],g.ShowSource,{hidden:true,nativeTouch:true,format:t}))}}};f.Register.StartupHook("End Config",function(){r.settings=f.config.menuSettings;if(typeof(r.settings.showRenderer)!=="undefined"){r.showRenderer=r.settings.showRenderer}if(typeof(r.settings.showFontMenu)!=="undefined"){r.showFontMenu=r.settings.showFontMenu}if(typeof(r.settings.showContext)!=="undefined"){r.showContext=r.settings.showContext}g.getCookie();g.menu=g(c.SUBMENU(["Show","Show Math As"],c.COMMAND(["MathMLcode","MathML Code"],g.ShowSource,{nativeTouch:true,format:"MathML"}),c.COMMAND(["Original","Original Form"],g.ShowSource,{nativeTouch:true}),c.SUBMENU(["Annotation","Annotation"],{disabled:true}),c.RULE(),c.CHECKBOX(["texHints","Show TeX hints in MathML"],"texHints"),c.CHECKBOX(["semantics","Add original form as annotation"],"semantics")),c.RULE(),c.SUBMENU(["Settings","Math Settings"],c.SUBMENU(["ZoomTrigger","Zoom Trigger"],c.RADIO(["Hover","Hover"],"zoom",{action:g.Zoom}),c.RADIO(["Click","Click"],"zoom",{action:g.Zoom}),c.RADIO(["DoubleClick","Double-Click"],"zoom",{action:g.Zoom}),c.RADIO(["NoZoom","No Zoom"],"zoom",{value:"None"}),c.RULE(),c.LABEL(["TriggerRequires","Trigger Requires:"]),c.CHECKBOX((f.Browser.isMac?["Option","Option"]:["Alt","Alt"]),"ALT"),c.CHECKBOX(["Command","Command"],"CMD",{hidden:!f.Browser.isMac}),c.CHECKBOX(["Control","Control"],"CTRL",{hidden:f.Browser.isMac}),c.CHECKBOX(["Shift","Shift"],"Shift")),c.SUBMENU(["ZoomFactor","Zoom Factor"],c.RADIO("125%","zscale"),c.RADIO("133%","zscale"),c.RADIO("150%","zscale"),c.RADIO("175%","zscale"),c.RADIO("200%","zscale"),c.RADIO("250%","zscale"),c.RADIO("300%","zscale"),c.RADIO("400%","zscale")),c.RULE(),c.SUBMENU(["Renderer","Math Renderer"],{hidden:!r.showRenderer},c.RADIO(["HTML-CSS","HTML-CSS"],"renderer",{action:g.Renderer}),c.RADIO(["CommonHTML","Common HTML"],"renderer",{action:g.Renderer,value:"CommonHTML"}),c.RADIO(["PreviewHTML","Preview HTML"],"renderer",{action:g.Renderer,value:"PreviewHTML"}),c.RADIO(["MathML","MathML"],"renderer",{action:g.Renderer,value:"NativeMML"}),c.RADIO(["SVG","SVG"],"renderer",{action:g.Renderer}),c.RADIO(["PlainSource","Plain Source"],"renderer",{action:g.Renderer,value:"PlainSource"}),c.RULE(),c.CHECKBOX(["FastPreview","Fast Preview"],"FastPreview"),c.CHECKBOX(["AssistiveMML","Assistive MathML"],"assistiveMML",{action:g.AssistiveMML}),c.CHECKBOX(["InTabOrder","Include in Tab Order"],"inTabOrder")),c.SUBMENU("MathPlayer",{hidden:!f.Browser.isMSIE||!r.showMathPlayer,disabled:!f.Browser.hasMathPlayer},c.LABEL(["MPHandles","Let MathPlayer Handle:"]),c.CHECKBOX(["MenuEvents","Menu Events"],"mpContext",{action:g.MPEvents,hidden:!l}),c.CHECKBOX(["MouseEvents","Mouse Events"],"mpMouse",{action:g.MPEvents,hidden:!l}),c.CHECKBOX(["MenuAndMouse","Mouse and Menu Events"],"mpMouse",{action:g.MPEvents,hidden:l})),c.SUBMENU(["FontPrefs","Font Preference"],{hidden:!r.showFontMenu},c.LABEL(["ForHTMLCSS","For HTML-CSS:"]),c.RADIO(["Auto","Auto"],"font",{action:g.Font}),c.RULE(),c.RADIO(["TeXLocal","TeX (local)"],"font",{action:g.Font}),c.RADIO(["TeXWeb","TeX (web)"],"font",{action:g.Font}),c.RADIO(["TeXImage","TeX (image)"],"font",{action:g.Font}),c.RULE(),c.RADIO(["STIXLocal","STIX (local)"],"font",{action:g.Font}),c.RADIO(["STIXWeb","STIX (web)"],"font",{action:g.Font}),c.RULE(),c.RADIO(["AsanaMathWeb","Asana Math (web)"],"font",{action:g.Font}),c.RADIO(["GyrePagellaWeb","Gyre Pagella (web)"],"font",{action:g.Font}),c.RADIO(["GyreTermesWeb","Gyre Termes (web)"],"font",{action:g.Font}),c.RADIO(["LatinModernWeb","Latin Modern (web)"],"font",{action:g.Font}),c.RADIO(["NeoEulerWeb","Neo Euler (web)"],"font",{action:g.Font})),c.SUBMENU(["ContextMenu","Contextual Menu"],{hidden:!r.showContext},c.RADIO(["MathJax","MathJax"],"context"),c.RADIO(["Browser","Browser"],"context")),c.COMMAND(["Scale","Scale All Math ..."],g.Scale),c.RULE().With({hidden:!r.showDiscoverable,name:["","discover_rule"]}),c.CHECKBOX(["Discoverable","Highlight on Hover"],"discoverable",{hidden:!r.showDiscoverable})),c.SUBMENU(["Locale","Language"],{hidden:!r.showLocale,ltr:true},c.RADIO("en","locale",{action:g.Locale}),c.RULE().With({hidden:!r.showLocaleURL,name:["","localURL_rule"]}),c.COMMAND(["LoadLocale","Load from URL ..."],g.LoadLocale,{hidden:!r.showLocaleURL})),c.RULE(),c.COMMAND(["About","About MathJax"],g.About),c.COMMAND(["Help","MathJax Help"],g.Help));if(g.isMobile){(function(){var u=r.settings;var t=g.menu.Find("Math Settings","Zoom Trigger").submenu;t.items[0].disabled=t.items[1].disabled=true;if(u.zoom==="Hover"||u.zoom=="Click"){u.zoom="None"}t.items=t.items.slice(0,4);if(navigator.appVersion.match(/[ (]Android[) ]/)){g.ITEM.SUBMENU.Augment({marker:"\u00BB"})}})()}g.CreateLocaleMenu();g.CreateAnnotationMenu()});g.showRenderer=function(t){g.cookie.showRenderer=r.showRenderer=t;g.saveCookie();g.menu.Find("Math Settings","Math Renderer").hidden=!t};g.showMathPlayer=function(t){g.cookie.showMathPlayer=r.showMathPlayer=t;g.saveCookie();g.menu.Find("Math Settings","MathPlayer").hidden=!t};g.showFontMenu=function(t){g.cookie.showFontMenu=r.showFontMenu=t;g.saveCookie();g.menu.Find("Math Settings","Font Preference").hidden=!t};g.showContext=function(t){g.cookie.showContext=r.showContext=t;g.saveCookie();g.menu.Find("Math Settings","Contextual Menu").hidden=!t};g.showDiscoverable=function(t){g.cookie.showDiscoverable=r.showDiscoverable=t;g.saveCookie();g.menu.Find("Math Settings","Highlight on Hover").hidden=!t;g.menu.Find("Math Settings","discover_rule").hidden=!t};g.showLocale=function(t){g.cookie.showLocale=r.showLocale=t;g.saveCookie();g.menu.Find("Language").hidden=!t};MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function(){if(!MathJax.OutputJax["HTML-CSS"].config.imageFont){g.menu.Find("Math Settings","Font Preference","TeX (image)").disabled=true}});e.Queue(f.Register.StartupHook("End Config",{}),["Styles",p,r.styles],["Post",f.Startup.signal,"MathMenu Ready"],["loadComplete",p,"[MathJax]/extensions/MathMenu.js"])})(MathJax.Hub,MathJax.HTML,MathJax.Ajax,MathJax.CallBack,MathJax.OutputJax);
|