The best package for acronyms in latex documents is
\usepackage{acro}
To define acronyms you use the following commands:
\DeclareAcronym{command}{short=shortform,long=longform}
You can use the acronyms in a text via
\ac{command}
changing \ac into
\Ac -capital initial
\acp -plural
\ac* -without marking it as already present
\acl - long form
\acs - short form
Keine Kommentare:
Kommentar veröffentlichen