11 lines
364 B
TeX
11 lines
364 B
TeX
\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
|
|
list/display = used,
|
|
list/sort = true,
|
|
link-only-first = false,
|
|
pages/display = none,
|
|
pages/fill = {, }
|
|
} |