├── .gitignore ├── LICENSE ├── README.md ├── code └── levels │ ├── 0-an-empty-image │ ├── Makefile │ └── main.cpp │ ├── 1-heaven-and-earth │ ├── Makefile │ └── main.cpp │ ├── 2-triangles │ ├── Makefile │ └── main.cpp │ ├── 3-raytracing │ ├── Makefile │ └── main.cpp │ ├── 4-ray-energy │ ├── Makefile │ └── main.cpp │ ├── 5-spheres │ ├── Makefile │ └── main.cpp │ ├── 6-light │ ├── Makefile │ └── main.cpp │ ├── 7-shadows │ ├── Makefile │ └── main.cpp │ ├── 8-random-stuff │ ├── Makefile │ └── main.cpp │ ├── 9-textures │ ├── Makefile │ ├── main.cpp │ └── texture.ppm │ └── x-rotation-matrices │ ├── Makefile │ ├── main.cpp │ └── texture.ppm ├── img ├── final-optimized.gif ├── level-0.png ├── level-1a.png ├── level-1b.png ├── level-2.png ├── level-3.png ├── level-4.png ├── level-5.png ├── level-6.png ├── level-7a.png ├── level-7b.png ├── level-7c.png ├── level-7d.png └── level-8.png └── slides ├── AUTHORS-jquery ├── LICENSE-headjs ├── LICENSE-jquery ├── LICENSE-mathjax ├── LICENSE-prismjs ├── LICENSE-revealjs ├── assets ├── img │ ├── antialiasing │ │ ├── aa0.png │ │ ├── aa1.png │ │ ├── aa2.png │ │ ├── aa3.png │ │ ├── aa4.png │ │ ├── aa5.png │ │ └── aa6.png │ ├── blender-camera │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── cam-view.png │ │ └── untitled.blend │ ├── defocus │ │ ├── defocus-0.png │ │ ├── defocus-1.png │ │ ├── defocus-10.png │ │ ├── defocus-2.png │ │ ├── defocus-3.png │ │ ├── defocus-4.png │ │ ├── defocus-5.png │ │ ├── defocus-6.png │ │ ├── defocus-7.png │ │ ├── defocus-7a.png │ │ ├── defocus-8.png │ │ └── defocus-9.png │ ├── diffuse │ │ ├── diffuse0.png │ │ ├── diffuse1.png │ │ ├── diffuse2.png │ │ ├── diffuse3.png │ │ ├── diffuse4.png │ │ ├── diffuse5.png │ │ ├── diffuse6.png │ │ └── diffuse7.png │ ├── dollar0.png │ ├── dollar1.png │ ├── dollar2.png │ ├── dragon │ │ ├── dragon_closeup.png │ │ ├── dragon_wireframe.png │ │ └── dragon_wireframe_close.png │ ├── external │ │ ├── bokeh__studio_incendo__flickr.jpg │ │ ├── colorcube.png │ │ ├── god-of-war.jpeg │ │ ├── mario-nes.gif │ │ ├── texture-haven │ │ │ ├── diffuse.jpg │ │ │ ├── normal.jpg │ │ │ ├── render.jpg │ │ │ ├── rough.jpg │ │ │ └── specular.jpg │ │ └── the-division.jpg │ ├── first-slide-teaser.png │ ├── ground │ │ ├── ground2-0.png │ │ ├── ground2-1.png │ │ ├── ground2-2.png │ │ └── ground2-3.png │ ├── levels │ │ ├── ground2.png │ │ ├── level-0.png │ │ ├── level-1a.png │ │ ├── level-1ab.png │ │ ├── level-1b.png │ │ ├── level-2.png │ │ ├── level-3.png │ │ ├── level-4.png │ │ ├── level-5.png │ │ ├── level-5a.png │ │ ├── level-6-crop.png │ │ ├── level-6.png │ │ ├── level-6a.png │ │ ├── level-7a-crop-floor.png │ │ ├── level-7a-crop-mirrorsphere.png │ │ ├── level-7a-crop.png │ │ ├── level-7a.png │ │ ├── level-7b.png │ │ ├── level-7c.png │ │ ├── level-7d.png │ │ ├── level-8-zoom1.png │ │ ├── level-8-zoom2-annot.png │ │ ├── level-8-zoom2.png │ │ ├── level-8.png │ │ └── sky2.png │ ├── mirror-triangles-render.png │ ├── normal-reflection │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ └── 7.png │ ├── phong │ │ ├── phong-0-ambient.png │ │ ├── phong-1-diffuse.png │ │ ├── phong-2-specular-hard100.png │ │ ├── phong-2-specular-hard25.png │ │ ├── phong-2-specular.png │ │ └── phong-3-combined.png │ ├── pixeloffset │ │ ├── offset--1.png │ │ ├── offset-0.png │ │ ├── offset-1.png │ │ └── offset-2.png │ ├── rotation │ │ ├── rot-0.png │ │ ├── rot-1.png │ │ ├── rot-2.png │ │ ├── rot-3.png │ │ ├── rot-4.png │ │ ├── rot-5.png │ │ ├── rot-6.png │ │ └── rot-7.png │ ├── rough │ │ ├── reflection-flip-0.png │ │ ├── reflection-flip-1.png │ │ ├── renormal-0.png │ │ ├── renormal-1.png │ │ ├── renormal-2.png │ │ ├── surface-0-absorbing.png │ │ ├── surface-1-mirror.png │ │ ├── surface-2-rough-0-0.png │ │ ├── surface-2-rough-0-1.png │ │ ├── surface-2-rough-0-2.png │ │ ├── surface-2-rough-0-3.png │ │ ├── surface-2-rough-0-4.png │ │ ├── surface-2-rough-1-0.png │ │ ├── surface-2-rough-1-1.png │ │ ├── surface-2-rough-1-2.png │ │ └── surface-3.png │ ├── sandbox.pdf │ ├── sandbox.svg │ ├── shadow │ │ ├── shadow0.png │ │ ├── shadow1.png │ │ ├── shadow2.png │ │ ├── shadow3.png │ │ ├── shadow4.png │ │ └── shadow5.png │ ├── soft-shadows │ │ ├── soft-0.png │ │ ├── soft-1.png │ │ ├── soft-2.png │ │ ├── soft-3.png │ │ ├── soft-4.png │ │ ├── soft-5.png │ │ ├── soft-6.png │ │ └── soft-7.png │ ├── sphere │ │ ├── old │ │ │ ├── sphere0.png │ │ │ ├── sphere1.png │ │ │ ├── sphere10.png │ │ │ ├── sphere11.png │ │ │ ├── sphere12.png │ │ │ ├── sphere13.png │ │ │ ├── sphere14.png │ │ │ ├── sphere15.png │ │ │ ├── sphere16.png │ │ │ ├── sphere17.png │ │ │ ├── sphere18.png │ │ │ ├── sphere2.png │ │ │ ├── sphere3.png │ │ │ ├── sphere4.png │ │ │ ├── sphere4a.png │ │ │ ├── sphere4b.png │ │ │ ├── sphere5.png │ │ │ ├── sphere6.png │ │ │ ├── sphere7.png │ │ │ ├── sphere8.png │ │ │ └── sphere9.png │ │ ├── sphere0.png │ │ ├── sphere1.png │ │ ├── sphere10.png │ │ ├── sphere11.png │ │ ├── sphere12.png │ │ ├── sphere13.png │ │ ├── sphere14.png │ │ ├── sphere15.png │ │ ├── sphere16.png │ │ ├── sphere17.png │ │ ├── sphere18.png │ │ ├── sphere2.png │ │ ├── sphere3.png │ │ ├── sphere4.png │ │ ├── sphere4a.png │ │ ├── sphere4b.png │ │ ├── sphere5.png │ │ ├── sphere6.png │ │ ├── sphere7.png │ │ ├── sphere8.png │ │ ├── sphere9.png │ │ └── tmp │ │ │ └── crop │ │ │ ├── sphere0.png │ │ │ ├── sphere1.png │ │ │ ├── sphere10.png │ │ │ ├── sphere11.png │ │ │ ├── sphere12.png │ │ │ ├── sphere13.png │ │ │ ├── sphere14.png │ │ │ ├── sphere15.png │ │ │ ├── sphere16.png │ │ │ ├── sphere17.png │ │ │ ├── sphere18.png │ │ │ ├── sphere2.png │ │ │ ├── sphere3.png │ │ │ ├── sphere4.png │ │ │ ├── sphere4a.png │ │ │ ├── sphere4b.png │ │ │ ├── sphere5.png │ │ │ ├── sphere6.png │ │ │ ├── sphere7.png │ │ │ ├── sphere8.png │ │ │ └── sphere9.png │ ├── spheres-materials-anisotropy.png │ ├── spheres-materials-defocus.png │ ├── spheres-materials-focus.png │ ├── spheres-materials.png │ ├── suzanne │ │ ├── ao.png │ │ ├── color.png │ │ ├── combined.png │ │ ├── depth.png │ │ ├── diffuse.png │ │ ├── normal.png │ │ └── specular.png │ ├── textures │ │ ├── tex-0.png │ │ ├── tex-1.png │ │ └── texture.png │ ├── triangle │ │ ├── hit0.png │ │ ├── hit1.png │ │ ├── hit2.png │ │ ├── triangle-0.png │ │ ├── triangle-1.png │ │ ├── triangle-2.png │ │ ├── triangle-3.png │ │ ├── triangle-4.png │ │ ├── triangle0-ccw.png │ │ ├── triangle0.png │ │ ├── triangle1.png │ │ └── triangle2.png │ ├── wallpaper-crop.jpg │ └── wallpaper.jpg └── video │ ├── final.ogv │ ├── line-by-line.ogv │ └── suzanne │ ├── final.ogv │ ├── final2.ogv │ ├── hemilight.ogv │ ├── hemilight2.ogv │ ├── sun.ogv │ ├── sun2.ogv │ ├── wireframe.ogv │ └── wireframe2.ogv ├── css ├── prism.css ├── prism.css.old ├── reveal.css └── theme │ ├── README.md │ ├── beige.css │ ├── black.css │ ├── blood.css │ ├── league.css │ ├── moon.css │ ├── night.css │ ├── serif.css │ ├── simple.css │ ├── sky.css │ ├── solarized.css │ ├── template │ ├── mixins.scss │ ├── settings.scss │ └── theme.scss │ └── white.css ├── index.html ├── js ├── MathJax │ ├── MathJax.js │ ├── config │ │ ├── AM_HTMLorMML-full.js │ │ ├── AM_HTMLorMML.js │ │ ├── Accessible-full.js │ │ ├── Accessible.js │ │ ├── MML_HTMLorMML-full.js │ │ ├── MML_HTMLorMML.js │ │ ├── MMLorHTML.js │ │ ├── Safe.js │ │ ├── TeX-AMS-MML_HTMLorMML-full.js │ │ ├── TeX-AMS-MML_HTMLorMML.js │ │ ├── TeX-AMS-MML_SVG-full.js │ │ ├── TeX-AMS-MML_SVG.js │ │ ├── TeX-AMS_HTML-full.js │ │ ├── TeX-AMS_HTML.js │ │ ├── TeX-MML-AM_HTMLorMML-full.js │ │ ├── TeX-MML-AM_HTMLorMML.js │ │ ├── default.js │ │ └── local │ │ │ └── local.js │ ├── fonts │ │ └── HTML-CSS │ │ │ └── TeX │ │ │ ├── otf │ │ │ ├── MathJax_AMS-Regular.otf │ │ │ ├── MathJax_Caligraphic-Bold.otf │ │ │ ├── MathJax_Caligraphic-Regular.otf │ │ │ ├── MathJax_Fraktur-Bold.otf │ │ │ ├── MathJax_Fraktur-Regular.otf │ │ │ ├── MathJax_Main-Bold.otf │ │ │ ├── MathJax_Main-Italic.otf │ │ │ ├── MathJax_Main-Regular.otf │ │ │ ├── MathJax_Math-BoldItalic.otf │ │ │ ├── MathJax_Math-Italic.otf │ │ │ ├── MathJax_Math-Regular.otf │ │ │ ├── MathJax_SansSerif-Bold.otf │ │ │ ├── MathJax_SansSerif-Italic.otf │ │ │ ├── MathJax_SansSerif-Regular.otf │ │ │ ├── MathJax_Script-Regular.otf │ │ │ ├── MathJax_Size1-Regular.otf │ │ │ ├── MathJax_Size2-Regular.otf │ │ │ ├── MathJax_Size3-Regular.otf │ │ │ ├── MathJax_Size4-Regular.otf │ │ │ ├── MathJax_Typewriter-Regular.otf │ │ │ ├── MathJax_WinChrome-Regular.otf │ │ │ └── MathJax_WinIE6-Regular.otf │ │ │ └── woff │ │ │ ├── MathJax_AMS-Regular.woff │ │ │ ├── MathJax_Caligraphic-Bold.woff │ │ │ ├── MathJax_Caligraphic-Regular.woff │ │ │ ├── MathJax_Fraktur-Bold.woff │ │ │ ├── MathJax_Fraktur-Regular.woff │ │ │ ├── MathJax_Main-Bold.woff │ │ │ ├── MathJax_Main-Italic.woff │ │ │ ├── MathJax_Main-Regular.woff │ │ │ ├── MathJax_Math-BoldItalic.woff │ │ │ ├── MathJax_Math-Italic.woff │ │ │ ├── MathJax_Math-Regular.woff │ │ │ ├── MathJax_SansSerif-Bold.woff │ │ │ ├── MathJax_SansSerif-Italic.woff │ │ │ ├── MathJax_SansSerif-Regular.woff │ │ │ ├── MathJax_Script-Regular.woff │ │ │ ├── MathJax_Size1-Regular.woff │ │ │ ├── MathJax_Size2-Regular.woff │ │ │ ├── MathJax_Size3-Regular.woff │ │ │ ├── MathJax_Size4-Regular.woff │ │ │ └── MathJax_Typewriter-Regular.woff │ └── jax │ │ ├── element │ │ └── mml │ │ │ ├── jax.js │ │ │ └── optable │ │ │ ├── Arrows.js │ │ │ ├── BasicLatin.js │ │ │ ├── CombDiacritMarks.js │ │ │ ├── CombDiactForSymbols.js │ │ │ ├── Dingbats.js │ │ │ ├── GeneralPunctuation.js │ │ │ ├── GeometricShapes.js │ │ │ ├── GreekAndCoptic.js │ │ │ ├── Latin1Supplement.js │ │ │ ├── LetterlikeSymbols.js │ │ │ ├── MathOperators.js │ │ │ ├── MiscMathSymbolsA.js │ │ │ ├── MiscMathSymbolsB.js │ │ │ ├── MiscSymbolsAndArrows.js │ │ │ ├── MiscTechnical.js │ │ │ ├── SpacingModLetters.js │ │ │ ├── SuppMathOperators.js │ │ │ ├── SupplementalArrowsA.js │ │ │ └── SupplementalArrowsB.js │ │ ├── input │ │ ├── AsciiMath │ │ │ ├── config.js │ │ │ └── jax.js │ │ ├── MathML │ │ │ ├── config.js │ │ │ ├── entities │ │ │ │ ├── a.js │ │ │ │ ├── b.js │ │ │ │ ├── c.js │ │ │ │ ├── d.js │ │ │ │ ├── e.js │ │ │ │ ├── f.js │ │ │ │ ├── fr.js │ │ │ │ ├── g.js │ │ │ │ ├── h.js │ │ │ │ ├── i.js │ │ │ │ ├── j.js │ │ │ │ ├── k.js │ │ │ │ ├── l.js │ │ │ │ ├── m.js │ │ │ │ ├── n.js │ │ │ │ ├── o.js │ │ │ │ ├── opf.js │ │ │ │ ├── p.js │ │ │ │ ├── q.js │ │ │ │ ├── r.js │ │ │ │ ├── s.js │ │ │ │ ├── scr.js │ │ │ │ ├── t.js │ │ │ │ ├── u.js │ │ │ │ ├── v.js │ │ │ │ ├── w.js │ │ │ │ ├── x.js │ │ │ │ ├── y.js │ │ │ │ └── z.js │ │ │ └── jax.js │ │ └── TeX │ │ │ ├── config.js │ │ │ └── jax.js │ │ └── output │ │ ├── CommonHTML │ │ ├── config.js │ │ └── jax.js │ │ ├── HTML-CSS │ │ ├── autoload │ │ │ ├── annotation-xml.js │ │ │ ├── maction.js │ │ │ ├── menclose.js │ │ │ ├── mglyph.js │ │ │ ├── mmultiscripts.js │ │ │ ├── ms.js │ │ │ ├── mtable.js │ │ │ └── multiline.js │ │ ├── config.js │ │ ├── fonts │ │ │ ├── Asana-Math │ │ │ │ ├── Alphabets │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Arrows │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── DoubleStruck │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Fraktur │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Latin │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Main │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Marks │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Misc │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Monospace │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── NonUnicode │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Normal │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Operators │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── SansSerif │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Script │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Shapes │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size1 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size2 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size3 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size4 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size5 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size6 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Symbols │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Variants │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── fontdata-extra.js │ │ │ │ └── fontdata.js │ │ │ ├── Gyre-Pagella │ │ │ │ ├── Alphabets │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Arrows │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── DoubleStruck │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Fraktur │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Latin │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Main │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Marks │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Misc │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Monospace │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── NonUnicode │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Normal │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Operators │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── SansSerif │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Script │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Shapes │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size1 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size2 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size3 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size4 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size5 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size6 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Symbols │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Variants │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── fontdata-extra.js │ │ │ │ └── fontdata.js │ │ │ ├── Gyre-Termes │ │ │ │ ├── Alphabets │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Arrows │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── DoubleStruck │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Fraktur │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Latin │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Main │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Marks │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Misc │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Monospace │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── NonUnicode │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Normal │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Operators │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── SansSerif │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Script │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Shapes │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size1 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size2 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size3 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size4 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size5 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size6 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Symbols │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Variants │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── fontdata-extra.js │ │ │ │ └── fontdata.js │ │ │ ├── Latin-Modern │ │ │ │ ├── Alphabets │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Arrows │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── DoubleStruck │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Fraktur │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Latin │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Main │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Marks │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Misc │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Monospace │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── NonUnicode │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Normal │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Operators │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── SansSerif │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Script │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Shapes │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size1 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size2 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size3 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size4 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size5 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size6 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size7 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Symbols │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Variants │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── fontdata-extra.js │ │ │ │ └── fontdata.js │ │ │ ├── Neo-Euler │ │ │ │ ├── Alphabets │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Arrows │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Fraktur │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Main │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Marks │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── NonUnicode │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Normal │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Operators │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Script │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Shapes │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size1 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size2 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size3 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size4 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size5 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Symbols │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Variants │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── fontdata-extra.js │ │ │ │ └── fontdata.js │ │ │ ├── STIX-Web │ │ │ │ ├── Alphabets │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Italic │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Arrows │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── DoubleStruck │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Italic │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Fraktur │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Latin │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Italic │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Main │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Italic │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Marks │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Italic │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Misc │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Italic │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Monospace │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Normal │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Italic │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Operators │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── SansSerif │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Italic │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Script │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Italic │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Shapes │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size1 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size2 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size3 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size4 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Size5 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Symbols │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Variants │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Italic │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ ├── fontdata-extra.js │ │ │ │ └── fontdata.js │ │ │ ├── STIX │ │ │ │ ├── General │ │ │ │ │ ├── Bold │ │ │ │ │ │ ├── AlphaPresentForms.js │ │ │ │ │ │ ├── Arrows.js │ │ │ │ │ │ ├── BBBold.js │ │ │ │ │ │ ├── BoldFraktur.js │ │ │ │ │ │ ├── BoxDrawing.js │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ │ │ ├── ControlPictures.js │ │ │ │ │ │ ├── CurrencySymbols.js │ │ │ │ │ │ ├── Cyrillic.js │ │ │ │ │ │ ├── EnclosedAlphanum.js │ │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ │ │ ├── GreekBold.js │ │ │ │ │ │ ├── GreekSSBold.js │ │ │ │ │ │ ├── IPAExtensions.js │ │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ │ ├── LatinExtendedAdditional.js │ │ │ │ │ │ ├── LatinExtendedB.js │ │ │ │ │ │ ├── LatinExtendedD.js │ │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ ├── MathBold.js │ │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ │ ├── MathSSBold.js │ │ │ │ │ │ ├── MiscMathSymbolsA.js │ │ │ │ │ │ ├── MiscMathSymbolsB.js │ │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ │ ├── MiscTechnical.js │ │ │ │ │ │ ├── NumberForms.js │ │ │ │ │ │ ├── PhoneticExtensions.js │ │ │ │ │ │ ├── SpacingModLetters.js │ │ │ │ │ │ ├── SuperAndSubscripts.js │ │ │ │ │ │ └── SuppMathOperators.js │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ ├── AlphaPresentForms.js │ │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ │ ├── BoxDrawing.js │ │ │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ │ │ ├── ControlPictures.js │ │ │ │ │ │ ├── CurrencySymbols.js │ │ │ │ │ │ ├── Cyrillic.js │ │ │ │ │ │ ├── EnclosedAlphanum.js │ │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ │ │ ├── GreekBoldItalic.js │ │ │ │ │ │ ├── GreekSSBoldItalic.js │ │ │ │ │ │ ├── IPAExtensions.js │ │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ │ ├── LatinExtendedAdditional.js │ │ │ │ │ │ ├── LatinExtendedB.js │ │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ ├── MathBoldItalic.js │ │ │ │ │ │ ├── MathBoldScript.js │ │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ │ ├── MathSSItalicBold.js │ │ │ │ │ │ └── SpacingModLetters.js │ │ │ │ │ ├── Italic │ │ │ │ │ │ ├── AlphaPresentForms.js │ │ │ │ │ │ ├── BoxDrawing.js │ │ │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ │ │ ├── ControlPictures.js │ │ │ │ │ │ ├── CurrencySymbols.js │ │ │ │ │ │ ├── Cyrillic.js │ │ │ │ │ │ ├── EnclosedAlphanum.js │ │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ │ │ ├── GreekItalic.js │ │ │ │ │ │ ├── IPAExtensions.js │ │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ │ ├── LatinExtendedAdditional.js │ │ │ │ │ │ ├── LatinExtendedB.js │ │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ ├── MathItalic.js │ │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ │ ├── MathSSItalic.js │ │ │ │ │ │ ├── MathScript.js │ │ │ │ │ │ ├── SpacingModLetters.js │ │ │ │ │ │ └── ij.js │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── AlphaPresentForms.js │ │ │ │ │ │ ├── Arrows.js │ │ │ │ │ │ ├── BBBold.js │ │ │ │ │ │ ├── BlockElements.js │ │ │ │ │ │ ├── BoldFraktur.js │ │ │ │ │ │ ├── BoxDrawing.js │ │ │ │ │ │ ├── CJK.js │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ │ │ ├── ControlPictures.js │ │ │ │ │ │ ├── CurrencySymbols.js │ │ │ │ │ │ ├── Cyrillic.js │ │ │ │ │ │ ├── Dingbats.js │ │ │ │ │ │ ├── EnclosedAlphanum.js │ │ │ │ │ │ ├── Fraktur.js │ │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ │ │ ├── GreekBold.js │ │ │ │ │ │ ├── GreekBoldItalic.js │ │ │ │ │ │ ├── GreekItalic.js │ │ │ │ │ │ ├── GreekSSBold.js │ │ │ │ │ │ ├── GreekSSBoldItalic.js │ │ │ │ │ │ ├── Hiragana.js │ │ │ │ │ │ ├── IPAExtensions.js │ │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ │ ├── LatinExtendedAdditional.js │ │ │ │ │ │ ├── LatinExtendedB.js │ │ │ │ │ │ ├── LatinExtendedD.js │ │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ ├── MathBold.js │ │ │ │ │ │ ├── MathBoldItalic.js │ │ │ │ │ │ ├── MathBoldScript.js │ │ │ │ │ │ ├── MathItalic.js │ │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ │ ├── MathSS.js │ │ │ │ │ │ ├── MathSSBold.js │ │ │ │ │ │ ├── MathSSItalic.js │ │ │ │ │ │ ├── MathSSItalicBold.js │ │ │ │ │ │ ├── MathScript.js │ │ │ │ │ │ ├── MathTT.js │ │ │ │ │ │ ├── MiscMathSymbolsA.js │ │ │ │ │ │ ├── MiscMathSymbolsB.js │ │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ │ ├── MiscSymbolsAndArrows.js │ │ │ │ │ │ ├── MiscTechnical.js │ │ │ │ │ │ ├── NumberForms.js │ │ │ │ │ │ ├── PhoneticExtensions.js │ │ │ │ │ │ ├── SpacingModLetters.js │ │ │ │ │ │ ├── Specials.js │ │ │ │ │ │ ├── SuperAndSubscripts.js │ │ │ │ │ │ ├── SuppMathOperators.js │ │ │ │ │ │ ├── SupplementalArrowsA.js │ │ │ │ │ │ ├── SupplementalArrowsB.js │ │ │ │ │ │ └── ij.js │ │ │ │ ├── IntegralsD │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── All.js │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ └── Main.js │ │ │ │ ├── IntegralsSm │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── All.js │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ └── Main.js │ │ │ │ ├── IntegralsUp │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── All.js │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ └── Main.js │ │ │ │ ├── IntegralsUpD │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── All.js │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ └── Main.js │ │ │ │ ├── IntegralsUpSm │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── All.js │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ └── Main.js │ │ │ │ ├── NonUnicode │ │ │ │ │ ├── Bold │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ └── PrivateUse.js │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ └── PrivateUse.js │ │ │ │ │ ├── Italic │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ └── PrivateUse.js │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ └── PrivateUse.js │ │ │ │ ├── SizeFiveSym │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ └── Main.js │ │ │ │ ├── SizeFourSym │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ └── Main.js │ │ │ │ ├── SizeOneSym │ │ │ │ │ ├── Bold │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ └── Main.js │ │ │ │ ├── SizeThreeSym │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ └── Main.js │ │ │ │ ├── SizeTwoSym │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ └── Main.js │ │ │ │ ├── Variants │ │ │ │ │ ├── Bold │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ └── Main.js │ │ │ │ ├── fontdata-1.0.js │ │ │ │ ├── fontdata-beta.js │ │ │ │ ├── fontdata-extra.js │ │ │ │ └── fontdata.js │ │ │ └── TeX │ │ │ │ ├── AMS │ │ │ │ └── Regular │ │ │ │ │ ├── Arrows.js │ │ │ │ │ ├── BBBold.js │ │ │ │ │ ├── BoxDrawing.js │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ ├── Dingbats.js │ │ │ │ │ ├── EnclosedAlphanum.js │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ ├── Main.js │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ ├── MiscMathSymbolsB.js │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ ├── MiscTechnical.js │ │ │ │ │ ├── PUA.js │ │ │ │ │ ├── SpacingModLetters.js │ │ │ │ │ └── SuppMathOperators.js │ │ │ │ ├── Caligraphic │ │ │ │ ├── Bold │ │ │ │ │ └── Main.js │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ │ ├── Fraktur │ │ │ │ ├── Bold │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ ├── Main.js │ │ │ │ │ ├── Other.js │ │ │ │ │ └── PUA.js │ │ │ │ └── Regular │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ ├── Main.js │ │ │ │ │ ├── Other.js │ │ │ │ │ └── PUA.js │ │ │ │ ├── Greek │ │ │ │ ├── Bold │ │ │ │ │ └── Main.js │ │ │ │ ├── BoldItalic │ │ │ │ │ └── Main.js │ │ │ │ ├── Italic │ │ │ │ │ └── Main.js │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ │ ├── Main │ │ │ │ ├── Bold │ │ │ │ │ ├── Arrows.js │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ ├── LatinExtendedB.js │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ ├── Main.js │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ ├── MiscMathSymbolsA.js │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ ├── MiscTechnical.js │ │ │ │ │ ├── SpacingModLetters.js │ │ │ │ │ ├── SuppMathOperators.js │ │ │ │ │ └── SupplementalArrowsA.js │ │ │ │ ├── Italic │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ └── Main.js │ │ │ │ └── Regular │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ ├── Main.js │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ └── SpacingModLetters.js │ │ │ │ ├── Math │ │ │ │ ├── BoldItalic │ │ │ │ │ └── Main.js │ │ │ │ └── Italic │ │ │ │ │ └── Main.js │ │ │ │ ├── SansSerif │ │ │ │ ├── Bold │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ ├── Main.js │ │ │ │ │ └── Other.js │ │ │ │ ├── Italic │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ ├── Main.js │ │ │ │ │ └── Other.js │ │ │ │ └── Regular │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ ├── Main.js │ │ │ │ │ └── Other.js │ │ │ │ ├── Script │ │ │ │ └── Regular │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ ├── Main.js │ │ │ │ │ └── Other.js │ │ │ │ ├── Size1 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ │ ├── Size2 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ │ ├── Size3 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ │ ├── Size4 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ │ ├── Typewriter │ │ │ │ └── Regular │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ ├── Main.js │ │ │ │ │ └── Other.js │ │ │ │ ├── WinChrome │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ │ ├── WinIE6 │ │ │ │ └── Regular │ │ │ │ │ ├── AMS.js │ │ │ │ │ ├── Bold.js │ │ │ │ │ └── Main.js │ │ │ │ ├── fontdata-extra.js │ │ │ │ └── fontdata.js │ │ ├── imageFonts.js │ │ └── jax.js │ │ ├── NativeMML │ │ ├── config.js │ │ └── jax.js │ │ └── SVG │ │ ├── autoload │ │ ├── annotation-xml.js │ │ ├── maction.js │ │ ├── menclose.js │ │ ├── mglyph.js │ │ ├── mmultiscripts.js │ │ ├── ms.js │ │ ├── mtable.js │ │ └── multiline.js │ │ ├── config.js │ │ ├── fonts │ │ ├── Asana-Math │ │ │ ├── Alphabets │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Arrows │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── DoubleStruck │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Fraktur │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Latin │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Main │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Marks │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Misc │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Monospace │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── NonUnicode │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Normal │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Operators │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── SansSerif │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Script │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Shapes │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size1 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size2 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size3 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size4 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size5 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size6 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Symbols │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Variants │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── fontdata-extra.js │ │ │ └── fontdata.js │ │ ├── Gyre-Pagella │ │ │ ├── Alphabets │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Arrows │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── DoubleStruck │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Fraktur │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Latin │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Main │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Marks │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Misc │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Monospace │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── NonUnicode │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Normal │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Operators │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── SansSerif │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Script │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Shapes │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size1 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size2 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size3 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size4 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size5 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size6 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Symbols │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Variants │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── fontdata-extra.js │ │ │ └── fontdata.js │ │ ├── Gyre-Termes │ │ │ ├── Alphabets │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Arrows │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── DoubleStruck │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Fraktur │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Latin │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Main │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Marks │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Misc │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Monospace │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── NonUnicode │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Normal │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Operators │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── SansSerif │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Script │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Shapes │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size1 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size2 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size3 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size4 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size5 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size6 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Symbols │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Variants │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── fontdata-extra.js │ │ │ └── fontdata.js │ │ ├── Latin-Modern │ │ │ ├── Alphabets │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Arrows │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── DoubleStruck │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Fraktur │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Latin │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Main │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Marks │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Misc │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Monospace │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── NonUnicode │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Normal │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Operators │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── SansSerif │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Script │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Shapes │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size1 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size2 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size3 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size4 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size5 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size6 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size7 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Symbols │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Variants │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── fontdata-extra.js │ │ │ └── fontdata.js │ │ ├── Neo-Euler │ │ │ ├── Alphabets │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Arrows │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Fraktur │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Main │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Marks │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── NonUnicode │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Normal │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Operators │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Script │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Shapes │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size1 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size2 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size3 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size4 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size5 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Symbols │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Variants │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── fontdata-extra.js │ │ │ └── fontdata.js │ │ ├── STIX-Web │ │ │ ├── Alphabets │ │ │ │ ├── Bold │ │ │ │ │ └── Main.js │ │ │ │ ├── BoldItalic │ │ │ │ │ └── Main.js │ │ │ │ ├── Italic │ │ │ │ │ └── Main.js │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Arrows │ │ │ │ ├── Bold │ │ │ │ │ └── Main.js │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── DoubleStruck │ │ │ │ ├── Bold │ │ │ │ │ └── Main.js │ │ │ │ ├── BoldItalic │ │ │ │ │ └── Main.js │ │ │ │ ├── Italic │ │ │ │ │ └── Main.js │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Fraktur │ │ │ │ ├── Bold │ │ │ │ │ └── Main.js │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Latin │ │ │ │ ├── Bold │ │ │ │ │ └── Main.js │ │ │ │ ├── BoldItalic │ │ │ │ │ └── Main.js │ │ │ │ ├── Italic │ │ │ │ │ └── Main.js │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Main │ │ │ │ ├── Bold │ │ │ │ │ └── Main.js │ │ │ │ ├── BoldItalic │ │ │ │ │ └── Main.js │ │ │ │ ├── Italic │ │ │ │ │ └── Main.js │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Marks │ │ │ │ ├── Bold │ │ │ │ │ └── Main.js │ │ │ │ ├── BoldItalic │ │ │ │ │ └── Main.js │ │ │ │ ├── Italic │ │ │ │ │ └── Main.js │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Misc │ │ │ │ ├── Bold │ │ │ │ │ └── Main.js │ │ │ │ ├── BoldItalic │ │ │ │ │ └── Main.js │ │ │ │ ├── Italic │ │ │ │ │ └── Main.js │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Monospace │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Normal │ │ │ │ ├── Bold │ │ │ │ │ └── Main.js │ │ │ │ ├── BoldItalic │ │ │ │ │ └── Main.js │ │ │ │ └── Italic │ │ │ │ │ └── Main.js │ │ │ ├── Operators │ │ │ │ ├── Bold │ │ │ │ │ └── Main.js │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── SansSerif │ │ │ │ ├── Bold │ │ │ │ │ └── Main.js │ │ │ │ ├── BoldItalic │ │ │ │ │ └── Main.js │ │ │ │ ├── Italic │ │ │ │ │ └── Main.js │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Script │ │ │ │ ├── BoldItalic │ │ │ │ │ └── Main.js │ │ │ │ ├── Italic │ │ │ │ │ └── Main.js │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Shapes │ │ │ │ ├── Bold │ │ │ │ │ └── Main.js │ │ │ │ ├── BoldItalic │ │ │ │ │ └── Main.js │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size1 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size2 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size3 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size4 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Size5 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Symbols │ │ │ │ ├── Bold │ │ │ │ │ └── Main.js │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── Variants │ │ │ │ ├── Bold │ │ │ │ │ └── Main.js │ │ │ │ ├── BoldItalic │ │ │ │ │ └── Main.js │ │ │ │ ├── Italic │ │ │ │ │ └── Main.js │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ ├── fontdata-extra.js │ │ │ └── fontdata.js │ │ └── TeX │ │ │ ├── AMS │ │ │ └── Regular │ │ │ │ ├── Arrows.js │ │ │ │ ├── BoxDrawing.js │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ ├── Dingbats.js │ │ │ │ ├── EnclosedAlphanum.js │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ ├── GeometricShapes.js │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ ├── Latin1Supplement.js │ │ │ │ ├── LatinExtendedA.js │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ ├── Main.js │ │ │ │ ├── MathOperators.js │ │ │ │ ├── MiscMathSymbolsB.js │ │ │ │ ├── MiscSymbols.js │ │ │ │ ├── MiscTechnical.js │ │ │ │ ├── PUA.js │ │ │ │ ├── SpacingModLetters.js │ │ │ │ └── SuppMathOperators.js │ │ │ ├── Caligraphic │ │ │ ├── Bold │ │ │ │ └── Main.js │ │ │ └── Regular │ │ │ │ └── Main.js │ │ │ ├── Fraktur │ │ │ ├── Bold │ │ │ │ ├── BasicLatin.js │ │ │ │ ├── Main.js │ │ │ │ ├── Other.js │ │ │ │ └── PUA.js │ │ │ └── Regular │ │ │ │ ├── BasicLatin.js │ │ │ │ ├── Main.js │ │ │ │ ├── Other.js │ │ │ │ └── PUA.js │ │ │ ├── Main │ │ │ ├── Bold │ │ │ │ ├── Arrows.js │ │ │ │ ├── BasicLatin.js │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ ├── GeometricShapes.js │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ ├── Latin1Supplement.js │ │ │ │ ├── LatinExtendedA.js │ │ │ │ ├── LatinExtendedB.js │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ ├── Main.js │ │ │ │ ├── MathOperators.js │ │ │ │ ├── MiscMathSymbolsA.js │ │ │ │ ├── MiscSymbols.js │ │ │ │ ├── MiscTechnical.js │ │ │ │ ├── SpacingModLetters.js │ │ │ │ ├── SuppMathOperators.js │ │ │ │ └── SupplementalArrowsA.js │ │ │ ├── Italic │ │ │ │ ├── BasicLatin.js │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ ├── LatinExtendedA.js │ │ │ │ ├── LatinExtendedB.js │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ ├── Main.js │ │ │ │ └── MathOperators.js │ │ │ └── Regular │ │ │ │ ├── BasicLatin.js │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ ├── GeometricShapes.js │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ ├── LatinExtendedA.js │ │ │ │ ├── LatinExtendedB.js │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ ├── Main.js │ │ │ │ ├── MathOperators.js │ │ │ │ ├── MiscSymbols.js │ │ │ │ ├── SpacingModLetters.js │ │ │ │ └── SuppMathOperators.js │ │ │ ├── Math │ │ │ ├── BoldItalic │ │ │ │ └── Main.js │ │ │ └── Italic │ │ │ │ └── Main.js │ │ │ ├── SansSerif │ │ │ ├── Bold │ │ │ │ ├── BasicLatin.js │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ ├── Main.js │ │ │ │ └── Other.js │ │ │ ├── Italic │ │ │ │ ├── BasicLatin.js │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ ├── Main.js │ │ │ │ └── Other.js │ │ │ └── Regular │ │ │ │ ├── BasicLatin.js │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ ├── Main.js │ │ │ │ └── Other.js │ │ │ ├── Script │ │ │ └── Regular │ │ │ │ ├── BasicLatin.js │ │ │ │ └── Main.js │ │ │ ├── Size1 │ │ │ └── Regular │ │ │ │ └── Main.js │ │ │ ├── Size2 │ │ │ └── Regular │ │ │ │ └── Main.js │ │ │ ├── Size3 │ │ │ └── Regular │ │ │ │ └── Main.js │ │ │ ├── Size4 │ │ │ └── Regular │ │ │ │ └── Main.js │ │ │ ├── Typewriter │ │ │ └── Regular │ │ │ │ ├── BasicLatin.js │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ ├── Main.js │ │ │ │ └── Other.js │ │ │ ├── fontdata-extra.js │ │ │ └── fontdata.js │ │ └── jax.js ├── head.min.js ├── jquery.min.js ├── prism.js └── reveal.js ├── lib ├── font │ ├── league-gothic │ │ ├── LICENSE │ │ ├── league-gothic.css │ │ ├── league-gothic.eot │ │ ├── league-gothic.ttf │ │ └── league-gothic.woff │ └── source-sans-pro │ │ ├── LICENSE │ │ ├── source-sans-pro-italic.eot │ │ ├── source-sans-pro-italic.ttf │ │ ├── source-sans-pro-italic.woff │ │ ├── source-sans-pro-regular.eot │ │ ├── source-sans-pro-regular.ttf │ │ ├── source-sans-pro-regular.woff │ │ ├── source-sans-pro-semibold.eot │ │ ├── source-sans-pro-semibold.ttf │ │ ├── source-sans-pro-semibold.woff │ │ ├── source-sans-pro-semibolditalic.eot │ │ ├── source-sans-pro-semibolditalic.ttf │ │ ├── source-sans-pro-semibolditalic.woff │ │ └── source-sans-pro.css └── js │ ├── classList.js │ ├── head.min.js │ └── html5shiv.js └── plugin └── math └── math.js /.gitignore: -------------------------------------------------------------------------------- 1 | # Vim undo and tmp files 2 | *~ 3 | *.swp 4 | 5 | # Compiled Object files 6 | *.slo 7 | *.lo 8 | *.o 9 | *.obj 10 | 11 | # Compiled Dynamic libraries 12 | *.so 13 | *.dylib 14 | *.dll 15 | 16 | # Compiled Static libraries 17 | *.lai 18 | *.la 19 | *.a 20 | *.lib 21 | 22 | # Executables 23 | *.exe 24 | *.out 25 | *.app 26 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 Nikolaus Mayer 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /code/levels/0-an-empty-image/Makefile: -------------------------------------------------------------------------------- 1 | 2 | raytracer: main.cpp 3 | g++ -Wall -Wextra -Wpedantic -std=c++11 -O2 main.cpp -o raytracer 4 | 5 | -------------------------------------------------------------------------------- /code/levels/0-an-empty-image/main.cpp: -------------------------------------------------------------------------------- 1 | 2 | #include 3 | 4 | 5 | int main() { 6 | std::ofstream outfile("img.ppm", std::ios::binary); 7 | 8 | /// PPM Header 9 | outfile << "P6 512 512 255 "; 10 | 11 | for (int y = 0; y < 512; ++y) { 12 | for (int x = 0; x < 512; ++x) { 13 | outfile << static_cast(255) 14 | << static_cast(0) 15 | << static_cast(0); 16 | } 17 | } 18 | 19 | return EXIT_SUCCESS; 20 | } 21 | 22 | -------------------------------------------------------------------------------- /code/levels/1-heaven-and-earth/Makefile: -------------------------------------------------------------------------------- 1 | 2 | raytracer: main.cpp 3 | g++ -Wall -Wextra -Wpedantic -std=c++11 -O2 main.cpp -o raytracer 4 | 5 | -------------------------------------------------------------------------------- /code/levels/2-triangles/Makefile: -------------------------------------------------------------------------------- 1 | 2 | raytracer: main.cpp 3 | g++ -Wall -Wextra -Wpedantic -std=c++11 -O2 main.cpp -o raytracer 4 | 5 | -------------------------------------------------------------------------------- /code/levels/3-raytracing/Makefile: -------------------------------------------------------------------------------- 1 | 2 | raytracer: main.cpp 3 | g++ -Wall -Wextra -Wpedantic -std=c++11 -O2 main.cpp -o raytracer 4 | 5 | -------------------------------------------------------------------------------- /code/levels/4-ray-energy/Makefile: -------------------------------------------------------------------------------- 1 | 2 | raytracer: main.cpp 3 | g++ -Wall -Wextra -Wpedantic -std=c++11 -O2 main.cpp -o raytracer 4 | 5 | -------------------------------------------------------------------------------- /code/levels/5-spheres/Makefile: -------------------------------------------------------------------------------- 1 | 2 | raytracer: main.cpp 3 | g++ -Wall -Wextra -Wpedantic -std=c++11 -O2 main.cpp -o raytracer 4 | 5 | -------------------------------------------------------------------------------- /code/levels/6-light/Makefile: -------------------------------------------------------------------------------- 1 | 2 | raytracer: main.cpp 3 | g++ -Wall -Wextra -Wpedantic -std=c++11 -O2 main.cpp -o raytracer 4 | 5 | -------------------------------------------------------------------------------- /code/levels/7-shadows/Makefile: -------------------------------------------------------------------------------- 1 | 2 | raytracer: main.cpp 3 | g++ -Wall -Wextra -Wpedantic -std=c++11 -O2 main.cpp -o raytracer 4 | 5 | -------------------------------------------------------------------------------- /code/levels/8-random-stuff/Makefile: -------------------------------------------------------------------------------- 1 | 2 | raytracer: main.cpp 3 | g++ -Wall -Wextra -Wpedantic -std=c++11 -O2 main.cpp -o raytracer 4 | 5 | -------------------------------------------------------------------------------- /code/levels/9-textures/Makefile: -------------------------------------------------------------------------------- 1 | 2 | raytracer: main.cpp 3 | g++ -Wall -Wextra -Wpedantic -std=c++11 -O2 main.cpp -o raytracer 4 | 5 | -------------------------------------------------------------------------------- /code/levels/9-textures/texture.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/code/levels/9-textures/texture.ppm -------------------------------------------------------------------------------- /code/levels/x-rotation-matrices/Makefile: -------------------------------------------------------------------------------- 1 | 2 | raytracer: main.cpp 3 | g++ -Wall -Wextra -Wpedantic -std=c++11 -O2 main.cpp -o raytracer 4 | 5 | -------------------------------------------------------------------------------- /code/levels/x-rotation-matrices/texture.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/code/levels/x-rotation-matrices/texture.ppm -------------------------------------------------------------------------------- /img/final-optimized.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/img/final-optimized.gif -------------------------------------------------------------------------------- /img/level-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/img/level-0.png -------------------------------------------------------------------------------- /img/level-1a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/img/level-1a.png -------------------------------------------------------------------------------- /img/level-1b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/img/level-1b.png -------------------------------------------------------------------------------- /img/level-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/img/level-2.png -------------------------------------------------------------------------------- /img/level-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/img/level-3.png -------------------------------------------------------------------------------- /img/level-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/img/level-4.png -------------------------------------------------------------------------------- /img/level-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/img/level-5.png -------------------------------------------------------------------------------- /img/level-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/img/level-6.png -------------------------------------------------------------------------------- /img/level-7a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/img/level-7a.png -------------------------------------------------------------------------------- /img/level-7b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/img/level-7b.png -------------------------------------------------------------------------------- /img/level-7c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/img/level-7c.png -------------------------------------------------------------------------------- /img/level-7d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/img/level-7d.png -------------------------------------------------------------------------------- /img/level-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/img/level-8.png -------------------------------------------------------------------------------- /slides/LICENSE-headjs: -------------------------------------------------------------------------------- 1 | The MIT License 2 | 3 | Copyright (c) 2013 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in 13 | all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | THE SOFTWARE. -------------------------------------------------------------------------------- /slides/LICENSE-jquery: -------------------------------------------------------------------------------- 1 | Copyright JS Foundation and other contributors, https://js.foundation/ 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining 4 | a copy of this software and associated documentation files (the 5 | "Software"), to deal in the Software without restriction, including 6 | without limitation the rights to use, copy, modify, merge, publish, 7 | distribute, sublicense, and/or sell copies of the Software, and to 8 | permit persons to whom the Software is furnished to do so, subject to 9 | the following conditions: 10 | 11 | The above copyright notice and this permission notice shall be 12 | included in all copies or substantial portions of the Software. 13 | 14 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 15 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 16 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 17 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 18 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 19 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 20 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /slides/LICENSE-prismjs: -------------------------------------------------------------------------------- 1 | MIT LICENSE 2 | 3 | Copyright (c) 2012 Lea Verou 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in 13 | all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | THE SOFTWARE. 22 | -------------------------------------------------------------------------------- /slides/LICENSE-revealjs: -------------------------------------------------------------------------------- 1 | Copyright (C) 2015 Hakim El Hattab, http://hakim.se 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy 4 | of this software and associated documentation files (the "Software"), to deal 5 | in the Software without restriction, including without limitation the rights 6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 | copies of the Software, and to permit persons to whom the Software is 8 | furnished to do so, subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in 11 | all copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 19 | THE SOFTWARE. 20 | 21 | -------------------------------------------------------------------------------- /slides/assets/img/antialiasing/aa0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/antialiasing/aa0.png -------------------------------------------------------------------------------- /slides/assets/img/antialiasing/aa1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/antialiasing/aa1.png -------------------------------------------------------------------------------- /slides/assets/img/antialiasing/aa2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/antialiasing/aa2.png -------------------------------------------------------------------------------- /slides/assets/img/antialiasing/aa3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/antialiasing/aa3.png -------------------------------------------------------------------------------- /slides/assets/img/antialiasing/aa4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/antialiasing/aa4.png -------------------------------------------------------------------------------- /slides/assets/img/antialiasing/aa5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/antialiasing/aa5.png -------------------------------------------------------------------------------- /slides/assets/img/antialiasing/aa6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/antialiasing/aa6.png -------------------------------------------------------------------------------- /slides/assets/img/blender-camera/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/blender-camera/0.png -------------------------------------------------------------------------------- /slides/assets/img/blender-camera/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/blender-camera/1.png -------------------------------------------------------------------------------- /slides/assets/img/blender-camera/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/blender-camera/2.png -------------------------------------------------------------------------------- /slides/assets/img/blender-camera/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/blender-camera/3.png -------------------------------------------------------------------------------- /slides/assets/img/blender-camera/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/blender-camera/4.png -------------------------------------------------------------------------------- /slides/assets/img/blender-camera/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/blender-camera/5.png -------------------------------------------------------------------------------- /slides/assets/img/blender-camera/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/blender-camera/6.png -------------------------------------------------------------------------------- /slides/assets/img/blender-camera/cam-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/blender-camera/cam-view.png -------------------------------------------------------------------------------- /slides/assets/img/blender-camera/untitled.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/blender-camera/untitled.blend -------------------------------------------------------------------------------- /slides/assets/img/defocus/defocus-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/defocus/defocus-0.png -------------------------------------------------------------------------------- /slides/assets/img/defocus/defocus-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/defocus/defocus-1.png -------------------------------------------------------------------------------- /slides/assets/img/defocus/defocus-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/defocus/defocus-10.png -------------------------------------------------------------------------------- /slides/assets/img/defocus/defocus-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/defocus/defocus-2.png -------------------------------------------------------------------------------- /slides/assets/img/defocus/defocus-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/defocus/defocus-3.png -------------------------------------------------------------------------------- /slides/assets/img/defocus/defocus-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/defocus/defocus-4.png -------------------------------------------------------------------------------- /slides/assets/img/defocus/defocus-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/defocus/defocus-5.png -------------------------------------------------------------------------------- /slides/assets/img/defocus/defocus-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/defocus/defocus-6.png -------------------------------------------------------------------------------- /slides/assets/img/defocus/defocus-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/defocus/defocus-7.png -------------------------------------------------------------------------------- /slides/assets/img/defocus/defocus-7a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/defocus/defocus-7a.png -------------------------------------------------------------------------------- /slides/assets/img/defocus/defocus-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/defocus/defocus-8.png -------------------------------------------------------------------------------- /slides/assets/img/defocus/defocus-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/defocus/defocus-9.png -------------------------------------------------------------------------------- /slides/assets/img/diffuse/diffuse0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/diffuse/diffuse0.png -------------------------------------------------------------------------------- /slides/assets/img/diffuse/diffuse1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/diffuse/diffuse1.png -------------------------------------------------------------------------------- /slides/assets/img/diffuse/diffuse2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/diffuse/diffuse2.png -------------------------------------------------------------------------------- /slides/assets/img/diffuse/diffuse3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/diffuse/diffuse3.png -------------------------------------------------------------------------------- /slides/assets/img/diffuse/diffuse4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/diffuse/diffuse4.png -------------------------------------------------------------------------------- /slides/assets/img/diffuse/diffuse5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/diffuse/diffuse5.png -------------------------------------------------------------------------------- /slides/assets/img/diffuse/diffuse6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/diffuse/diffuse6.png -------------------------------------------------------------------------------- /slides/assets/img/diffuse/diffuse7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/diffuse/diffuse7.png -------------------------------------------------------------------------------- /slides/assets/img/dollar0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/dollar0.png -------------------------------------------------------------------------------- /slides/assets/img/dollar1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/dollar1.png -------------------------------------------------------------------------------- /slides/assets/img/dollar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/dollar2.png -------------------------------------------------------------------------------- /slides/assets/img/dragon/dragon_closeup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/dragon/dragon_closeup.png -------------------------------------------------------------------------------- /slides/assets/img/dragon/dragon_wireframe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/dragon/dragon_wireframe.png -------------------------------------------------------------------------------- /slides/assets/img/dragon/dragon_wireframe_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/dragon/dragon_wireframe_close.png -------------------------------------------------------------------------------- /slides/assets/img/external/bokeh__studio_incendo__flickr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/external/bokeh__studio_incendo__flickr.jpg -------------------------------------------------------------------------------- /slides/assets/img/external/colorcube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/external/colorcube.png -------------------------------------------------------------------------------- /slides/assets/img/external/god-of-war.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/external/god-of-war.jpeg -------------------------------------------------------------------------------- /slides/assets/img/external/mario-nes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/external/mario-nes.gif -------------------------------------------------------------------------------- /slides/assets/img/external/texture-haven/diffuse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/external/texture-haven/diffuse.jpg -------------------------------------------------------------------------------- /slides/assets/img/external/texture-haven/normal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/external/texture-haven/normal.jpg -------------------------------------------------------------------------------- /slides/assets/img/external/texture-haven/render.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/external/texture-haven/render.jpg -------------------------------------------------------------------------------- /slides/assets/img/external/texture-haven/rough.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/external/texture-haven/rough.jpg -------------------------------------------------------------------------------- /slides/assets/img/external/texture-haven/specular.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/external/texture-haven/specular.jpg -------------------------------------------------------------------------------- /slides/assets/img/external/the-division.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/external/the-division.jpg -------------------------------------------------------------------------------- /slides/assets/img/first-slide-teaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/first-slide-teaser.png -------------------------------------------------------------------------------- /slides/assets/img/ground/ground2-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/ground/ground2-0.png -------------------------------------------------------------------------------- /slides/assets/img/ground/ground2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/ground/ground2-1.png -------------------------------------------------------------------------------- /slides/assets/img/ground/ground2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/ground/ground2-2.png -------------------------------------------------------------------------------- /slides/assets/img/ground/ground2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/ground/ground2-3.png -------------------------------------------------------------------------------- /slides/assets/img/levels/ground2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/ground2.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-0.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-1a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-1a.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-1ab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-1ab.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-1b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-1b.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-2.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-3.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-4.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-5.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-5a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-5a.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-6-crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-6-crop.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-6.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-6a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-6a.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-7a-crop-floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-7a-crop-floor.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-7a-crop-mirrorsphere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-7a-crop-mirrorsphere.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-7a-crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-7a-crop.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-7a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-7a.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-7b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-7b.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-7c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-7c.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-7d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-7d.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-8-zoom1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-8-zoom1.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-8-zoom2-annot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-8-zoom2-annot.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-8-zoom2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-8-zoom2.png -------------------------------------------------------------------------------- /slides/assets/img/levels/level-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/level-8.png -------------------------------------------------------------------------------- /slides/assets/img/levels/sky2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/levels/sky2.png -------------------------------------------------------------------------------- /slides/assets/img/mirror-triangles-render.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/mirror-triangles-render.png -------------------------------------------------------------------------------- /slides/assets/img/normal-reflection/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/normal-reflection/0.png -------------------------------------------------------------------------------- /slides/assets/img/normal-reflection/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/normal-reflection/1.png -------------------------------------------------------------------------------- /slides/assets/img/normal-reflection/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/normal-reflection/2.png -------------------------------------------------------------------------------- /slides/assets/img/normal-reflection/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/normal-reflection/3.png -------------------------------------------------------------------------------- /slides/assets/img/normal-reflection/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/normal-reflection/4.png -------------------------------------------------------------------------------- /slides/assets/img/normal-reflection/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/normal-reflection/5.png -------------------------------------------------------------------------------- /slides/assets/img/normal-reflection/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/normal-reflection/6.png -------------------------------------------------------------------------------- /slides/assets/img/normal-reflection/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/normal-reflection/7.png -------------------------------------------------------------------------------- /slides/assets/img/phong/phong-0-ambient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/phong/phong-0-ambient.png -------------------------------------------------------------------------------- /slides/assets/img/phong/phong-1-diffuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/phong/phong-1-diffuse.png -------------------------------------------------------------------------------- /slides/assets/img/phong/phong-2-specular-hard100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/phong/phong-2-specular-hard100.png -------------------------------------------------------------------------------- /slides/assets/img/phong/phong-2-specular-hard25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/phong/phong-2-specular-hard25.png -------------------------------------------------------------------------------- /slides/assets/img/phong/phong-2-specular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/phong/phong-2-specular.png -------------------------------------------------------------------------------- /slides/assets/img/phong/phong-3-combined.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/phong/phong-3-combined.png -------------------------------------------------------------------------------- /slides/assets/img/pixeloffset/offset--1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/pixeloffset/offset--1.png -------------------------------------------------------------------------------- /slides/assets/img/pixeloffset/offset-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/pixeloffset/offset-0.png -------------------------------------------------------------------------------- /slides/assets/img/pixeloffset/offset-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/pixeloffset/offset-1.png -------------------------------------------------------------------------------- /slides/assets/img/pixeloffset/offset-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/pixeloffset/offset-2.png -------------------------------------------------------------------------------- /slides/assets/img/rotation/rot-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rotation/rot-0.png -------------------------------------------------------------------------------- /slides/assets/img/rotation/rot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rotation/rot-1.png -------------------------------------------------------------------------------- /slides/assets/img/rotation/rot-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rotation/rot-2.png -------------------------------------------------------------------------------- /slides/assets/img/rotation/rot-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rotation/rot-3.png -------------------------------------------------------------------------------- /slides/assets/img/rotation/rot-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rotation/rot-4.png -------------------------------------------------------------------------------- /slides/assets/img/rotation/rot-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rotation/rot-5.png -------------------------------------------------------------------------------- /slides/assets/img/rotation/rot-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rotation/rot-6.png -------------------------------------------------------------------------------- /slides/assets/img/rotation/rot-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rotation/rot-7.png -------------------------------------------------------------------------------- /slides/assets/img/rough/reflection-flip-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rough/reflection-flip-0.png -------------------------------------------------------------------------------- /slides/assets/img/rough/reflection-flip-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rough/reflection-flip-1.png -------------------------------------------------------------------------------- /slides/assets/img/rough/renormal-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rough/renormal-0.png -------------------------------------------------------------------------------- /slides/assets/img/rough/renormal-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rough/renormal-1.png -------------------------------------------------------------------------------- /slides/assets/img/rough/renormal-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rough/renormal-2.png -------------------------------------------------------------------------------- /slides/assets/img/rough/surface-0-absorbing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rough/surface-0-absorbing.png -------------------------------------------------------------------------------- /slides/assets/img/rough/surface-1-mirror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rough/surface-1-mirror.png -------------------------------------------------------------------------------- /slides/assets/img/rough/surface-2-rough-0-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rough/surface-2-rough-0-0.png -------------------------------------------------------------------------------- /slides/assets/img/rough/surface-2-rough-0-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rough/surface-2-rough-0-1.png -------------------------------------------------------------------------------- /slides/assets/img/rough/surface-2-rough-0-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rough/surface-2-rough-0-2.png -------------------------------------------------------------------------------- /slides/assets/img/rough/surface-2-rough-0-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rough/surface-2-rough-0-3.png -------------------------------------------------------------------------------- /slides/assets/img/rough/surface-2-rough-0-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rough/surface-2-rough-0-4.png -------------------------------------------------------------------------------- /slides/assets/img/rough/surface-2-rough-1-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rough/surface-2-rough-1-0.png -------------------------------------------------------------------------------- /slides/assets/img/rough/surface-2-rough-1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rough/surface-2-rough-1-1.png -------------------------------------------------------------------------------- /slides/assets/img/rough/surface-2-rough-1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rough/surface-2-rough-1-2.png -------------------------------------------------------------------------------- /slides/assets/img/rough/surface-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/rough/surface-3.png -------------------------------------------------------------------------------- /slides/assets/img/sandbox.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sandbox.pdf -------------------------------------------------------------------------------- /slides/assets/img/shadow/shadow0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/shadow/shadow0.png -------------------------------------------------------------------------------- /slides/assets/img/shadow/shadow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/shadow/shadow1.png -------------------------------------------------------------------------------- /slides/assets/img/shadow/shadow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/shadow/shadow2.png -------------------------------------------------------------------------------- /slides/assets/img/shadow/shadow3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/shadow/shadow3.png -------------------------------------------------------------------------------- /slides/assets/img/shadow/shadow4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/shadow/shadow4.png -------------------------------------------------------------------------------- /slides/assets/img/shadow/shadow5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/shadow/shadow5.png -------------------------------------------------------------------------------- /slides/assets/img/soft-shadows/soft-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/soft-shadows/soft-0.png -------------------------------------------------------------------------------- /slides/assets/img/soft-shadows/soft-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/soft-shadows/soft-1.png -------------------------------------------------------------------------------- /slides/assets/img/soft-shadows/soft-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/soft-shadows/soft-2.png -------------------------------------------------------------------------------- /slides/assets/img/soft-shadows/soft-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/soft-shadows/soft-3.png -------------------------------------------------------------------------------- /slides/assets/img/soft-shadows/soft-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/soft-shadows/soft-4.png -------------------------------------------------------------------------------- /slides/assets/img/soft-shadows/soft-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/soft-shadows/soft-5.png -------------------------------------------------------------------------------- /slides/assets/img/soft-shadows/soft-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/soft-shadows/soft-6.png -------------------------------------------------------------------------------- /slides/assets/img/soft-shadows/soft-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/soft-shadows/soft-7.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere0.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere1.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere10.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere11.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere12.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere13.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere14.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere15.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere16.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere17.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere18.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere2.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere3.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere4.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere4a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere4a.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere4b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere4b.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere5.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere6.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere7.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere8.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/old/sphere9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/old/sphere9.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere0.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere1.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere10.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere11.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere12.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere13.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere14.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere15.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere16.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere17.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere18.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere2.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere3.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere4.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere4a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere4a.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere4b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere4b.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere5.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere6.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere7.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere8.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/sphere9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/sphere9.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere0.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere1.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere10.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere11.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere12.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere13.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere14.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere15.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere16.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere17.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere18.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere2.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere3.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere4.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere4a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere4a.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere4b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere4b.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere5.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere6.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere7.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere8.png -------------------------------------------------------------------------------- /slides/assets/img/sphere/tmp/crop/sphere9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/sphere/tmp/crop/sphere9.png -------------------------------------------------------------------------------- /slides/assets/img/spheres-materials-anisotropy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/spheres-materials-anisotropy.png -------------------------------------------------------------------------------- /slides/assets/img/spheres-materials-defocus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/spheres-materials-defocus.png -------------------------------------------------------------------------------- /slides/assets/img/spheres-materials-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/spheres-materials-focus.png -------------------------------------------------------------------------------- /slides/assets/img/spheres-materials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/spheres-materials.png -------------------------------------------------------------------------------- /slides/assets/img/suzanne/ao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/suzanne/ao.png -------------------------------------------------------------------------------- /slides/assets/img/suzanne/color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/suzanne/color.png -------------------------------------------------------------------------------- /slides/assets/img/suzanne/combined.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/suzanne/combined.png -------------------------------------------------------------------------------- /slides/assets/img/suzanne/depth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/suzanne/depth.png -------------------------------------------------------------------------------- /slides/assets/img/suzanne/diffuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/suzanne/diffuse.png -------------------------------------------------------------------------------- /slides/assets/img/suzanne/normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/suzanne/normal.png -------------------------------------------------------------------------------- /slides/assets/img/suzanne/specular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/suzanne/specular.png -------------------------------------------------------------------------------- /slides/assets/img/textures/tex-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/textures/tex-0.png -------------------------------------------------------------------------------- /slides/assets/img/textures/tex-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/textures/tex-1.png -------------------------------------------------------------------------------- /slides/assets/img/textures/texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/textures/texture.png -------------------------------------------------------------------------------- /slides/assets/img/triangle/hit0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/triangle/hit0.png -------------------------------------------------------------------------------- /slides/assets/img/triangle/hit1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/triangle/hit1.png -------------------------------------------------------------------------------- /slides/assets/img/triangle/hit2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/triangle/hit2.png -------------------------------------------------------------------------------- /slides/assets/img/triangle/triangle-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/triangle/triangle-0.png -------------------------------------------------------------------------------- /slides/assets/img/triangle/triangle-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/triangle/triangle-1.png -------------------------------------------------------------------------------- /slides/assets/img/triangle/triangle-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/triangle/triangle-2.png -------------------------------------------------------------------------------- /slides/assets/img/triangle/triangle-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/triangle/triangle-3.png -------------------------------------------------------------------------------- /slides/assets/img/triangle/triangle-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/triangle/triangle-4.png -------------------------------------------------------------------------------- /slides/assets/img/triangle/triangle0-ccw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/triangle/triangle0-ccw.png -------------------------------------------------------------------------------- /slides/assets/img/triangle/triangle0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/triangle/triangle0.png -------------------------------------------------------------------------------- /slides/assets/img/triangle/triangle1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/triangle/triangle1.png -------------------------------------------------------------------------------- /slides/assets/img/triangle/triangle2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/triangle/triangle2.png -------------------------------------------------------------------------------- /slides/assets/img/wallpaper-crop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/wallpaper-crop.jpg -------------------------------------------------------------------------------- /slides/assets/img/wallpaper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/img/wallpaper.jpg -------------------------------------------------------------------------------- /slides/assets/video/final.ogv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/video/final.ogv -------------------------------------------------------------------------------- /slides/assets/video/line-by-line.ogv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/video/line-by-line.ogv -------------------------------------------------------------------------------- /slides/assets/video/suzanne/final.ogv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/video/suzanne/final.ogv -------------------------------------------------------------------------------- /slides/assets/video/suzanne/final2.ogv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/video/suzanne/final2.ogv -------------------------------------------------------------------------------- /slides/assets/video/suzanne/hemilight.ogv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/video/suzanne/hemilight.ogv -------------------------------------------------------------------------------- /slides/assets/video/suzanne/hemilight2.ogv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/video/suzanne/hemilight2.ogv -------------------------------------------------------------------------------- /slides/assets/video/suzanne/sun.ogv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/video/suzanne/sun.ogv -------------------------------------------------------------------------------- /slides/assets/video/suzanne/sun2.ogv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/video/suzanne/sun2.ogv -------------------------------------------------------------------------------- /slides/assets/video/suzanne/wireframe.ogv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/video/suzanne/wireframe.ogv -------------------------------------------------------------------------------- /slides/assets/video/suzanne/wireframe2.ogv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/assets/video/suzanne/wireframe2.ogv -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_AMS-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_AMS-Regular.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Bold.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Regular.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Bold.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Regular.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Bold.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Italic.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Regular.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Math-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Math-BoldItalic.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Math-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Math-Italic.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Math-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Math-Regular.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Bold.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Italic.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Regular.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Script-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Script-Regular.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Size1-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Size1-Regular.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Size2-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Size2-Regular.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Size3-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Size3-Regular.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Size4-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Size4-Regular.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Typewriter-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_Typewriter-Regular.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_WinChrome-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_WinChrome-Regular.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_WinIE6-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_WinIE6-Regular.otf -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff -------------------------------------------------------------------------------- /slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/js/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/js/MathJax/jax/input/AsciiMath/config.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/input/AsciiMath/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.InputJax.AsciiMath=MathJax.InputJax({id:"AsciiMath",version:"2.5.0",directory:MathJax.InputJax.directory+"/AsciiMath",extensionDir:MathJax.InputJax.extensionDir+"/AsciiMath",config:{fixphi:true,useMathMLspacing:true,displaystyle:true,decimalsign:"."}});MathJax.InputJax.AsciiMath.Register("math/asciimath");MathJax.InputJax.AsciiMath.loadComplete("config.js"); 20 | -------------------------------------------------------------------------------- /slides/js/MathJax/jax/input/MathML/config.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/input/MathML/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.InputJax.MathML=MathJax.InputJax({id:"MathML",version:"2.5.0",directory:MathJax.InputJax.directory+"/MathML",extensionDir:MathJax.InputJax.extensionDir+"/MathML",entityDir:MathJax.InputJax.directory+"/MathML/entities",config:{useMathMLspacing:false}});MathJax.InputJax.MathML.Register("math/mml");MathJax.InputJax.MathML.loadComplete("config.js"); 20 | -------------------------------------------------------------------------------- /slides/js/MathJax/jax/input/MathML/entities/j.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/input/MathML/entities/j.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){MathJax.Hub.Insert(a.Parse.Entity,{Jcirc:"\u0134",Jcy:"\u0419",Jsercy:"\u0408",Jukcy:"\u0404",jcirc:"\u0135",jcy:"\u0439",jsercy:"\u0458",jukcy:"\u0454"});MathJax.Ajax.loadComplete(a.entityDir+"/j.js")})(MathJax.InputJax.MathML); 20 | -------------------------------------------------------------------------------- /slides/js/MathJax/jax/input/MathML/entities/k.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/input/MathML/entities/k.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){MathJax.Hub.Insert(a.Parse.Entity,{KHcy:"\u0425",KJcy:"\u040C",Kappa:"\u039A",Kcedil:"\u0136",Kcy:"\u041A",kcedil:"\u0137",kcy:"\u043A",kgreen:"\u0138",khcy:"\u0445",kjcy:"\u045C"});MathJax.Ajax.loadComplete(a.entityDir+"/k.js")})(MathJax.InputJax.MathML); 20 | -------------------------------------------------------------------------------- /slides/js/MathJax/jax/input/MathML/entities/q.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/input/MathML/entities/q.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){MathJax.Hub.Insert(a.Parse.Entity,{QUOT:"\u0022",qint:"\u2A0C",qprime:"\u2057",quaternions:"\u210D",quatint:"\u2A16",quest:"\u003F",questeq:"\u225F",quot:"\u0022"});MathJax.Ajax.loadComplete(a.entityDir+"/q.js")})(MathJax.InputJax.MathML); 20 | -------------------------------------------------------------------------------- /slides/js/MathJax/jax/input/MathML/entities/w.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/input/MathML/entities/w.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){MathJax.Hub.Insert(a.Parse.Entity,{Wcirc:"\u0174",wcirc:"\u0175",wedbar:"\u2A5F",wedge:"\u2227",wedgeq:"\u2259",wp:"\u2118",wr:"\u2240",wreath:"\u2240"});MathJax.Ajax.loadComplete(a.entityDir+"/w.js")})(MathJax.InputJax.MathML); 20 | -------------------------------------------------------------------------------- /slides/js/MathJax/jax/input/MathML/entities/y.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/input/MathML/entities/y.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){MathJax.Hub.Insert(a.Parse.Entity,{YAcy:"\u042F",YIcy:"\u0407",YUcy:"\u042E",Yacute:"\u00DD",Ycirc:"\u0176",Ycy:"\u042B",Yuml:"\u0178",yacute:"\u00FD",yacy:"\u044F",ycirc:"\u0177",ycy:"\u044B",yicy:"\u0457",yucy:"\u044E",yuml:"\u00FF"});MathJax.Ajax.loadComplete(a.entityDir+"/y.js")})(MathJax.InputJax.MathML); 20 | -------------------------------------------------------------------------------- /slides/js/MathJax/jax/input/MathML/entities/z.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/input/MathML/entities/z.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){MathJax.Hub.Insert(a.Parse.Entity,{ZHcy:"\u0416",Zacute:"\u0179",Zcaron:"\u017D",Zcy:"\u0417",Zdot:"\u017B",ZeroWidthSpace:"\u200B",Zeta:"\u0396",zacute:"\u017A",zcaron:"\u017E",zcy:"\u0437",zdot:"\u017C",zeetrf:"\u2128",zhcy:"\u0436",zwj:"\u200D",zwnj:"\u200C"});MathJax.Ajax.loadComplete(a.entityDir+"/z.js")})(MathJax.InputJax.MathML); 20 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/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 | -------------------------------------------------------------------------------- /slides/js/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/SVG/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.SVG.FONTDATA.FONTS.MathJax_AMS,{8245:[560,-43,275,12,244,"12 501Q12 527 31 542T63 558Q73 560 77 560Q114 560 128 528Q133 518 188 293T244 61Q244 56 223 50T195 43Q192 43 190 45T102 263T14 486Q12 496 12 501"]});MathJax.Ajax.loadComplete(MathJax.OutputJax.SVG.fontDir+"/AMS/Regular/GeneralPunctuation.js"); 20 | -------------------------------------------------------------------------------- /slides/js/MathJax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/SVG/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.SVG.FONTDATA.FONTS["MathJax_Fraktur-bold"]={directory:"Fraktur/Bold",family:"MathJax_Fraktur",id:"MJFRAKB",weight:"bold",Ranges:[[0,127,"BasicLatin"],[128,57343,"Other"],[58112,58128,"PUA"]]};MathJax.Ajax.loadComplete(MathJax.OutputJax.SVG.fontDir+"/Fraktur/Bold/Main.js"); 20 | -------------------------------------------------------------------------------- /slides/js/MathJax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/SVG/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.SVG.FONTDATA.FONTS.MathJax_Fraktur={directory:"Fraktur/Regular",family:"MathJax_Fraktur",id:"MJFRAK",Ranges:[[0,127,"BasicLatin"],[128,57343,"Other"],[58112,58128,"PUA"]]};MathJax.Ajax.loadComplete(MathJax.OutputJax.SVG.fontDir+"/Fraktur/Regular/Main.js"); 20 | -------------------------------------------------------------------------------- /slides/js/MathJax/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/SVG/fonts/TeX/Main/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.SVG.FONTDATA.FONTS["MathJax_Main-italic"],{8710:[716,0,818,70,751,""]});MathJax.Ajax.loadComplete(MathJax.OutputJax.SVG.fontDir+"/Main/Italic/MathOperators.js"); 20 | -------------------------------------------------------------------------------- /slides/js/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/SVG/fonts/TeX/Main/Regular/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.SVG.FONTDATA.FONTS.MathJax_Main,{8710:[716,0,833,46,786,""]});MathJax.Ajax.loadComplete(MathJax.OutputJax.SVG.fontDir+"/Main/Regular/MathOperators.js"); 20 | -------------------------------------------------------------------------------- /slides/js/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/SVG/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.SVG.FONTDATA.FONTS["MathJax_SansSerif-bold"]={directory:"SansSerif/Bold",family:"MathJax_SansSerif",id:"MJSSB",weight:"bold",Ranges:[[0,127,"BasicLatin"],[128,65535,"Other"],[768,879,"CombDiacritMarks"]]};MathJax.Ajax.loadComplete(MathJax.OutputJax.SVG.fontDir+"/SansSerif/Bold/Main.js"); 20 | -------------------------------------------------------------------------------- /slides/js/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/SVG/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.SVG.FONTDATA.FONTS["MathJax_SansSerif-italic"]={directory:"SansSerif/Italic",family:"MathJax_SansSerif",id:"MJSSI",style:"italic",Ranges:[[0,127,"BasicLatin"],[128,65535,"Other"],[768,879,"CombDiacritMarks"]]};MathJax.Ajax.loadComplete(MathJax.OutputJax.SVG.fontDir+"/SansSerif/Italic/Main.js"); 20 | -------------------------------------------------------------------------------- /slides/js/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/SVG/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.SVG.FONTDATA.FONTS.MathJax_SansSerif={directory:"SansSerif/Regular",family:"MathJax_SansSerif",id:"MJSS",Ranges:[[0,127,"BasicLatin"],[128,65535,"Other"],[768,879,"CombDiacritMarks"]]};MathJax.Ajax.loadComplete(MathJax.OutputJax.SVG.fontDir+"/SansSerif/Regular/Main.js"); 20 | -------------------------------------------------------------------------------- /slides/js/MathJax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/SVG/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.SVG.FONTDATA.FONTS.MathJax_Typewriter={directory:"Typewriter/Regular",family:"MathJax_Typewriter",id:"MJTT",Ranges:[[0,127,"BasicLatin"],[128,65535,"Other"],[768,879,"CombDiacritMarks"]]};MathJax.Ajax.loadComplete(MathJax.OutputJax.SVG.fontDir+"/Typewriter/Regular/Main.js"); 20 | -------------------------------------------------------------------------------- /slides/lib/font/league-gothic/LICENSE: -------------------------------------------------------------------------------- 1 | SIL Open Font License (OFL) 2 | http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL 3 | -------------------------------------------------------------------------------- /slides/lib/font/league-gothic/league-gothic.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'League Gothic'; 3 | src: url('league-gothic.eot'); 4 | src: url('league-gothic.eot?#iefix') format('embedded-opentype'), 5 | url('league-gothic.woff') format('woff'), 6 | url('league-gothic.ttf') format('truetype'); 7 | 8 | font-weight: normal; 9 | font-style: normal; 10 | } -------------------------------------------------------------------------------- /slides/lib/font/league-gothic/league-gothic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/lib/font/league-gothic/league-gothic.eot -------------------------------------------------------------------------------- /slides/lib/font/league-gothic/league-gothic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/lib/font/league-gothic/league-gothic.ttf -------------------------------------------------------------------------------- /slides/lib/font/league-gothic/league-gothic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/lib/font/league-gothic/league-gothic.woff -------------------------------------------------------------------------------- /slides/lib/font/source-sans-pro/source-sans-pro-italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/lib/font/source-sans-pro/source-sans-pro-italic.eot -------------------------------------------------------------------------------- /slides/lib/font/source-sans-pro/source-sans-pro-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/lib/font/source-sans-pro/source-sans-pro-italic.ttf -------------------------------------------------------------------------------- /slides/lib/font/source-sans-pro/source-sans-pro-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/lib/font/source-sans-pro/source-sans-pro-italic.woff -------------------------------------------------------------------------------- /slides/lib/font/source-sans-pro/source-sans-pro-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/lib/font/source-sans-pro/source-sans-pro-regular.eot -------------------------------------------------------------------------------- /slides/lib/font/source-sans-pro/source-sans-pro-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/lib/font/source-sans-pro/source-sans-pro-regular.ttf -------------------------------------------------------------------------------- /slides/lib/font/source-sans-pro/source-sans-pro-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/lib/font/source-sans-pro/source-sans-pro-regular.woff -------------------------------------------------------------------------------- /slides/lib/font/source-sans-pro/source-sans-pro-semibold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/lib/font/source-sans-pro/source-sans-pro-semibold.eot -------------------------------------------------------------------------------- /slides/lib/font/source-sans-pro/source-sans-pro-semibold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/lib/font/source-sans-pro/source-sans-pro-semibold.ttf -------------------------------------------------------------------------------- /slides/lib/font/source-sans-pro/source-sans-pro-semibold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/lib/font/source-sans-pro/source-sans-pro-semibold.woff -------------------------------------------------------------------------------- /slides/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot -------------------------------------------------------------------------------- /slides/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf -------------------------------------------------------------------------------- /slides/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikolausmayer/raytracing-from-scratch/f53851b8a85c661b27640069ae432f1a5a14c7cf/slides/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff -------------------------------------------------------------------------------- /slides/lib/js/html5shiv.js: -------------------------------------------------------------------------------- 1 | document.createElement('header'); 2 | document.createElement('nav'); 3 | document.createElement('section'); 4 | document.createElement('article'); 5 | document.createElement('aside'); 6 | document.createElement('footer'); 7 | document.createElement('hgroup'); --------------------------------------------------------------------------------