Add multi column snippet

This commit is contained in:
Oshgnacknak 2022-06-10 14:34:52 +02:00
parent ab055c24e1
commit 17909cb1a4
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -29,3 +29,14 @@ snippet table
cell3 & cell4 \\\\ cell3 & cell4 \\\\
\end{tabular} \end{tabular}
endsnippet endsnippet
snippet multicols
\begin{multicols}{2}
Now, we are adding some text here to understand how multiple columns will come up.
\columnbreak
This is again some new text here. Just to show you how the text is placed
\end{multicols}
endsnippet