
SAMPLE:
Before inserting the LaTeX code into your web page, add the following code within the <head></head> section of the html page:
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
Simple equations, like \(x^y\) or \(x_n = \sqrt{a + b}\) can be typeset right
in the text line by enclosing them in within the \ ( , \) tags.
A more complicated equation should be typeset with \ [ , \] like this:
\[
z \left( 1 \ +\ \sqrt{\omega_{i+1} + \zeta -\frac{x+1}{\Theta +1} y + 1}
\ \right)
\ \ \ =\ \ \ 1
\]
or can be typset using the "equation" environment using \ begin{equation} \end{equation}
\begin{equation}
\left[
{\bf X} + {\rm a} \ \geq\
\underline{\hat a} \sum_i^N \lim_{x \rightarrow k} \delta C
\right]
\end{equation}
For More on Entering LaTeX onto webPages and seeing the Rendered Equation on the HTML page go to http://www.mathjax.org