2026-03-11T12:58:15
This commit is contained in:
9
private-snippets/LaTeX-mode/newglossaryentry
Normal file
9
private-snippets/LaTeX-mode/newglossaryentry
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: newglossaryentry
|
||||
# key: gl
|
||||
# uuid: gl
|
||||
# --
|
||||
\newglossaryentry{${1}}{
|
||||
name=${1:$(capitalize yas-text)},
|
||||
description={${3}}
|
||||
}
|
||||
Reference in New Issue
Block a user