generated from leonetienne/LaTeX-Paper-template
20 lines
427 B
TeX
20 lines
427 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}
|
|
%\acroplural{PRAP}[PRAPs]{Praktische Projektarbeiten}
|
|
%
|
|
%
|
|
\end{acronym}
|
|
|