Use LATEX in Blogger


 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:  
  1. Sign in to Blogger.
  2. Choose the blog to update.
  3. In the left menu, click Theme.
  4. Under “Live on Blog,” click Edit HTML.
  5. Make the changes you want.
  6. Click Save theme.


No comments:

Post a Comment

Some Gamma Function Notes

The Gamma Function is a particular form of integral that is commonly seen in probability problems: \(\Gamma(\alpha) = \int_{0}^{\infty}x^{\...