This commit is contained in:
Zelong Kuang
2026-03-20 00:44:25 +11:00
parent de97f6e1cd
commit 570d0275f1
13 changed files with 603 additions and 66 deletions

View File

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

6
snippets/latex-mode/odot Normal file
View File

@@ -0,0 +1,6 @@
# key: o.
# name: odot
# condition: (and (texmathp) 'auto)
# group: math
# --
\odot

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: supset
# key: suq
# group: math
# condition: (and (texmathp) 'auto)
# --
\supset

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: supseteq
# key: \supset=
# group: math
# condition: (and (texmathp) 'auto)
# --
\supseteq