MathJaX In-Line Configuration


<HTML>
<HEAD>
<TITLE>MathJax Example</TITLE>
<SCRIPT TYPE="text/x-mathjax-config">
  MathJax.Hub.Config({
    tex2jax: {
      inlineMath: [['$','$'],['\\(','\\)']],
      processEscapes: true
    }
  });
</SCRIPT>
<SCRIPT SRC="MathJax/MathJax.js?config=TeX-AMS_HTML"></SCRIPT>
</HEAD>
<BODY>

There are two solutions to $ax^2 + bx + c = 0$
and they are
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$

</BODY>
</HTML>