Files
T2000/abk.tex
2023-09-01 07:13:17 +00:00

52 lines
2.1 KiB
TeX

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Descr: Vorlage für Berichte der DHBW-Karlsruhe, Datei mit Abkürzungen
%% Author: Prof. Dr. Jürgen Vollmer, vollmer@dhbw-karlsruhe.de
%% $Id: abk.tex,v 1.4 2017/10/06 14:02:03 vollmer Exp $
%% -*- coding: utf-8 -*-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter*{Abkürzungsverzeichnis} % chapter*{..} --> keine Nummer, kein "Kapitel"
% Nicht ins Inhaltsverzeichnis
\addcontentsline{toc}{chapter}{Akürzungsverzeichnis} % Damit das doch ins Inhaltsverzeichnis kommt
% Hier werden die Abkürzungen definiert
\begin{acronym}[DHBW]
% \acro{Name}{Darstellung der Abkürzung}{Langform der Abkürzung}
\acro{Abk}[Abk.]{Abkürzung}
% Folgendes benutzen, wenn der Plural einer Abk. benöigt wird
% \newacroplural{Name}{Darstellung der Abkürzung}{Langform der Abkürzung}
\newacroplural{Abk}[Abk-en]{Abkürzungen}
\newacroplural{AS}[ASen]{Autonomen Systemen}
\newacroplural{VM}[VMs]{Virtuellen Maschinen}
\newacroplural{ASN}[ASNs]{Autonome System Nummern}
\acro{H2O}[\ensuremath{H_2O}]{Di-Hydrogen-Monoxid}
\acro{API}[API]{Application Programming Interface}
\acro{DRF}[DRF]{Django Rest Framework}
\acro{REST}[REST]{Representational State Transfer}
\acro{KV}[KV]{Key-Value}
\acro{BGP}[BGP]{Border Gateway Protocol}
\acro{DDoS}[DDoS]{Distributed Denial of Service}
\acro{TTL}[TTL]{Time to live}
\acro{UUID}[UUID]{Universally unique identifier}
\acro{HTTP}[HTTP]{Hypertext transfer protocol}
\acro{SQL}[SQL]{Structured Query Language}
\acro{AS}[AS]{Autonome Systeme}
\acro{VM}[VM]{Virtuelle Maschine}
\acro{IETF}[IETF]{Internet Engineering Task Force}
\acro{TCP}[TCP]{Transmission Control Protocol}
\acro{RIP}[RIP]{Routing Information Protocol}
\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}
% Wenn neicht benutzt, erscheint diese Abk. nicht in der Liste
\acro{NUA}{Not Used Acronym}
\end{acronym}