24 lines
729 B
TeX
Raw Normal View History

2025-01-18 15:21:52 +01:00
%
% Abkürzungsverzeichnis
%
% This generates a headline that is linked in the TOC, but without a number
\addcontentsline{toc}{chapter}{Abkürzungsverzeichnis}
\chapter*{Abkürzungsverzeichnis}
\begin{acronym}
%
%
2025-01-19 16:39:52 +01:00
\acro{1P}[1P]{1Password}
2025-01-29 17:31:18 +01:00
\acro{API}[API]{Application Programmer Interface}
2025-01-31 02:12:09 +01:00
\acro{CLI}[CLI]{Command Line Interface}
\acro{GAU}[GAU]{Größter Anzunehmender Unfall}
\acro{GUI}[GUI]{Graphical User Interface}
2025-01-31 00:53:51 +01:00
\acro{MASA}[MASA]{Medienagenten Secret Authority}
\acro{YAML}[YAML]{Yet Another Markup Language}
2025-02-07 13:48:24 +01:00
\acro{UUID}[UUID]{Universally Unique Identifier}
\acroplural{UUID}[UUIDs]{Universally Unique Identifiers}
2025-02-11 15:02:53 +01:00
\acro{1PSA}[1PSA]{1Password Secrets Automation}
2025-01-18 15:21:52 +01:00
%
%
\end{acronym}