This repository has been archived by the owner on Aug 12, 2018. It is now read-only.
forked from gabri94/elaborato_cn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
71 lines (55 loc) · 1.43 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
65
66
67
68
69
70
71
\documentclass[a4paper]{article}
\usepackage{hyperref}
\usepackage{xcolor}
\usepackage{graphicx}
\usepackage{float}
\usepackage[export]{adjustbox}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
\usepackage{url}
\usepackage{import}
\usepackage{multirow}
\usepackage{color}
\usepackage{fancyhdr}
\usepackage{amssymb}
\usepackage{tabu}
\usepackage{mathtools}
\usepackage[margin=2.5cm]{geometry}
\usepackage{listings}
\usepackage{titling}
\usepackage[utf8x]{inputenc}
\usepackage[numbered,framed]{matlab-prettifier}
\let\ph\mlplaceholder
\lstMakeShortInline"
\lstset{
style = Matlab-editor,
basicstyle = \mlttfamily,
escapechar = ",
mlshowsectionrules = true,
}
\title{\vspace{2cm}Elaborato di\\ \textbf{Calcolo Numerico}\\ Anno Accademico 2016/2017\vspace{1cm}}
\author{Gabriele Puliti - \texttt{5300140} - \href{mailto:gabriele.puliti@stud.unifi.it}{\textit{gabriele.puliti@stud.unifi.it}}
\and Luca Passaretta - \texttt{5436462} - \href{mailto: luca.passeretta@stud.unifi.it}{\textit{luca.passeretta@stud.unifi.it}}}
\date{}
\addto\captionsenglish{\renewcommand{\contentsname}{Capitoli}}
\begin{document}
\pagenumbering{Roman}
\maketitle
\begin{center}
\today{}
\end{center}
\newpage
\newpage
\tableofcontents
\newpage
\pagenumbering{arabic}
\input{cap_1/cap1.tex}
\newpage
\input{cap_2/cap2.tex}
\newpage
\input{cap_3/cap3.tex}
\newpage
\input{cap_4/cap4.tex}
\newpage
\input{cap_5/cap5.tex}
\end{document}