emacs-config/snippets/latex-mode/corollary
2020-03-19 01:17:21 +08:00

8 lines
133 B
Plaintext

# -*- mode: snippet -*-
# name: corollary
# key: clr
# group: theorems
# --
\begin{corollary}${1:[${2:name}]}
`%`$0
\end{corollary}