2026-02-05T15:07:43
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=${2},
|
||||
description={${4}}
|
||||
}
|
||||
Reference in New Issue
Block a user