Formulas
The functionality is provided by MathJax Plugin.
<alert info>Use LaTeX Equation maker if you don't know how to write Latex codes.</alert>
Inline formulas
Simply place LaTex codes in <m> ...... </m> or \( …… \) to render inline formulas.
<alert info>Use LaTeX Equation maker if you don't know how to write Latex codes.</alert>
For example,
\(E=MC^2\), equation in German-born physicist Albert Einstein’s theory of special relativity ......
or
<m>E=MC^2</m>, equation in German-born physicist Albert Einstein’s theory of special relativity ......
The above will be rendered as:
<m>E=MC^2</m>, equation in German-born physicist Albert Einstein’s theory of special relativity ……
Display Math
Wrap LaTex codes in <math> ...... </math> or \[ …… \] to display math formulas on its own line:
<alert info>Use LaTeX Equation maker if you don't know how to write Latex codes.</alert>
\[ \sin A \cos B = \frac{1}{2}\left[ \sin(A-B)+\sin(A+B) \right] \]
or
<math> \sin A \cos B = \frac{1}{2}\left[ \sin(A-B)+\sin(A+B) \right] </math>
The above will be rendered as:
<math> \sin A \cos B = \frac{1}{2}\left[ \sin(A-B)+\sin(A+B) \right] </math>
A wide range of math environments will work as well:
\begin{align*}
e^x & = 1 + x + \frac{x^2}{2} + \frac{x^3}{6} + \cdots \\
& = \sum_{n\geq 0} \frac{x^n}{n!}
\end{align*}
\begin{align*}
e^x & = 1 + x + \frac{x^2}{2} + \frac{x^3}{6} + \cdots
& = \sum_{n\geq 0} \frac{x^n}{n!}
\end{align*}