# HG changeset patch # User Alessio Caiazza # Date 1273315017 -7200 # Node ID 92d08f0d1966b136c3821966969227bb8b9ff893 # Parent 02baeaeb9d9f018a430e0c496d0643bab6b8f4e0 sistema di fusione delle 2 presentazioni automatizzato diff -r 02baeaeb9d9f018a430e0c496d0643bab6b8f4e0 -r 92d08f0d1966b136c3821966969227bb8b9ff893 Presentazione.tex --- a/Presentazione.tex Sun May 02 16:58:01 2010 +0200 +++ b/Presentazione.tex Sat May 08 12:36:57 2010 +0200 @@ -170,8 +170,8 @@ % Indice \frame{\tableofcontents} -\section{Il mondo finirà nel 2012?} -\input{duemiladodici} +%\section{Il mondo finirà nel 2012?} +%\input{duemiladodici} \section{Internet: storia del mondo online} \input{internet_history} diff -r 02baeaeb9d9f018a430e0c496d0643bab6b8f4e0 -r 92d08f0d1966b136c3821966969227bb8b9ff893 Rakefile --- a/Rakefile Sun May 02 16:58:01 2010 +0200 +++ b/Rakefile Sat May 08 12:36:57 2010 +0200 @@ -13,9 +13,13 @@ runner.main_file = 'ipv6.article.tex' end +latex_file 'duemiladodici.pdf' + desc 'Genera le slides' -task :slides => 'ipv6.slides.pdf' +task :slides => ['ipv6.slides.pdf', 'duemiladodici.pdf'] do + puts `pdfjoin -o presentazione.pdf duemiladodici.pdf ipv6.slides.pdf` +end desc 'Genera l\'handout' task :handout => 'ipv6.handout.pdf' #desc 'Genera l\'article' diff -r 02baeaeb9d9f018a430e0c496d0643bab6b8f4e0 -r 92d08f0d1966b136c3821966969227bb8b9ff893 duemiladodici.tex --- a/duemiladodici.tex Sun May 02 16:58:01 2010 +0200 +++ b/duemiladodici.tex Sat May 08 12:36:57 2010 +0200 @@ -1,7 +1,135 @@ -%!TEX root = ipv6.slides.tex +% Per evitare Warning con Pdf 1.5 Version. +\pdfoptionpdfminorversion=5 +% Classe Presentazioni [Beamer]. +\documentclass[hyperref={pdfpagelabels=false}, xcolor=svgnames]{beamer} +%permette un rendering buono a video (Font scalabili embedded) +\usepackage{ae,aecompl} +\usepackage{eurofont} +%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\ 3,% 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/2012_fuss_1,% 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{} + +\author[T.~Pecorella \and A.~Caiazza]{Tommaso~Pecorella tommaso.pecorella@unifi.it \and Alessio~Caiazza ac@alessiocaiazza.info} + +\date[9 marzo 2010]{Notte Blu della Ricerca\\ 9 marzo 2010} + +\pgfdeclareimage[height=.8cm]{Logo}{images/six_green} +\pgfdeclareimage[width=7cm]{calendarioMayaBig}{images/calendario_maya} +\pgfdeclareimage[width=4cm]{calendarioMayaSmall}{images/calendario_maya} +\logo{\pgfuseimage{Logo}} + +\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?} \begin{frame}\frametitle{La civiltà Maya} % Apri la mente a quel ch'io ti paleso @@ -44,11 +172,4 @@ \uncover<4>{\huge Cosa c'entra tutto questo con Internet?} \end{frame} -%\begin{frame}\frametitle{Il numero di allocazioni di indirizi} -% \begin{colorblock}{IPv4 Address Exhaustion} -% \begin{quote}In the period 2008 to 2009 the number of individual allocations of IPv4 address space, as distinct from the number of allocated addresses, fell by 5\% from some 6,969 individual allocations in 2008 to 6,701 in 2009. In comparison the number of IPv6 allocations rose by 45\%, from 886 in 2008 to some 1,281 in 2009. -% \end{quote} -% -% Geoff Huston, Chief Scientist at APNIC, the Regional Internet Registry serving the Asia Pacific region. -% \end{colorblock} -%\end{frame} +\end{document} diff -r 02baeaeb9d9f018a430e0c496d0643bab6b8f4e0 -r 92d08f0d1966b136c3821966969227bb8b9ff893 images/2012_fuss_1.jpg Binary file images/2012_fuss_1.jpg has changed