2026-04-09T20:01:30

This commit is contained in:
2026-04-09 20:00:30 +02:00
parent ad651d20ec
commit 22671273d2
12 changed files with 85 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# -*- mode: snippet -*-
# name: newglossaryentry
# key: gl
# uuid: gl
# --
\newglossaryentry{${1}}{
name=${1:$(capitalize yas-text)},
description={${3}}
}