multicol - francois-rozet/sleek-template GitHub Wiki
Features of the multicol package.
| Command | Description | Arguments |
|---|---|---|
\multicolumn |
Concatenates boxes horizontally | {n}{pos}{content} |
Where
-
nis the number of boxes to concatenate. -
contentis the content of the created box. -
posis the positioning (r,corl) of the content inside the created box.
The created box has no vertical borders unless it is specified in
poswith|.
\begin{tabular}{|r|r|c|l|}
\hline
\multicolumn{3}{|l|}{a} & qrs \\ \hline
b & ef & jkl & tuvx \\ \hline
cd & ghi & mnop & wyz \\ \hline
\end{tabular}