19 lines
477 B
TeX
19 lines
477 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{1P}[1P]{1Password}
|
|
\acro{API}[API]{Application Programmer Interface}
|
|
\acro{MASA}[MASA]{Medienagenten Secret Authority}
|
|
\acro{YAML}[YAML]{Yet Another Markup Language}
|
|
%\acroplural{CMS}[CMSe]{Content Management Systeme}
|
|
%
|
|
%
|
|
\end{acronym}
|