Compare commits
No commits in common. "2de7ddd182c0a75361097b88dee54d6c06e562d0" and "448db5581fc67240cf8d734b2ee4ff6fdc95cd47" have entirely different histories.
2de7ddd182
...
448db5581f
|
@ -1,11 +0,0 @@
|
||||||
\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 = {, }
|
|
||||||
}
|
|
5
main.tex
5
main.tex
|
@ -7,7 +7,7 @@
|
||||||
\usepackage{setspace} % for more spacing control
|
\usepackage{setspace} % for more spacing control
|
||||||
\usepackage{geometry} % for margin control
|
\usepackage{geometry} % for margin control
|
||||||
\usepackage{tabularx} % extension of tabular environment that allows dynamic widths
|
\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{fancyhdr} % fancy headers
|
||||||
\usepackage{import} % advanced document import
|
\usepackage{import} % advanced document import
|
||||||
\usepackage{pdfpages} % include multipage pdf documents
|
\usepackage{pdfpages} % include multipage pdf documents
|
||||||
|
@ -31,8 +31,6 @@
|
||||||
\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
|
||||||
|
@ -49,7 +47,6 @@
|
||||||
\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