emacs-config/snippets/latex-mode/theorem
2020-03-18 01:16:39 +08:00

9 lines
137 B
Plaintext

# -*- mode: snippet -*-
# name: theorem
# uuid: theorem
# key: thm
# condition: t
# --
\begin{theorem}${1:[${2:name}]}
$0
\end{theorem}