Files

7 lines
112 B
Plaintext
Raw Permalink Normal View History

2025-12-14 09:04:11 +11:00
# -*- mode: snippet -*-
2026-03-22 20:26:17 +11:00
# name: sqrt
# key: sq
2025-12-14 09:04:11 +11:00
# group: math
2026-03-22 20:26:17 +11:00
# condition: (and (texmathp) 'auto)
2025-12-14 09:04:11 +11:00
# --
2026-03-22 20:26:17 +11:00
\\sqrt{$1}