Skip to content

Commit

Permalink
add mathjax mediawiki macros #74.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aazhar committed Dec 27, 2016
1 parent ca6d060 commit f8f2a5c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@

<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]},
,
TeX: {
extensions: ["mediawiki-texvc.js"]
}
});
</script>
<script type="text/javascript" src="bower_components/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
Expand Down

0 comments on commit f8f2a5c

Please sign in to comment.