-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.tex
49 lines (41 loc) · 973 Bytes
/
report.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
\documentclass[a4paper,11pt]{kth-mag}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{lmodern}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{nada-ex}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{algpseudocode}
\usepackage[pdftex]{graphicx}
\usepackage[hidelinks]{hyperref}
\usepackage{mathtools}
\usepackage{tikz}
\usetikzlibrary{matrix,arrows,decorations.pathmorphing}
\newsubfloat{figure}
\newcommand{\argmin}{\operatornamewithlimits{argmin}}
\newcommand{\argmax}{\operatornamewithlimits{argmax}}
\input{title}
\begin{document}
\frontmatter
\maketitle
\input{abstract}
\clearpage
\tableofcontents
\mainmatter
\include{introduction}
\include{background}
\include{framework}
\include{time_series}
\include{implementation}
\include{results}
\include{conclusions}
\include{acknowledgements}
\include{bibliography}
\bibliography{mybib1}
\bibliographystyle{acm}
\end{document}
\endinput