forked from angelopassa/Reti-e-Laboratorio-III
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
53 lines (44 loc) · 1.35 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
\documentclass{article}
\usepackage{amsthm}
\usepackage[dvipsnames]{xcolor}
\usepackage{avant}
\usepackage{fancyhdr}
\usepackage{tikz}
\usepackage{hyperref}
\usepackage[bottom]{footmisc}
\usepackage[]{mdframed}
\renewcommand{\familydefault}{\sfdefault} % cambio font
\theoremstyle{definition}
\newtheorem*{definition}{Definizione}
\renewcommand{\figurename}{Figura}
\renewcommand{\contentsname}{Contenuti}
\pagestyle{fancy}
\fancyfoot[L]{Reti e Laboratorio III}
\fancyfoot[C]{\thepage}
\fancyfoot[R]{Giuseppe Di Palma}
\setcounter{section}{-1}
\title{Reti e Laboratorio III}
\author{Giuseppe Di Palma}
\date{\today}
\begin{document}
\maketitle
\begin{center}
\includegraphics[scale=0.15]{Immagini/Stemma_unipi.png}
\end{center}
\vspace{1cm}
\begin{center}
Appunti basati sulle lezioni e dispense delle professoresse Federica Paganelli \footnote{\url{http://pages.di.unipi.it/paganelli/}}
e Laura Ricci \footnote{\url{https://pages.di.unipi.it/ricci/}}
\end{center}
\pagebreak
\tableofcontents
\pagebreak
\begin{sloppypar}
\input{Introduzione.tex}
\input{Commutazione-e-Ritardi.tex}
\input{Modelli-Stratificati.tex}
\input{Lo-Strato-Applicativo.tex}
\input{Lo-Strato-Di-Trasporto.tex}
\input{Lo-Strato-Di-Rete-IP.tex}
\end{sloppypar}
\end{document}