-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
68 lines (52 loc) · 1.67 KB
/
thesis.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
65
66
67
68
\documentclass[PhD,binding=0cm,noexaminfo,oneside]{sapthesis}
\captionsetup{format=plain,indention=0cm,singlelinecheck=false,justification=raggedright,width=.95\textwidth}
\usepackage{microtype} % http://www.khirevich.com/latex/microtype/
\usepackage[utf8]{inputenx}
\usepackage{hyperref}
\usepackage[numbers,square]{natbib}
\usepackage{algorithm2e}
\usepackage{wrapfig}
\hypersetup{
colorlinks = true, % colours links instead of ugly boxes
urlcolor = blue, % colour for external hyperlinks
linkcolor = black, % colour of internal links
citecolor = black, % colour of citations
pdftitle = {New Techniques for Adaptive Program Optimization},
pdfauthor= {Daniele Cono D'Elia}
}
\setcounter{tocdepth}{4}
\setcounter{secnumdepth}{4}
\title{\input{title}}
\author{Daniele Cono D'Elia}
\IDnumber{1208297}
\course[Computer Engineering]{Ingegneria Informatica}
\courseorganizer{School of Information Engineering, Computer Science and Statistics}
\cycle{XXVIII}
\submitdate{June 2016}
\copyyear{2016}
\advisor{Prof. Camil Demetrescu}
\coadvisor{Prof. Steven Blackburn}
\coadvisor{Dr. David Grove}
\authoremail{[email protected]}
\newcommand{\noauthorea}{}
\input{header}
\begin{document}
\frontmatter
\maketitle
\dedication{To my maternal grandfather Rocco Manzolillo,\\\smallskip after whom I took the determination and the ability to pursue this goal}
\begin{abstract}
\input{abstract}
\end{abstract}
\tableofcontents
\mainmatter
\input{introduction}
\input{state-of-art}
\input{perf-profiling}
\input{continuous-opt}
\input{experiments}
\input{case-studies}
\input{conclusions}
\backmatter
\bibliographystyle{abbrvnat}
\bibliography{bibliography/biblio.bib}
\end{document}