Testing Math Equations with MathJax

MathJax installation

The installation was relatively simple. One script:

    <script type="text/javascript"
       src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>

And the presentation examples with latex (ax^2 + bx + c = 0)

And the color is different because pygment and MathJax shared the same classes

1
mi
and
1
mo
in the
1
pygment.css
so the styling got conflicted. Solution and problems are described here