2026-02-04T15:37:44

This commit is contained in:
2026-02-04 15:37:43 +01:00
parent c9505d7bf8
commit 1502d695aa
10 changed files with 55 additions and 23 deletions

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: \acrfull{}
# key: af
# uuid: af
# --
\acrfull{$0}

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: \acrlong{}
# key: al
# uuid: al
# --
\acrlong{$0}

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: \acrshort{}
# key: as
# uuid: as
# --
\acrshort{$0}

View File

@@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# name: alertblock
# key: abl
# uuid: abl
# --
\begin{alertblock}{$2}
${0:`%`}
\end{alertblock}

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: \chapter{} \label{}
# key: cl
# uuid: cl
# --
\chapter{$1} \label{$1}

View File

@@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# name: cite with page
# uuid: cp
# key: cp
# condition: t
# --
\cite[S. $2]{$1} $0

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: quotes
# uuid: qq
# key: qq
# condition: t
# --
\glqq $1\grqq{} $0