This commit is contained in:
Zelong Kuang
2026-03-11 21:08:31 +11:00
parent 4e569a2831
commit 2bfe738a6a
41 changed files with 385 additions and 54 deletions

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: \left\langle ... \right\rangle
# key: lra
# condition: (and (texmathp) 'auto)
# group: math
# --
\\left\\langle $1 \\right\\rangle$0