Skip to content

Commit

Permalink
Merge pull request #286 from rgaiacs/template-mathjax
Browse files Browse the repository at this point in the history
Add MathJax
  • Loading branch information
rgaiacs committed Dec 17, 2015
2 parents 60f0c9a + 25d1e3c commit a87a730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ preview : $(DST_ALL)
%.html : %.md _layouts/page.html $(FILTERS)
${PANDOC} -s -t html \
${PANDOC_FLAGS} \
--mathjax \
--template=_layouts/page \
--filter=tools/filters/blockquote2div.py \
--filter=tools/filters/id4glossary.py \
Expand Down
1 change: 1 addition & 0 deletions _includes/javascript.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- Javascript placed at the end of the document so the pages load faster -->
<script src="http://software-carpentry.org/v5/js/jquery-1.9.1.min.js"></script>
<script src="css/bootstrap/bootstrap-js/bootstrap.js"></script>
<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>

0 comments on commit a87a730

Please sign in to comment.