8 lines
324 B
TeX
8 lines
324 B
TeX
|
\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
|
||
|
}
|