remove mathjax

master
Simon Bruder 2018-11-29 15:33:14 +00:00
parent 9cd3d81856
commit 61c751b6d4
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
3 changed files with 5 additions and 9 deletions

3
.gitmodules vendored
View File

@ -7,6 +7,3 @@
[submodule "revealjs/_assets/reveal.js"]
path = revealjs/_assets/reveal.js
url = https://github.com/hakimel/reveal.js
[submodule "revealjs/_assets/MathJax"]
path = revealjs/_assets/MathJax
url = https://github.com/mathjax/MathJax

@ -1 +0,0 @@
Subproject commit 419b0a6eee7eefc0f85e47f7d4f8227ec28b8e57

View File

@ -39,10 +39,10 @@
transition: '{{ transition }}',
math: {
mathjax: '../_assets/MathJax/unpacked/MathJax.js',
config: 'TeX-AMS_HTML-full'
},
//math: {
// mathjax: '../_assets/MathJax/unpacked/MathJax.js',
// config: 'TeX-AMS_HTML-full'
//},
dependencies: [
// Syntax highlight for <code> elements
@ -53,7 +53,7 @@
{ src: '../_assets/reveal.js/plugin/notes/notes.js', async: true },
{% if mathjax -%}
// LaTeX rendering
{ src: '../_assets/reveal.js/plugin/math/math.js', async: true }
//{ src: '../_assets/reveal.js/plugin/math/math.js', async: true }
{%- endif %}
]
});