diff options
Diffstat (limited to 'slides/example/index.html')
| -rw-r--r-- | slides/example/index.html | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/slides/example/index.html b/slides/example/index.html deleted file mode 100644 index 586794f..0000000 --- a/slides/example/index.html +++ /dev/null | |||
| @@ -1,84 +0,0 @@ | |||
| 1 | <!doctype html> | ||
| 2 | <html lang="en"> | ||
| 3 | |||
| 4 | <head> | ||
| 5 | <meta charset="utf-8"> | ||
| 6 | <title>Title</title> | ||
| 7 | <link rel="icon" type="image/gif" href="/assets/avatar.gif?ver=20180803"> | ||
| 8 | </head> | ||
| 9 | |||
| 10 | <body> | ||
| 11 | |||
| 12 | <script src="//cdnjs.cloudflare.com/ajax/libs/remark/0.14.0/remark.min.js"></script> | ||
| 13 | <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS_HTML&delayStartupUntil=configured"></script> | ||
| 14 | |||
| 15 | <script> | ||
| 16 | MathJax.Hub.Config({ | ||
| 17 | //displayAlign: 'left', | ||
| 18 | extensions: ['tex2jax.js'], | ||
| 19 | jax: ['input/TeX', 'output/SVG'], | ||
| 20 | tex2jax: { | ||
| 21 | skipTags: ['script', 'noscript', 'style', 'textarea', 'code'], | ||
| 22 | inlineMath: [ | ||
| 23 | ['$', '$'], | ||
| 24 | ["\\(", "\\)"] | ||
| 25 | ], | ||
| 26 | displayMath: [ | ||
| 27 | ['$$', '$$'], | ||
| 28 | ["\\[", "\\]"] | ||
| 29 | ], | ||
| 30 | } | ||
| 31 | }); | ||
| 32 | MathJax.Hub.Configured(); | ||
| 33 | |||
| 34 | let slideshow = remark.create({ | ||
| 35 | sourceUrl: 'slides.md', | ||
| 36 | ratio: '16:9', | ||
| 37 | mouseWheel: false, | ||
| 38 | }); | ||
| 39 | |||
| 40 | </script> | ||
| 41 | |||
| 42 | <style> | ||
| 43 | * { | ||
| 44 | box-shadow: none !important; | ||
| 45 | } | ||
| 46 | |||
| 47 | .remark-container { | ||
| 48 | background-color: #fff !important; | ||
| 49 | } | ||
| 50 | |||
| 51 | table { | ||
| 52 | width: 100%; | ||
| 53 | border-collapse: collapse; | ||
| 54 | border-spacing: 0; | ||
| 55 | } | ||
| 56 | |||
| 57 | table, | ||
| 58 | table td, | ||
| 59 | table th { | ||
| 60 | border: 3px solid #f0f0f0; | ||
| 61 | text-align: left; | ||
| 62 | padding: 10px; | ||
| 63 | } | ||
| 64 | |||
| 65 | img[src$="md-center"] { | ||
| 66 | display: block; | ||
| 67 | margin: 0 auto; | ||
| 68 | } | ||
| 69 | |||
| 70 | img[src$="md-left"] { | ||
| 71 | display: block; | ||
| 72 | margin: 0 auto; | ||
| 73 | } | ||
| 74 | |||
| 75 | img[src$="md-right"] { | ||
| 76 | display: block; | ||
| 77 | margin: 0 auto; | ||
| 78 | } | ||
| 79 | |||
| 80 | </style> | ||
| 81 | |||
| 82 | </body> | ||
| 83 | |||
| 84 | </html> | ||
