To use LATEX in Blogger just enable MathJax by adding this code:
<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>
after the header (<head>) in the Blogger template.
To edit the template follow these directions:
- Sign in to Blogger.
- Choose the blog to update.
- In the left menu, click Theme.
- Under “Live on Blog,” click Edit HTML.
- Make the changes you want.
- Click Save theme.
No comments:
Post a Comment