diff --git a/doc/glossary.tex b/doc/glossary.tex
new file mode 100644
index 0000000000000000000000000000000000000000..d365e6a803d8e278f007c87996ac025125f0e0db
--- /dev/null
+++ b/doc/glossary.tex
@@ -0,0 +1,41 @@
+% KEEP THIS ALPHABETICALLY SORTED PLS!
+\usepackage[toc,xindy]{glossaries} % needs to be loaded after the inclusion of hyperref!
+
+% ENTRIES
+\newacronym{ES}{ES}{Evolution-State}
+
+\newglossaryentry{Follower Vehicle}{
+  name=FollowerVehicle,
+  description={Modelauto in einer bestehenden Kolonne, welches aber nicht
+               an erster Position fährt.}
+}
+\newacronym{FV}{FV}{\gls{Follower Vehicle}}
+
+\newglossaryentry{Inner-Platoon-Distance}{
+  name=InnerPlatoonDistance,
+  description={Vom \gls{LV} vorgegebener Abstand zwischen Fahrzeugen
+               innerhablb der Kolonne.}
+}
+\newacronym{IPD}{IPD}{\gls{Inner-Platoon-Distance}}
+
+\newglossaryentry{Leading Vehicle}{
+  name=LeadingVehicle,
+  description={Modelauto an der Spitze einer bestehenden Kolonne}
+}
+\newacronym{LV}{LV}{\gls{Leading Vehicle}}
+
+\newacronym{MS}{MS}{Milestone}
+
+\newglossaryentry{Platoon-Speed}{
+  name=PlatoonSpeed,
+  description={Vom \gls{LV} vorgegebene Geschwindigkeit der Kolonne.}
+}
+\newacronym{PS}{PS}{\gls{Platoon-Speed}}
+
+\newacronym{RQ}{RQ}{Requirement}
+
+\newacronym{UC}{UC}{Use-Case}
+
+% POST ENTRIES SETTINGS
+\makeglossaries % needs to be set after the inclusion of hyperref!
+\glsunsetall % this will suppress expanding the first occurrence of acronyms
diff --git a/doc/lastenheft/lastenheft.tex b/doc/lastenheft/lastenheft.tex
index ebca42c409b8852cddaabaa592d1eb751777d837..e0a2b06fba7588fe318ff381e79163707e9deaa2 100644
--- a/doc/lastenheft/lastenheft.tex
+++ b/doc/lastenheft/lastenheft.tex
@@ -10,40 +10,8 @@
 \usepackage{parskip}  % makes end of paragraphs use an empty line
 
 %%% GLOSSARY %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\usepackage[toc,xindy]{glossaries} % needs to be loaded after the inclusion of hyperref!
-\newglossaryentry{Leading Vehicle}{
-  name=LeadingVehicle,
-  description={Modelauto an der Spitze einer bestehenden Kolonne}
-}
-\newacronym{LV}{LV}{\gls{Leading Vehicle}}
-
-\newglossaryentry{Follower Vehicle}{
-  name=FollowerVehicle,
-  description={Modelauto in einer bestehenden Kolonne, welches aber nicht
-               an erster Position fährt.}
-}
-\newacronym{FV}{FV}{\gls{Follower Vehicle}}
-
-\newglossaryentry{Platoon-Speed}{
-  name=PlatoonSpeed,
-  description={Vom \gls{LV} vorgegebene Geschwindigkeit der Kolonne.}
-}
-\newacronym{PS}{PS}{\gls{Platoon-Speed}}
-
-\newglossaryentry{Inner-Platoon-Distance}{
-  name=InnerPlatoonDistance,
-  description={Vom \gls{LV} vorgegebener Abstand zwischen Fahrzeugen
-               innerhablb der Kolonne.}
-}
-\newacronym{IPD}{IPD}{\gls{Inner-Platoon-Distance}}
-
-\newacronym{UC}{UC}{Use-Case}
-\newacronym{RQ}{RQ}{Requirement}
-\newacronym{ES}{ES}{Evolution-State}
-\newacronym{MS}{MS}{Milestone}
-
-\makeglossaries % needs to be set after the inclusion of hyperref!
-\glsunsetall % this will suppress expanding the first occurrence of acronyms
+\input{../glossary.tex}
+
 %%% BIBTEX %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \usepackage[ backend=bibtex,
              sorting=nty,