emacs-config/snippets/latex-mode/theorem

8 lines
127 B
Plaintext
Raw Normal View History

2020-03-17 17:16:39 +00:00
# -*- mode: snippet -*-
# name: theorem
# key: thm
2020-03-18 17:10:58 +00:00
# group: theorems
2020-03-17 17:16:39 +00:00
# --
\begin{theorem}${1:[${2:name}]}
2020-03-18 17:10:58 +00:00
`%`$0
2020-03-17 17:16:39 +00:00
\end{theorem}