| computersci.org | |
|
|
|
Table of Contents |
Math Environments« List Environments | Table of Contents | Paragraph Environments » array Environment \begin{array}{col1col2…coln}
column 1 entry & column 2 entry … & column n entry Math arrays are produced with the c - for centred
l - for flush left
r - for flush right
Column entries must be separated by an Note that the array environment can only be used in math mode, so normally it is used inside an equation environment. eqnarray Environment \begin{eqnarray}
math formula 1 The An equation number is placed on every line unless that line has a The command \lefteqn is used for splitting long formulas across lines. It typesets its argument in display style flush left in a box of zero width. equation Environment \begin{equation}
math formula
\end{equation}
The theorem Environment \begin{theorem}
theorem text
\end{theorem}
The theorem environment produces “Theorem x” in boldface followed by your theorem text.
|
|
Page last
modified on February 24, 2009, at 09:27 AM
|