parsed.org

Tips by tag: math

Typesetting an equation listing by cygnus on Jan 12, 2005 10:42 AM

Use the eqnarray environment to typeset a list of equations:

\begin{eqnarray}
... \
... \
...
end{eqnarray}

(No $$ or $ is required to typeset the equations.)

documentequationslatexmathtextypesetting
Typesetting math by cygnus on Jan 12, 2005 10:41 AM

Inline:

$x^2 = y$

Block-level:

$$sum_{i=1}^{n} {i}$$
documentequationslatexmathtextypesetting
RSS