31 lines
727 B
TeX
Raw Normal View History

2022-12-22 11:15:27 +00: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}
%
%
2023-01-05 01:35:26 +01:00
\acro{WM}[WM]{\enquote{Weinland Mosel} e.V.}
2023-01-10 17:25:56 +01:00
\acro{PDCA}[PDCA]{Plan-Do-Check-Act}
2023-01-11 02:13:13 +01:00
\acro{SWOT}[SWOT]{Strength-Weakness-Opportunity-Threat}
2023-01-27 03:04:18 +01:00
\acro{FA}[FA]{Funktionale Anforderung}
\acroplural{FA}[FAs]{Funktionale Anforderungen}
\acro{NFA}[NFA]{Nichtfunktionale Anforderung}
2023-02-01 13:50:17 +01:00
\acroplural{NFA}[NFAs]{Nichtfunktionale Anforderungen}
2023-02-01 12:41:42 +01:00
\acro{ELN}[ELN]{Einlieferungsnummer}
\acroplural{ELN}[ELNs]{Einlieferungsnummern}
\acro{JAP}[JAP]{Jahresauswahlprobe}
\acroplural{JAP}[JAPs]{Jahresauswahlproben}
2022-12-22 11:15:27 +00:00
%
%
\end{acronym}