Skip to content
Snippets Groups Projects
Commit c28c0a29 authored by Franz Bethke's avatar Franz Bethke
Browse files

Separate PRD and glossary

parent 30a5f244
No related merge requests found
% 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
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment