diff --git a/config/acro.tex b/config/acro.tex new file mode 100644 index 0000000..b892c45 --- /dev/null +++ b/config/acro.tex @@ -0,0 +1,11 @@ +\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 5ce7f8e..7a3b54c 100644 --- a/main.tex +++ b/main.tex @@ -31,6 +31,8 @@ \usepackage{float} % extra option to place tables, figures etc. \usepackage{amsmath} % better layout strategies for compliacted/larger equations \usepackage{multicol} % multi column page layouts +\usepackage[bottom]{footmisc} % footnotes +\usepackage{natbib} \makeindex \makenomenclature @@ -47,6 +49,7 @@ \input{extra/fixes} % article page geometry configuration \input{config/geomerty} +\input{config/acro} % setup acronyms \begin{document}