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