2026-05-29T10:17:10
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: newacronym982576511041
|
||||
# key: nac
|
||||
# --
|
||||
\newacronym{${1}}{${1:$(upcase yas-text)}}{${2}}
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
# uuid: c
|
||||
# condition: (not (save-restriction (widen) (texmathp)))
|
||||
# --
|
||||
\cite{$1} $0
|
||||
\cite{$1} $0
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: newacronym
|
||||
# key: nac
|
||||
# --
|
||||
\newacronym{${1}}{${1:$(upcase yas-text)}}{${2}}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: newacronym
|
||||
# key: nac
|
||||
# --
|
||||
\newacronym{${1}}{${1:(capitalize yas-text)}}{${2}}
|
||||
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: note
|
||||
# key: note
|
||||
# --
|
||||
\note{$1}$2
|
||||
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: note
|
||||
# key: note
|
||||
# --
|
||||
\note{$1}$1
|
||||
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: texttt
|
||||
# key: ttt
|
||||
# --
|
||||
\texttt{$1}$2
|
||||
Reference in New Issue
Block a user