Add multi column snippet
This commit is contained in:
parent
ab055c24e1
commit
17909cb1a4
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue