Skip to content

Commit d857122

Browse files
committed
localize: mathjax
1 parent fbe507e commit d857122

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
[submodule "lib/reveal.js-verticator"]
1111
path = lib/reveal.js-verticator
1212
url = https://github.com/Martinomagnifico/reveal.js-verticator
13+
[submodule "lib/MathJax"]
14+
path = lib/MathJax
15+
url = https://github.com/mathjax/MathJax

lib/MathJax

Submodule MathJax added at 600692a

share/markdown_revealjs/template.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ <h2 id="$idprefix$toc-title">$toc-title$</h2>
535535
$if(mathjax)$
536536

537537
math: {
538-
mathjax: '$mathjaxurl$',
538+
mathjax: '$reporoot-url$/lib/MathJax/es5/tex-chtml-full.js',
539539
config: 'TeX-AMS_HTML-full',
540540
tex2jax: {
541541
inlineMath: [['\\(','\\)']],

0 commit comments

Comments
 (0)