14 lines
197 B
Plaintext
14 lines
197 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: columns
|
||
|
# key: columns
|
||
|
# condition: t
|
||
|
# --
|
||
|
\begin{columns}
|
||
|
\begin{column}{0.5\textwidth}
|
||
|
$1
|
||
|
\end{column}
|
||
|
\begin{column}{0.5\textwidth}
|
||
|
$2
|
||
|
\end{column}
|
||
|
\end{columns}
|