-
Access
to
many
symbols
and
operators
- Support for different math environments
Inline math:
$ \alpha^2 + \beta^2 =
\gamma^2 $
Display math:
$$-b \pm
\sqrt{ b^2 - 4ac }
\over 2a $$
See equation \ref{eq}.
\begin{equation}
A_n =
\left\{ \begin{array}{ll}
n!, & \mbox{if } n>0 \\
0, & \mbox{otherwise}
\end{array} \right.
\label{eq}
\end{equation}
| Inline math:
Display math:
See equation 1.
 | (1) |
|
|