| Latex Commands |
Function |
\begin{array}[pos]{cols} |
use array for formulas, tabular for |
...\end{array} |
text; items seperated by & and rows |
\begin{tabular}[pos]{cols}
...\end{tabular} |
by \\; pos aligns with top(t),
bottom (b), or center(default);
cols entries format columns: |
| |
l left-justified column |
| |
r right-justified column |
| |
c centered column |
| |
vertical rule |
| |
@{...} text or space
between columns |
| |
*{n}{...} equivalent to
n copies of... |
\multicolumn{n}{col}{...} |
span next n columns with col format
draw horizontal line between rows |
\cline{i-j} |
horizontal line across columns i-j |