emacs-config/snippets/latex-mode/theorem

9 lines
137 B
Plaintext
Raw Normal View History

2020-03-17 17:16:39 +00:00
# -*- mode: snippet -*-
# name: theorem
# uuid: theorem
# key: thm
# condition: t
# --
\begin{theorem}${1:[${2:name}]}
$0
\end{theorem}