2026-02-05T15:07:43
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
# key: af
|
||||
# uuid: af
|
||||
# --
|
||||
\acrfull{$0}
|
||||
\acrfull{$1}$0
|
||||
@@ -3,4 +3,4 @@
|
||||
# key: al
|
||||
# uuid: al
|
||||
# --
|
||||
\acrlong{$0}
|
||||
\acrlong{$1}$0
|
||||
@@ -3,4 +3,4 @@
|
||||
# key: as
|
||||
# uuid: as
|
||||
# --
|
||||
\acrshort{$0}
|
||||
\acrshort{$1}$0
|
||||
@@ -4,3 +4,4 @@
|
||||
# uuid: cl
|
||||
# --
|
||||
\chapter{$1} \label{$1}
|
||||
$0
|
||||
|
||||
7
private-snippets/LaTeX-mode/cite
Normal file
7
private-snippets/LaTeX-mode/cite
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: cite
|
||||
# key: c
|
||||
# uuid: c
|
||||
# condition: (not (save-restriction (widen) (texmathp)))
|
||||
# --
|
||||
\cite{$1} $0
|
||||
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