LaTeX markup... | ...results in: | ...is used for: |
---|---|---|
\begin{array}{|l|cr}
|
array.|l|cr meansleft-align, center, and right align columns; vertical bars before and after first column. \hline draws a horizontal line. | |
\begin{array}{lcl}
|
using an array to align equations |
\begin{array}{|l|cr} left1 & center1 & right1\\ \hline d & e & f \end{array}
Community content is available under CC-BY-SA unless otherwise noted.