2026-02-05T15:07:43

This commit is contained in:
2026-02-05 15:07:42 +01:00
parent 1502d695aa
commit a1c6a9f2a9
10 changed files with 783 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
# -*- mode: snippet -*-
# name: newglossaryentry
# key: gl
# uuid: gl
# --
\newglossaryentry{${1}}{
name=${2},
description={${4}}
}