bachelor-thesis/frontbackmatter/thesis/Acronyms.tex
2024-03-31 22:25:29 +02:00

24 lines
1 KiB
TeX

%*******************************************************
% Acronyms
%*******************************************************
\automark[section]{chapter}
\renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}}
\refstepcounter{dummy}
\pdfbookmark[0]{Abk\"{u}rzungsverzeichnis}{abkuerzungsverzeichnis}
\markboth{\spacedlowsmallcaps{Abk\"{u}rzungsverzeichnis}}{\spacedlowsmallcaps{Abk\"{u}rzungsverzeichnis}}
\chapter*{Abk\"{u}rzungsverzeichnis}
% Insert your acronyms here (Das Kürzel mit der längsten Bezeichnung sollte in den eckigen Klammern eingetragen werden)
\begin{acronym}[API]
\acro{EJB}{Enterprise Java Beans}
\acro{JSP}{Java Server Page}
\acro{ORM}{Object Relational Mapping}
\acro{SFSB}{Stateful Session-Bean}
\acro{JPA}{Java Persistence API}
\acro{API}{Application Programming Interface}
\acro{UML}{Unified Modeling Language}
\acro{GB}{Gigabyte}
\end{acronym}
\cleardoublepage