bachelor-thesis/frontbackmatter/thesis/Acronyms.tex

31 lines
1.2 KiB
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}
2024-03-31 22:25:29 +02:00
% 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{JSF}{Java Server Faces}
2024-03-31 22:25:29 +02:00
\acro{ORM}{Object Relational Mapping}
2024-04-02 22:10:08 +02:00
\acro{MVC}{Model-View-Controller}
\acro{HTML}{HyperText Markup Language}
\acro{IL}{Intermediate Language}
\acro{JIT}{Just in Time}
2024-04-04 21:58:06 +02:00
\acro{GC}{Garbage Collection}
2024-04-02 22:10:08 +02:00
\acro{CSS}{Cascading Style Sheets}
2024-03-21 21:05:04 +01:00
\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