Present Math in Latex by Mathjax in Blogger
After some search and testing, the solution in this blog works well for me. It's tricky that the official guide here is not. But I'll keep in mind that do the test later to see. We can use the $$ or $$...$$ directly in composite view. While 'begin {equation} end{equation}' should put in HTML view, the equation number only is there when multiple equations are added. Also here is a good post for the setting in another way. < script src=' http://cdn.mathjax.org/mathjax/latest/MathJax.js' type='text/javascript ' > MathJax . Hub . Config ({ HTML : [ "input/TeX" , "output/HTML-CSS" ], TeX : { extensions : [ "AMSmath.js","AMSsymbols.js" ], equationNumbers : { autoNumber : "AMS" } }, extensions : [ "tex2jax.js" ], jax : [ "input/TeX" , "output/HTML-CSS" ], tex2jax : { inlineMath : [ [ ...