-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtesi.tex
108 lines (76 loc) · 2.57 KB
/
tesi.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
\documentclass[a4paper,12pt,twoside,openright]{report}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{setspace}
\usepackage{biblatex}
\usepackage[paper=a4paper,margin=1in]{geometry}
\usepackage[italian]{babel}
\usepackage{fancyhdr}
\addbibresource{bibliography.bib}
\preto{\section}{\filbreak}
\title{Sviluppo di un Test Report proprietario}
\author{Davide Cologni}
\pagestyle{fancy}
\setlength{\headsep}{0.35in}
\let\MakeUppercase\relax
\renewcommand\sectionmark[1]{}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\makeatletter
\let\inserttitle\@title
\let\insertauthor\@author
\makeatother
\begin{document}
\begin{titlepage}
\noindent
\begin{minipage}[t]{0.19\textwidth}
\vspace{-4mm}{\includegraphics[scale=1.15]{logo_unimib.pdf}}
\end{minipage}
\begin{minipage}[t]{0.81\textwidth}
{
{\textsc{Università degli Studi di Milano - Bicocca}} \\
\textbf{Scuola di Scienze} \\
\textbf{Dipartimento di Informatica, Sistemistica e Comunicazione} \\
\textbf{Corso di laurea in Informatica} \\
\par
}
\end{minipage}
\vspace{40mm}
\begin{center}
{\LARGE{
\textbf{\inserttitle}
\par
}}
\end{center}
\vspace{50mm}
\noindent
{\large \textbf{Relatore:} Prof. Gianluca Della Vedova } \\
\noindent
{\large \textbf{Correlatore:} Dott. Antonio Riva}
\vspace{15mm}
\begin{flushright}
{\large \textbf{Relazione della prova finale di:}} \\
\large{\insertauthor} \\
\large{Matricola 830177}
\end{flushright}
\vspace{40mm}
\begin{center}
{\large{\bf Anno Accademico 2020-2021}}
\end{center}
\restoregeometry
\end{titlepage}
\tableofcontents
\listoffigures
\input{chapters/Introduction.tex}
\input{chapters/Contesto_Aziendale.tex}
\input{chapters/Sistema_di_testing.tex}
\input{chapters/Struttura_dell_applicazione.tex}
\input{chapters/Backend.tex}
\input{chapters/Frontend.tex}
\input{chapters/Uso_nel_processo_di_sviluppo.tex}
\input{chapters/Sviluppi_futuri.tex}
\input{chapters/Conclusione.tex}
\printbibliography
\end{document}