emacs-config/snippets/latex-mode/lemma

8 lines
121 B
Plaintext
Raw Normal View History

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