This commit is contained in:
Ray Elliott 2021-11-27 09:41:44 +00:00
commit 7c4dc26c9d
2 changed files with 10 additions and 0 deletions

View file

@ -64,3 +64,11 @@ snippet lmb "lambda" i
\\lambda$0
endsnippet
snippet imp "implies" i
\\Rightarrow
endsnippet
snippet int "integral" i
\\int_{$1}^{$2} $0
endsnippet