Dec 12

To enable MathJax, just drop in the codes after the header () in the Blogger template (Design→Edit HTML→Edit Template).

<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js">
MathJax.Hub.Config({
 extensions: ["tex2jax.js","TeX/AMSmath.js","TeX/AMSsymbols.js"],
 jax: ["input/TeX", "output/HTML-CSS"],
 tex2jax: {
     inlineMath: [ ['$','$'], ["\(","\)"] ],
     displayMath: [ ['$$','$$'], ["\[","\]"] ],
 },
 "HTML-CSS": { availableFonts: ["TeX"] }
});
</script>

Leave a Reply