emacs-config/snippets/latex-mode/corollary

8 lines
133 B
Plaintext
Raw Normal View History

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