2026-01-29T09:42:46

This commit is contained in:
2026-01-29 09:42:33 +01:00
parent 775d0be9db
commit b6a7230e7e
2991 changed files with 3044 additions and 3 deletions

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}