Files

13 lines
195 B
Plaintext
Raw Permalink Normal View History

2025-12-14 09:04:11 +11:00
# -*- mode: snippet -*-
# name: columns
# key: cols
# --
\begin{columns}
\begin{column}{.${1:5}\textwidth}
$0
\end{column}
\begin{column}{.${2:5}\textwidth}
\end{column}
\end{columns}