Add section about acro
This commit is contained in:
parent
fdb4cb5d60
commit
4a6704d2d2
7 changed files with 116 additions and 3 deletions
1
codebeispiele/acro-german-different-case.tex
Normal file
1
codebeispiele/acro-german-different-case.tex
Normal file
|
@ -0,0 +1 @@
|
|||
Wir widmen uns dem \acfp{ufo}.
|
1
codebeispiele/acro-german-plurals.tex
Normal file
1
codebeispiele/acro-german-plurals.tex
Normal file
|
@ -0,0 +1 @@
|
|||
\aclp{sw}
|
1
codebeispiele/acro-german.tex
Normal file
1
codebeispiele/acro-german.tex
Normal file
|
@ -0,0 +1 @@
|
|||
\acf{api}
|
6
codebeispiele/acro-setup.tex
Normal file
6
codebeispiele/acro-setup.tex
Normal 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
|
11
codebeispiele/acro-usage.tex
Normal file
11
codebeispiele/acro-usage.tex
Normal 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)
|
12
codebeispiele/acro-used-acronyms.tex
Normal file
12
codebeispiele/acro-used-acronyms.tex
Normal 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=}
|
Loading…
Add table
Add a link
Reference in a new issue