Files
Zelong Kuang 753ea5ea48 Update
2025-12-14 09:04:11 +11:00

13 lines
195 B
Plaintext

# -*- 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}