-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
executable file
·94 lines (70 loc) · 2.08 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
\input{preamble}
\usepackage{epigraph}
\newcommand{\UniversityName}{Politecnico di Milano}
\newcommand{\DepartmentName}{Scuola di Ingegneria Industriale e dell'Informazione}
\newcommand{\CourseName}{Corso di Laurea Magistrale in Ingegneria Informatica}
\newcommand{\LogoPath}{figures/PoliMi}
\newcommand{\AdvisorTitle}{Relatore}
\newcommand{\AdvisorName}{Prof.~Brian~S.~Smith}
\newcommand{\CoadvisorTitle}{Correlatori}
\newcommand{\CoadvisorName}{Professor~Jones}
\newcommand{\SecondCoadvisorName}{Dr.~Patrick~Khumalo}
\newcommand{\ThesisBy}{Tesi di Laurea di}
\newcommand{\StudentID}{Matricola: 12345678}
\usepackage{lipsum}
\title{A thesis}
\author{The~Nameless~Hero}
\date{2013 -- 2014}
\hyphenation{NECSTLab}
%% Commands and abbreviations
\newcommand{\XeTeX}{{\normalsize X\textsubscript{\footnotesize E}T\textsubscript{\footnotesize E}X}\xspace}
\newcommand{\eg}{\textit{e.g.,}}
\newcommand{\ie}{\textit{i.e.,}}
\makeatletter
\renewcommand*{\l@lstlisting}{\@dottedtocline{1}{0em}{2.3em}}
\makeatother
\renewcommand\lstlistlistingname{List of Listings}
\begin{document}
\selectlanguage{english}
\ThesisTitle
\frontmatter
%\include{frontmatter/dedication}
\include{frontmatter/acknowledgments}
\cleardoublepage
\include{frontmatter/summary-en}
\selectlanguage{italian}
\include{frontmatter/summary-it}
\selectlanguage{english}\cleardoublepage
\tableofcontents\cleardoublepage
\listoffigures\cleardoublepage
\listoftables\cleardoublepage
\lstlistoflistings
\listofalgorithms
\mainmatter
\include{chapters/ch1}
\include{chapters/ch2}
\include{chapters/ch3}
\include{chapters/ch4}
\include{chapters/ch5}
\include{chapters/ch6}
\include{chapters/ch7}
\backmatter
% Please modify backmatter/abbreviations;
% abbreviations-sorted.tex is the sorted version autogenerated by the Makefile
\include{abbreviations-sorted}
\begingroup
% Comment the following line!
\nocite{*}
\bibliographystyle{bibtex/IEEEtran}
\bibliography{bibtex/IEEEfull,backmatter/references}
\endgroup
\cleartoverso
\vspace*{1em}
\vfill
\thispagestyle{empty}
\hrule
\begin{center}
Milano~\textbullet~\today
\end{center}
\clearpage
\end{document}