generated from leonetienne/LaTeX-Paper-template
37 lines
888 B
TeX
37 lines
888 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{WM}[WM]{\enquote{Weinland Mosel} e.V.}
|
|
|
|
\acro{PDCA}[PDCA]{Plan-Do-Check-Act}
|
|
\acro{SWOT}[SWOT]{Strength-Weakness-Opportunity-Threat}
|
|
|
|
\acro{FA}[FA]{Funktionale Anforderung}
|
|
\acroplural{FA}[FAs]{Funktionale Anforderungen}
|
|
|
|
\acro{NFA}[NFA]{nichtfunktionale Anforderung}
|
|
\acroplural{NFA}[NFAs]{nichtfunktionale Anforderungen}
|
|
|
|
\acro{ELN}[ELN]{Einlieferungsnummer}
|
|
\acroplural{ELN}[ELNs]{Einlieferungsnummern}
|
|
|
|
\acro{JAP}[JAP]{Jahresauswahlprobe}
|
|
\acroplural{JAP}[JAPs]{Jahresauswahlproben}
|
|
|
|
\acro{TCA}[TCA]{Table configuration array}
|
|
\acroplural{TCA}[TCAs]{Table configuration arrays}
|
|
|
|
\acro{PO}[PO]{Product Owner}
|
|
\acroplural{PO}[POs]{Product Owner}
|
|
%
|
|
%
|
|
\end{acronym}
|
|
|