RNDMISC-441: Second Milestone

This commit is contained in:
Leon Schoch
2023-09-01 07:13:17 +00:00
parent 911d5a4121
commit 41ece9a82a
6 changed files with 634 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
\chapter*{Abkürzungsverzeichnis} % chapter*{..} --> keine Nummer, kein "Kapitel"
% Nicht ins Inhaltsverzeichnis
% \addcontentsline{toc}{chapter}{Akürzungsverzeichnis} % Damit das doch ins Inhaltsverzeichnis kommt
\addcontentsline{toc}{chapter}{Akürzungsverzeichnis} % Damit das doch ins Inhaltsverzeichnis kommt
% Hier werden die Abkürzungen definiert
\begin{acronym}[DHBW]
@@ -40,6 +40,9 @@
\acro{OSPF}[OSPF]{Open Shortest Path First}
\acro{ASN}[ASN]{Autonome System Nummer}
\acro{JSON}[JSON]{JavaScript Object Notation}
\acro{SSH}[SSH]{Secure Shell}
\acro{TTL}[TTL]{Time to live}
\acro{DRY}[DRY]{Don't repeat yourself}