From fa3461e20b15277db6f6296c49fd0aa663a34579 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 27 Jul 2017 14:18:10 +1000 Subject: [PATCH] mathjax support --- aqt/reviewer.py | 14 + web/mathjax/MathJax.js | 19 + web/mathjax/extensions/FontWarnings.js | 19 + .../extensions/HTML-CSS/handle-floats.js | 19 + web/mathjax/extensions/HelpDialog.js | 19 + web/mathjax/extensions/MatchWebFonts.js | 19 + web/mathjax/extensions/MathEvents.js | 19 + web/mathjax/extensions/MathMenu.js | 19 + web/mathjax/extensions/MathZoom.js | 19 + web/mathjax/extensions/Safe.js | 19 + web/mathjax/extensions/TeX/AMScd.js | 19 + web/mathjax/extensions/TeX/AMSmath.js | 19 + web/mathjax/extensions/TeX/AMSsymbols.js | 19 + web/mathjax/extensions/TeX/HTML.js | 19 + web/mathjax/extensions/TeX/action.js | 19 + web/mathjax/extensions/TeX/autobold.js | 19 + web/mathjax/extensions/TeX/autoload-all.js | 19 + web/mathjax/extensions/TeX/bbox.js | 19 + web/mathjax/extensions/TeX/begingroup.js | 19 + web/mathjax/extensions/TeX/boldsymbol.js | 19 + web/mathjax/extensions/TeX/cancel.js | 19 + web/mathjax/extensions/TeX/color.js | 19 + web/mathjax/extensions/TeX/enclose.js | 19 + web/mathjax/extensions/TeX/extpfeil.js | 19 + web/mathjax/extensions/TeX/mathchoice.js | 19 + web/mathjax/extensions/TeX/mediawiki-texvc.js | 19 + web/mathjax/extensions/TeX/mhchem.js | 19 + web/mathjax/extensions/TeX/mhchem3/mhchem.js | 332 ++++++++++++++++++ web/mathjax/extensions/TeX/newcommand.js | 19 + web/mathjax/extensions/TeX/noErrors.js | 19 + web/mathjax/extensions/TeX/noUndefined.js | 19 + web/mathjax/extensions/TeX/unicode.js | 19 + web/mathjax/extensions/TeX/verb.js | 19 + web/mathjax/extensions/asciimath2jax.js | 19 + web/mathjax/extensions/fast-preview.js | 19 + web/mathjax/extensions/jsMath2jax.js | 19 + web/mathjax/extensions/mml2jax.js | 19 + web/mathjax/extensions/tex2jax.js | 19 + web/mathjax/extensions/toMathML.js | 19 + .../TeX/woff/MathJax_AMS-Regular.woff | Bin 0 -> 40816 bytes .../TeX/woff/MathJax_Caligraphic-Bold.woff | Bin 0 -> 9908 bytes .../TeX/woff/MathJax_Caligraphic-Regular.woff | Bin 0 -> 9624 bytes .../TeX/woff/MathJax_Fraktur-Bold.woff | Bin 0 -> 22336 bytes .../TeX/woff/MathJax_Fraktur-Regular.woff | Bin 0 -> 21492 bytes .../HTML-CSS/TeX/woff/MathJax_Main-Bold.woff | Bin 0 -> 34456 bytes .../TeX/woff/MathJax_Main-Italic.woff | Bin 0 -> 20812 bytes .../TeX/woff/MathJax_Main-Regular.woff | Bin 0 -> 34164 bytes .../TeX/woff/MathJax_Math-BoldItalic.woff | Bin 0 -> 19780 bytes .../TeX/woff/MathJax_Math-Italic.woff | Bin 0 -> 19356 bytes .../TeX/woff/MathJax_Math-Regular.woff | Bin 0 -> 19296 bytes .../TeX/woff/MathJax_SansSerif-Bold.woff | Bin 0 -> 15928 bytes .../TeX/woff/MathJax_SansSerif-Italic.woff | Bin 0 -> 14628 bytes .../TeX/woff/MathJax_SansSerif-Regular.woff | Bin 0 -> 12668 bytes .../TeX/woff/MathJax_Script-Regular.woff | Bin 0 -> 11864 bytes .../TeX/woff/MathJax_Size1-Regular.woff | Bin 0 -> 5792 bytes .../TeX/woff/MathJax_Size2-Regular.woff | Bin 0 -> 5476 bytes .../TeX/woff/MathJax_Size3-Regular.woff | Bin 0 -> 3256 bytes .../TeX/woff/MathJax_Size4-Regular.woff | Bin 0 -> 5160 bytes .../TeX/woff/MathJax_Typewriter-Regular.woff | Bin 0 -> 17620 bytes web/mathjax/jax/element/mml/jax.js | 19 + web/mathjax/jax/element/mml/optable/Arrows.js | 19 + .../jax/element/mml/optable/BasicLatin.js | 19 + .../element/mml/optable/CombDiacritMarks.js | 19 + .../mml/optable/CombDiactForSymbols.js | 19 + .../jax/element/mml/optable/Dingbats.js | 19 + .../element/mml/optable/GeneralPunctuation.js | 19 + .../element/mml/optable/GeometricShapes.js | 19 + .../jax/element/mml/optable/GreekAndCoptic.js | 19 + .../element/mml/optable/Latin1Supplement.js | 19 + .../element/mml/optable/LetterlikeSymbols.js | 19 + .../jax/element/mml/optable/MathOperators.js | 19 + .../element/mml/optable/MiscMathSymbolsA.js | 19 + .../element/mml/optable/MiscMathSymbolsB.js | 19 + .../mml/optable/MiscSymbolsAndArrows.js | 19 + .../jax/element/mml/optable/MiscTechnical.js | 19 + .../element/mml/optable/SpacingModLetters.js | 19 + .../element/mml/optable/SuppMathOperators.js | 19 + .../mml/optable/SupplementalArrowsA.js | 19 + .../mml/optable/SupplementalArrowsB.js | 19 + web/mathjax/jax/input/AsciiMath/config.js | 19 + web/mathjax/jax/input/AsciiMath/jax.js | 19 + web/mathjax/jax/input/MathML/config.js | 19 + web/mathjax/jax/input/MathML/entities/a.js | 19 + web/mathjax/jax/input/MathML/entities/b.js | 19 + web/mathjax/jax/input/MathML/entities/c.js | 19 + web/mathjax/jax/input/MathML/entities/d.js | 19 + web/mathjax/jax/input/MathML/entities/e.js | 19 + web/mathjax/jax/input/MathML/entities/f.js | 19 + web/mathjax/jax/input/MathML/entities/fr.js | 19 + web/mathjax/jax/input/MathML/entities/g.js | 19 + web/mathjax/jax/input/MathML/entities/h.js | 19 + web/mathjax/jax/input/MathML/entities/i.js | 19 + web/mathjax/jax/input/MathML/entities/j.js | 19 + web/mathjax/jax/input/MathML/entities/k.js | 19 + web/mathjax/jax/input/MathML/entities/l.js | 19 + web/mathjax/jax/input/MathML/entities/m.js | 19 + web/mathjax/jax/input/MathML/entities/n.js | 19 + web/mathjax/jax/input/MathML/entities/o.js | 19 + web/mathjax/jax/input/MathML/entities/opf.js | 19 + web/mathjax/jax/input/MathML/entities/p.js | 19 + web/mathjax/jax/input/MathML/entities/q.js | 19 + web/mathjax/jax/input/MathML/entities/r.js | 19 + web/mathjax/jax/input/MathML/entities/s.js | 19 + web/mathjax/jax/input/MathML/entities/scr.js | 19 + web/mathjax/jax/input/MathML/entities/t.js | 19 + web/mathjax/jax/input/MathML/entities/u.js | 19 + web/mathjax/jax/input/MathML/entities/v.js | 19 + web/mathjax/jax/input/MathML/entities/w.js | 19 + web/mathjax/jax/input/MathML/entities/x.js | 19 + web/mathjax/jax/input/MathML/entities/y.js | 19 + web/mathjax/jax/input/MathML/entities/z.js | 19 + web/mathjax/jax/input/MathML/jax.js | 19 + web/mathjax/jax/input/TeX/config.js | 19 + web/mathjax/jax/input/TeX/jax.js | 19 + .../CommonHTML/autoload/annotation-xml.js | 19 + .../jax/output/CommonHTML/autoload/maction.js | 19 + .../output/CommonHTML/autoload/menclose.js | 19 + .../jax/output/CommonHTML/autoload/mglyph.js | 19 + .../CommonHTML/autoload/mmultiscripts.js | 19 + .../jax/output/CommonHTML/autoload/ms.js | 19 + .../jax/output/CommonHTML/autoload/mtable.js | 19 + .../output/CommonHTML/autoload/multiline.js | 19 + web/mathjax/jax/output/CommonHTML/config.js | 19 + .../CommonHTML/fonts/TeX/AMS-Regular.js | 19 + .../CommonHTML/fonts/TeX/Caligraphic-Bold.js | 19 + .../CommonHTML/fonts/TeX/Fraktur-Bold.js | 19 + .../CommonHTML/fonts/TeX/Fraktur-Regular.js | 19 + .../output/CommonHTML/fonts/TeX/Main-Bold.js | 19 + .../CommonHTML/fonts/TeX/Math-BoldItalic.js | 19 + .../CommonHTML/fonts/TeX/SansSerif-Bold.js | 19 + .../CommonHTML/fonts/TeX/SansSerif-Italic.js | 19 + .../CommonHTML/fonts/TeX/SansSerif-Regular.js | 19 + .../CommonHTML/fonts/TeX/Script-Regular.js | 19 + .../fonts/TeX/Typewriter-Regular.js | 19 + .../CommonHTML/fonts/TeX/fontdata-extra.js | 19 + .../output/CommonHTML/fonts/TeX/fontdata.js | 19 + web/mathjax/jax/output/CommonHTML/jax.js | 19 + .../HTML-CSS/autoload/annotation-xml.js | 19 + .../jax/output/HTML-CSS/autoload/maction.js | 19 + .../jax/output/HTML-CSS/autoload/menclose.js | 19 + .../jax/output/HTML-CSS/autoload/mglyph.js | 19 + .../output/HTML-CSS/autoload/mmultiscripts.js | 19 + .../jax/output/HTML-CSS/autoload/ms.js | 19 + .../jax/output/HTML-CSS/autoload/mtable.js | 19 + .../jax/output/HTML-CSS/autoload/multiline.js | 19 + web/mathjax/jax/output/HTML-CSS/config.js | 19 + .../HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js | 19 + .../HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js | 19 + .../fonts/TeX/AMS/Regular/BoxDrawing.js | 19 + .../fonts/TeX/AMS/Regular/CombDiacritMarks.js | 19 + .../fonts/TeX/AMS/Regular/Dingbats.js | 19 + .../fonts/TeX/AMS/Regular/EnclosedAlphanum.js | 19 + .../TeX/AMS/Regular/GeneralPunctuation.js | 19 + .../fonts/TeX/AMS/Regular/GeometricShapes.js | 19 + .../fonts/TeX/AMS/Regular/GreekAndCoptic.js | 19 + .../fonts/TeX/AMS/Regular/Latin1Supplement.js | 19 + .../fonts/TeX/AMS/Regular/LatinExtendedA.js | 19 + .../TeX/AMS/Regular/LetterlikeSymbols.js | 19 + .../HTML-CSS/fonts/TeX/AMS/Regular/Main.js | 19 + .../fonts/TeX/AMS/Regular/MathOperators.js | 19 + .../fonts/TeX/AMS/Regular/MiscMathSymbolsB.js | 19 + .../fonts/TeX/AMS/Regular/MiscSymbols.js | 19 + .../fonts/TeX/AMS/Regular/MiscTechnical.js | 19 + .../HTML-CSS/fonts/TeX/AMS/Regular/PUA.js | 19 + .../TeX/AMS/Regular/SpacingModLetters.js | 19 + .../TeX/AMS/Regular/SuppMathOperators.js | 19 + .../fonts/TeX/Caligraphic/Bold/Main.js | 19 + .../fonts/TeX/Caligraphic/Regular/Main.js | 19 + .../fonts/TeX/Fraktur/Bold/BasicLatin.js | 19 + .../HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js | 19 + .../HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js | 19 + .../HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js | 19 + .../fonts/TeX/Fraktur/Regular/BasicLatin.js | 19 + .../fonts/TeX/Fraktur/Regular/Main.js | 19 + .../fonts/TeX/Fraktur/Regular/Other.js | 19 + .../HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js | 19 + .../HTML-CSS/fonts/TeX/Greek/Bold/Main.js | 19 + .../fonts/TeX/Greek/BoldItalic/Main.js | 19 + .../HTML-CSS/fonts/TeX/Greek/Italic/Main.js | 19 + .../HTML-CSS/fonts/TeX/Greek/Regular/Main.js | 19 + .../HTML-CSS/fonts/TeX/Main/Bold/Arrows.js | 19 + .../fonts/TeX/Main/Bold/CombDiacritMarks.js | 19 + .../TeX/Main/Bold/CombDiactForSymbols.js | 19 + .../fonts/TeX/Main/Bold/GeneralPunctuation.js | 19 + .../fonts/TeX/Main/Bold/GeometricShapes.js | 19 + .../fonts/TeX/Main/Bold/Latin1Supplement.js | 19 + .../fonts/TeX/Main/Bold/LatinExtendedA.js | 19 + .../fonts/TeX/Main/Bold/LatinExtendedB.js | 19 + .../fonts/TeX/Main/Bold/LetterlikeSymbols.js | 19 + .../HTML-CSS/fonts/TeX/Main/Bold/Main.js | 19 + .../fonts/TeX/Main/Bold/MathOperators.js | 19 + .../fonts/TeX/Main/Bold/MiscMathSymbolsA.js | 19 + .../fonts/TeX/Main/Bold/MiscSymbols.js | 19 + .../fonts/TeX/Main/Bold/MiscTechnical.js | 19 + .../fonts/TeX/Main/Bold/SpacingModLetters.js | 19 + .../fonts/TeX/Main/Bold/SuppMathOperators.js | 19 + .../TeX/Main/Bold/SupplementalArrowsA.js | 19 + .../fonts/TeX/Main/Italic/CombDiacritMarks.js | 19 + .../TeX/Main/Italic/GeneralPunctuation.js | 19 + .../fonts/TeX/Main/Italic/Latin1Supplement.js | 19 + .../TeX/Main/Italic/LetterlikeSymbols.js | 19 + .../HTML-CSS/fonts/TeX/Main/Italic/Main.js | 19 + .../TeX/Main/Regular/CombDiacritMarks.js | 19 + .../fonts/TeX/Main/Regular/GeometricShapes.js | 19 + .../HTML-CSS/fonts/TeX/Main/Regular/Main.js | 19 + .../fonts/TeX/Main/Regular/MiscSymbols.js | 19 + .../TeX/Main/Regular/SpacingModLetters.js | 19 + .../fonts/TeX/Math/BoldItalic/Main.js | 19 + .../HTML-CSS/fonts/TeX/Math/Italic/Main.js | 19 + .../fonts/TeX/SansSerif/Bold/BasicLatin.js | 19 + .../TeX/SansSerif/Bold/CombDiacritMarks.js | 19 + .../HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js | 19 + .../fonts/TeX/SansSerif/Bold/Other.js | 19 + .../fonts/TeX/SansSerif/Italic/BasicLatin.js | 19 + .../TeX/SansSerif/Italic/CombDiacritMarks.js | 19 + .../fonts/TeX/SansSerif/Italic/Main.js | 19 + .../fonts/TeX/SansSerif/Italic/Other.js | 19 + .../fonts/TeX/SansSerif/Regular/BasicLatin.js | 19 + .../TeX/SansSerif/Regular/CombDiacritMarks.js | 19 + .../fonts/TeX/SansSerif/Regular/Main.js | 19 + .../fonts/TeX/SansSerif/Regular/Other.js | 19 + .../fonts/TeX/Script/Regular/BasicLatin.js | 19 + .../HTML-CSS/fonts/TeX/Script/Regular/Main.js | 19 + .../fonts/TeX/Script/Regular/Other.js | 19 + .../HTML-CSS/fonts/TeX/Size1/Regular/Main.js | 19 + .../HTML-CSS/fonts/TeX/Size2/Regular/Main.js | 19 + .../HTML-CSS/fonts/TeX/Size3/Regular/Main.js | 19 + .../HTML-CSS/fonts/TeX/Size4/Regular/Main.js | 19 + .../TeX/Typewriter/Regular/BasicLatin.js | 19 + .../Typewriter/Regular/CombDiacritMarks.js | 19 + .../fonts/TeX/Typewriter/Regular/Main.js | 19 + .../fonts/TeX/Typewriter/Regular/Other.js | 19 + .../fonts/TeX/WinChrome/Regular/Main.js | 19 + .../HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js | 19 + .../HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js | 19 + .../HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js | 19 + .../HTML-CSS/fonts/TeX/fontdata-extra.js | 19 + .../jax/output/HTML-CSS/fonts/TeX/fontdata.js | 19 + web/mathjax/jax/output/HTML-CSS/imageFonts.js | 19 + web/mathjax/jax/output/HTML-CSS/jax.js | 19 + 240 files changed, 4488 insertions(+) create mode 100755 web/mathjax/MathJax.js create mode 100755 web/mathjax/extensions/FontWarnings.js create mode 100755 web/mathjax/extensions/HTML-CSS/handle-floats.js create mode 100755 web/mathjax/extensions/HelpDialog.js create mode 100755 web/mathjax/extensions/MatchWebFonts.js create mode 100755 web/mathjax/extensions/MathEvents.js create mode 100755 web/mathjax/extensions/MathMenu.js create mode 100755 web/mathjax/extensions/MathZoom.js create mode 100755 web/mathjax/extensions/Safe.js create mode 100755 web/mathjax/extensions/TeX/AMScd.js create mode 100755 web/mathjax/extensions/TeX/AMSmath.js create mode 100755 web/mathjax/extensions/TeX/AMSsymbols.js create mode 100755 web/mathjax/extensions/TeX/HTML.js create mode 100755 web/mathjax/extensions/TeX/action.js create mode 100755 web/mathjax/extensions/TeX/autobold.js create mode 100755 web/mathjax/extensions/TeX/autoload-all.js create mode 100755 web/mathjax/extensions/TeX/bbox.js create mode 100755 web/mathjax/extensions/TeX/begingroup.js create mode 100755 web/mathjax/extensions/TeX/boldsymbol.js create mode 100755 web/mathjax/extensions/TeX/cancel.js create mode 100755 web/mathjax/extensions/TeX/color.js create mode 100755 web/mathjax/extensions/TeX/enclose.js create mode 100755 web/mathjax/extensions/TeX/extpfeil.js create mode 100755 web/mathjax/extensions/TeX/mathchoice.js create mode 100755 web/mathjax/extensions/TeX/mediawiki-texvc.js create mode 100755 web/mathjax/extensions/TeX/mhchem.js create mode 100755 web/mathjax/extensions/TeX/mhchem3/mhchem.js create mode 100755 web/mathjax/extensions/TeX/newcommand.js create mode 100755 web/mathjax/extensions/TeX/noErrors.js create mode 100755 web/mathjax/extensions/TeX/noUndefined.js create mode 100755 web/mathjax/extensions/TeX/unicode.js create mode 100755 web/mathjax/extensions/TeX/verb.js create mode 100755 web/mathjax/extensions/asciimath2jax.js create mode 100755 web/mathjax/extensions/fast-preview.js create mode 100755 web/mathjax/extensions/jsMath2jax.js create mode 100755 web/mathjax/extensions/mml2jax.js create mode 100755 web/mathjax/extensions/tex2jax.js create mode 100755 web/mathjax/extensions/toMathML.js create mode 100755 web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff create mode 100755 web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff create mode 100755 web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff create mode 100755 web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff create mode 100755 web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff create mode 100755 web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff create mode 100755 web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff create mode 100755 web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff create mode 100755 web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff create mode 100755 web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff create mode 100755 web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff create mode 100755 web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff create mode 100755 web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff create mode 100755 web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff create mode 100755 web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff create mode 100755 web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff create mode 100755 web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff create mode 100755 web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff create mode 100755 web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff create mode 100755 web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff create mode 100755 web/mathjax/jax/element/mml/jax.js create mode 100755 web/mathjax/jax/element/mml/optable/Arrows.js create mode 100755 web/mathjax/jax/element/mml/optable/BasicLatin.js create mode 100755 web/mathjax/jax/element/mml/optable/CombDiacritMarks.js create mode 100755 web/mathjax/jax/element/mml/optable/CombDiactForSymbols.js create mode 100755 web/mathjax/jax/element/mml/optable/Dingbats.js create mode 100755 web/mathjax/jax/element/mml/optable/GeneralPunctuation.js create mode 100755 web/mathjax/jax/element/mml/optable/GeometricShapes.js create mode 100755 web/mathjax/jax/element/mml/optable/GreekAndCoptic.js create mode 100755 web/mathjax/jax/element/mml/optable/Latin1Supplement.js create mode 100755 web/mathjax/jax/element/mml/optable/LetterlikeSymbols.js create mode 100755 web/mathjax/jax/element/mml/optable/MathOperators.js create mode 100755 web/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js create mode 100755 web/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js create mode 100755 web/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js create mode 100755 web/mathjax/jax/element/mml/optable/MiscTechnical.js create mode 100755 web/mathjax/jax/element/mml/optable/SpacingModLetters.js create mode 100755 web/mathjax/jax/element/mml/optable/SuppMathOperators.js create mode 100755 web/mathjax/jax/element/mml/optable/SupplementalArrowsA.js create mode 100755 web/mathjax/jax/element/mml/optable/SupplementalArrowsB.js create mode 100755 web/mathjax/jax/input/AsciiMath/config.js create mode 100755 web/mathjax/jax/input/AsciiMath/jax.js create mode 100755 web/mathjax/jax/input/MathML/config.js create mode 100755 web/mathjax/jax/input/MathML/entities/a.js create mode 100755 web/mathjax/jax/input/MathML/entities/b.js create mode 100755 web/mathjax/jax/input/MathML/entities/c.js create mode 100755 web/mathjax/jax/input/MathML/entities/d.js create mode 100755 web/mathjax/jax/input/MathML/entities/e.js create mode 100755 web/mathjax/jax/input/MathML/entities/f.js create mode 100755 web/mathjax/jax/input/MathML/entities/fr.js create mode 100755 web/mathjax/jax/input/MathML/entities/g.js create mode 100755 web/mathjax/jax/input/MathML/entities/h.js create mode 100755 web/mathjax/jax/input/MathML/entities/i.js create mode 100755 web/mathjax/jax/input/MathML/entities/j.js create mode 100755 web/mathjax/jax/input/MathML/entities/k.js create mode 100755 web/mathjax/jax/input/MathML/entities/l.js create mode 100755 web/mathjax/jax/input/MathML/entities/m.js create mode 100755 web/mathjax/jax/input/MathML/entities/n.js create mode 100755 web/mathjax/jax/input/MathML/entities/o.js create mode 100755 web/mathjax/jax/input/MathML/entities/opf.js create mode 100755 web/mathjax/jax/input/MathML/entities/p.js create mode 100755 web/mathjax/jax/input/MathML/entities/q.js create mode 100755 web/mathjax/jax/input/MathML/entities/r.js create mode 100755 web/mathjax/jax/input/MathML/entities/s.js create mode 100755 web/mathjax/jax/input/MathML/entities/scr.js create mode 100755 web/mathjax/jax/input/MathML/entities/t.js create mode 100755 web/mathjax/jax/input/MathML/entities/u.js create mode 100755 web/mathjax/jax/input/MathML/entities/v.js create mode 100755 web/mathjax/jax/input/MathML/entities/w.js create mode 100755 web/mathjax/jax/input/MathML/entities/x.js create mode 100755 web/mathjax/jax/input/MathML/entities/y.js create mode 100755 web/mathjax/jax/input/MathML/entities/z.js create mode 100755 web/mathjax/jax/input/MathML/jax.js create mode 100755 web/mathjax/jax/input/TeX/config.js create mode 100755 web/mathjax/jax/input/TeX/jax.js create mode 100755 web/mathjax/jax/output/CommonHTML/autoload/annotation-xml.js create mode 100755 web/mathjax/jax/output/CommonHTML/autoload/maction.js create mode 100755 web/mathjax/jax/output/CommonHTML/autoload/menclose.js create mode 100755 web/mathjax/jax/output/CommonHTML/autoload/mglyph.js create mode 100755 web/mathjax/jax/output/CommonHTML/autoload/mmultiscripts.js create mode 100755 web/mathjax/jax/output/CommonHTML/autoload/ms.js create mode 100755 web/mathjax/jax/output/CommonHTML/autoload/mtable.js create mode 100755 web/mathjax/jax/output/CommonHTML/autoload/multiline.js create mode 100755 web/mathjax/jax/output/CommonHTML/config.js create mode 100755 web/mathjax/jax/output/CommonHTML/fonts/TeX/AMS-Regular.js create mode 100755 web/mathjax/jax/output/CommonHTML/fonts/TeX/Caligraphic-Bold.js create mode 100755 web/mathjax/jax/output/CommonHTML/fonts/TeX/Fraktur-Bold.js create mode 100755 web/mathjax/jax/output/CommonHTML/fonts/TeX/Fraktur-Regular.js create mode 100755 web/mathjax/jax/output/CommonHTML/fonts/TeX/Main-Bold.js create mode 100755 web/mathjax/jax/output/CommonHTML/fonts/TeX/Math-BoldItalic.js create mode 100755 web/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Bold.js create mode 100755 web/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Italic.js create mode 100755 web/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Regular.js create mode 100755 web/mathjax/jax/output/CommonHTML/fonts/TeX/Script-Regular.js create mode 100755 web/mathjax/jax/output/CommonHTML/fonts/TeX/Typewriter-Regular.js create mode 100755 web/mathjax/jax/output/CommonHTML/fonts/TeX/fontdata-extra.js create mode 100755 web/mathjax/jax/output/CommonHTML/fonts/TeX/fontdata.js create mode 100755 web/mathjax/jax/output/CommonHTML/jax.js create mode 100755 web/mathjax/jax/output/HTML-CSS/autoload/annotation-xml.js create mode 100755 web/mathjax/jax/output/HTML-CSS/autoload/maction.js create mode 100755 web/mathjax/jax/output/HTML-CSS/autoload/menclose.js create mode 100755 web/mathjax/jax/output/HTML-CSS/autoload/mglyph.js create mode 100755 web/mathjax/jax/output/HTML-CSS/autoload/mmultiscripts.js create mode 100755 web/mathjax/jax/output/HTML-CSS/autoload/ms.js create mode 100755 web/mathjax/jax/output/HTML-CSS/autoload/mtable.js create mode 100755 web/mathjax/jax/output/HTML-CSS/autoload/multiline.js create mode 100755 web/mathjax/jax/output/HTML-CSS/config.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js create mode 100755 web/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata.js create mode 100755 web/mathjax/jax/output/HTML-CSS/imageFonts.js create mode 100755 web/mathjax/jax/output/HTML-CSS/jax.js diff --git a/aqt/reviewer.py b/aqt/reviewer.py index 6b891919e..dfcdab97b 100644 --- a/aqt/reviewer.py +++ b/aqt/reviewer.py @@ -121,6 +121,19 @@ class Reviewer: _revHtml = """
+ +