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

7
snippets/latex-mode/sqrt Normal file
View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: sqrt
# key: sq
# group: math
# condition: (and (texmathp) 'auto)
# --
\\sqrt{$1}