Processing math: 100%

Sunday, September 16, 2012

Bamboozled

"One of the saddest lessons of history is this: If we’ve been bamboozled long enough, we tend to reject any evidence of the bamboozle. We’re no longer interested in finding out the truth. The bamboozle has captured us. It is simply too painful to acknowledge ~ even to ourselves ~ that we’ve been so credulous. So the old bamboozles tend to persist as the new bamboozles rise." Carl Sagan

Friday, September 7, 2012

Latex in Blogger

How do you insert equations like the following in Blogger?
A(r)=μ04πSJ(r)׈RR2dτ

First, you should know LATEX typesetting. Second, you need to copy this script into your HTML template file.  


<script type="text/x-mathjax-config">
  MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']],
                       displayMath: [['\\[','\\]'], ['$$','$$']]}});
  blogger.ui().viewType_.prototype.onRenderComplete=function(){MathJax.Hub.Queue(['Typeset',MathJax.Hub])};
</script>
<script type="text/javascript"
  src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>





Here is how you do it. 


1. Go to your posts settings and choose Template from the left-hand bar




2. Click on the "Edit HML" button to edit your template


3. Click on the "Proceed button"




4. Scroll to the point right before the "<\head>" tag and paste the above script, then save your changes.




That's it! Now happy LATEX-ing.


References:
1. How to get beautifully typeset maths on your blog
2. MathJax: LaTeX on Blogger - finally!
3. Blogging Mathematics

Thursday, September 6, 2012

Another LATEX test

sin2(x)+cos2(x)=1
Just making sure that LATEX is working on this site.


V1×V2=|ijkXuYu0XvYv0|