Update
This commit is contained in:
@@ -3,6 +3,4 @@
|
||||
# condition: (and (not (texmathp)) (quote auto))
|
||||
# group: math
|
||||
# --
|
||||
\[
|
||||
$0
|
||||
\]
|
||||
\[ $0 \]
|
||||
@@ -1,6 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: greater or equal
|
||||
# key: geq
|
||||
# key: >=
|
||||
# condition: (and (texmathp) 'auto)
|
||||
# group: math
|
||||
# --
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: implied by
|
||||
# key: <=
|
||||
# key: =<
|
||||
# condition: (and (texmathp) 'auto)
|
||||
# group: math
|
||||
# --
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: less or equal
|
||||
# key: leq
|
||||
# key: <=
|
||||
# condition: (and (texmathp) 'auto)
|
||||
# group: math
|
||||
# --
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
# condition: (and (texmathp) 'auto)
|
||||
# group: math
|
||||
# --
|
||||
\\left\\langle $1 \\right\\rangle$0
|
||||
\\left\\langle $1 \\right\\rangle
|
||||
@@ -1,8 +0,0 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: newline
|
||||
# key: \\
|
||||
# condition: (and (texmathp) 'auto)
|
||||
# group: math
|
||||
# --
|
||||
\\\\
|
||||
`(save-excursion (previous-line)(make-string (current-indentation) ?\s))`$0
|
||||
@@ -1,6 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: not in
|
||||
# key: notin
|
||||
# key: !in
|
||||
# condition: (and (texmathp) 'auto)
|
||||
# group: math
|
||||
# --
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: complex conjugate
|
||||
# key: cj
|
||||
# condition: (and (texmathp) 'auto)
|
||||
# name: sqrt
|
||||
# key: sq
|
||||
# group: math
|
||||
# condition: (and (texmathp) 'auto)
|
||||
# --
|
||||
^{\\star}$0
|
||||
\\sqrt{$1}
|
||||
Reference in New Issue
Block a user