Math

  • 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: a2 + b2 =  g2

Display math:

       V~ --------
- b ±   b2-  4ac
----------------
       2a

See equation 1.

      {
        n!,  if n > 0
An =    0,   otherwise
(1)

6, next, prev, up, toc , doc3.tex