diff --git a/config/acro.tex b/config/acro.tex index 29afb7e..b892c45 100644 --- a/config/acro.tex +++ b/config/acro.tex @@ -1,8 +1,11 @@ -\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 + list/display = used, + list/sort = true, + link-only-first = false, + pages/display = none, + pages/fill = {, } } \ No newline at end of file diff --git a/main.tex b/main.tex index 4a343bf..7fda9dd 100644 --- a/main.tex +++ b/main.tex @@ -7,7 +7,7 @@ \usepackage{setspace} % for more spacing control \usepackage{geometry} % for margin control \usepackage{tabularx} % extension of tabular environment that allows dynamic widths -\usepackage{hyperref} % for referecing stuff +\usepackage[]{hyperref} % for referecing stuff \usepackage{fancyhdr} % fancy headers \usepackage{import} % advanced document import \usepackage{pdfpages} % include multipage pdf documents @@ -47,6 +47,7 @@ \input{extra/fixes} % article page geometry configuration \input{config/geomerty} +\input{config/acro} % setup acronyms \begin{document} @@ -55,7 +56,6 @@ \input{config/author} % meta information about author \input{config/pages} % set page configuration \input{config/minted} % set minted configuration - \input{config/acro} % setup acronyms \input{extra/utils} % some utility stuff diff --git a/pages/page-08-indices.tex b/pages/page-08-indices.tex index 6c5eef9..9921646 100644 --- a/pages/page-08-indices.tex +++ b/pages/page-08-indices.tex @@ -50,5 +50,5 @@ \cleardoublepage \def\listacronymname{Abkürzungsverzeichnis} \addcontentsline{toc}{section}{\listacronymname} -\printacronyms[sort] +\printacronyms \newpage \ No newline at end of file