24 lines
729 B
TeX
24 lines
729 B
TeX
%
|
|
% 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}
|
|
%
|
|
%
|
|
\acro{1PSA}[1PSA]{1Password Secrets Automation}
|
|
\acro{1P}[1P]{1Password}
|
|
\acro{API}[API]{Application Programmer Interface}
|
|
\acro{CLI}[CLI]{Command Line Interface}
|
|
\acro{GAU}[GAU]{Größter Anzunehmender Unfall}
|
|
\acro{GUI}[GUI]{Graphical User Interface}
|
|
\acro{MASA}[MASA]{Medienagenten Secret Authority}
|
|
\acro{UUID}[UUID]{Universally Unique Identifier}
|
|
\acroplural{UUID}[UUIDs]{Universally Unique Identifiers}
|
|
\acro{YAML}[YAML]{Yet Another Markup Language}
|
|
%
|
|
%
|
|
\end{acronym}
|