Skip to content

Commit a87a730

Browse files
committed
Merge pull request #286 from rgaiacs/template-mathjax
Add MathJax
2 parents 60f0c9a + 25d1e3c commit a87a730

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ preview : $(DST_ALL)
4848
%.html : %.md _layouts/page.html $(FILTERS)
4949
${PANDOC} -s -t html \
5050
${PANDOC_FLAGS} \
51+
--mathjax \
5152
--template=_layouts/page \
5253
--filter=tools/filters/blockquote2div.py \
5354
--filter=tools/filters/id4glossary.py \

_includes/javascript.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<!-- Javascript placed at the end of the document so the pages load faster -->
22
<script src="http://software-carpentry.org/v5/js/jquery-1.9.1.min.js"></script>
33
<script src="css/bootstrap/bootstrap-js/bootstrap.js"></script>
4+
<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>

0 commit comments

Comments
 (0)