bachelor-thesis/frontbackmatter/thesis/Acronyms.tex

22 lines
829 B
TeX
Raw Normal View History

2024-03-21 21:05:04 +01:00
%*******************************************************
% 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
\begin{acronym}[UML]
\acro{SFSB}{Stateful Session-Bean}
\acro{JPA}{Java Persistence API}
\acro{API}{Application Programming Interface}
\acro{UML}{Unified Modeling Language}
2024-03-27 19:23:22 +01:00
\acro{GB}{Gigabyte}
2024-03-21 21:05:04 +01:00
\end{acronym}
\cleardoublepage