├── .travis.yml ├── assets ├── fonts │ ├── FontAwesome.otf │ ├── Open_Sans-Bold.eot │ ├── Open_Sans-Bold.ttf │ ├── Open_Sans-Bold.woff │ ├── Open_Sans-Bold.woff2 │ ├── Open_Sans-Italic.eot │ ├── Open_Sans-Italic.ttf │ ├── Open_Sans-Italic.woff │ ├── Open_Sans-Regular.eot │ ├── Open_Sans-Regular.ttf │ ├── Open_Sans-Italic.woff2 │ ├── Open_Sans-Regular.woff │ ├── Open_Sans-Regular.woff2 │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.ttf │ ├── SourceCodePro-Regular.eot │ ├── SourceCodePro-Regular.ttf │ ├── SourceCodePro-Regular.woff │ ├── fontawesome-webfont.woff │ ├── fontawesome-webfont.woff2 │ ├── SourceCodePro-Regular.woff2 │ ├── FontAwesome-LICENCE │ ├── SourceCodePro-LICENCE │ └── Open_Sans-LICENCE └── js │ └── MathJax │ ├── images │ ├── CloseX-31.png │ └── MenuArrow-15.png │ ├── fonts │ └── HTML-CSS │ │ ├── TeX │ │ ├── eot │ │ │ ├── MathJax_AMS-Regular.eot │ │ │ ├── MathJax_Main-Bold.eot │ │ │ ├── MathJax_Main-Italic.eot │ │ │ ├── MathJax_Math-Italic.eot │ │ │ ├── MathJax_Fraktur-Bold.eot │ │ │ ├── MathJax_Main-Regular.eot │ │ │ ├── MathJax_Math-Regular.eot │ │ │ ├── MathJax_Size1-Regular.eot │ │ │ ├── MathJax_Size2-Regular.eot │ │ │ ├── MathJax_Size3-Regular.eot │ │ │ ├── MathJax_Size4-Regular.eot │ │ │ ├── MathJax_Caligraphic-Bold.eot │ │ │ ├── MathJax_Fraktur-Regular.eot │ │ │ ├── MathJax_Math-BoldItalic.eot │ │ │ ├── MathJax_SansSerif-Bold.eot │ │ │ ├── MathJax_SansSerif-Italic.eot │ │ │ ├── MathJax_Script-Regular.eot │ │ │ ├── MathJax_WinIE6-Regular.eot │ │ │ ├── MathJax_SansSerif-Regular.eot │ │ │ ├── MathJax_Typewriter-Regular.eot │ │ │ └── MathJax_Caligraphic-Regular.eot │ │ ├── otf │ │ │ ├── MathJax_AMS-Regular.otf │ │ │ ├── MathJax_Main-Bold.otf │ │ │ ├── MathJax_Main-Italic.otf │ │ │ ├── MathJax_Math-Italic.otf │ │ │ ├── MathJax_Fraktur-Bold.otf │ │ │ ├── MathJax_Main-Regular.otf │ │ │ ├── MathJax_Math-Regular.otf │ │ │ ├── MathJax_Size1-Regular.otf │ │ │ ├── MathJax_Size2-Regular.otf │ │ │ ├── MathJax_Size3-Regular.otf │ │ │ ├── MathJax_Size4-Regular.otf │ │ │ ├── MathJax_Caligraphic-Bold.otf │ │ │ ├── MathJax_Fraktur-Regular.otf │ │ │ ├── MathJax_Math-BoldItalic.otf │ │ │ ├── MathJax_SansSerif-Bold.otf │ │ │ ├── MathJax_SansSerif-Italic.otf │ │ │ ├── MathJax_Script-Regular.otf │ │ │ ├── MathJax_WinIE6-Regular.otf │ │ │ ├── MathJax_SansSerif-Regular.otf │ │ │ ├── MathJax_Typewriter-Regular.otf │ │ │ ├── MathJax_WinChrome-Regular.otf │ │ │ └── MathJax_Caligraphic-Regular.otf │ │ └── woff │ │ │ ├── MathJax_Main-Bold.woff │ │ │ ├── MathJax_AMS-Regular.woff │ │ │ ├── MathJax_Main-Italic.woff │ │ │ ├── MathJax_Math-Italic.woff │ │ │ ├── MathJax_Fraktur-Bold.woff │ │ │ ├── MathJax_Main-Regular.woff │ │ │ ├── MathJax_Math-Regular.woff │ │ │ ├── MathJax_SansSerif-Bold.woff │ │ │ ├── MathJax_Script-Regular.woff │ │ │ ├── MathJax_Size1-Regular.woff │ │ │ ├── MathJax_Size2-Regular.woff │ │ │ ├── MathJax_Size3-Regular.woff │ │ │ ├── MathJax_Size4-Regular.woff │ │ │ ├── MathJax_Caligraphic-Bold.woff │ │ │ ├── MathJax_Fraktur-Regular.woff │ │ │ ├── MathJax_Math-BoldItalic.woff │ │ │ ├── MathJax_SansSerif-Italic.woff │ │ │ ├── MathJax_Caligraphic-Regular.woff │ │ │ ├── MathJax_SansSerif-Regular.woff │ │ │ └── MathJax_Typewriter-Regular.woff │ │ └── STIX-Web │ │ ├── eot │ │ ├── STIXMathJax_Main-Bold.eot │ │ ├── STIXMathJax_Misc-Bold.eot │ │ ├── STIXMathJax_Arrows-Bold.eot │ │ ├── STIXMathJax_Fraktur-Bold.eot │ │ ├── STIXMathJax_Latin-Bold.eot │ │ ├── STIXMathJax_Latin-Italic.eot │ │ ├── STIXMathJax_Main-Italic.eot │ │ ├── STIXMathJax_Main-Regular.eot │ │ ├── STIXMathJax_Marks-Bold.eot │ │ ├── STIXMathJax_Marks-Italic.eot │ │ ├── STIXMathJax_Misc-Italic.eot │ │ ├── STIXMathJax_Misc-Regular.eot │ │ ├── STIXMathJax_Normal-Bold.eot │ │ ├── STIXMathJax_Shapes-Bold.eot │ │ ├── STIXMathJax_Symbols-Bold.eot │ │ ├── STIXMathJax_Alphabets-Bold.eot │ │ ├── STIXMathJax_Arrows-Regular.eot │ │ ├── STIXMathJax_Latin-Regular.eot │ │ ├── STIXMathJax_Marks-Regular.eot │ │ ├── STIXMathJax_Normal-Italic.eot │ │ ├── STIXMathJax_Operators-Bold.eot │ │ ├── STIXMathJax_SansSerif-Bold.eot │ │ ├── STIXMathJax_Script-Italic.eot │ │ ├── STIXMathJax_Script-Regular.eot │ │ ├── STIXMathJax_Shapes-Regular.eot │ │ ├── STIXMathJax_Size1-Regular.eot │ │ ├── STIXMathJax_Size2-Regular.eot │ │ ├── STIXMathJax_Size3-Regular.eot │ │ ├── STIXMathJax_Size4-Regular.eot │ │ ├── STIXMathJax_Size5-Regular.eot │ │ ├── STIXMathJax_Variants-Bold.eot │ │ ├── STIXMathJax_Alphabets-Italic.eot │ │ ├── STIXMathJax_Alphabets-Regular.eot │ │ ├── STIXMathJax_DoubleStruck-Bold.eot │ │ ├── STIXMathJax_Fraktur-Regular.eot │ │ ├── STIXMathJax_Latin-BoldItalic.eot │ │ ├── STIXMathJax_Main-BoldItalic.eot │ │ ├── STIXMathJax_Marks-BoldItalic.eot │ │ ├── STIXMathJax_Misc-BoldItalic.eot │ │ ├── STIXMathJax_Monospace-Regular.eot │ │ ├── STIXMathJax_Normal-BoldItalic.eot │ │ ├── STIXMathJax_Operators-Regular.eot │ │ ├── STIXMathJax_SansSerif-Italic.eot │ │ ├── STIXMathJax_SansSerif-Regular.eot │ │ ├── STIXMathJax_Script-BoldItalic.eot │ │ ├── STIXMathJax_Shapes-BoldItalic.eot │ │ ├── STIXMathJax_Symbols-Regular.eot │ │ ├── STIXMathJax_Variants-Italic.eot │ │ ├── STIXMathJax_Variants-Regular.eot │ │ ├── STIXMathJax_DoubleStruck-Italic.eot │ │ ├── STIXMathJax_Variants-BoldItalic.eot │ │ ├── STIXMathJax_Alphabets-BoldItalic.eot │ │ ├── STIXMathJax_DoubleStruck-Regular.eot │ │ ├── STIXMathJax_SansSerif-BoldItalic.eot │ │ └── STIXMathJax_DoubleStruck-BoldItalic.eot │ │ ├── otf │ │ ├── STIXMathJax_Main-Bold.otf │ │ ├── STIXMathJax_Misc-Bold.otf │ │ ├── STIXMathJax_Arrows-Bold.otf │ │ ├── STIXMathJax_Fraktur-Bold.otf │ │ ├── STIXMathJax_Latin-Bold.otf │ │ ├── STIXMathJax_Latin-Italic.otf │ │ ├── STIXMathJax_Main-Italic.otf │ │ ├── STIXMathJax_Main-Regular.otf │ │ ├── STIXMathJax_Marks-Bold.otf │ │ ├── STIXMathJax_Marks-Italic.otf │ │ ├── STIXMathJax_Misc-Italic.otf │ │ ├── STIXMathJax_Misc-Regular.otf │ │ ├── STIXMathJax_Normal-Bold.otf │ │ ├── STIXMathJax_Shapes-Bold.otf │ │ ├── STIXMathJax_Symbols-Bold.otf │ │ ├── STIXMathJax_Alphabets-Bold.otf │ │ ├── STIXMathJax_Arrows-Regular.otf │ │ ├── STIXMathJax_Latin-Regular.otf │ │ ├── STIXMathJax_Marks-Regular.otf │ │ ├── STIXMathJax_Normal-Italic.otf │ │ ├── STIXMathJax_Operators-Bold.otf │ │ ├── STIXMathJax_SansSerif-Bold.otf │ │ ├── STIXMathJax_Script-Italic.otf │ │ ├── STIXMathJax_Script-Regular.otf │ │ ├── STIXMathJax_Shapes-Regular.otf │ │ ├── STIXMathJax_Size1-Regular.otf │ │ ├── STIXMathJax_Size2-Regular.otf │ │ ├── STIXMathJax_Size3-Regular.otf │ │ ├── STIXMathJax_Size4-Regular.otf │ │ ├── STIXMathJax_Size5-Regular.otf │ │ ├── STIXMathJax_Variants-Bold.otf │ │ ├── STIXMathJax_Alphabets-Italic.otf │ │ ├── STIXMathJax_Alphabets-Regular.otf │ │ ├── STIXMathJax_DoubleStruck-Bold.otf │ │ ├── STIXMathJax_Fraktur-Regular.otf │ │ ├── STIXMathJax_Latin-BoldItalic.otf │ │ ├── STIXMathJax_Main-BoldItalic.otf │ │ ├── STIXMathJax_Marks-BoldItalic.otf │ │ ├── STIXMathJax_Misc-BoldItalic.otf │ │ ├── STIXMathJax_Monospace-Regular.otf │ │ ├── STIXMathJax_Normal-BoldItalic.otf │ │ ├── STIXMathJax_Operators-Regular.otf │ │ ├── STIXMathJax_SansSerif-Italic.otf │ │ ├── STIXMathJax_SansSerif-Regular.otf │ │ ├── STIXMathJax_Script-BoldItalic.otf │ │ ├── STIXMathJax_Shapes-BoldItalic.otf │ │ ├── STIXMathJax_Symbols-Regular.otf │ │ ├── STIXMathJax_Variants-Italic.otf │ │ ├── STIXMathJax_Variants-Regular.otf │ │ ├── STIXMathJax_DoubleStruck-Italic.otf │ │ ├── STIXMathJax_Variants-BoldItalic.otf │ │ ├── STIXMathJax_Alphabets-BoldItalic.otf │ │ ├── STIXMathJax_DoubleStruck-Regular.otf │ │ ├── STIXMathJax_SansSerif-BoldItalic.otf │ │ └── STIXMathJax_DoubleStruck-BoldItalic.otf │ │ └── woff │ │ ├── STIXMathJax_Latin-Bold.woff │ │ ├── STIXMathJax_Main-Bold.woff │ │ ├── STIXMathJax_Marks-Bold.woff │ │ ├── STIXMathJax_Misc-Bold.woff │ │ ├── STIXMathJax_Arrows-Bold.woff │ │ ├── STIXMathJax_Fraktur-Bold.woff │ │ ├── STIXMathJax_Latin-Italic.woff │ │ ├── STIXMathJax_Main-Italic.woff │ │ ├── STIXMathJax_Main-Regular.woff │ │ ├── STIXMathJax_Marks-Italic.woff │ │ ├── STIXMathJax_Misc-Italic.woff │ │ ├── STIXMathJax_Misc-Regular.woff │ │ ├── STIXMathJax_Normal-Bold.woff │ │ ├── STIXMathJax_Shapes-Bold.woff │ │ ├── STIXMathJax_Symbols-Bold.woff │ │ ├── STIXMathJax_Alphabets-Bold.woff │ │ ├── STIXMathJax_Arrows-Regular.woff │ │ ├── STIXMathJax_Fraktur-Regular.woff │ │ ├── STIXMathJax_Latin-Regular.woff │ │ ├── STIXMathJax_Main-BoldItalic.woff │ │ ├── STIXMathJax_Marks-Regular.woff │ │ ├── STIXMathJax_Misc-BoldItalic.woff │ │ ├── STIXMathJax_Normal-Italic.woff │ │ ├── STIXMathJax_Operators-Bold.woff │ │ ├── STIXMathJax_SansSerif-Bold.woff │ │ ├── STIXMathJax_Script-Italic.woff │ │ ├── STIXMathJax_Script-Regular.woff │ │ ├── STIXMathJax_Shapes-Regular.woff │ │ ├── STIXMathJax_Size1-Regular.woff │ │ ├── STIXMathJax_Size2-Regular.woff │ │ ├── STIXMathJax_Size3-Regular.woff │ │ ├── STIXMathJax_Size4-Regular.woff │ │ ├── STIXMathJax_Size5-Regular.woff │ │ ├── STIXMathJax_Symbols-Regular.woff │ │ ├── STIXMathJax_Variants-Bold.woff │ │ ├── STIXMathJax_Variants-Italic.woff │ │ ├── STIXMathJax_Alphabets-Italic.woff │ │ ├── STIXMathJax_Alphabets-Regular.woff │ │ ├── STIXMathJax_DoubleStruck-Bold.woff │ │ ├── STIXMathJax_Latin-BoldItalic.woff │ │ ├── STIXMathJax_Marks-BoldItalic.woff │ │ ├── STIXMathJax_Monospace-Regular.woff │ │ ├── STIXMathJax_Normal-BoldItalic.woff │ │ ├── STIXMathJax_Operators-Regular.woff │ │ ├── STIXMathJax_SansSerif-Italic.woff │ │ ├── STIXMathJax_SansSerif-Regular.woff │ │ ├── STIXMathJax_Script-BoldItalic.woff │ │ ├── STIXMathJax_Shapes-BoldItalic.woff │ │ ├── STIXMathJax_Variants-Regular.woff │ │ ├── STIXMathJax_Alphabets-BoldItalic.woff │ │ ├── STIXMathJax_DoubleStruck-Italic.woff │ │ ├── STIXMathJax_DoubleStruck-Regular.woff │ │ ├── STIXMathJax_SansSerif-BoldItalic.woff │ │ ├── STIXMathJax_Variants-BoldItalic.woff │ │ └── STIXMathJax_DoubleStruck-BoldItalic.woff │ ├── .gitignore │ ├── config │ └── Safe.js │ ├── jax │ ├── element │ │ └── mml │ │ │ └── optable │ │ │ ├── GreekAndCoptic.js │ │ │ ├── CombDiacritMarks.js │ │ │ ├── Dingbats.js │ │ │ ├── LetterlikeSymbols.js │ │ │ ├── CombDiactForSymbols.js │ │ │ ├── Latin1Supplement.js │ │ │ ├── MiscSymbolsAndArrows.js │ │ │ ├── SpacingModLetters.js │ │ │ ├── MiscMathSymbolsA.js │ │ │ ├── MiscTechnical.js │ │ │ ├── SupplementalArrowsA.js │ │ │ └── GeneralPunctuation.js │ └── output │ │ ├── HTML-CSS │ │ └── fonts │ │ │ ├── TeX │ │ │ ├── Script │ │ │ │ └── Regular │ │ │ │ │ └── Other.js │ │ │ ├── AMS │ │ │ │ └── Regular │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ ├── Dingbats.js │ │ │ │ │ ├── EnclosedAlphanum.js │ │ │ │ │ ├── MiscMathSymbolsB.js │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ │ ├── MiscTechnical.js │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ ├── SpacingModLetters.js │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ ├── BoxDrawing.js │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ └── GeometricShapes.js │ │ │ ├── Main │ │ │ │ ├── Bold │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ ├── LatinExtendedB.js │ │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ │ ├── MiscMathSymbolsA.js │ │ │ │ │ ├── SuppMathOperators.js │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ ├── MiscTechnical.js │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ ├── SupplementalArrowsA.js │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ └── SpacingModLetters.js │ │ │ │ ├── Italic │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ └── CombDiacritMarks.js │ │ │ │ └── Regular │ │ │ │ │ ├── SpacingModLetters.js │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ └── MiscSymbols.js │ │ │ ├── Fraktur │ │ │ │ ├── Bold │ │ │ │ │ ├── Other.js │ │ │ │ │ ├── PUA.js │ │ │ │ │ └── Main.js │ │ │ │ └── Regular │ │ │ │ │ ├── Other.js │ │ │ │ │ ├── PUA.js │ │ │ │ │ └── Main.js │ │ │ ├── SansSerif │ │ │ │ ├── Regular │ │ │ │ │ └── Main.js │ │ │ │ ├── Bold │ │ │ │ │ └── Main.js │ │ │ │ └── Italic │ │ │ │ │ └── Main.js │ │ │ └── Typewriter │ │ │ │ └── Regular │ │ │ │ ├── Main.js │ │ │ │ └── CombDiacritMarks.js │ │ │ ├── STIX │ │ │ ├── General │ │ │ │ ├── Regular │ │ │ │ │ ├── Hiragana.js │ │ │ │ │ ├── Specials.js │ │ │ │ │ ├── CJK.js │ │ │ │ │ ├── ij.js │ │ │ │ │ ├── ControlPictures.js │ │ │ │ │ ├── SuperAndSubscripts.js │ │ │ │ │ ├── LatinExtendedD.js │ │ │ │ │ ├── CurrencySymbols.js │ │ │ │ │ ├── AlphaPresentForms.js │ │ │ │ │ ├── BlockElements.js │ │ │ │ │ ├── LatinExtendedAdditional.js │ │ │ │ │ └── SupplementalArrowsA.js │ │ │ │ ├── Bold │ │ │ │ │ ├── LatinExtendedD.js │ │ │ │ │ ├── ControlPictures.js │ │ │ │ │ ├── SuperAndSubscripts.js │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ ├── PhoneticExtensions.js │ │ │ │ │ ├── CurrencySymbols.js │ │ │ │ │ ├── MiscMathSymbolsA.js │ │ │ │ │ ├── AlphaPresentForms.js │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ ├── LatinExtendedAdditional.js │ │ │ │ │ └── MiscMathSymbolsB.js │ │ │ │ ├── Italic │ │ │ │ │ ├── ij.js │ │ │ │ │ ├── ControlPictures.js │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ ├── CurrencySymbols.js │ │ │ │ │ ├── AlphaPresentForms.js │ │ │ │ │ └── LatinExtendedAdditional.js │ │ │ │ └── BoldItalic │ │ │ │ │ ├── ControlPictures.js │ │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ ├── CurrencySymbols.js │ │ │ │ │ ├── AlphaPresentForms.js │ │ │ │ │ └── LatinExtendedAdditional.js │ │ │ ├── SizeOneSym │ │ │ │ └── Bold │ │ │ │ │ └── All.js │ │ │ ├── NonUnicode │ │ │ │ ├── Bold │ │ │ │ │ ├── All.js │ │ │ │ │ └── Main.js │ │ │ │ ├── Regular │ │ │ │ │ └── All.js │ │ │ │ ├── Italic │ │ │ │ │ └── All.js │ │ │ │ └── BoldItalic │ │ │ │ │ ├── All.js │ │ │ │ │ └── Main.js │ │ │ ├── IntegralsD │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── IntegralsSm │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── IntegralsUp │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── IntegralsUpD │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ └── IntegralsUpSm │ │ │ │ └── Regular │ │ │ │ └── Main.js │ │ │ ├── Neo-Euler │ │ │ ├── Shapes │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ └── Alphabets │ │ │ │ └── Regular │ │ │ │ └── Main.js │ │ │ └── STIX-Web │ │ │ └── Shapes │ │ │ └── BoldItalic │ │ │ └── Main.js │ │ ├── CommonHTML │ │ └── config.js │ │ └── NativeMML │ │ └── config.js │ └── localization │ └── en │ └── HTML-CSS.js ├── index.js ├── .gitignore ├── lib └── slides.js └── package.json /.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - "0.11" 4 | - "0.10" -------------------------------------------------------------------------------- /assets/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created by kintesh on 28/01/15. 3 | */ 4 | module.exports = require('./lib/slides'); -------------------------------------------------------------------------------- /assets/fonts/Open_Sans-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/Open_Sans-Bold.eot -------------------------------------------------------------------------------- /assets/fonts/Open_Sans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/Open_Sans-Bold.ttf -------------------------------------------------------------------------------- /assets/fonts/Open_Sans-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/Open_Sans-Bold.woff -------------------------------------------------------------------------------- /assets/fonts/Open_Sans-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/Open_Sans-Bold.woff2 -------------------------------------------------------------------------------- /assets/fonts/Open_Sans-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/Open_Sans-Italic.eot -------------------------------------------------------------------------------- /assets/fonts/Open_Sans-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/Open_Sans-Italic.ttf -------------------------------------------------------------------------------- /assets/fonts/Open_Sans-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/Open_Sans-Italic.woff -------------------------------------------------------------------------------- /assets/fonts/Open_Sans-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/Open_Sans-Regular.eot -------------------------------------------------------------------------------- /assets/fonts/Open_Sans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/Open_Sans-Regular.ttf -------------------------------------------------------------------------------- /assets/fonts/Open_Sans-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/Open_Sans-Italic.woff2 -------------------------------------------------------------------------------- /assets/fonts/Open_Sans-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/Open_Sans-Regular.woff -------------------------------------------------------------------------------- /assets/fonts/Open_Sans-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/Open_Sans-Regular.woff2 -------------------------------------------------------------------------------- /assets/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /assets/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /assets/fonts/SourceCodePro-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/SourceCodePro-Regular.eot -------------------------------------------------------------------------------- /assets/fonts/SourceCodePro-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/SourceCodePro-Regular.ttf -------------------------------------------------------------------------------- /assets/fonts/SourceCodePro-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/SourceCodePro-Regular.woff -------------------------------------------------------------------------------- /assets/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /assets/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /assets/js/MathJax/images/CloseX-31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/images/CloseX-31.png -------------------------------------------------------------------------------- /assets/fonts/SourceCodePro-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/fonts/SourceCodePro-Regular.woff2 -------------------------------------------------------------------------------- /assets/js/MathJax/images/MenuArrow-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/images/MenuArrow-15.png -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_AMS-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_AMS-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Main-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Main-Bold.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Main-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Main-Italic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Math-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Math-Italic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_AMS-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_AMS-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Bold.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Italic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Math-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Math-Italic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Fraktur-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Fraktur-Bold.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Main-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Main-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Math-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Math-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Size1-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Size1-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Size2-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Size2-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Size3-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Size3-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Size4-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Size4-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Bold.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Math-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Math-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Size1-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Size1-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Size2-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Size2-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Size3-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Size3-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Size4-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Size4-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Caligraphic-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Caligraphic-Bold.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Fraktur-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Fraktur-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Math-BoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Math-BoldItalic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Bold.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Italic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Script-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Script-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_WinIE6-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_WinIE6-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Bold.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Math-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Math-BoldItalic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Bold.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Italic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Script-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Script-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_WinIE6-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_WinIE6-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | docs/build/html-mathjax-site 3 | config/local/*.js 4 | !config/local/local.js 5 | unpacked/config/local/*.js 6 | !unpacked/config/local/local.js 7 | -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Main-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Main-Bold.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Misc-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Misc-Bold.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Main-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Main-Bold.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Misc-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Misc-Bold.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Typewriter-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Typewriter-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Typewriter-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Typewriter-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_WinChrome-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_WinChrome-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Arrows-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Arrows-Bold.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Fraktur-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Fraktur-Bold.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Latin-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Latin-Bold.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Latin-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Latin-Italic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Main-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Main-Italic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Main-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Main-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Marks-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Marks-Bold.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Marks-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Marks-Italic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Misc-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Misc-Italic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Misc-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Misc-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Normal-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Normal-Bold.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Shapes-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Shapes-Bold.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Symbols-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Symbols-Bold.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Arrows-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Arrows-Bold.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Fraktur-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Fraktur-Bold.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Latin-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Latin-Bold.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Latin-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Latin-Italic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Main-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Main-Italic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Main-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Main-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Marks-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Marks-Bold.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Marks-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Marks-Italic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Misc-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Misc-Italic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Misc-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Misc-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Normal-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Normal-Bold.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Shapes-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Shapes-Bold.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Symbols-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Symbols-Bold.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Bold.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Bold.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Bold.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Bold.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Caligraphic-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/eot/MathJax_Caligraphic-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Alphabets-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Alphabets-Bold.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Arrows-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Arrows-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Latin-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Latin-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Marks-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Marks-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Normal-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Normal-Italic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Operators-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Operators-Bold.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_SansSerif-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_SansSerif-Bold.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Script-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Script-Italic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Script-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Script-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Shapes-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Shapes-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Size1-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Size1-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Size2-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Size2-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Size3-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Size3-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Size4-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Size4-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Size5-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Size5-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Variants-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Variants-Bold.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Alphabets-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Alphabets-Bold.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Arrows-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Arrows-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Latin-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Latin-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Marks-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Marks-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Normal-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Normal-Italic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Operators-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Operators-Bold.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_SansSerif-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_SansSerif-Bold.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Script-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Script-Italic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Script-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Script-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Shapes-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Shapes-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Size1-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Size1-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Size2-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Size2-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Size3-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Size3-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Size4-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Size4-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Size5-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Size5-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Variants-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Variants-Bold.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Arrows-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Arrows-Bold.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Fraktur-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Fraktur-Bold.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Italic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Italic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Italic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Italic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-Bold.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-Bold.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Symbols-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Symbols-Bold.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Alphabets-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Alphabets-Italic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Alphabets-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Alphabets-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_DoubleStruck-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_DoubleStruck-Bold.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Fraktur-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Fraktur-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Latin-BoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Latin-BoldItalic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Main-BoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Main-BoldItalic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Marks-BoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Marks-BoldItalic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Misc-BoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Misc-BoldItalic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Monospace-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Monospace-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Normal-BoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Normal-BoldItalic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Operators-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Operators-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_SansSerif-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_SansSerif-Italic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_SansSerif-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_SansSerif-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Script-BoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Script-BoldItalic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Shapes-BoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Shapes-BoldItalic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Symbols-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Symbols-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Variants-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Variants-Italic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Variants-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Variants-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Alphabets-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Alphabets-Italic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Alphabets-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Alphabets-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_DoubleStruck-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_DoubleStruck-Bold.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Fraktur-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Fraktur-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Latin-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Latin-BoldItalic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Main-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Main-BoldItalic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Marks-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Marks-BoldItalic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Misc-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Misc-BoldItalic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Monospace-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Monospace-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Normal-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Normal-BoldItalic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Operators-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Operators-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_SansSerif-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_SansSerif-Italic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_SansSerif-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_SansSerif-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Script-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Script-BoldItalic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Shapes-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Shapes-BoldItalic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Symbols-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Symbols-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Variants-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Variants-Italic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Variants-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Variants-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Bold.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Arrows-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Arrows-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Fraktur-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Fraktur-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Main-BoldItalic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Misc-BoldItalic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-Italic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Operators-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Operators-Bold.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Bold.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-Italic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size1-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size1-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size2-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size2-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size3-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size3-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size4-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size4-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size5-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Size5-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Symbols-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Symbols-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Bold.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Italic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_DoubleStruck-Italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_DoubleStruck-Italic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Variants-BoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Variants-BoldItalic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_DoubleStruck-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_DoubleStruck-Italic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Variants-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Variants-BoldItalic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Italic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Bold.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Latin-BoldItalic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Marks-BoldItalic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Monospace-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Monospace-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Normal-BoldItalic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Operators-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Operators-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Italic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Script-BoldItalic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Shapes-BoldItalic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Alphabets-BoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_Alphabets-BoldItalic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_DoubleStruck-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_DoubleStruck-Regular.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_SansSerif-BoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_SansSerif-BoldItalic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Alphabets-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_Alphabets-BoldItalic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_DoubleStruck-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_DoubleStruck-Regular.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_SansSerif-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_SansSerif-BoldItalic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Alphabets-BoldItalic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Italic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-Regular.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_SansSerif-BoldItalic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_Variants-BoldItalic.woff -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_DoubleStruck-BoldItalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/eot/STIXMathJax_DoubleStruck-BoldItalic.eot -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_DoubleStruck-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/otf/STIXMathJax_DoubleStruck-BoldItalic.otf -------------------------------------------------------------------------------- /assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kintesh/slides/HEAD/assets/js/MathJax/fonts/HTML-CSS/STIX-Web/woff/STIXMathJax_DoubleStruck-BoldItalic.woff -------------------------------------------------------------------------------- /assets/fonts/FontAwesome-LICENCE: -------------------------------------------------------------------------------- 1 | 2 | The Font Awesome font is licensed under the SIL OFL 1.1: 3 | http://scripts.sil.org/OFL 4 | Font Awesome CSS, LESS, and Sass files are licensed under the MIT License: 5 | http://opensource.org/licenses/mit-license.html 6 | The Font Awesome documentation is licensed under the CC BY 3.0 License: 7 | http://creativecommons.org/licenses/by/3.0/ 8 | Attribution is no longer required as of Font Awesome 3.0, but much appreciated: 9 | Font Awesome by Dave Gandy - http://fontawesome.io 10 | Full details: http://fontawesome.io/license 11 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # WebStorm 2 | .idea 3 | 4 | # Logs 5 | logs 6 | *.log 7 | 8 | # Runtime data 9 | pids 10 | *.pid 11 | *.seed 12 | 13 | # Directory for instrumented libs generated by jscoverage/JSCover 14 | lib-cov 15 | 16 | # Coverage directory used by tools like istanbul 17 | coverage 18 | 19 | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) 20 | .grunt 21 | 22 | # node-waf configuration 23 | .lock-wscript 24 | 25 | # Compiled binary addons (http://nodejs.org/api/addons.html) 26 | build/Release 27 | 28 | # Dependency directory 29 | # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- 30 | node_modules 31 | -------------------------------------------------------------------------------- /assets/fonts/SourceCodePro-LICENCE: -------------------------------------------------------------------------------- 1 | SourceCodePro-ExtraLight.ttf: Copyright 2010, 2012 Adobe Systems Incorporated. All Rights Reserved. 2 | SourceCodePro-Light.ttf: Copyright 2010, 2012 Adobe Systems Incorporated. All Rights Reserved. 3 | SourceCodePro-Regular.ttf: Copyright 2010, 2012 Adobe Systems Incorporated. All Rights Reserved. 4 | SourceCodePro-Medium.ttf: Copyright 2010, 2012 Adobe Systems Incorporated. All Rights Reserved. 5 | SourceCodePro-Semibold.ttf: Copyright 2010, 2012 Adobe Systems Incorporated. All Rights Reserved. 6 | SourceCodePro-Bold.ttf: Copyright 2010, 2012 Adobe Systems Incorporated. All Rights Reserved. 7 | SourceCodePro-Black.ttf: Copyright 2010, 2012 Adobe Systems Incorporated. All Rights Reserved. -------------------------------------------------------------------------------- /lib/slides.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created by kintesh on 28/01/15. 3 | */ 4 | ;(function(){ 5 | var constants = require("./constants"), 6 | translator = require("./translator"), 7 | async = require("async"); 8 | 9 | function slides(source, callback) { 10 | async.waterfall([ 11 | function(callback) { 12 | translator(source, callback) 13 | } 14 | ], function(err, res) { 15 | if(err == null) { 16 | res.offline = constants.temp_html(constants.temp_offline(res.properties),res.html); 17 | res.online = constants.temp_html(constants.temp_online(res.properties),res.html); 18 | } 19 | callback(err, res); 20 | }); 21 | } 22 | 23 | module.exports = slides; 24 | 25 | })(); -------------------------------------------------------------------------------- /assets/fonts/Open_Sans-LICENCE: -------------------------------------------------------------------------------- 1 | OpenSans-Light.ttf: Digitized data copyright © 2010-2011, Google Corporation. 2 | OpenSans-LightItalic.ttf: Digitized data copyright © 2010-2011, Google Corporation. 3 | OpenSans-Regular.ttf: Digitized data copyright © 2010-2011, Google Corporation. 4 | OpenSans-Italic.ttf: Digitized data copyright © 2010-2011, Google Corporation. 5 | OpenSans-Semibold.ttf: Digitized data copyright © 2011, Google Corporation. 6 | OpenSans-SemiboldItalic.ttf: Digitized data copyright © 2010-2011, Google Corporation. 7 | OpenSans-Bold.ttf: Digitized data copyright © 2010-2011, Google Corporation. 8 | OpenSans-BoldItalic.ttf: Digitized data copyright © 2010-2011, Google Corporation. 9 | OpenSans-ExtraBold.ttf: Digitized data copyright © 2011, Google Corporation. 10 | OpenSans-ExtraBoldItalic.ttf: Digitized data copyright © 2010-2011, Google Corporation. -------------------------------------------------------------------------------- /assets/js/MathJax/config/Safe.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/config/Safe.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.Hub.Register.StartupHook("End Config",function(){if(!MathJax.Hub.config.extensions){MathJax.Hub.config.extensions=[]}MathJax.Hub.config.extensions.push("Safe.js")});MathJax.Ajax.loadComplete("[MathJax]/config/Safe.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/element/mml/optable/GreekAndCoptic.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/element/mml/optable/GreekAndCoptic.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){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{infix:{"\u03F6":c.REL}}});MathJax.Ajax.loadComplete(a.optableDir+"/GreekAndCoptic.js")})(MathJax.ElementJax.mml); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/element/mml/optable/CombDiacritMarks.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/element/mml/optable/CombDiacritMarks.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){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u0311":c.ACCENT}}});MathJax.Ajax.loadComplete(a.optableDir+"/CombDiacritMarks.js")})(MathJax.ElementJax.mml); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/element/mml/optable/Dingbats.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/element/mml/optable/Dingbats.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){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{prefix:{"\u2772":c.OPEN},postfix:{"\u2773":c.CLOSE}}});MathJax.Ajax.loadComplete(a.optableDir+"/Dingbats.js")})(MathJax.ElementJax.mml); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_Script,{160:[0,0,250,0,0]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Script/Regular/Other.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{9733:[694,111,944,49,895]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/MiscSymbols.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Hiragana.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Hiragana.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{12398:[661,41,901,37,840]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/Hiragana.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Specials.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Specials.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{65533:[662,217,872,55,817]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/Specials.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXSizeOneSym-bold"],{8512:[1500,-22,1341,60,1281]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/SizeOneSym/Bold/All.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{295:[695,13,540,42,562]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/LatinExtendedA.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/element/mml/optable/LetterlikeSymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/element/mml/optable/LetterlikeSymbols.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){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{prefix:{"\u2145":c.ORD21,"\u2146":[2,0,b.ORD]}}});MathJax.Ajax.loadComplete(a.optableDir+"/LetterlikeSymbols.js")})(MathJax.ElementJax.mml); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXNonUnicode-bold"],{32:[0,0,250,0,0],160:[0,0,250,0,0]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/NonUnicode/Bold/All.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/All.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/All.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXNonUnicode,{32:[0,0,250,0,0],160:[0,0,250,0,0]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/NonUnicode/Regular/All.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-bold"],{305:[452,8,394,24,367]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Bold/LatinExtendedA.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-bold"],{567:[451,201,439,-12,420]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Bold/LatinExtendedB.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/element/mml/optable/CombDiactForSymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/element/mml/optable/CombDiactForSymbols.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){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u20DB":c.ACCENT,"\u20DC":c.ACCENT}}});MathJax.Ajax.loadComplete(a.optableDir+"/CombDiactForSymbols.js")})(MathJax.ElementJax.mml); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{12306:[662,0,685,10,672],12336:[417,-93,1412,45,1367]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/CJK.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{120484:[441,11,278,47,235],120485:[441,207,278,-124,246]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/ij.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXNonUnicode-italic"],{32:[0,0,250,0,0],160:[0,0,250,0,0]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/NonUnicode/Italic/All.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{10003:[706,34,833,84,749],10016:[716,22,833,48,786]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/Dingbats.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{9416:[709,175,902,8,894]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/EnclosedAlphanum.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{10731:[716,132,667,56,611]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/MiscMathSymbolsB.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-italic"],{160:[0,0,250,0,0]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Italic/Latin1Supplement.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/element/mml/optable/Latin1Supplement.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/element/mml/optable/Latin1Supplement.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){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u00B0":c.ORD,"\u00B4":c.ACCENT,"\u00B8":c.ACCENT}}});MathJax.Ajax.loadComplete(a.optableDir+"/Latin1Supplement.js")})(MathJax.ElementJax.mml); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/element/mml/optable/MiscSymbolsAndArrows.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/element/mml/optable/MiscSymbolsAndArrows.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){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{infix:{"\u2B45":c.RELSTRETCH,"\u2B46":c.RELSTRETCH}}});MathJax.Ajax.loadComplete(a.optableDir+"/MiscSymbolsAndArrows.js")})(MathJax.ElementJax.mml); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedD.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedD.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold"],{42898:[691,19,769,27,734]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Bold/LatinExtendedD.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{8245:[560,-43,275,12,244]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/GeneralPunctuation.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_Main,{730:[715,-542,500,147,352]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Regular/SpacingModLetters.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/ControlPictures.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/ControlPictures.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold"],{9251:[31,120,500,40,460]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Bold/ControlPictures.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-italic"],{120484:[441,11,278,47,235],120485:[441,207,278,-124,246]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Italic/ij.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ControlPictures.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ControlPictures.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{9251:[16,120,500,40,460]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/ControlPictures.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-bold"],{8407:[723,-513,0,-542,-33]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Bold/CombDiactForSymbols.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-italic"],{8463:[695,13,540,42,562]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Italic/LetterlikeSymbols.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ControlPictures.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ControlPictures.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-italic"],{9251:[16,120,500,40,460]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Italic/ControlPictures.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{989:[605,85,778,55,719],1008:[434,6,667,37,734]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/GreekAndCoptic.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuperAndSubscripts.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuperAndSubscripts.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold"],{8319:[700,-275,491,15,478]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Bold/SuperAndSubscripts.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuperAndSubscripts.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuperAndSubscripts.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{8319:[676,-270,541,57,484]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/SuperAndSubscripts.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/All.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/All.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXNonUnicode-bold-italic"],{32:[0,0,250,0,0],160:[0,0,250,0,0]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/NonUnicode/BoldItalic/All.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{8994:[378,-122,778,55,722],8995:[378,-143,778,55,722]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/MiscTechnical.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{770:[845,-561,0,-2347,13],771:[899,-628,0,-2332,-3]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/CombDiacritMarks.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Fraktur-bold"],{160:[0,0,250,0,0],8216:[708,-411,254,53,187],8217:[692,-394,254,58,193]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Fraktur/Bold/Other.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{710:[845,-561,2333,-14,2346],732:[899,-628,2333,1,2330]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/SpacingModLetters.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_Fraktur,{160:[0,0,250,0,0],8216:[708,-410,215,45,158],8217:[692,-395,215,49,163]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Fraktur/Regular/Other.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-bold"],{10216:[750,249,447,127,382],10217:[750,249,447,64,319]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Bold/MiscMathSymbolsA.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/element/mml/optable/SpacingModLetters.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/element/mml/optable/SpacingModLetters.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){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u02CD":c.WIDEACCENT,"\u02DA":c.ACCENT,"\u02DD":c.ACCENT,"\u02F7":c.WIDEACCENT}}});MathJax.Ajax.loadComplete(a.optableDir+"/SpacingModLetters.js")})(MathJax.ElementJax.mml); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/ControlPictures.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/ControlPictures.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold-italic"],{9251:[31,120,500,40,460]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/BoldItalic/ControlPictures.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathOperators.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathOperators.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-italic"],{8706:[668,11,471,40,471],8722:[286,-220,675,86,590]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Italic/MathOperators.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedD.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedD.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{42791:[683,233,481,9,427],42898:[676,14,734,18,700]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/LatinExtendedD.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold"],{9837:[740,5,437,86,389],9838:[818,210,490,97,393],9839:[818,210,490,52,438]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Bold/MiscSymbols.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CombDiactForSymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CombDiactForSymbols.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold-italic"],{8413:[760,254,0,-753,256]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/BoldItalic/CombDiactForSymbols.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathOperators.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathOperators.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold-italic"],{8706:[686,10,559,44,559],8722:[297,-209,606,51,555]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/BoldItalic/MathOperators.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/element/mml/optable/MiscMathSymbolsA.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/element/mml/optable/MiscMathSymbolsA.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){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{prefix:{"\u27E6":c.OPEN,"\u27EA":c.OPEN,"\u27EC":c.OPEN},postfix:{"\u27E7":c.CLOSE,"\u27EB":c.CLOSE,"\u27ED":c.CLOSE}}});MathJax.Ajax.loadComplete(a.optableDir+"/MiscMathSymbolsA.js")})(MathJax.ElementJax.mml); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-bold"],{10815:[686,0,900,39,860],10927:[696,199,894,96,797],10928:[697,199,894,96,797]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Bold/SuppMathOperators.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/PhoneticExtensions.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/PhoneticExtensions.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold"],{7424:[475,0,515,9,503],7431:[461,0,531,20,511],7452:[461,19,600,16,584]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Bold/PhoneticExtensions.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{160:[0,0,250,0,0],165:[683,0,750,11,738],174:[709,175,947,32,915],240:[749,21,556,42,509]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/Latin1Supplement.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/element/mml/optable/MiscTechnical.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/element/mml/optable/MiscTechnical.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){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u23B4":c.WIDEACCENT,"\u23B5":c.WIDEACCENT,"\u23DC":c.WIDEACCENT,"\u23DD":c.WIDEACCENT,"\u23E0":c.WIDEACCENT,"\u23E1":c.WIDEACCENT}}});MathJax.Ajax.loadComplete(a.optableDir+"/MiscTechnical.js")})(MathJax.ElementJax.mml); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/element/mml/optable/SupplementalArrowsA.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/element/mml/optable/SupplementalArrowsA.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){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{infix:{"\u27F0":c.RELSTRETCH,"\u27F1":c.RELSTRETCH,"\u27FB":c.WIDEREL,"\u27FD":c.WIDEREL,"\u27FE":c.WIDEREL,"\u27FF":c.WIDEREL}}});MathJax.Ajax.loadComplete(a.optableDir+"/SupplementalArrowsA.js")})(MathJax.ElementJax.mml); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CurrencySymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CurrencySymbols.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold"],{8355:[676,0,611,11,583],8356:[684,16,500,21,477],8359:[676,14,1369,16,1341],8364:[672,12,500,29,478]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Bold/CurrencySymbols.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CurrencySymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CurrencySymbols.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{8355:[662,0,556,11,546],8356:[676,8,500,12,490],8359:[662,10,1182,16,1141],8364:[664,12,500,38,462]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/CurrencySymbols.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/CurrencySymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/CurrencySymbols.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-italic"],{8355:[653,0,611,8,645],8356:[670,8,500,10,517],8359:[653,13,1149,0,1126],8364:[664,12,500,16,538]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Italic/CurrencySymbols.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsA.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsA.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold"],{10184:[547,13,1025,62,943],10185:[547,13,1025,62,943],10216:[732,193,445,69,399],10217:[732,193,445,46,376]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Bold/MiscMathSymbolsA.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_Main,{9651:[716,0,889,59,828],9657:[505,5,500,26,474],9661:[500,215,889,59,828],9667:[505,5,500,26,473],9711:[715,215,1000,56,944]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Regular/GeometricShapes.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-bold"],{9651:[711,-1,1022,69,953],9657:[540,39,575,33,542],9661:[500,210,1022,68,953],9667:[539,38,575,33,542],9711:[711,211,1150,65,1084]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Bold/GeometricShapes.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CurrencySymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CurrencySymbols.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold-italic"],{8355:[669,0,668,-13,661],8356:[683,12,500,-32,510],8359:[669,13,1229,-28,1173],8364:[681,17,562,34,546]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/BoldItalic/CurrencySymbols.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{9484:[694,-306,500,55,444],9488:[694,-306,500,55,444],9492:[366,22,500,55,444],9496:[366,22,500,55,444],9585:[694,195,889,0,860],9586:[694,195,889,0,860]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/BoxDrawing.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/AlphaPresentForms.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/AlphaPresentForms.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold"],{64256:[691,0,610,15,666],64257:[691,0,556,14,536],64258:[691,0,556,15,535],64259:[691,0,833,15,813],64260:[691,0,833,15,812]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Bold/AlphaPresentForms.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/AlphaPresentForms.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/AlphaPresentForms.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{64256:[683,0,605,20,655],64257:[683,0,558,32,523],64258:[683,0,556,31,522],64259:[683,0,832,20,797],64260:[683,0,830,20,796]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/AlphaPresentForms.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-bold"],{8463:[694,8,668,45,642],8465:[702,8,831,64,798],8467:[702,19,474,-1,446],8472:[461,210,740,72,726],8476:[711,16,831,42,824],8501:[694,0,703,64,638]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Bold/LetterlikeSymbols.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-bold"],{8968:[750,248,511,194,493],8969:[750,248,511,17,317],8970:[749,248,511,194,493],8971:[749,248,511,17,317],8994:[405,-108,1150,65,1084],8995:[392,-126,1150,64,1085]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Bold/MiscTechnical.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/Main.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.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXNonUnicode-bold"]={directory:"NonUnicode/Bold",family:"STIXNonUnicode",weight:"bold",Ranges:[[32,32,"All"],[160,160,"All"],[57344,63743,"PrivateUse"]]};MathJax.OutputJax["HTML-CSS"].initFont("STIXNonUnicode-bold");MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/NonUnicode/Bold/Main.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Fraktur-bold"],{58113:[630,27,587,64,512],58114:[693,212,394,37,408],58115:[681,219,387,36,384],58116:[473,212,593,67,531],58117:[684,27,393,33,387],58120:[679,220,981,32,875],58121:[717,137,727,17,633]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Fraktur/Bold/PUA.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/AlphaPresentForms.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/AlphaPresentForms.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-italic"],{64256:[678,207,527,-147,673],64257:[681,207,500,-141,481],64258:[682,204,500,-141,518],64259:[681,207,744,-147,725],64260:[682,207,745,-147,763]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Italic/AlphaPresentForms.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-bold"],{9824:[719,129,894,64,829],9825:[711,24,894,65,828],9826:[719,154,894,64,828],9827:[719,129,894,32,861],9837:[750,17,447,64,381],9838:[741,223,447,57,389],9839:[724,224,447,63,382]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Bold/MiscSymbols.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_Main,{9824:[727,130,778,55,723],9825:[716,33,778,55,723],9826:[727,162,778,55,723],9827:[726,130,778,28,750],9837:[750,22,389,55,332],9838:[734,223,389,65,324],9839:[723,223,389,55,333]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Regular/MiscSymbols.js"); 20 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "slides", 3 | "version": "1.0.0", 4 | "description": "A tool to make and present HTML5 slides", 5 | "main": "index.js", 6 | "preferGlobal": "true", 7 | "private": false, 8 | "bin": { 9 | "slides": "bin/slides" 10 | }, 11 | "directories": { 12 | "assets": "assets", 13 | "bin": "bin", 14 | "lib": "lib", 15 | "test": "test" 16 | }, 17 | "dependencies": { 18 | "async": "^0.9.0", 19 | "commander": "^2.3.0", 20 | "fs-extra": "^0.16.3", 21 | "marked": "^0.3.3" 22 | }, 23 | "devDependencies": { 24 | "mocha": "^2.1.0" 25 | }, 26 | "scripts": { 27 | "test": "Test=1 mocha" 28 | }, 29 | "repository": { 30 | "type": "git", 31 | "url": "https://github.com/kintesh/slides.git" 32 | }, 33 | "keywords": [ 34 | "slide", 35 | "slides", 36 | "presentation", 37 | "web", 38 | "html", 39 | "html5", 40 | "mathjax" 41 | ], 42 | "author": "Kintesh (http://kinte.sh/)", 43 | "license": "Apache License, Version 2.0", 44 | "bugs": { 45 | "url": "https://github.com/kintesh/slides-app/issues" 46 | }, 47 | "homepage": "https://github.com/kintesh/slides" 48 | } 49 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeometricShapes.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeometricShapes.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold"],{9651:[811,127,1145,35,1110],9655:[791,284,1043,70,1008],9661:[811,127,1145,35,1110],9665:[791,284,1043,35,973],9674:[795,289,790,45,745],9708:[811,127,1145,35,1110]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Bold/GeometricShapes.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{8463:[695,13,540,42,562],8487:[684,22,722,44,675],8498:[695,1,556,55,497],8502:[763,21,667,-22,687],8503:[764,43,444,-22,421],8504:[764,43,667,54,640],8513:[705,23,639,37,577]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/LetterlikeSymbols.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/AlphaPresentForms.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/AlphaPresentForms.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold-italic"],{64256:[698,205,613,-169,726],64257:[703,205,556,-188,514],64258:[704,205,556,-186,553],64259:[703,205,856,-169,814],64260:[704,205,854,-169,851]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/BoldItalic/AlphaPresentForms.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_Fraktur,{58112:[683,32,497,75,430],58113:[616,30,498,35,432],58114:[680,215,333,29,339],58115:[679,224,329,28,318],58116:[471,214,503,52,449],58117:[686,20,333,26,315],58118:[577,21,334,29,347],58119:[475,22,501,10,514]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Fraktur/Regular/PUA.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-italic"],{8211:[285,-248,511,91,554],8212:[285,-248,1022,117,1038],8216:[694,-379,307,197,362],8217:[694,-379,307,213,377],8220:[694,-379,514,243,606],8221:[694,-379,514,176,538]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Italic/GeneralPunctuation.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/localization/en/HTML-CSS.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/localization/en/HTML-CSS.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.Localization.addTranslation("en","HTML-CSS",{version:"2.5.0",isLoaded:true,strings:{LoadWebFont:"Loading web font %1",CantLoadWebFont:"Cannot load web font %1",FirefoxCantLoadWebFont:"Firefox cannot load web fonts from a remote host",CantFindFontUsing:"Cannot find a valid font using %1",WebFontsNotAvailable:"Web fonts not available. Using image fonts instead"}});MathJax.Ajax.loadComplete("[MathJax]/localization/en/HTML-CSS.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.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.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_Fraktur={directory:"Fraktur/Regular",family:"MathJax_Fraktur",testString:"MathJax Fraktur",Ranges:[[0,127,"BasicLatin"],[128,57343,"Other"],[58112,58128,"PUA"]]};MathJax.Callback.Queue(["initFont",MathJax.OutputJax["HTML-CSS"],"MathJax_Fraktur"],["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Fraktur/Regular/Main.js"]); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/CommonHTML/config.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/CommonHTML/config.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.OutputJax.CommonHTML=MathJax.OutputJax({id:"CommonHTML",version:"2.5.0",directory:MathJax.OutputJax.directory+"/CommonHTML",extensionDir:MathJax.OutputJax.extensionDir+"/CommonHTML",config:{scale:100,minScaleAdjust:50,mtextFontInherit:false,linebreaks:{automatic:false,width:"container"}}});if(!MathJax.Hub.config.delayJaxRegistration){MathJax.OutputJax.CommonHTML.Register("jax/mml")}MathJax.OutputJax.CommonHTML.loadComplete("config.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-bold"],{10229:[518,17,1805,64,1741],10230:[518,17,1833,96,1773],10231:[518,17,2126,64,2061],10232:[547,46,1868,64,1804],10233:[547,46,1870,64,1804],10234:[547,46,2126,64,2060],10236:[518,17,1833,65,1773]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Bold/SupplementalArrowsA.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/Neo-Euler/Shapes/Regular/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/Neo-Euler/Shapes/Regular/Main.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.OutputJax["HTML-CSS"].FONTDATA.FONTS.NeoEulerMathJax_Shapes={directory:"Shapes/Regular",family:"NeoEulerMathJax_Shapes",testString:"\u00A0\u2B1A",32:[0,0,333,0,0],160:[0,0,333,0,0],11034:[690,6,816,60,756]};MathJax.Callback.Queue(["initFont",MathJax.OutputJax["HTML-CSS"],"NeoEulerMathJax_Shapes"],["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Shapes/Regular/Main.js"]); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/Main.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.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXIntegralsD={directory:"IntegralsD/Regular",family:"STIXIntegralsD",Ranges:[[32,32,"All"],[160,160,"All"],[8747,8755,"All"],[10763,10780,"All"]],8747:[2000,269,585,56,1035],8750:[2000,269,635,56,1035]};MathJax.OutputJax["HTML-CSS"].initFont("STIXIntegralsD");MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/IntegralsD/Regular/Main.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/Main.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.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXIntegralsSm={directory:"IntegralsSm/Regular",family:"STIXIntegralsSm",Ranges:[[32,32,"All"],[160,160,"All"],[8747,8755,"All"],[10763,10780,"All"]],8747:[690,189,496,41,552],8750:[690,189,560,41,552]};MathJax.OutputJax["HTML-CSS"].initFont("STIXIntegralsSm");MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/IntegralsSm/Regular/Main.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/Main.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.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXIntegralsUp={directory:"IntegralsUp/Regular",family:"STIXIntegralsUp",Ranges:[[32,32,"All"],[160,160,"All"],[8747,8755,"All"],[10763,10780,"All"]],8747:[824,320,366,59,408],8750:[824,320,397,35,486]};MathJax.OutputJax["HTML-CSS"].initFont("STIXIntegralsUp");MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/IntegralsUp/Regular/Main.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/Main.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.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXNonUnicode-bold-italic"]={directory:"NonUnicode/BoldItalic",family:"STIXNonUnicode",weight:"bold",style:"italic",Ranges:[[32,32,"All"],[160,160,"All"],[57344,63743,"PrivateUse"]]};MathJax.OutputJax["HTML-CSS"].initFont("STIXNonUnicode-bold-italic");MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/NonUnicode/BoldItalic/Main.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.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.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Fraktur-bold"]={directory:"Fraktur/Bold",family:"MathJax_Fraktur",weight:"bold",testString:"MathJax Fraktur",Ranges:[[0,127,"BasicLatin"],[128,57343,"Other"],[58112,58128,"PUA"]]};MathJax.Callback.Queue(["initFont",MathJax.OutputJax["HTML-CSS"],"MathJax_Fraktur-bold"],["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Fraktur/Bold/Main.js"]); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BlockElements.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BlockElements.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{9600:[910,-304,1213,0,1213],9604:[303,303,1213,0,1213],9608:[910,303,1213,0,1213],9612:[910,303,1212,0,606],9616:[910,303,1212,606,1212],9617:[860,258,1200,0,1200],9618:[874,273,1200,0,1200],9619:[874,273,1200,0,1200]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/BlockElements.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{9632:[689,0,778,55,722],9633:[689,0,778,55,722],9650:[575,20,722,84,637],9651:[575,20,722,84,637],9654:[539,41,778,83,694],9660:[576,19,722,84,637],9661:[576,19,722,84,637],9664:[539,41,778,83,694],9674:[716,132,667,56,611]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/GeometricShapes.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/Main.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.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXIntegralsUpD={directory:"IntegralsUpD/Regular",family:"STIXIntegralsUpD",Ranges:[[32,32,"All"],[160,160,"All"],[8747,8755,"All"],[10763,10780,"All"]],8747:[2000,269,467,58,512],8750:[2000,269,616,56,685]};MathJax.OutputJax["HTML-CSS"].initFont("STIXIntegralsUpD");MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/IntegralsUpD/Regular/Main.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-bold"],{160:[0,0,250,0,0],168:[695,-535,575,96,478],172:[371,-61,767,64,702],175:[607,-540,575,80,494],176:[702,-536,575,160,414],177:[728,35,894,64,829],180:[706,-503,575,236,460],215:[530,28,894,168,726],247:[597,96,894,64,828]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Bold/Latin1Supplement.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.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.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_SansSerif={directory:"SansSerif/Regular",family:"MathJax_SansSerif",testString:"MathJax SansSerif ^ _",Ranges:[[0,127,"BasicLatin"],[128,65535,"Other"],[768,879,"CombDiacritMarks"]]};MathJax.Callback.Queue(["initFont",MathJax.OutputJax["HTML-CSS"],"MathJax_SansSerif"],["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/SansSerif/Regular/Main.js"]); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/NativeMML/config.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/NativeMML/config.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.OutputJax.NativeMML=MathJax.OutputJax({id:"NativeMML",version:"2.5.0",directory:MathJax.OutputJax.directory+"/NativeMML",extensionDir:MathJax.OutputJax.extensionDir+"/NativeMML",config:{matchFontHeight:true,scale:100,minScaleAdjust:50,styles:{"div.MathJax_MathML":{"text-align":"center",margin:".75em 0px"}}}});if(!MathJax.Hub.config.delayJaxRegistration){MathJax.OutputJax.NativeMML.Register("jax/mml")}MathJax.OutputJax.NativeMML.loadComplete("config.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/element/mml/optable/GeneralPunctuation.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/element/mml/optable/GeneralPunctuation.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){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{prefix:{"\u2016":[0,0,b.ORD,{fence:true,stretchy:true}],"\u2018":[0,0,b.OPEN,{fence:true}],"\u201C":[0,0,b.OPEN,{fence:true}]},postfix:{"\u2016":[0,0,b.ORD,{fence:true,stretchy:true}],"\u2019":[0,0,b.CLOSE,{fence:true}],"\u201D":[0,0,b.CLOSE,{fence:true}]}}});MathJax.Ajax.loadComplete(a.optableDir+"/GeneralPunctuation.js")})(MathJax.ElementJax.mml); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedAdditional.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedAdditional.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{7808:[890,11,944,5,932],7809:[678,14,722,21,694],7810:[890,11,944,5,932],7811:[678,14,722,21,694],7812:[834,11,944,5,932],7813:[622,14,722,21,694],7922:[890,0,722,22,703],7923:[678,218,500,14,475]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/LatinExtendedAdditional.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/Main.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.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXIntegralsUpSm={directory:"IntegralsUpSm/Regular",family:"STIXIntegralsUpSm",Ranges:[[32,32,"All"],[160,160,"All"],[8747,8755,"All"],[10763,10780,"All"]],8747:[690,189,357,52,375],8750:[690,189,452,52,412]};MathJax.OutputJax["HTML-CSS"].initFont("STIXIntegralsUpSm");MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/IntegralsUpSm/Regular/Main.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/Neo-Euler/Alphabets/Regular/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/Neo-Euler/Alphabets/Regular/Main.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.OutputJax["HTML-CSS"].FONTDATA.FONTS.NeoEulerMathJax_Alphabets={directory:"Alphabets/Regular",family:"NeoEulerMathJax_Alphabets",testString:"\u00A0\u2126",32:[0,0,333,0,0],160:[0,0,333,0,0],8486:[689,2,875,25,844]};MathJax.Callback.Queue(["initFont",MathJax.OutputJax["HTML-CSS"],"NeoEulerMathJax_Alphabets"],["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Alphabets/Regular/Main.js"]); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedAdditional.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedAdditional.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold"],{7808:[923,15,1000,19,981],7809:[713,14,722,23,707],7810:[923,15,1000,19,981],7811:[713,14,722,23,707],7812:[876,15,1000,19,981],7813:[666,14,722,23,707],7922:[923,0,722,15,699],7923:[713,205,500,16,482]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Bold/LatinExtendedAdditional.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.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.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_Typewriter={directory:"Typewriter/Regular",family:"MathJax_Typewriter",testString:"MathJax Typewriter |",Ranges:[[0,127,"BasicLatin"],[128,65535,"Other"],[768,879,"CombDiacritMarks"]]};MathJax.Callback.Queue(["initFont",MathJax.OutputJax["HTML-CSS"],"MathJax_Typewriter"],["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Typewriter/Regular/Main.js"]); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedAdditional.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedAdditional.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-italic"],{7808:[880,18,833,71,906],7809:[664,18,667,15,648],7810:[876,18,833,71,906],7811:[664,18,667,15,648],7812:[818,18,833,71,906],7813:[606,18,667,15,648],7922:[880,0,556,78,633],7923:[664,206,444,-24,426]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Italic/LatinExtendedAdditional.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.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.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_SansSerif-bold"]={directory:"SansSerif/Bold",family:"MathJax_SansSerif",weight:"bold",testString:"MathJax SansSerif ^ _",Ranges:[[0,127,"BasicLatin"],[128,65535,"Other"],[768,879,"CombDiacritMarks"]]};MathJax.Callback.Queue(["initFont",MathJax.OutputJax["HTML-CSS"],"MathJax_SansSerif-bold"],["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/SansSerif/Bold/Main.js"]); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsA.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsA.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{10224:[662,156,1033,69,965],10225:[662,156,1033,69,965],10226:[626,116,974,54,882],10227:[626,116,974,92,920],10228:[569,61,1200,52,1147],10237:[551,45,1574,55,1519],10238:[551,45,1574,55,1519],10239:[449,-58,1574,55,1519]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/SupplementalArrowsA.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-bold"],{710:[694,-520,575,126,448],711:[660,-515,575,130,444],713:[607,-540,575,80,494],714:[706,-503,575,236,460],715:[706,-503,575,114,338],728:[694,-500,575,102,472],729:[695,-525,575,202,372],730:[702,-536,575,160,414],732:[694,-552,575,96,478]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Bold/SpacingModLetters.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.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.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_SansSerif-italic"]={directory:"SansSerif/Italic",family:"MathJax_SansSerif",style:"italic",testString:"MathJax SansSerif ^ _",Ranges:[[0,127,"BasicLatin"],[128,65535,"Other"],[768,879,"CombDiacritMarks"]]};MathJax.Callback.Queue(["initFont",MathJax.OutputJax["HTML-CSS"],"MathJax_SansSerif-italic"],["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/SansSerif/Italic/Main.js"]); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedAdditional.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedAdditional.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold-italic"],{7808:[904,18,889,64,940],7809:[697,13,667,15,614],7810:[904,18,889,64,940],7811:[697,13,667,15,614],7812:[862,18,889,64,940],7813:[655,13,667,15,614],7922:[904,0,611,71,659],7923:[697,205,444,-94,392]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/BoldItalic/LatinExtendedAdditional.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_Typewriter,{768:[611,-485,0,-409,-195],769:[611,-485,0,-331,-117],770:[611,-460,0,-429,-97],771:[611,-466,0,-438,-88],772:[577,-500,0,-452,-74],774:[611,-504,0,-446,-79],776:[612,-519,0,-421,-104],778:[619,-499,0,-344,-182],780:[577,-449,0,-427,-99]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Typewriter/Regular/CombDiacritMarks.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/BoldItalic/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/BoldItalic/Main.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.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXMathJax_Shapes-bold-italic"]={directory:"Shapes/BoldItalic",family:"STIXMathJax_Shapes",weight:"bold",style:"italic",testString:"\u00A0\u2423",32:[0,0,250,0,0],160:[0,0,250,0,0],9251:[31,120,500,40,460]};MathJax.Callback.Queue(["initFont",MathJax.OutputJax["HTML-CSS"],"STIXMathJax_Shapes-bold-italic"],["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Shapes/BoldItalic/Main.js"]); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsB.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsB.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold"],{10624:[705,200,675,105,570],10678:[634,130,864,50,814],10679:[634,130,864,50,814],10680:[634,130,864,50,814],10688:[634,130,864,50,814],10689:[634,130,864,50,814],10692:[661,158,910,45,865],10693:[661,158,910,45,865],10694:[661,158,910,45,865],10695:[661,158,910,45,865]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Bold/MiscMathSymbolsB.js"); 20 | -------------------------------------------------------------------------------- /assets/js/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.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.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-italic"],{768:[697,-500,0,-222,-74],769:[697,-500,0,-173,39],770:[694,-527,0,-251,17],771:[668,-558,0,-265,60],772:[589,-544,0,-282,54],774:[694,-515,0,-237,62],775:[669,-548,0,-165,-41],776:[669,-554,0,-251,45],778:[716,-542,0,-199,3],779:[697,-503,0,-248,65],780:[638,-502,0,-236,29]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Italic/CombDiacritMarks.js"); 20 | --------------------------------------------------------------------------------