13 lines
395 B
TeX
13 lines
395 B
TeX
%!TEX root = ../main.tex
|
|
|
|
\chapter*{Abkürzungsverzeichnis}
|
|
\addcontentsline{toc}{chapter}{Abkürzungsverzeichnis}
|
|
|
|
\begin{acronym}[ABCD]
|
|
% declare your own acronyms here:
|
|
% \acro{VMCS}{Virtual Machine Control Structure}
|
|
\acro{CSR}{Corporate Social Responsibility}
|
|
\acro{FVEY}{Five Eyes}
|
|
\acro{GCHQ}{Government Communication Headquarters}
|
|
\acro{NSA}{National Security Agency}
|
|
\end{acronym} |