17 lines
338 B
TeX
17 lines
338 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{CMS}[CMS]{Content Management System}
|
|
%\acroplural{CMS}[CMSe]{Content Management Systeme}
|
|
%
|
|
%
|
|
\end{acronym}
|
|
|