%!TEX root = ipv6.slides.tex %decommentare per stampare + slide su una sola pagina %\usepackage{pgfpages} %\pgfpagesuselayout{4 on 1}[a4paper,border shrink=5mm] %\useinnertheme{} %\useoutertheme{} % Progress Bar %\useinnertheme{progressbar} %\useoutertheme{progressbar} % \setbeamercovered{dynamic} % o altro (possibly just delete it) \usetheme[pageofpages=di,% String used between the current page and the % total page count. bullet=circle,% Use circles instead of squares for bullets. titleline=true,% Show a line below the frame title. alternativetitlepage=true,% Use the fancy title page. titlepagelogo=images/world_ipv6,% Logo for the first page. %watermark=licenza_small,% Watermark used in every page. %watermarkheight=2px,% Height of the watermark. %watermarkheightmult=4,% The watermark image is 4 times bigger % than watermarkheight. ]{Torino} %colori per i box \setbeamercolor{lowercolor}{fg=black,bg=white} \setbeamercolor{uppercolor}{fg=black,bg=chameleongreen2} \setbeamercolor{upperredcolor}{fg=black,bg=Tomato} \setbeamercolor{section in toc}{fg=chameleongreen3} \setbeamercolor{structure}{fg=chameleongreen3} \newenvironment{colorblock} {\begin{beamerboxesrounded}[upper=uppercolor,lower=lowercolor,shadow=true]} {\end{beamerboxesrounded}} \newenvironment{redblock} {\begin{beamerboxesrounded}[upper= upperredcolor,lower=lowercolor,shadow=true]} {\end{beamerboxesrounded}} \newenvironment{tl_itm_year}[1] {\begin{colorblock}{#1}\begin{itemize}} {\end{itemize}\end{colorblock}} \newcommand{\tlelement}[3] {\only{\begin{tl_itm_year}{#2} #3 \end{tl_itm_year}}} \usepackage{multirow} \usepackage{array} \usepackage{amstext} \newcolumntype{x}[1]{% >{\centering\hspace{0pt}}p{#1}}% \newcommand{\tn}{\tabularnewline} \newcommand{\tnhl}{\tabularnewline\hline} %\beamertemplatetransparentcoveredhigh % =-> Package relativi alla gestione della Lingua. \usepackage[italian]{babel} \usepackage[utf8]{inputenc} \usepackage{url} % Package relativi all'uso di codice di programmazione [alternativa a verbatim]. % \usepackage{listings} \usepackage{bytefield} %definiamo i bitbox colorati \newcommand{\colorbitbox}[3]{% \rlap{\bitbox{#2}{\color{#1}\rule{\width}{\height}}}% \bitbox{#2}{#3}} \usepackage{tikz} \usetikzlibrary{fit,arrows,calc,chains,positioning} %immagini per tikz \pgfdeclareimage{schermo}{images/schermo} \pgfdeclareimage{case}{images/case} \pgfdeclareimage{router}{images/router} \pgfdeclareimage{nuvola}{images/nuvola} %\pgfdeclareimage{firewall}{immagini/firewall} %stili per tikz \tikzstyle{subnet}+=[rectangle,very thin,draw=gray] \tikzstyle{olink}+=[color=chameleongreen1,thick] %corregge il warning sulla dimensione dei font \renewcommand{\fontsubfuzz}{1pt} % Directory ove sono presenti le Immagini. \graphicspath{{images/}} % Titolo ! \title[Il mondo finir\'a nel 2012 ?]{Il mondo finirà nel 2012?} \subtitle{... forse, ma Internet potrebbe finire prima.} \author[T.~Pecorella \and A.~Caiazza]{Tommaso~Pecorella tommaso.pecorella@unifi.it \and Alessio~Caiazza ac@alessiocaiazza.info} %\institute{ %\scriptsize %Relatori: \\ %Ing. Tommaso Pecorella \\ %Prof. Romano Fantacci \\ %\vspace{0.25in} %Gestione e sicurezza delle reti di telecomunicazione \\ %Università degli Studi di Firenze \\ %Facoltà di Ingegneria%\\Dipartimento di Informatica %} %\date{\today} \date[9 marzo 2010]{Notte Blu della Ricerca\\ 9 marzo 2010} % Per inserire il Logo dell'Univ. \pgfdeclareimage[height=.8cm]{Logo}{images/six_green} \pgfdeclareimage[width=4cm]{modem}{images/Acoustic_coupler_20041015_175456_1} \pgfdeclareimage[width=10cm]{web}{images/screensnap2_24c} %\pgfdeclareimage[width=10cm]{deployment_ideal}{images/Huston_deploy_ideal} %\pgfdeclareimage[width=10cm]{deployment_real}{images/Huston_deploy_real} \pgfdeclareimage[width=10cm]{deploymentIdeal}{images/Deploy_ideal} \pgfdeclareimage[width=10cm]{deploymentReal}{images/Deploy_real} \pgfdeclareimage[width=7cm]{calendarioMayaBig}{images/calendario_maya} \pgfdeclareimage[width=4cm]{calendarioMayaSmall}{images/calendario_maya} \logo{\pgfuseimage{Logo}} % Utilizza l'outline \AtBeginSection[] { \begin{frame} \frametitle{Outline} \tableofcontents[currentsection] \end{frame} } %\AtBeginSubsection[] %{ %\begin{frame} %\frametitle{Sommario} %\tableofcontents[subsectionstyle=show/shaded/hide] %\end{frame} %} %\AtBeginSubsection[] % Do nothing for \section* %{ \begin{frame} %\frametitle{Sommario} %{\footnotesize %\begin{columns} %\begin{column}{0.5\textwidth} %\tableofcontents[subsectionstyle=show/shaded/hide,sections={1-3}] %\end{column} %\begin{column}{0.5\textwidth} %\tableofcontents[subsectionstyle=show/shaded/hide,sections={4-6}] %\end{column} %\end{columns} %} %\end{frame} } \input{cc_beamer} % Inizio Presentazione. \begin{document} % Prima pagina \begin{frame}[t,plain] \titlepage \vspace{-.8em} {\tiny\CcNote{\CcLongnameByNcSa}} \put(5,1){\CcGroupByNcSa{0.83}{0.95ex}} \end{frame} % Indice \frame{\tableofcontents} %\section{Il mondo finirà nel 2012?} %\input{duemiladodici} \section{Internet: storia del mondo online} \input{internet_history} \section{IPv4 Vs IPv6, solo technicalities?} \input{introduzione} \section{IPv6: un Market failure?} \input{marketing} \section{Rimboccarsi le maniche} \input{whattodo} %\input{ccByNcSa-2.5Ita} \end{document} %%% Local Variables: %%% mode: latex %%% TeX-master: "ipv6.slides" %%% End: