2018-10-16 05:28:42 +00:00
|
|
|
<% if (!head && plugin !== false) { %>
|
2018-11-01 02:37:44 +00:00
|
|
|
<%- js(cdn('mathjax', '2.7.5', 'unpacked/MathJax.js?config=TeX-MML-AM_CHTML')) %>
|
2018-10-16 05:28:42 +00:00
|
|
|
<script>
|
|
|
|
MathJax.Hub.Config({
|
|
|
|
"HTML-CSS": {matchFontHeight: false},
|
|
|
|
SVG: {matchFontHeight: false},
|
|
|
|
CommonHTML: {matchFontHeight: false}
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
<% } %>
|