Update
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
# condition: (and (not (texmathp)) (quote auto))
|
||||
# group: math
|
||||
# --
|
||||
|
||||
\[ $0 \]
|
||||
\[
|
||||
$0
|
||||
\]
|
||||
6
snippets/latex-mode/odot
Normal file
6
snippets/latex-mode/odot
Normal file
@@ -0,0 +1,6 @@
|
||||
# key: o.
|
||||
# name: odot
|
||||
# condition: (and (texmathp) 'auto)
|
||||
# group: math
|
||||
# --
|
||||
\odot
|
||||
7
snippets/latex-mode/supset
Normal file
7
snippets/latex-mode/supset
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: supset
|
||||
# key: suq
|
||||
# group: math
|
||||
# condition: (and (texmathp) 'auto)
|
||||
# --
|
||||
\supset
|
||||
7
snippets/latex-mode/supseteq
Normal file
7
snippets/latex-mode/supseteq
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: supseteq
|
||||
# key: \supset=
|
||||
# group: math
|
||||
# condition: (and (texmathp) 'auto)
|
||||
# --
|
||||
\supseteq
|
||||
Reference in New Issue
Block a user