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

@@ -3,4 +3,4 @@
# key: af
# uuid: af
# --
\acrfull{$0}
\acrfull{$1}$0

View File

@@ -3,4 +3,4 @@
# key: al
# uuid: al
# --
\acrlong{$0}
\acrlong{$1}$0

View File

@@ -3,4 +3,4 @@
# key: as
# uuid: as
# --
\acrshort{$0}
\acrshort{$1}$0

View File

@@ -4,3 +4,4 @@
# uuid: cl
# --
\chapter{$1} \label{$1}
$0

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: cite
# key: c
# uuid: c
# condition: (not (save-restriction (widen) (texmathp)))
# --
\cite{$1} $0

View File

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