emacs-config/snippets/latex-mode/proof

8 lines
121 B
Plaintext
Raw Normal View History

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