This commit is contained in:
Zelong Kuang
2026-03-22 20:26:17 +11:00
parent 3ca5933292
commit fcb5f35aad
16 changed files with 61 additions and 50 deletions

View File

@@ -3,6 +3,4 @@
# condition: (and (not (texmathp)) (quote auto))
# group: math
# --
\[
$0
\]
\[ $0 \]

View File

@@ -1,6 +1,6 @@
# -*- mode: snippet -*-
# name: greater or equal
# key: geq
# key: >=
# condition: (and (texmathp) 'auto)
# group: math
# --

View File

@@ -1,6 +1,6 @@
# -*- mode: snippet -*-
# name: implied by
# key: <=
# key: =<
# condition: (and (texmathp) 'auto)
# group: math
# --

View File

@@ -1,6 +1,6 @@
# -*- mode: snippet -*-
# name: less or equal
# key: leq
# key: <=
# condition: (and (texmathp) 'auto)
# group: math
# --

View File

@@ -4,4 +4,4 @@
# condition: (and (texmathp) 'auto)
# group: math
# --
\\left\\langle $1 \\right\\rangle$0
\\left\\langle $1 \\right\\rangle

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# -*- mode: snippet -*-
# name: not in
# key: notin
# key: !in
# condition: (and (texmathp) 'auto)
# group: math
# --

View File

@@ -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}