forked from PalmaITEM/deliverables-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
main.tex
64 lines (46 loc) · 1.03 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
\documentclass{PriMa}
\usepackage{ifthen}
\usepackage[printonlyused,nohyperlinks]{acronym}
\usepackage{units}
\usepackage{todonotes}
\usepackage[utf8]{inputenc}
\usepackage{siunitx}
\usepackage{subcaption}
\usepackage{csquotes}
\usepackage{dirtytalk}
\usepackage{supertabular}
\usepackage[section]{placeins}
\usepackage[
type={CC},
modifier={by-sa},
version={3.0},
imagewidth={10em},
]{doclicense}
\newcommand{\img}{./img}
\newcommand{\bib}{./bib}
\newcommand{\e}[1]{\mbox{e}^{#1}}
\graphicspath{{figures/}}
\begin{document}
%% Enter the deliverable information in the file "title.tex":
\input{title}
\setcounter{tocdepth}{2}
\tableofcontents
\listoffigures
% \begingroup
% \let\clearpage\relax
\listoftables
% \endgroup
\input{abstract}
\input{disclaimer}
\input{acronyms}
% ------------------------
% Chapters
% ------------------------
\input{chapters/introduction}
\input{chapters/chapter-XXX}
\input{chapters/conclusions}
\bibliography{bib/references}
\appendix
\input{appendix.tex}
%\printbibliography
\end{document}