remove mathjax

This commit is contained in:
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"] [submodule "revealjs/_assets/reveal.js"]
path = revealjs/_assets/reveal.js path = revealjs/_assets/reveal.js
url = https://github.com/hakimel/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 }}', transition: '{{ transition }}',
math: { //math: {
mathjax: '../_assets/MathJax/unpacked/MathJax.js', // mathjax: '../_assets/MathJax/unpacked/MathJax.js',
config: 'TeX-AMS_HTML-full' // config: 'TeX-AMS_HTML-full'
}, //},
dependencies: [ dependencies: [
// Syntax highlight for <code> elements // Syntax highlight for <code> elements
@ -53,7 +53,7 @@
{ src: '../_assets/reveal.js/plugin/notes/notes.js', async: true }, { src: '../_assets/reveal.js/plugin/notes/notes.js', async: true },
{% if mathjax -%} {% if mathjax -%}
// LaTeX rendering // LaTeX rendering
{ src: '../_assets/reveal.js/plugin/math/math.js', async: true } //{ src: '../_assets/reveal.js/plugin/math/math.js', async: true }
{%- endif %} {%- endif %}
] ]
}); });