Add snippet for two columns to latex snippets
This commit is contained in:
parent
78b0f38e5c
commit
0806bd70d6
@ -247,3 +247,12 @@ snippet example
|
|||||||
\begin{exampleblock}{${1:title}}
|
\begin{exampleblock}{${1:title}}
|
||||||
${2}
|
${2}
|
||||||
\end{exampleblock}
|
\end{exampleblock}
|
||||||
|
snippet col2
|
||||||
|
\begin{columns}
|
||||||
|
\begin{column}{0.5\textwidth}
|
||||||
|
${1}
|
||||||
|
\end{column}
|
||||||
|
\begin{column}{0.5\textwidth}
|
||||||
|
${2}
|
||||||
|
\end{column}
|
||||||
|
\end{columns}
|
||||||
|
Loading…
Reference in New Issue
Block a user