remove mathjax
This commit is contained in:
parent
9cd3d81856
commit
61c751b6d4
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
|
|
@ -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 %}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
Reference in a new issue