Skip to content

Commit

Permalink
Enable equation numbers in MathJax, #142
Browse files Browse the repository at this point in the history
  • Loading branch information
mpastell committed Aug 21, 2018
1 parent 246f7ee commit 6d0779c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/julia_html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]},
TeX: { equationNumbers: { autoNumber: "AMS" } }
});
</script>

Expand Down

0 comments on commit 6d0779c

Please sign in to comment.