To add equations in the blogspot, there is a code provided by Prof. Matthew Leingang in Tex Stack Exchange site.
Click here to visit the Tex Stack Exchange page and answer.
Basically, what you need to do is
Now, you can use $LaTeX$ in posts.
Click here to visit the Tex Stack Exchange page and answer.
Basically, what you need to do is
Now, you can use $LaTeX$ in posts.
<script type="text/javascript" src="http://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>