Merge pull request 'package-configuration' (#5) from package-configuration into main
Reviewed-on: #5
This commit is contained in:
commit
a33b1b9640
|
@ -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 = {, }
|
||||||
|
}
|
3
main.tex
3
main.tex
|
@ -31,6 +31,8 @@
|
||||||
\usepackage{float} % extra option to place tables, figures etc.
|
\usepackage{float} % extra option to place tables, figures etc.
|
||||||
\usepackage{amsmath} % better layout strategies for compliacted/larger equations
|
\usepackage{amsmath} % better layout strategies for compliacted/larger equations
|
||||||
\usepackage{multicol} % multi column page layouts
|
\usepackage{multicol} % multi column page layouts
|
||||||
|
\usepackage[bottom]{footmisc} % footnotes
|
||||||
|
\usepackage{natbib}
|
||||||
|
|
||||||
\makeindex
|
\makeindex
|
||||||
\makenomenclature
|
\makenomenclature
|
||||||
|
@ -47,6 +49,7 @@
|
||||||
\input{extra/fixes}
|
\input{extra/fixes}
|
||||||
% article page geometry configuration
|
% article page geometry configuration
|
||||||
\input{config/geomerty}
|
\input{config/geomerty}
|
||||||
|
\input{config/acro} % setup acronyms
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
|
|
Reference in New Issue