-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodello-progetto.tex
63 lines (45 loc) · 1.12 KB
/
modello-progetto.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
\documentclass{article}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{subfiles}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage{graphicx}
\usepackage{amsfonts}
\usepackage{mathtools}
\usepackage{caption}
\graphicspath{
{./}
{img/}
}
\pagestyle{fancy}
\fancyhf{}
\rfoot{Page \thepage \hspace{1pt} of \pageref{LastPage}}
\begin{document}
\begin{titlepage}
\begin{center}
\includegraphics[width=7.5cm]{components/logo.jpg}\\
\huge
\textbf{Progetto di Ricerca Operativa }
\vspace{1cm}
\Large{Dipartimento di Matematica Tullio-Levi Civita}
\vspace{10cm}
\normalsize{Alberto Cocco}\\
\normalsize{1167891}
\end{center}
\end{titlepage}
\tableofcontents
\newpage
\section{Abstract}%
\label{sec:abstract}
\subfile{components/abstract}
\section{Descrizione del problema}%
\label{sec:descrizione_del_problema}
\subfile{components/problema}
\section{Modello di programmazione lineare}%
\label{sec:modello_di_programmazione_lineare}
\subfile{components/modello}
\section{Implementazione in AMPL}%
\label{sec:implementazione_in_AMPL}
\subfile{components/AMPL}
\end{document}