Alessio Caiazza is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

nolith / ipv6 - fine del mondo http://slideshare.net/nolith/ipv6-e-la-fine-del-mondo

Slide su IPv6 per la notte blù

Clone this repository (size: 9.7 MB): HTTPS / SSH
hg clone https://bitbucket.org/nolith/ipv6-fine-del-mondo
hg clone ssh://hg@bitbucket.org/nolith/ipv6-fine-del-mondo

ipv6 - fine del mondo / Presentazione.tex

commit
8ed461c82949
parent
68081ad44dff
parent
c09d89674da4
branch
default

merge

1
8ac71584cf53
%!TEX root = ipv6.slides.tex
2
8ac71584cf53
3
8ac71584cf53
%decommentare per stampare + slide su una sola pagina
4
8ac71584cf53
%\usepackage{pgfpages}
5
8ac71584cf53
%\pgfpagesuselayout{4 on 1}[a4paper,border shrink=5mm]
6
8ac71584cf53
7
8ac71584cf53
%\useinnertheme{}
8
8ac71584cf53
%\useoutertheme{}
9
8ac71584cf53
% Progress Bar
10
8ac71584cf53
%\useinnertheme{progressbar}
11
8ac71584cf53
%\useoutertheme{progressbar}
12
8ac71584cf53
%
13
8ac71584cf53
\setbeamercovered{dynamic}
14
8ac71584cf53
% o altro (possibly just delete it)
15
8ac71584cf53
16
8ac71584cf53
\usetheme[pageofpages=di,% String used between the current page and the
17
8ac71584cf53
                         % total page count.
18
8ac71584cf53
          bullet=circle,% Use circles instead of squares for bullets.
19
8ac71584cf53
          titleline=true,% Show a line below the frame title.
20
8ac71584cf53
          alternativetitlepage=true,% Use the fancy title page.
21
8ac71584cf53
          titlepagelogo=images/world_ipv6,% Logo for the first page.
22
8ac71584cf53
          %watermark=licenza_small,% Watermark used in every page.
23
8ac71584cf53
          %watermarkheight=2px,% Height of the watermark.
24
8ac71584cf53
          %watermarkheightmult=4,% The watermark image is 4 times bigger
25
8ac71584cf53
                                % than watermarkheight.
26
8ac71584cf53
          ]{Torino}
27
8ac71584cf53
28
8ac71584cf53
%colori per i box
29
8ac71584cf53
\setbeamercolor{lowercolor}{fg=black,bg=white}
30
8ac71584cf53
\setbeamercolor{uppercolor}{fg=black,bg=chameleongreen2}
31
200da0f93bc5
\setbeamercolor{upperredcolor}{fg=black,bg=Tomato}
32
8ac71584cf53
\setbeamercolor{section in toc}{fg=chameleongreen3}
33
8ac71584cf53
\setbeamercolor{structure}{fg=chameleongreen3}
34
8ac71584cf53
35
8ac71584cf53
\newenvironment{colorblock}
36
8ac71584cf53
{\begin{beamerboxesrounded}[upper=uppercolor,lower=lowercolor,shadow=true]}
37
8ac71584cf53
{\end{beamerboxesrounded}}
38
8ac71584cf53
39
200da0f93bc5
\newenvironment{redblock}
40
200da0f93bc5
{\begin{beamerboxesrounded}[upper= upperredcolor,lower=lowercolor,shadow=true]}
41
200da0f93bc5
{\end{beamerboxesrounded}}
42
200da0f93bc5
43
8ac71584cf53
\newenvironment{tl_itm_year}[1]
44
8ac71584cf53
{\begin{colorblock}{#1}\begin{itemize}}
45
8ac71584cf53
{\end{itemize}\end{colorblock}}
46
8ac71584cf53
47
8ac71584cf53
\newcommand{\tlelement}[3] {\only<presentation:#1>{\begin{tl_itm_year}{#2} #3 \end{tl_itm_year}}}
48
8ac71584cf53
49
8ac71584cf53
50
8ac71584cf53
\usepackage{multirow}
51
8ac71584cf53
\usepackage{array}
52
5e752b6d0ceb
\usepackage{amstext}
53
8ac71584cf53
\newcolumntype{x}[1]{%
54
8ac71584cf53
>{\centering\hspace{0pt}}p{#1}}%
55
8ac71584cf53
\newcommand{\tn}{\tabularnewline}
56
8ac71584cf53
\newcommand{\tnhl}{\tabularnewline\hline}
57
8ac71584cf53
58
8ac71584cf53
%\beamertemplatetransparentcoveredhigh
59
8ac71584cf53
% =-> Package relativi alla gestione della Lingua.
60
8ac71584cf53
\usepackage[italian]{babel}
61
8ac71584cf53
62
8ac71584cf53
\usepackage[utf8]{inputenc}
63
8ac71584cf53
64
8ac71584cf53
\usepackage{url}
65
8ac71584cf53
% Package relativi all'uso di codice di programmazione [alternativa a verbatim].
66
8ac71584cf53
% \usepackage{listings}
67
8ac71584cf53
68
8ac71584cf53
\usepackage{bytefield}
69
8ac71584cf53
%definiamo i bitbox colorati
70
8ac71584cf53
\newcommand{\colorbitbox}[3]{% 
71
8ac71584cf53
\rlap{\bitbox{#2}{\color{#1}\rule{\width}{\height}}}% 
72
8ac71584cf53
\bitbox{#2}{#3}}
73
8ac71584cf53
\usepackage{tikz}
74
8ac71584cf53
\usetikzlibrary{fit,arrows,calc,chains,positioning}
75
8ac71584cf53
76
8ac71584cf53
%immagini per tikz
77
fedf5c163eb6
\pgfdeclareimage{schermo}{images/schermo}
78
fedf5c163eb6
\pgfdeclareimage{case}{images/case}
79
fedf5c163eb6
\pgfdeclareimage{router}{images/router}
80
fedf5c163eb6
\pgfdeclareimage{nuvola}{images/nuvola}
81
8ac71584cf53
%\pgfdeclareimage{firewall}{immagini/firewall}
82
8ac71584cf53
83
8ac71584cf53
84
8ac71584cf53
%stili per tikz
85
8ac71584cf53
\tikzstyle{subnet}+=[rectangle,very thin,draw=gray]
86
8ac71584cf53
\tikzstyle{olink}+=[color=chameleongreen1,thick]
87
8ac71584cf53
88
8ac71584cf53
89
8ac71584cf53
%corregge il warning sulla dimensione dei font
90
8ac71584cf53
\renewcommand{\fontsubfuzz}{1pt}
91
8ac71584cf53
92
8ac71584cf53
% Directory ove sono presenti le Immagini.
93
8ac71584cf53
\graphicspath{{images/}}
94
8ac71584cf53
95
8ac71584cf53
96
8ac71584cf53
% Titolo !
97
8ac71584cf53
\title[Il mondo finir\'a nel 2012 ?]{Il mondo finirà nel 2012?}
98
8ac71584cf53
\subtitle{... forse, ma Internet potrebbe finire prima.}
99
8ac71584cf53
100
8ac71584cf53
\author[T.~Pecorella \and A.~Caiazza]{Tommaso~Pecorella tommaso.pecorella@unifi.it \and Alessio~Caiazza ac@alessiocaiazza.info} 
101
8ac71584cf53
102
8ac71584cf53
%\institute{
103
8ac71584cf53
%\scriptsize
104
8ac71584cf53
%Relatori: \\
105
8ac71584cf53
%Ing. Tommaso Pecorella \\
106
8ac71584cf53
%Prof. Romano Fantacci \\
107
8ac71584cf53
%\vspace{0.25in}
108
8ac71584cf53
%Gestione e sicurezza delle reti di telecomunicazione \\
109
8ac71584cf53
%Università degli Studi di Firenze \\ 
110
8ac71584cf53
%Facoltà di Ingegneria%\\Dipartimento di Informatica
111
8ac71584cf53
%}
112
8ac71584cf53
113
8ac71584cf53
%\date{\today}
114
8ac71584cf53
\date[9 marzo 2010]{Notte Blu della Ricerca\\ 9 marzo 2010}
115
8ac71584cf53
116
8ac71584cf53
% Per inserire il Logo dell'Univ.
117
8ac71584cf53
\pgfdeclareimage[height=.8cm]{Logo}{images/six_green}
118
95550bbe43ac
\pgfdeclareimage[width=4cm]{modem}{images/Acoustic_coupler_20041015_175456_1}
119
95550bbe43ac
\pgfdeclareimage[width=10cm]{web}{images/screensnap2_24c}
120
200da0f93bc5
%\pgfdeclareimage[width=10cm]{deployment_ideal}{images/Huston_deploy_ideal}
121
200da0f93bc5
%\pgfdeclareimage[width=10cm]{deployment_real}{images/Huston_deploy_real}
122
5f8b4fc057e3
\pgfdeclareimage[width=10cm]{deploymentIdeal}{images/Deploy_ideal}
123
5f8b4fc057e3
\pgfdeclareimage[width=10cm]{deploymentReal}{images/Deploy_real}
124
beed4e392ab2
\pgfdeclareimage[width=7cm]{calendarioMayaBig}{images/calendario_maya}
125
beed4e392ab2
\pgfdeclareimage[width=4cm]{calendarioMayaSmall}{images/calendario_maya}
126
8ac71584cf53
\logo{\pgfuseimage{Logo}}
127
8ac71584cf53
128
8ac71584cf53
% Utilizza l'outline
129
531bdd6ddfdd
\AtBeginSection[]
130
531bdd6ddfdd
{
131
531bdd6ddfdd
   \begin{frame}
132
531bdd6ddfdd
       \frametitle{Outline}
133
531bdd6ddfdd
       \tableofcontents[currentsection]
134
531bdd6ddfdd
   \end{frame}
135
531bdd6ddfdd
}
136
8ac71584cf53
%\AtBeginSubsection[] 
137
8ac71584cf53
%{ 
138
8ac71584cf53
%\begin{frame}<beamer> 
139
8ac71584cf53
%\frametitle{Sommario} 
140
8ac71584cf53
%\tableofcontents[subsectionstyle=show/shaded/hide] 
141
8ac71584cf53
%\end{frame} 
142
8ac71584cf53
%} 
143
276f6cff6b8a
%\AtBeginSubsection[] % Do nothing for \section*
144
276f6cff6b8a
%{ \begin{frame}<beamer>
145
276f6cff6b8a
%\frametitle{Sommario}
146
276f6cff6b8a
%{\footnotesize
147
276f6cff6b8a
%\begin{columns}
148
276f6cff6b8a
%\begin{column}{0.5\textwidth}
149
276f6cff6b8a
%\tableofcontents[subsectionstyle=show/shaded/hide,sections={1-3}]
150
276f6cff6b8a
%\end{column}
151
276f6cff6b8a
%\begin{column}{0.5\textwidth}
152
276f6cff6b8a
%\tableofcontents[subsectionstyle=show/shaded/hide,sections={4-6}]
153
276f6cff6b8a
%\end{column}
154
276f6cff6b8a
%\end{columns}
155
276f6cff6b8a
%}
156
276f6cff6b8a
%\end{frame} }
157
8ac71584cf53
158
8ac71584cf53
\input{cc_beamer}
159
8ac71584cf53
160
8ac71584cf53
% Inizio Presentazione.
161
8ac71584cf53
\begin{document}
162
8ac71584cf53
163
8ac71584cf53
% Prima pagina
164
8ac71584cf53
\begin{frame}[t,plain]
165
8ac71584cf53
	\titlepage
166
8ac71584cf53
	\vspace{-.8em}
167
8ac71584cf53
	{\tiny\CcNote{\CcLongnameByNcSa}} 
168
8ac71584cf53
	\put(5,1){\CcGroupByNcSa{0.83}{0.95ex}}
169
8ac71584cf53
\end{frame}
170
8ac71584cf53
% Indice
171
276f6cff6b8a
\frame{\tableofcontents}
172
8ac71584cf53
173
92d08f0d1966
%\section{Il mondo finirà nel 2012?}
174
92d08f0d1966
%\input{duemiladodici}
175
8ac71584cf53
176
8ac71584cf53
\section{Internet: storia del mondo online}
177
d144046985a8
\input{internet_history}
178
8ac71584cf53
179
8ac71584cf53
\section{IPv4 Vs IPv6, solo technicalities?}
180
d144046985a8
\input{introduzione}
181
8ac71584cf53
182
8ac71584cf53
\section{IPv6: un Market failure?}
183
276f6cff6b8a
\input{marketing}
184
8ac71584cf53
185
8ac71584cf53
\section{Rimboccarsi le maniche}
186
276f6cff6b8a
\input{whattodo}
187
8ac71584cf53
188
8ac71584cf53
189
8ac71584cf53
%\input{ccByNcSa-2.5Ita}
190
8ac71584cf53
191
8ac71584cf53
192
8ac71584cf53
\end{document}
193
8ac71584cf53
194
8ac71584cf53
%%% Local Variables: 
195
8ac71584cf53
%%% mode: latex
196
8ac71584cf53
%%% TeX-master: "ipv6.slides"
197
8ac71584cf53
%%% End: