2026-05-29T10:17:10

This commit is contained in:
2026-05-29 10:16:49 +02:00
parent eeade43df7
commit 65e5eb7b14
8 changed files with 74 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: newacronym982576511041
# key: nac
# --
\newacronym{${1}}{${1:$(upcase yas-text)}}{${2}}
+1 -1
View File
@@ -4,4 +4,4 @@
# uuid: c
# condition: (not (save-restriction (widen) (texmathp)))
# --
\cite{$1} $0
\cite{$1} $0
+6
View File
@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: newacronym
# key: nac
# --
\newacronym{${1}}{${1:$(upcase yas-text)}}{${2}}
+5
View File
@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: newacronym
# key: nac
# --
\newacronym{${1}}{${1:(capitalize yas-text)}}{${2}}
+5
View File
@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: note
# key: note
# --
\note{$1}$2
+5
View File
@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: note
# key: note
# --
\note{$1}$1
+5
View File
@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: texttt
# key: ttt
# --
\texttt{$1}$2