Compare commits

...

3 Commits

Author SHA1 Message Date
Sven Vogel 2de7ddd182 added packages natbib and footmisc 2024-03-06 10:56:37 +01:00
Sven Vogel bea2321bf7 refined acro package configuration 2024-03-05 10:06:24 +01:00
Sven Vogel 4b2142f3b1 added options for acro package 2024-03-05 09:32:37 +01:00
2 changed files with 15 additions and 1 deletions

11
config/acro.tex Normal file
View File

@ -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 = {, }
}

View File

@ -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
@ -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}