2026-03-11T12:58:15

This commit is contained in:
2026-03-11 12:58:09 +01:00
parent 3b4cf12651
commit 47e32f2cb1
13 changed files with 70 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
# -*- mode: snippet -*-
# name: newglossaryentry
# key: gl
# uuid: gl
# --
\newglossaryentry{${1}}{
name=${1:$(capitalize yas-text)},
description={${3}}
}