17 lines
339 B
TeX
Raw Normal View History

2021-10-28 09:42:13 +02: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}
%
%
2022-08-05 21:34:22 +02:00
\acro{PRAP}[PRAP]{Praktische Projektarbeit}
\acroplural{PRAP}[PRAPs]{Praktische Projektarbeiten}
2021-10-28 09:42:13 +02:00
%
%
\end{acronym}
2022-08-05 21:34:22 +02:00