16 lines
341 B
TeX
16 lines
341 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{MDWR}[MDWR]{Michael Derek Werle Rutter}
|
|
\acroplural{MDWR}[MDWRs]{Michael Derek Werle Rutters}
|
|
%
|
|
%
|
|
\end{acronym}
|