25 lines
562 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}
\acroplural{NFA}[FAs]{Nichtfunktionale Anforderungen}
2022-12-22 11:15:27 +00:00
%
%
\end{acronym}