Add section about acro

This commit is contained in:
Julius Freudenberger 2025-09-19 23:20:50 +02:00
parent fdb4cb5d60
commit 4a6704d2d2
7 changed files with 116 additions and 3 deletions

View file

@ -0,0 +1 @@
Wir widmen uns dem \acfp{ufo}.

View file

@ -0,0 +1 @@
\aclp{sw}

View file

@ -0,0 +1 @@
\acf{api}

View file

@ -0,0 +1,6 @@
% Präambel
\usepackage{arco}
\DeclareAcronym{api}{short=API,
long=Application Programming Interface}
% min. short und long müssen gegeben sein
% erster Parameter is id

View file

@ -0,0 +1,11 @@
\ac{zB}
\\% automatisch (1. Mal voll,
% danach Abk.)
\ac{zB}\\
\acs{zB}
\\% Abkürzung
\acl{zB}
\\% lange Form
\acf{zB}
% volle Form (lange Form
% und Abkürzung in Klammern)

View file

@ -0,0 +1,12 @@
\acsetup{locale/display,locale/format=\emph}
\DeclareAcronym{zB}{short=z.\,B.,long=zum Beispiel}
\DeclareAcronym{api}{short=API,
long=Programmierschnittstelle,
foreign=Application Programming Interface,
foreign-locale=englisch,
foreign-babel=english}
\DeclareAcronym{sw}{short=SW,long=Sammelwerk,long-plural=e}
\DeclareAcronym{ufo}{short=UFO,
long=unidentifiziertes Flugobjekt,
long-plural-form=unidentifizierten Flugobjekt,
short-plural=}