Skip to content

Tables

Tables

  • A table uses the tabular environment. You first describe the columns:
\begin{tabular}{l c r}
  left & centre & right \\
\end{tabular}
  • {l c r} means three columns: left-aligned, centred, right-aligned.

A tabular with column spec l r: ampersands split cells, hline draws the rule

Log in or create account

IGCSE & A-Level