Initial commit
This commit is contained in:
7
snippets/latex-mode/definite integral
Normal file
7
snippets/latex-mode/definite integral
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: definite integral
|
||||
# key: dint
|
||||
# condition: (and (texmathp) 'auto)
|
||||
# group: math
|
||||
# --
|
||||
\\int_{${1:-\\infty}}^{${2:\\infty}}$0
|
||||
Reference in New Issue
Block a user