Add snippet for two columns to latex snippets

This commit is contained in:
DSIW 2013-06-22 14:59:18 +02:00
parent 78b0f38e5c
commit 0806bd70d6

View File

@ -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}