Aktueller Stand Thesis
This commit is contained in:
parent
dbdf3f3a4c
commit
fbc6ae8b15
6 changed files with 250 additions and 2 deletions
20
frontbackmatter/thesis/Acronyms.tex
Normal file
20
frontbackmatter/thesis/Acronyms.tex
Normal file
|
@ -0,0 +1,20 @@
|
|||
%*******************************************************
|
||||
% 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}
|
||||
\end{acronym}
|
||||
|
||||
\cleardoublepage
|
Loading…
Add table
Add a link
Reference in a new issue