update packages
This commit is contained in:
8
lisp/yasnippet-snippets/snippets/latex-mode/theorem
Normal file
8
lisp/yasnippet-snippets/snippets/latex-mode/theorem
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: theorem
|
||||
# key: thm
|
||||
# --
|
||||
\begin{thm}[${2:title}]
|
||||
\label{thm:${1:label}}
|
||||
$0
|
||||
\end{thm}
|
||||
Reference in New Issue
Block a user