multicol - francois-rozet/sleek-template GitHub Wiki
Features of the multicol
package.
Command | Description | Arguments |
---|---|---|
\multicolumn |
Concatenates boxes horizontally | {n}{pos}{content} |
Where
-
n
is the number of boxes to concatenate. -
content
is the content of the created box. -
pos
is the positioning (r
,c
orl
) of the content inside the created box.
The created box has no vertical borders unless it is specified in
pos
with|
.
\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}
