This repository has been archived on 2024-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
Praxisbericht-Template/config/acro.tex

8 lines
324 B
TeX
Raw Normal View History

2024-03-05 08:32:37 +00:00
\DeclareBoolOption[false]{sort} % wether to sort acronym list alphabetically or not
\acsetup
{
make-links = true, % generate links
case-sensitive = true, % when calling \ac{ID} ID is case sensetive i.e ABC won't match AbC
use-id-as-short = true, % id of acronym is used as short form
}