From 36b15e9361964972565b792c273764952a7a8ac7 Mon Sep 17 00:00:00 2001
From: Michael Bredel <michael.bredel@h-da.de>
Date: Tue, 7 Nov 2017 14:21:20 +0100
Subject: [PATCH] Initial commit.

---
 frontbackmatter/Acronyms.tex | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 frontbackmatter/Acronyms.tex

diff --git a/frontbackmatter/Acronyms.tex b/frontbackmatter/Acronyms.tex
new file mode 100644
index 0000000..dbfff42
--- /dev/null
+++ b/frontbackmatter/Acronyms.tex
@@ -0,0 +1,19 @@
+%*******************************************************
+% Acronyms
+%*******************************************************
+\automark[section]{chapter}
+\renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}}
+\renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}}
+\refstepcounter{dummy}
+\pdfbookmark[1]{Abk\"{u}rzungsverzeichnis}{abk\"{u}rzungsverzeichnis}
+\markboth{\spacedlowsmallcaps{Abk\"{u}rzungsverzeichnis}}{\spacedlowsmallcaps{Abk\"{u}rzungsverzeichnis}}
+\chapter*{Abk\"{u}rzungsverzeichnis}
+
+% Insert your acronyms here
+\begin{acronym}[UML]
+  \acro{DRY}{Don't Repeat Yourself}
+  \acro{API}{Application Programming Interface}
+  \acro{UML}{Unified Modeling Language}
+\end{acronym}
+
+\cleardoublepage