diff --git a/thesis/acronym.tex b/thesis/acronym.tex
index 6374c99c2b570b69703d43b896acfd8b4728fcc3..c1fdc9f58bf0b4a8e6d4da30f0bc3d320191df40 100644
--- a/thesis/acronym.tex
+++ b/thesis/acronym.tex
@@ -1,16 +1,17 @@
-\begin{acronym}[]
 \iftoggle{german}{
-\addcontentsline{toc}{section}{Abkürzungsverzeichnis}
-\sectionmark{Abkürzungsverzeichnis}
+\def\AbbrvName{Abkürzungsverzeichnis}
 }{
-\addcontentsline{toc}{section}{List of Abbreviations}
-\sectionmark{List of Abbreviations}
+\def\AbbrvName{List of Abbreviations}
 }
+\section*{\AbbrvName}
+\addcontentsline{toc}{section}{\AbbrvName}
+\sectionmark{\AbbrvName}
 
+\def\LongestAcro{wmSDN}
 
-%\section*{List of abbreviations}
+\begin{acronym}[\LongestAcro] % Pass the longest acronym here to align them correctly
+\setlength{\itemsep}{-\parsep} % reduce the space between acronyms
 
-\setlength{\itemsep}{-\parsep}
 \acro{3GPP}{3rd Generation Partnership Project}
 \acro{AC}{Access Category}
 \acro{ACK}{acknowledgement}