9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: Theorem
|
|
# key: #thm
|
|
# condition: (and (not (texmathp)) (quote auto))
|
|
# group: math
|
|
# --
|
|
#theorem()[
|
|
$0
|
|
] |