# HG changeset patch # User Alessio Caiazza # Date 1267973462 -3600 # Node ID 8ac71584cf53a689f04e810b1f96161b1d362ce9 # Parent 0000000000000000000000000000000000000000 tema e intro diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,30 @@ +syntax: glob +*.orig +*.rej +*~ +*.o +tests/*.err +auto/ +.DS_Store +build +.svn +(*) +*.perspectivev3 +*.mode1v3 +*.mode2v3 +*.mpkg +*.framework +*.pbxuser +*.out +*.log +*.nav +*.pdf +*.synctex.gz +*.snm +*.toc +*.vrb +*.aux +*.dvi + +syntax: regexp +.*\#.*\#$ \ No newline at end of file diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 Presentazione.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Presentazione.tex Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,181 @@ +%!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{section in toc}{fg=chameleongreen3} +\setbeamercolor{structure}{fg=chameleongreen3} + +\newenvironment{colorblock} +{\begin{beamerboxesrounded}[upper=uppercolor,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} +\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}{immagini/schermo} +%\pgfdeclareimage{case}{immagini/case} +%\pgfdeclareimage{router}{immagini/router} +%\pgfdeclareimage{nuvola}{immagini/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} +\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} + +\input{introduzione} + +\section{Il mondo finirà?} + +\section{Internet: storia del mondo online} + +\section{IPv4 Vs IPv6, solo technicalities?} + +\section{IPv6: un Market failure?} + +\section{Rimboccarsi le maniche} + + + +%\input{ccByNcSa-2.5Ita} + + +\end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "ipv6.slides" +%%% End: diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 beamercolorthemechameleon.sty --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beamercolorthemechameleon.sty Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,30 @@ +% Copyright 2007 by Marco Barisione +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. + +\mode + +\definecolor{chameleongreen1}{RGB}{98,189,25} +\definecolor{chameleongreen2}{RGB}{188,225,141} +\definecolor{chameleongreen3}{RGB}{51,149,48} +\definecolor{chameleongreen4}{RGB}{0,98,90} + +\setbeamercolor*{palette primary}{fg=white,bg=chameleongreen2} +\setbeamercolor*{palette secondary}{fg=white,bg=chameleongreen3} +\setbeamercolor*{palette tertiary}{fg=white,bg=chameleongreen4} +\setbeamercolor*{palette quaternary}{fg=white,bg=chameleongreen1} + +\setbeamercolor*{titlelike}{bg=chameleongreen3} +\setbeamercolor*{frametitle}{bg=black,fg=black} +\setbeamercolor*{part title}{bg=black,fg=black} +\setbeamercolor*{item}{fg=chameleongreen3} + +\setbeamercolor*{separation line}{} +\setbeamercolor*{fine separation line}{} + + +\mode + diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 beamercolorthemefreewilly.sty --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beamercolorthemefreewilly.sty Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,29 @@ +% Copyright 2007 by Marco Barisione +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. + +\mode + +\setbeamercolor*{palette primary}{use=structure,fg=white,bg=structure.fg!70!black} +\setbeamercolor*{palette secondary}{use=structure,fg=white,bg=structure.fg!90!black} +\setbeamercolor*{palette tertiary}{use=structure,fg=white,bg=structure.fg!90!white} +\setbeamercolor*{palette quaternary}{use=structure,fg=structure.fg!70!black,bg=structure.fg!40!white} + +\setbeamercolor*{sidebar}{use=structure,bg=structure.fg} + +\setbeamercolor*{palette sidebar primary}{use=structure,fg=structure.fg!10} +\setbeamercolor*{palette sidebar secondary}{fg=white} +\setbeamercolor*{palette sidebar tertiary}{use=structure,fg=structure.fg!50} +\setbeamercolor*{palette sidebar quaternary}{fg=white} + +\setbeamercolor*{titlelike}{parent=palette primary} +\setbeamercolor*{item}{use=structure,fg=structure.fg!50!black} + +\setbeamercolor*{separation line}{} +\setbeamercolor*{fine separation line}{} + +\mode + diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 beamercolorthemenouvelle.sty --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beamercolorthemenouvelle.sty Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,26 @@ +% Copyright 2007 by Marco Barisione +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. + +\mode + +\usecolortheme{chameleon} + +\definecolor{nouvellebordeaux}{RGB}{195,2,36} + +\setbeamercolor*{palette primary}{fg=white,bg=chameleongreen2} +\setbeamercolor*{palette secondary}{fg=white,bg=chameleongreen3} +\setbeamercolor*{palette tertiary}{fg=white,bg=chameleongreen4} +\setbeamercolor*{palette quaternary}{fg=white,bg=chameleongreen1} + +\setbeamercolor*{titlelike}{bg=nouvellebordeaux} +\setbeamercolor*{item}{fg=nouvellebordeaux} + +\setbeamercolor*{separation line}{} +\setbeamercolor*{fine separation line}{} + +\mode + diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 beamercolorthemeprogressbar.sty --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beamercolorthemeprogressbar.sty Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,32 @@ +\ProvidesPackage{beamercolorthemeprogressbar}[2007/06/21] + +% Beamer theme by Sylvain Bouveret +% jun. 2007 version 0.32 +% +% based on the LaTeX-Beamer package : +% Copyright 2003 by Till Tantau +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + + +\makeatletter + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Some color definitions... +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\usecolortheme{rose} + +\definecolor{progressbar@bgblue}{rgb}{0.75,0.75,0.95} % use structure theme to change +\definecolor{progressbar@fgblue}{rgb}{0.1,0.1,0.9} % use structure theme to change + +\setbeamercolor*{palette primary}{fg=progressbar@fgblue,bg=progressbar@bgblue} +\setbeamercolor*{palette secundary}{fg=progressbar@fgblue,bg=progressbar@bgblue} +\setbeamercolor*{palette tertiary}{fg=progressbar@fgblue,bg=progressbar@bgblue} + +\setbeamercolor{section in head/foot}{parent=palette primary} + +\makeatother \ No newline at end of file diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 beamerfontthemeprogressbar.sty --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beamerfontthemeprogressbar.sty Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,139 @@ +\ProvidesPackage{beamerfontthemeprogressbar}[2007/06/21] + + +% Beamer font theme by Sylvain Bouveret +% jun. 2007 version 0.32 +% +% based on the LaTeX-Beamer package : +% Copyright 2003 by Till Tantau +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\mode + +\usefonttheme{default} + +%\setbeamerfont{normal text}{size=\small} % ignored currently + +\setbeamerfont{title}{size=\Large,series=\bfseries,parent=structure} + +\setbeamertemplate{bibliography item}[mybibitem] +\setbeamerfont{bibliography entry author}{shape=\upshape,series=\bfseries,size=\normalsize}% +\setbeamerfont{bibliography entry title}{shape=\upshape,size=\small,series=\mdseries} +\setbeamerfont{bibliography entry journal}{shape=\upshape,size=\small,series=\mdseries} +\setbeamerfont{bibliography entry note}{shape=\upshape,size=\small,series=\mdseries} + +\setbeamerfont{itemize/enumerate body}{size=\small} +\setbeamerfont{itemize/enumerate subbody}{size=\footnotesize} +\setbeamerfont{itemize/enumerate subsubbody}{size=\scriptsize} + +\setbeamerfont{block title}{size=\normalsize,series=\bfseries,parent={structure,block body}} + +\setbeamerfont{section in head/foot}{size=\tiny,series=\bfseries} +\renewcommand{\emph}[1]{\color{structure.fg}\textbf{#1}\color{fg}\xspace} + +\setbeamerfont{section in toc}{parent=structure,series=\bfseries} + + +%% \setbeamerfont{alerted text}{} +%% \setbeamerfont{example text}{} + +%% \setbeamerfont{structure}{} +%% \setbeamerfont{tiny structure}{size=\tiny} + +%\setbeamerfont{title in sidebar}{size=\tiny} +%\setbeamerfont{title in head/foot}{} + +%% \setbeamerfont{subtitle}{size=\normalsize,parent=title} + +%% \setbeamerfont{author}{} +%% \setbeamerfont{author in head/foot}{} +%% \setbeamerfont{author in sidebar}{size=\tiny} + +%% \setbeamerfont{institute}{size=\scriptsize} +%% \setbeamerfont{institute in head/foot}{} +%% \setbeamerfont{institute in sidebar}{} + +%% \setbeamerfont{date}{} +%% \setbeamerfont{date in head/foot}{} +%% \setbeamerfont{date in sidebar}{} + +%% \setbeamerfont{part name}{size=\Large} +%% \setbeamerfont{part title}{parent=title} + +%% \setbeamerfont{section in toc}{parent=structure} +%% \setbeamerfont{section in toc shaded}{parent=section in toc} +%% \setbeamerfont{section in head/foot}{} +%% \setbeamerfont{section in sidebar}{size=\tiny} +%% \setbeamerfont{section number projected}{size=\small,parent={section in toc,projected text}} + +%% \setbeamerfont{subsection in toc}{} +%% \setbeamerfont{subsection in toc shaded}{parent=subsection in toc} +%% \setbeamerfont{subsection in head/foot}{} +%% \setbeamerfont{subsection in sidebar}{} + +%% \setbeamerfont{subsubsection in toc}{size=\footnotesize} +%% \setbeamerfont{subsubsection in toc shaded}{parent=subsubsection in toc} +%% \setbeamerfont{subsubsection in head/foot}{} +%% \setbeamerfont{subsubsection in sidebar}{} + +%% \setbeamerfont{headline}{parent={tiny structure}} +%% \setbeamerfont{footline}{parent={tiny structure}} + +%% \setbeamerfont{sidebar}{size=\Tiny,parent={tiny structure}} +%% \setbeamerfont{sidebar left}{parent=sidebar} +%% \setbeamerfont{sidebar right}{parent=sidebar} + +%% \setbeamerfont{frametitle}{parent=structure,size=\Large} +%% \setbeamerfont{framesubtitle}{parent=frametitle,size=\footnotesize} + +%% \setbeamerfont{caption}{size=\small} +%% \setbeamerfont{caption name}{parent={structure,caption}} + +%% \setbeamerfont{button}{size=\tiny} + +%% \setbeamerfont{block body}{} +%% \setbeamerfont{block body alerted}{} +%% \setbeamerfont{block body example}{} +%% \setbeamerfont{block title}{size=\large,parent={structure,block body}} +%% \setbeamerfont{block title alerted}{parent={block title,alerted text}} +%% \setbeamerfont{block title example}{parent={block title,example text}} + +%% \setbeamerfont{item}{parent=structure} +%% \setbeamerfont{subitem}{parent=item} +%% \setbeamerfont{subsubitem}{parent=subitem} + +%% \setbeamerfont{item projected}{size=\tiny,parent={item,projected text}} +%% \setbeamerfont{subitem projected}{parent=item projected} +%% \setbeamerfont{subsubitem projected}{parent=subitem projected} + +%% \setbeamerfont{itemize item}{parent=item} +%% \setbeamerfont{itemize subitem}{parent=subitem} +%% \setbeamerfont{itemize subsubitem}{parent=subsubitem} + +%% \setbeamerfont{enumerate item}{parent=item} +%% \setbeamerfont{enumerate subitem}{parent=subitem} +%% \setbeamerfont{enumerate subsubitem}{parent=subsubitem} + +%% \setbeamerfont{itemize/enumerate body}{} +%% \setbeamerfont{itemize/enumerate subbody}{size=\small} +%% \setbeamerfont{itemize/enumerate subsubbody}{size=\footnotesize} + + +%% \setbeamerfont{description item}{parent=item} + +%% \setbeamerfont{projected text}{parent={tiny structure}} + +%% \setbeamerfont{abstract}{size=\small} +%% \setbeamerfont{abstract title}{parent={abstract,structure},size=\normalsize} + +%% \setbeamerfont{verse}{family=\rmfamily,shape=\itshape} + +%% \setbeamerfont{quotation}{shape=\itshape} +%% \setbeamerfont{quote}{parent=quotation} + +%% \setbeamerfont{note page}{size=\small} + +\mode + \ No newline at end of file diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 beamerinnerthemefancy.sty --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beamerinnerthemefancy.sty Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,182 @@ +% Copyright 2007 by Marco Barisione +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. + +\mode + +% Use alternative title page style. +\DeclareOptionBeamer{alternativetitlepage}[true]{\def\beamer@fancy@alternativetitlepage{#1}} + +% Logo to use in the alternative title page. +\def\beamer@fancy@titlepagelogo{} +\DeclareOptionBeamer{titlepagelogo}{\def\beamer@fancy@titlepagelogo{#1}} + +% Bullet shape. +\DeclareOptionBeamer{bullet}{\def\beamer@fancy@bullet{#1}} + +\ExecuteOptionsBeamer{alternativetitlepage=false,bullet=square} +\ProcessOptionsBeamer + +% Colors. +\setbeamercolor*{lineup}{parent=palette primary} +\setbeamercolor*{linemid}{parent=palette secondary} +\setbeamercolor*{linebottom}{parent=palette tertiary} +\setbeamercolor*{title page header}{parent=palette quaternary} + +% Lengths. +\newlength{\beamer@fancy@lineup} +\setlength{\beamer@fancy@lineup}{.025\paperheight} +\newlength{\beamer@fancy@linemid} +\setlength{\beamer@fancy@linemid}{.015\paperheight} +\newlength{\beamer@fancy@linebottom} +\setlength{\beamer@fancy@linebottom}{.01\paperheight} + +% Margins. +\newlength{\beamer@fancy@normalmargin} +\setlength{\beamer@fancy@normalmargin}{.06\paperwidth} +\setbeamersize{text margin left=\beamer@fancy@normalmargin} +\setbeamersize{text margin right=\beamer@fancy@normalmargin} +\setlength\leftmargini{.6\beamer@fancy@normalmargin} +\setlength\leftmarginii{.6\beamer@fancy@normalmargin} +\setlength\leftmarginiii{.6\beamer@fancy@normalmargin} + +% Normal title page. +\defbeamertemplate*{title page normal}{fancy theme}[1][] +{ + \vbox{} + \vfill + \begin{centering} + \begin{beamercolorbox}[wd=\paperwidth,sep=8pt,center,#1]{title page header} + \usebeamerfont{title}\inserttitle\par% + \ifx\insertsubtitle\@empty% + \else% + \vskip0.25em% + {\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}% + \fi% + \end{beamercolorbox}% + \vskip1em\par + \begin{beamercolorbox}[sep=8pt,center,#1]{author} + \usebeamerfont{author}\insertauthor + \end{beamercolorbox} + \begin{beamercolorbox}[sep=8pt,center,#1]{institute} + \usebeamerfont{institute}\insertinstitute + \end{beamercolorbox} + \begin{beamercolorbox}[sep=8pt,center,#1]{date} + \usebeamerfont{date}\insertdate + \end{beamercolorbox}\vskip0.5em + {\usebeamercolor[fg]{titlegraphic}\inserttitlegraphic\par} + \end{centering} + \vfill +} + +% Alternative title page, you should use this in a frame with the [plain] +% option. +\defbeamertemplate*{title page alternative}{fancy theme}[1][] +{ + {\parskip0pt\offinterlineskip% + \hbox{\hskip-\Gm@lmargin\hbox{\vbox{% + \@tempdima=\textwidth\textwidth=\paperwidth\hsize=\textwidth\def\\{,}\vbox{}\vskip-1.5ex% + % Title. + \begin{beamercolorbox}[wd=\paperwidth,ht=.4\paperheight,center,#1]{title page header} + \usebeamerfont{title}\inserttitle\par% + \ifx\insertsubtitle\@empty% + \else% + \vskip0.25em% + {\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}% + \fi% + \vspace{.125\paperheight}% + \end{beamercolorbox}% + \vbox{}\vskip-\beamer@fancy@lineup% + \vbox{}\vskip-\beamer@fancy@linemid% + % First line. + \hbox{% + \begin{beamercolorbox}[wd=.2\paperwidth,ht=\beamer@fancy@lineup,dp=0pt]{}% + \end{beamercolorbox}% + \begin{beamercolorbox}[wd=.8\paperwidth,ht=\beamer@fancy@lineup,dp=0pt]{lineup}% + \end{beamercolorbox}% + }% + \vbox{}\vskip0ex% + % Second line. + \hbox{% + \begin{beamercolorbox}[wd=.1\paperwidth,ht=\beamer@fancy@linemid,dp=0pt]{}% + \end{beamercolorbox}% + \begin{beamercolorbox}[wd=.9\paperwidth,ht=\beamer@fancy@linemid,dp=0pt]{linemid}% + \end{beamercolorbox}% + }% + % Third line. + \hbox{% + \begin{beamercolorbox}[wd=.5\paperwidth,ht=\beamer@fancy@linebottom,dp=0pt]{}% + \end{beamercolorbox}% + \begin{beamercolorbox}[wd=.5\paperwidth,ht=\beamer@fancy@linebottom,dp=0pt]{linebottom}% + \end{beamercolorbox}% + }% + \vskip0pt% + }}% + \hskip-\Gm@rmargin% + }}\hfil% + % + \begin{columns} + \ifx\beamer@fancy@titlepagelogo\@empty% + \column{\textwidth} + \else + \column{.5\textwidth} + % Logo. + \begin{centering} + \vbox{}\vfill + \includegraphics[height=.4\paperheight]{\beamer@fancy@titlepagelogo} + \vfill + \end{centering} + \column{.5\textwidth} + \fi + % Authors, institute and date + \vskip1em\par + \begin{beamercolorbox}[sep=8pt,center,#1]{author} + \usebeamerfont{author}\insertauthor + \end{beamercolorbox} + \begin{beamercolorbox}[sep=8pt,center,#1]{institute} + \usebeamerfont{institute}\insertinstitute + \end{beamercolorbox} + \begin{beamercolorbox}[sep=8pt,center,#1]{date} + \usebeamerfont{date}\insertdate + \end{beamercolorbox}\vskip0.5em + {\usebeamercolor[fg]{titlegraphic}\inserttitlegraphic\par} + \end{columns} +} + +\defbeamertemplate*{title page}{fancy}[1][] +{ + \def\beamer@fancy@truetext{true}% + \ifx\beamer@fancy@alternativetitlepage\beamer@fancy@truetext% + \usebeamertemplate{title page alternative}% + \else% + \usebeamertemplate{title page normal}% + \fi% +} + +% Items. +\defbeamertemplate{itemize item}{squarealt}% +{\tiny\raise.5ex\hbox{\donotcoloroutermaths$\blacksquare$}} +\defbeamertemplate{itemize subitem}{squarealt}% +{\tiny\raise.4ex\hbox{\donotcoloroutermaths$\square$}} +\defbeamertemplate{itemize subsubitem}{squarealt}% +{\tiny\raise.3ex\hbox{\donotcoloroutermaths$\blacksquare$}} + +\defbeamertemplate{itemize item}{circlealt}% +{\small\raise.2ex\hbox{\donotcoloroutermaths$\bullet$}} +\defbeamertemplate{itemize subitem}{circlealt}% +{\small\raise.1ex\hbox{\donotcoloroutermaths$\circ$}} +\defbeamertemplate{itemize subsubitem}{circlealt}% +{\scriptsize\raise.1ex\hbox{\donotcoloroutermaths$\bullet$}} + +\def\circletext{circle} +\ifx\beamer@fancy@bullet\circletext + \setbeamertemplate{items}[circlealt] +\else + \setbeamertemplate{items}[squarealt] +\fi + +\mode + diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 beamerinnerthemeprogressbar.sty --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beamerinnerthemeprogressbar.sty Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,57 @@ +\ProvidesPackage{beamerinnerthemeprogressbar}[2007/06/21] + + +% Beamer theme by Sylvain Bouveret +% jun. 2007 version 0.32 +% +% based on the LaTeX-Beamer package : +% Copyright 2003 by Till Tantau +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\RequirePackage{tikz} + +\useinnertheme{rounded} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Bibliography... +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\defbeamertemplate*{bibliography item}{progressbar theme}{ + \begin{tikzpicture} + \useasboundingbox (0, 0.2) rectangle (0.5, 0.7); + \fill[fill=bg!85!blue] (0, 0.25) rectangle (0.4, 0.5); + \shade[bottom color=bg,top color=bg!85!blue] (0, 0) -- (0.3, 0) -- (0.4, 0.12) -- (0.4, 0.3) -- (0, 0.3) -- cycle; + \shade[left color=bg,right color=bg!85!blue] (0,0.27) .. controls (0.25,0.25) .. (0.4,0.5) -- (0,0.5) -- cycle; + \fill[fill=bg!90!blue] (0,0) rectangle (0.3,0.05); + \shade[left color=bg!95!blue,right color=bg!90!blue] (0,0) rectangle (0.05,0.5); + \shade[left color=bg,right color=bg!80!black,shading angle=45] (0.3,0) -- (0.3,0.12) -- (0.4,0.12) -- cycle; + \draw[draw=fg!35!bg] (0,0) -- (0.3,0) -- (0.4,0.12) -- (0.4,0.5) -- (0,0.5) -- cycle; + \draw[draw=fg!35!bg](0.3,0) -- (0.3,0.12) -- (0.4,0.12); + \end{tikzpicture} +} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Frame title... +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\defbeamertemplate*{frametitle}{progressbar theme}{ + \begin{centering} + \textbf{\insertframetitle} + \par + \end{centering} +} + + + +\mode + +%%% Local Variables: +%%% TeX-master: "~/texmf/tex/latex/beamer/test/test.tex" +%%% End: diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 beamerouterthemedecolines.sty --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beamerouterthemedecolines.sty Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,168 @@ +% Copyright 2007 by Marco Barisione +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. + +\mode + +% String used between the current page and the total page count. +\def\beamer@decolines@pageofpages{/} +\DeclareOptionBeamer{pageofpages}{\def\beamer@decolines@pageofpages{#1}} + +% Show a line below the frame title. +\DeclareOptionBeamer{titleline}[true]{\def\beamer@decolines@titleline{#1}} + +% Image used for the watermark. +\def\beamer@decolines@watermarkorig{} +\DeclareOptionBeamer{watermark}{\def\beamer@decolines@watermarkorig{#1}} + +% Height of the watermark. +\def\beamer@decolines@watermarkheight{100px} +\DeclareOptionBeamer{watermarkheight}{\def\beamer@decolines@watermarkheight{#1}} + +% The original image height is watermarkheightmult * watermarkheight. +\def\beamer@decolines@watermarkheightmult{1} +\DeclareOptionBeamer{watermarkheightmult}{\def\beamer@decolines@watermarkheightmult{#1}} + +\ExecuteOptionsBeamer{titleline=false} +\ProcessOptionsBeamer + +% Enable/disable the watermark. +\def\watermarkon{% + \def\beamer@decolines@watermark{\beamer@decolines@watermarkorig}% +} +\def\watermarkoff{\def\beamer@decolines@watermark{}} + +% Initially enable the watermark. +\watermarkon + +% Colors. +\setbeamercolor*{lineup}{parent=palette primary} +\setbeamercolor*{linemid}{parent=palette secondary} +\setbeamercolor*{linebottom}{parent=palette tertiary} +\setbeamercolor*{page header}{parent=titlelike} + +% Lengths +\newlength{\headerheight} +\setlength{\headerheight}{.045\paperheight} +\newlength{\beamer@decolines@lineup} +\setlength{\beamer@decolines@lineup}{.015\paperheight} +\newlength{\beamer@decolines@linemid} +\setlength{\beamer@decolines@linemid}{.025\paperheight} +\newlength{\beamer@decolines@linebottom} +\setlength{\beamer@decolines@linebottom}{.01\paperheight} + +% The height of the watermark part below the 3 bottom lines. +\newlength{\beamer@decolines@watermarkheightbottom} +\addtolength{\beamer@decolines@watermarkheightbottom}{\beamer@decolines@lineup} +\addtolength{\beamer@decolines@watermarkheightbottom}{\beamer@decolines@linemid} +\addtolength{\beamer@decolines@watermarkheightbottom}{\beamer@decolines@linebottom} + +% The height of the watermark part over the 3 bottom lines before shrinking. +\newlength{\beamer@decolines@watermarkheightupperorig} +\setlength{\beamer@decolines@watermarkheightupperorig}{\beamer@decolines@watermarkheight} +\addtolength{\beamer@decolines@watermarkheightupperorig}{-\beamer@decolines@watermarkheightbottom} +\multiply\beamer@decolines@watermarkheightupperorig by \beamer@decolines@watermarkheightmult + +% Footer. +\defbeamertemplate*{footline}{decolines theme} +{ + \leavevmode% + % Page number. + \hbox{% + \begin{beamercolorbox}[wd=.2\paperwidth,ht=0ex,dp=0ex,center]{}% + \usebeamerfont{palette primary}\insertframenumber{} \beamer@decolines@pageofpages{} \inserttotalframenumber% + \end{beamercolorbox}% + \begin{beamercolorbox}[wd=.8\paperwidth,ht=0ex,dp=0ex]{}% + \end{beamercolorbox}% + } % + % First line. + \hbox{% + \begin{beamercolorbox}[wd=.2\paperwidth,ht=\beamer@decolines@lineup,dp=0pt]{}% + \end{beamercolorbox}% + \begin{beamercolorbox}[wd=.8\paperwidth,ht=\beamer@decolines@lineup,dp=0pt]{lineup}% + \end{beamercolorbox}% + } % + % Second line. + \hbox{% + \begin{beamercolorbox}[wd=\paperwidth,ht=\beamer@decolines@linemid,dp=0pt,right,rightskip=2em]{linemid}% +\vspace{1px} +\insertshortauthor \hspace{2em} \insertshorttitle + \end{beamercolorbox}% + } % + % Third line. + \hbox{% + \begin{beamercolorbox}[wd=.1\paperwidth,ht=\beamer@decolines@linebottom,dp=0pt]{}% + \end{beamercolorbox}% + \begin{beamercolorbox}[wd=.9\paperwidth,ht=\beamer@decolines@linebottom,dp=0pt]{linebottom}% + \end{beamercolorbox}% + }% + % This seems to fix some alignment problems with the watermark. It has to be + % always applied if you do not want to see the footer moving up and down when + % moving from a page with watermark to a page without or vice versa. + \vskip-.5px% + % Watermark. + \if\beamer@decolines@watermark\@empty\else% + \vskip-\beamer@decolines@watermarkheightbottom% + \llap{\includegraphics[height=\beamer@decolines@watermarkheightbottom,clip=true,% + trim=0pt 0pt 0pt \beamer@decolines@watermarkheightupperorig]{\beamer@decolines@watermark}\hskip-\paperwidth}% + \fi% +} + +\defbeamertemplate*{headline}{decolines theme} +{ + \leavevmode% + \hbox{% + \begin{beamercolorbox}[wd=\paperwidth,ht=\headerheight,dp=0pt]{page header}% + \end{beamercolorbox}% + } % + \vskip0pt% +} + +\defbeamertemplate*{frametitle}{decolines theme}[1][left] +{ + \ifbeamercolorempty[bg]{frametitle}{}{\nointerlineskip}% + \@tempdima=\textwidth% + \advance\@tempdima by\beamer@leftmargin% + \advance\@tempdima by\beamer@rightmargin% + \vbox{}\vskip-.5\beamer@leftmargin% + \begin{beamercolorbox}[sep=\beamer@leftmargin,#1,wd=\the\@tempdima]{} + \usebeamerfont{frametitle}\usebeamercolor[bg]{framesubtitle}% + \vbox{}\vskip0ex% + \if@tempswa\else\csname beamer@fte#1\endcsname\fi% + \strut\insertframetitle\strut\par% + {% + \ifx\insertframesubtitle\@empty% + \else% + {\usebeamerfont{framesubtitle}\usebeamercolor[bg]{framesubtitle}\insertframesubtitle\strut\par}% + \fi + }% + \vskip-1ex% + \if@tempswa\else\vskip-\beamer@leftmargin\fi + \end{beamercolorbox}% + \def\beamer@decolines@truetext{true}% + \ifx\beamer@decolines@titleline\beamer@decolines@truetext% + \vskip-.5\beamer@leftmargin% + \begin{beamercolorbox}[wd=\textwidth,ht=.1ex,dp=0ex]{linemid}% + \end{beamercolorbox}% + \fi +} + +% Frame title continuations, default +\defbeamertemplate*{frametitle continuation}{decolines theme}{(\insertcontinuationcount)} + +\defbeamertemplate*{sidebar right}{decolines theme} +{ + \vskip.1\beamer@leftmargin% + \llap{\insertlogo\hskip.5\beamer@leftmargin}% + \vfill% + \if\beamer@decolines@watermark\@empty\else% + \llap{\includegraphics[height=\beamer@decolines@watermarkheight]{\beamer@decolines@watermark}}% + \vskip-\beamer@decolines@watermarkheightbottom% + \fi +} + +\mode + diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 beamerouterthemeprogressbar.sty --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beamerouterthemeprogressbar.sty Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,204 @@ +\ProvidesPackage{beamerouterthemeprogressbar}[2007/06/21] + + +% Beamer theme by Sylvain Bouveret +% jun. 2007 version 0.32 +% +% based on the LaTeX-Beamer package : +% Copyright 2003 by Till Tantau +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\RequirePackage{tikz} + +\makeatletter + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Some color definitions... +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\setbeamercolor{progressbar primary}{parent=palette primary} +\setbeamercolor{progressbar secondary}{parent=palette secondary} +\setbeamercolor{progressbar tertiary}{parent=palette tertiary} +\setbeamercolor{progressbar quaternary}{parent=palette quaternary} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Some computations dedicated to the progressbar... +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\newdimen\progressbar@currentbarlength +\newdimen\progressbar@framenumberrectangle +\newdimen\progressbar@titlerectangle +\newdimen\progressbar@leftbar + +\newcount\progressbar@tmpresult +\newcount\progressbar@numer +\newcount\progressbar@denom +\newcount\progressbar@barlength + +\progressbar@framenumberrectangle=\paperwidth +\progressbar@titlerectangle=\paperwidth + +\advance\progressbar@framenumberrectangle by -0.9cm +\advance\progressbar@titlerectangle by -1.1cm + +\progressbar@barlength=115 % (in millimeters) +\progressbar@leftbar=\progressbar@titlerectangle +\advance\progressbar@leftbar by -\progressbar@barlength mm + +\def\insertprogressbar{ + \ifnum\inserttotalframenumber=1\else + \progressbar@numer=\insertframenumber + \advance\progressbar@numer by -1 + \progressbar@denom=\inserttotalframenumber + \advance\progressbar@denom by -1 + \progressbar@tmpresult=\progressbar@barlength + \multiply\progressbar@tmpresult by \progressbar@numer + \divide\progressbar@tmpresult by \progressbar@denom + \progressbar@currentbarlength=\progressbar@tmpresult mm + + \begin{tikzpicture} + \shade[top color=bg, bottom color=bg!80!fg] (0, 0) rectangle (\paperwidth, 0.6cm); + \shade[left color=bg,right color=bg!70!fg] (.5\paperwidth, 0.2cm) rectangle (\paperwidth, 0.22cm); + \draw (\progressbar@framenumberrectangle, 0.21cm) node [anchor=mid west, draw=bg!70!fg, fill=bg] {\color{structure.fg!70!bg}\insertframenumber~/~\inserttotalframenumber}; + \draw (\progressbar@titlerectangle, 0.32cm) node [anchor=south east] {\color{bg!70!fg}\inserttitle}; + \fill (\progressbar@leftbar, 0.12cm) [fill=bg, rounded corners=0.1cm] rectangle (\progressbar@titlerectangle, 0.3cm); + \ifnum\insertframenumber=1\else + \shade[left color=progressbar primary.fg!10!bg, right color=progressbar primary.fg!20!bg, rounded corners=0.1cm] (\progressbar@leftbar, 0.12cm) rectangle ++(\progressbar@currentbarlength, 0.2cm); + \fi + \draw (\progressbar@leftbar, 0.11cm) [draw=bg!70!fg, rounded corners=0.1cm] rectangle ++(\progressbar@barlength mm, 0.2cm); + \end{tikzpicture} + \fi +} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Definition of the customized templates... +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\mode + +\newlength\progressbar@sectionboxwidth +\newlength\progressbar@sectionboxheight +\newbox\progressbar@sectionbox +\newbox\progressbar@sectionboxbox + +\usesectionheadtemplate + {\hfill + \setbox\progressbar@sectionbox=\hbox{\insertsectionhead}% + \progressbar@sectionboxwidth=\wd\progressbar@sectionbox + \advance\progressbar@sectionboxwidth by 4pt + \setbox\progressbar@sectionbox=\hbox{\pgfinterruptpicture t \endpgfinterruptpicture}% + \progressbar@sectionboxheight=\ht\progressbar@sectionbox + \advance\progressbar@sectionboxheight by 4pt + \begin{tikzpicture} + \useasboundingbox (-0.5\progressbar@sectionboxwidth, 0pt) rectangle (0.5\progressbar@sectionboxwidth, \progressbar@sectionboxheight); + \draw[anchor=base] (0pt, 2pt) node {\color{structure.fg!80!bg} \insertsectionhead}; + \draw[rounded corners=3pt, draw=structure.fg!80!bg] (-0.5\progressbar@sectionboxwidth, 0pt) rectangle (0.5\progressbar@sectionboxwidth, \progressbar@sectionboxheight); + \end{tikzpicture} + } + {\hfill + \setbox\progressbar@sectionbox=\hbox{\pgfinterruptpicture\insertsectionhead\endpgfinterruptpicture}% + \progressbar@sectionboxwidth=\wd\progressbar@sectionbox + \advance\progressbar@sectionboxwidth by 4pt + \setbox\progressbar@sectionboxbox=\hbox{\pgfinterruptpicture t \endpgfinterruptpicture}% + \progressbar@sectionboxheight=\ht\progressbar@sectionboxbox + \advance\progressbar@sectionboxheight by 4pt + \begin{tikzpicture} + \useasboundingbox (-0.5\progressbar@sectionboxwidth, 0pt) rectangle (0.5\progressbar@sectionboxwidth, \progressbar@sectionboxheight); + \draw[anchor=base] (0pt, 2pt) node {\color{structure.fg!50!bg} \insertsectionhead}; + \end{tikzpicture} + } + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Headline... +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\defbeamertemplate*{headline}{progressbar theme} +{% + \leavevmode% + \begin{beamercolorbox}[wd=\paperwidth,ht=4ex,dp=1.125ex]{section in head/foot}% + \insertsectionnavigationhorizontal{\paperwidth}{}{}%\hskip0pt plus1filll}{}% + \end{beamercolorbox}% +} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Footline... +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\defbeamertemplate*{footline}{progressbar theme}{ + \begin{beamercolorbox}[wd=\paperwidth,ht=0.6cm,dp=0ex]{progressbar in head/foot}% + \insertprogressbar + \end{beamercolorbox}% +} + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Title page... +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +%\institute{(void)} + +\defbeamertemplate*{title page}{progressbar theme}{ + \pgfdeclarehorizontalshading{separationtitlepagelineshading}{0.5pt}{color(0cm)=(bg); color(0.5\textwidth)=(structure.fg); color(\textwidth)=(bg)} + + \makeatletter + \begin{center} + \textbf{\textcolor{structure.fg}\large\inserttitle} + + \pgfuseshading{separationtitlepagelineshading} + \vskip\baselineskip + \footnotesize\insertauthor\\[\baselineskip] + \ifx\insertinstitute\@empty \else\tiny\insertinstitute\\[\baselineskip]\fi + \insertlogo + \vskip\baselineskip + \pgfuseshading{separationtitlepagelineshading} + \vfill + \footnotesize + \insertdate + \end{center} + \makeatother +} +\setbeamertemplate{title page}[mytitlepage] + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Background... +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\defbeamertemplate*{background canvas}{progressbar theme}{\pgfuseshading{background shading}}%[action] + +\AtBeginDocument{% + { + \usebeamercolor{progressbar primary} + \pgfdeclareverticalshading{background shading}{\the\paperwidth}{color(0cm)=(normal text.bg); color(0.8\paperheight)=(normal text.bg); color(0.95\paperheight)=(progressbar primary.bg); color(\paperheight)=(progressbar primary.bg) + } + } +} + +\mode + + +\makeatother diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 beamerthemeTorino.sty --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beamerthemeTorino.sty Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,28 @@ +% Copyright 2007 by Marco Barisione +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. + +\mode + +\DeclareOptionBeamer{alternativetitlepage}[true]{\PassOptionsToPackage{alternativetitlepage=#1}{beamerinnerthemefancy}} +\DeclareOptionBeamer{titlepagelogo}{\PassOptionsToPackage{titlepagelogo=#1}{beamerinnerthemefancy}} +\DeclareOptionBeamer{bullet}{\PassOptionsToPackage{bullet=#1}{beamerinnerthemefancy}} +\DeclareOptionBeamer{pageofpages}{\PassOptionsToPackage{pageofpages=#1}{beamerouterthemedecolines}} +\DeclareOptionBeamer{titleline}[true]{\PassOptionsToPackage{titleline=#1}{beamerouterthemedecolines}} +\DeclareOptionBeamer{watermark}{\PassOptionsToPackage{watermark=#1}{beamerouterthemedecolines}} +\DeclareOptionBeamer{watermarkheight}{\PassOptionsToPackage{watermarkheight=#1}{beamerouterthemedecolines}} +\DeclareOptionBeamer{watermarkheightmult}{\PassOptionsToPackage{watermarkheightmult=#1}{beamerouterthemedecolines}} + +\ProcessOptionsBeamer + +\useinnertheme{fancy} +\useoutertheme{decolines} +\usecolortheme{chameleon} + +\setbeamertemplate{navigation symbols}{} + +\mode + diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 beamerthemeprogressbar.sty --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beamerthemeprogressbar.sty Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,28 @@ +\ProvidesPackage{beamerthemeprogressbar}[2007/06/21] + +% Beamer theme by Sylvain Bouveret +% jun. 2007 version 0.32 +% +% based on the LaTeX-Beamer package : +% Copyright 2003 by Till Tantau +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\RequirePackage{tikz} + + +\usecolortheme{progressbar} +\useinnertheme{progressbar} +\usefonttheme{progressbar} +\useoutertheme{progressbar} + +\setbeamertemplate{blocks}[rounded][shadow=true] +\setbeamertemplate{navigation symbols}{} + +\AtBeginDocument{% + \typeout{..................................................................} + \typeout{You are using the progressbar beamer theme (Sylvain B.)} + \typeout{Version: 0.32. Jun. 2007.} + \typeout{..................................................................} +} \ No newline at end of file diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 cc_beamer.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cc_beamer.tex Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,86 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% ccBeamer 0.1, 2007-07-02 %% +%% Written by Sebastian Pipping %% +%% ---------------------------------------------------------- %% +%% Licensed under Creative Commons Attribution-ShareAlike 3.0 %% +%% http://creativecommons.org/licenses/by-sa/3.0/ %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +%% Images +\newcommand{\CcImageBy}[1]{% + \includegraphics[scale=#1]{creative_commons/cc_by_30.pdf}% +} +\newcommand{\CcImageCc}[1]{% + \includegraphics[scale=#1]{creative_commons/cc_cc_30.pdf}% +} +\newcommand{\CcImageDevNations}[1]{% + \includegraphics[scale=#1]{creative_commons/cc_dev_nations_30.pdf}% +} +\newcommand{\CcImageNc}[1]{% + \includegraphics[scale=#1]{creative_commons/cc_nc_30.pdf}% +} +\newcommand{\CcImageNd}[1]{% + \includegraphics[scale=#1]{creative_commons/cc_nd_30.pdf}% +} +\newcommand{\CcImagePd}[1]{% + \includegraphics[scale=#1]{creative_commons/cc_pd_30.pdf}% +} +\newcommand{\CcImageSa}[1]{% + \includegraphics[scale=#1]{creative_commons/cc_sa_30.pdf}% +} +\newcommand{\CcImageSampling}[1]{% + \includegraphics[scale=#1]{creative_commons/cc_sampling_30.pdf}% +} +\newcommand{\CcImageSamplingPlus}[1]{% + \includegraphics[scale=#1]{creative_commons/cc_sampling_plus_30.pdf}% +} + + +%% Groups +\newcommand{\CcGroupBy}[1]{% zoom + \CcImageBy{#1}% +} +\newcommand{\CcGroupByNc}[2]{% zoom, gap + \CcImageBy{#1}\hspace*{#2}\CcImageNc{#1}% +} +\newcommand{\CcGroupByNcNd}[2]{% zoom, gap + \CcImageBy{#1}\hspace*{#2}\CcImageNc{#1}\hspace*{#2}\CcImageNd{#1}% +} +\newcommand{\CcGroupByNcSa}[2]{% zoom, gap + \CcImageBy{#1}\hspace*{#2}\CcImageNc{#1}\hspace*{#2}\CcImageSa{#1}% +} +\newcommand{\CcGroupByNd}[2]{% zoom, gap + \CcImageBy{#1}\hspace*{#2}\CcImageNd{#1}% +} +\newcommand{\CcGroupBySa}[2]{% zoom, gap + \CcImageBy{#1}\hspace*{#2}\CcImageSa{#1}% +} +\newcommand{\CcGroupDevNations}[1]{% zoom + \CcImageDevNations{#1}% +} +\newcommand{\CcGroupNcSampling}[2]{% zoom, gap + \CcImageNc{#1}\hspace*{#2}\CcImageSampling{#1}% +} +\newcommand{\CcGroupPd}[1]{% zoom + \CcImagePd{#1}% +} +\newcommand{\CcGroupSampling}[1]{% zoom + \CcImageSampling{#1}% +} +\newcommand{\CcGroupSamplingPlus}[1]{% zoom + \CcImageSamplingPlus{#1}% +} + + +%% Text +\newcommand{\CcLongnameBy}{Attribution} +\newcommand{\CcLongnameByNc}{Attribution-NonCommercial} +\newcommand{\CcLongnameByNcNd}{Attribution-NoDerivs} +\newcommand{\CcLongnameByNcSa}{Attribution-NonCommercial-ShareAlike} +\newcommand{\CcLongnameByNd}{Attribution-NoDerivs} +\newcommand{\CcLongnameBySa}{Attribution-ShareAlike} + +\newcommand{\CcNote}[1]{% longname + This work is licensed under the \textit{Creative Commons #1 3.0 License}.% +} diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 creative_commons/cc_by_30.pdf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/creative_commons/cc_by_30.pdf Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,145 @@ +%PDF-1.4 +% +3 0 obj +<< + /Type /Catalog + /Pages 2 0 R +>> +endobj +4 0 obj +<< + /Type /Page + /Parent 2 0 R + /MediaBox [ 0 0 18.67032051 18.66952896 ] + /Resources 5 0 R + /Contents 6 0 R + /Group + << /Type /Group + /S /Transparency + /CS /DeviceRGB + >> +>> +endobj +6 0 obj +<< + /Length 7 0 R +>> +stream +0.8 0 0 -0.8 0 19 cm +q +1 0 0 1 0 0 cm +q +1 0 0 1 -574.04534 -169.26516 cm +q +1 0 0 1 330.17574 166.25493 cm +q +1 1 1 rg +266.35787868 15.31348038 m +266.35787868 21.27874548 261.51650411 26.12012005 255.55123901 26.12012005 c +249.58597392 26.12012005 244.74459934 21.27874548 244.74459934 15.31348038 c +244.74459934 9.34821528 249.58597392 4.50684071 255.55123901 4.50684071 c +261.51650411 4.50684071 266.35787868 9.34821528 266.35787868 15.31348038 c +h +f +Q +q +0 0 0 rg +258.67819 12.18701 m +258.67819 11.77051 258.3403 11.4331 257.92526 11.4331 c +253.15182 11.4331 l +252.73678 11.4331 252.39889 11.7705 252.39889 12.18701 c +252.39889 16.95996 l +253.72994 16.95996 l +253.72994 22.61182 l +257.34713 22.61182 l +257.34713 16.95996 l +258.67818 16.95996 l +258.67818 12.18701 l +258.67819 12.18701 l +h +f +Q +q +0 0 0 rg +257.1713537 9.17236042 m +257.1713537 10.07367154 256.43985482 10.80517042 255.5385437 10.80517042 c +254.63723258 10.80517042 253.9057337 10.07367154 253.9057337 9.17236042 c +253.9057337 8.2710493 254.63723258 7.53955042 255.5385437 7.53955042 c +256.43985482 7.53955042 257.1713537 8.2710493 257.1713537 9.17236042 c +h +f +Q +q +0 0 0 rg +255.5239 3.40723 m +252.29148 3.40723 249.55515 4.53516 247.31589 6.79102 c +245.01804 9.12452 243.8696 11.88672 243.8696 15.07569 c +243.8696 18.26466 245.01804 21.00733 247.31589 23.30225 c +249.61374 25.59668 252.35007 26.74414 255.5239 26.74414 c +258.73679 26.74414 261.52195 25.58789 263.87742 23.27295 c +266.09715 21.07568 267.2075 18.34326 267.2075 15.07568 c +267.2075 11.8081 266.07762 9.04687 263.8198 6.79101 c +261.56003 4.53516 258.79538 3.40723 255.5239 3.40723 c +h +255.55319 5.50684 m +258.20163 5.50684 260.45065 6.44092 262.30026 8.30811 c +264.1694 10.15528 265.10397 12.41114 265.10397 15.07569 c +265.10397 17.75928 264.18893 19.98633 262.35885 21.75587 c +260.43014 23.66212 258.16256 24.61476 255.55319 24.61476 c +252.94284 24.61476 250.69381 23.67189 248.80612 21.78517 c +246.91647 19.89845 245.97311 17.66212 245.97311 15.0757 c +245.97311 12.48879 246.92721 10.23341 248.83541 8.30812 c +250.6655 6.44092 252.90475 5.50684 255.55319 5.50684 c +h +f* +Q +Q +Q +Q +endstream +endobj +7 0 obj +2105 +endobj +5 0 obj +<< + /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] +>> +endobj +1 0 obj +<< + /Title(cc_by_30.svg.pdf) + /Author(Administrator) + /Creator(www.inkscape.org) + /Producer(Inkscape 0.45.1) + /CreationDate(D:20070627095416Z) +>> +endobj +2 0 obj +<< + /Type /Pages + /Count 1 + /Kids [ + 4 0 R + ] +>> +endobj +xref +0 8 +0000000000 65535 f +0000002522 00000 n +0000002688 00000 n +0000000015 00000 n +0000000068 00000 n +0000002453 00000 n +0000000274 00000 n +0000002433 00000 n +trailer +<< + /Size 7 + /Root 3 0 R + /Info 1 0 R +>> +startxref +2759 +%%EOF diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 creative_commons/cc_cc_30.pdf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/creative_commons/cc_cc_30.pdf Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,151 @@ +%PDF-1.4 +% +3 0 obj +<< + /Type /Catalog + /Pages 2 0 R +>> +endobj +4 0 obj +<< + /Type /Page + /Parent 2 0 R + /MediaBox [ 0 0 25.18400002 25.18400002 ] + /Resources 5 0 R + /Contents 6 0 R + /Group + << /Type /Group + /S /Transparency + /CS /DeviceRGB + >> +>> +endobj +6 0 obj +<< + /Length 7 0 R +>> +stream +0.8 0 0 -0.8 0 26 cm +q +1 0 0 1 0 0 cm +q +1 0 0 1 -358.56797 -470.90766 cm +q +0.872921 0 0 0.872921 -36.465341 461.35074 cm +q +1 1 1 rg +486.26599 30.10776 m +486.27154 38.788 479.2381 45.82929 470.55786 45.83487 c +461.87768 45.83936 454.83526 38.80701 454.83081 30.1268 c +454.83081 30.12009 454.83081 30.11447 454.83081 30.10776 c +454.82629 21.42642 461.85864 14.38513 470.53888 14.38068 c +479.22022 14.37506 486.26038 21.40854 486.26599 30.08875 c +486.26599 30.09433 486.26599 30.10104 486.26599 30.10776 c +h +f +Q +q +1 0 0 1 -289.6157 99.0653 cm +q +0 0 0 rg +772.94055 -81.76028 m +776.42651 -78.27432 778.16943 -74.00637 778.16943 -68.95755 c +778.16943 -63.90873 776.45666 -59.68552 773.03112 -56.29016 c +769.39635 -52.71359 765.09936 -50.92587 760.1422 -50.92587 c +755.24449 -50.92587 751.02233 -52.69903 747.47594 -56.24542 c +743.93077 -59.79068 742.15758 -64.02841 742.15758 -68.95755 c +742.15758 -73.88666 743.93077 -78.1535 747.47594 -81.76028 c +750.93175 -85.24734 755.1538 -86.98922 760.1422 -86.98922 c +765.18994 -86.98923 769.45569 -85.24734 772.94055 -81.76028 c +h +749.82312 -79.41544 m +746.87634 -76.43961 745.40405 -72.95252 745.40405 -68.95307 c +745.40405 -64.95472 746.86181 -61.49787 749.77832 -58.58243 c +752.69373 -55.66593 756.16626 -54.20822 760.19482 -54.20822 c +764.22338 -54.20822 767.72497 -55.68045 770.7008 -58.6272 c +773.52673 -61.36249 774.94079 -64.80371 774.94079 -68.95307 c +774.94079 -73.07111 773.50439 -76.56602 770.63366 -79.43781 c +767.76305 -82.30848 764.28381 -83.74378 760.19482 -83.74378 c +756.10583 -83.74378 752.64905 -82.30063 749.82312 -79.41544 c +h +757.57812 -70.71283 m +757.12731 -71.69394 756.45263 -72.18509 755.55432 -72.18509 c +753.9646 -72.18509 753.17029 -71.11557 753.17029 -68.97656 c +753.17029 -66.83642 753.9646 -65.76693 755.55432 -65.76693 c +756.60376 -65.76693 757.35327 -66.28823 757.80298 -67.33202 c +760.00574 -66.15847 l +758.95642 -64.29354 757.38123 -63.36053 755.28028 -63.36053 c +753.66028 -63.36053 752.36256 -63.85723 751.38819 -64.84957 c +750.41151 -65.84298 749.92603 -67.2123 749.92603 -68.95754 c +749.92603 -70.67254 750.42725 -72.03515 751.43299 -73.04314 c +752.43873 -74.05111 753.68946 -74.55565 755.1908 -74.55565 c +757.41028 -74.55565 759.0011 -73.6808 759.96106 -71.93334 c +757.57812 -70.71283 l +h +767.94092 -70.71283 m +767.49011 -71.69394 766.82996 -72.18509 765.9585 -72.18509 c +764.33753 -72.18509 763.52637 -71.11557 763.52637 -68.97656 c +763.52637 -66.83642 764.33753 -65.76693 765.9585 -65.76693 c +767.00904 -65.76693 767.74512 -66.28823 768.16578 -67.33202 c +770.41773 -66.15847 l +769.36951 -64.29354 767.79664 -63.36053 765.70008 -63.36053 c +764.0824 -63.36053 762.78687 -63.85723 761.81361 -64.84957 c +760.84144 -65.84298 760.35487 -67.2123 760.35487 -68.95754 c +760.35487 -70.67254 760.84925 -72.03515 761.83717 -73.04314 c +762.82496 -74.05111 764.08241 -74.55565 765.61061 -74.55565 c +767.8268 -74.55565 769.41432 -73.6808 770.37196 -71.93334 c +767.94092 -70.71283 l +h +f +Q +Q +Q +Q +Q +endstream +endobj +7 0 obj +2961 +endobj +5 0 obj +<< + /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] +>> +endobj +1 0 obj +<< + /Title(cc_cc_30.svg.pdf) + /Author(Administrator) + /Creator(www.inkscape.org) + /Producer(Inkscape 0.45.1) + /CreationDate(D:20070627095302Z) +>> +endobj +2 0 obj +<< + /Type /Pages + /Count 1 + /Kids [ + 4 0 R + ] +>> +endobj +xref +0 8 +0000000000 65535 f +0000003378 00000 n +0000003544 00000 n +0000000015 00000 n +0000000068 00000 n +0000003309 00000 n +0000000274 00000 n +0000003289 00000 n +trailer +<< + /Size 7 + /Root 3 0 R + /Info 1 0 R +>> +startxref +3615 +%%EOF diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 creative_commons/cc_dev_nations_30.pdf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/creative_commons/cc_dev_nations_30.pdf Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,179 @@ +%PDF-1.4 +% +3 0 obj +<< + /Type /Catalog + /Pages 2 0 R +>> +endobj +4 0 obj +<< + /Type /Page + /Parent 2 0 R + /MediaBox [ 0 0 18.67032051 18.66953659 ] + /Resources 5 0 R + /Contents 6 0 R + /Group + << /Type /Group + /S /Transparency + /CS /DeviceRGB + >> +>> +endobj +6 0 obj +<< + /Length 7 0 R +>> +stream +0.8 0 0 -0.8 0 19 cm +q +1 0 0 1 0 0 cm +q +1 0 0 1 -231.18819 -120.69372 cm +q +1 0 0 1 235.65053 -275.13731 cm +q +1 1 1 rg +17.97516 407.91357 m +17.97516 413.95947 13.07282 418.86084 7.02594 418.86084 c +0.98004 418.86084 -3.9223 413.95947 -3.9223 407.91357 c +-3.9223 401.86572 0.98004 396.96533 7.02594 396.96533 c +13.07281 396.96533 17.97516 401.86572 17.97516 407.91357 c +h +f +Q +q +0 0 0 rg +7.1861 396.22803 m +3.95758 396.22803 1.22223 397.35596 -1.018 399.61084 c +-3.31683 401.9458 -4.46234 404.70752 -4.46234 407.89502 c +-4.46234 411.08643 -3.31683 413.82764 -1.018 416.12354 c +1.28376 418.41749 4.01716 419.56495 7.1861 419.56495 c +10.39997 419.56495 13.18903 418.40968 15.54255 416.09327 c +17.7613 413.89698 18.87556 411.16358 18.87556 407.89503 c +18.87556 404.62745 17.74958 401.86866 15.48884 399.61085 c +13.22809 397.35596 10.46344 396.22803 7.1861 396.22803 c +h +7.21735 398.32861 m +9.86579 398.32861 12.11676 399.26123 13.96735 401.12841 c +15.83844 402.97509 16.77399 405.23486 16.77399 407.89501 c +16.77399 410.57958 15.85895 412.80614 14.02497 414.57763 c +12.09724 416.48486 9.83063 417.43408 7.21735 417.43408 c +4.60797 417.43408 2.35993 416.4917 0.47321 414.60693 c +-1.41644 412.72021 -2.36175 410.48291 -2.36175 407.89502 c +-2.36175 405.31006 -1.40472 403.05225 0.50251 401.12842 c +2.33258 399.26123 4.57086 398.32861 7.21735 398.32861 c +h +f +Q +q +0 0 0 rg +6.69781 397.03369 m +6.69781 418.74853 l +7.71832 418.74853 l +7.71832 397.03369 l +6.69781 397.03369 l +h +f +Q +q +0 0 0 rg +-3.60394 407.38916 m +-3.60394 408.41064 l +18.00153 408.41064 l +18.00153 407.38916 l +-3.60394 407.38916 l +h +f +Q +q +0 0 0 rg +-1.48871 400.771 m +-1.76215 401.75538 l +4.48492 403.54151 10.46734 403.771 16.15973 401.73683 c +15.81403 400.78956 l +10.35797 402.73877 4.61676 402.51514 -1.48871 400.771 c +h +f +Q +q +0 0 0 rg +2.39508 398.38232 m +-0.15277 404.5874 -0.34613 410.95263 2.39508 417.38037 c +3.32477 416.97998 l +0.68512 410.78857 0.88043 404.76123 3.34235 398.76514 c +2.39508 398.38232 l +h +f +Q +q +0 0 0 rg +7.04352 412.82275 m +4.06207 412.76806 1.11872 413.10986 -1.7807 414.00732 c +-1.47113 414.97412 l +4.09235 413.25146 9.87262 413.66846 15.88629 414.99267 c +16.10504 413.98974 l +13.05231 413.31689 10.02594 412.87646 7.04352 412.82275 c +h +f +Q +q +0 0 0 rg +11.96637 398.36377 m +11.03668 398.76514 l +13.67633 404.95557 13.49859 410.98194 11.03668 416.97998 c +11.98492 417.36279 l +14.5318 411.15674 14.7066 404.7915 11.96637 398.36377 c +h +f +Q +Q +Q +Q +endstream +endobj +7 0 obj +2421 +endobj +5 0 obj +<< + /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] +>> +endobj +1 0 obj +<< + /Title(cc_dev_nations_30.svg.pdf) + /Author(Administrator) + /Creator(www.inkscape.org) + /Producer(Inkscape 0.45.1) + /CreationDate(D:20070627093903Z) +>> +endobj +2 0 obj +<< + /Type /Pages + /Count 1 + /Kids [ + 4 0 R + ] +>> +endobj +xref +0 8 +0000000000 65535 f +0000002838 00000 n +0000003013 00000 n +0000000015 00000 n +0000000068 00000 n +0000002769 00000 n +0000000274 00000 n +0000002749 00000 n +trailer +<< + /Size 7 + /Root 3 0 R + /Info 1 0 R +>> +startxref +3084 +%%EOF diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 creative_commons/cc_nc_30.pdf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/creative_commons/cc_nc_30.pdf Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,152 @@ +%PDF-1.4 +% +3 0 obj +<< + /Type /Catalog + /Pages 2 0 R +>> +endobj +4 0 obj +<< + /Type /Page + /Parent 2 0 R + /MediaBox [ 0 0 18.6703167 18.66992378 ] + /Resources 5 0 R + /Contents 6 0 R + /Group + << /Type /Group + /S /Transparency + /CS /DeviceRGB + >> +>> +endobj +6 0 obj +<< + /Length 7 0 R +>> +stream +0.8 0 0 -0.8 0 19 cm +q +1 0 0 1 0 0 cm +q +1 0 0 1 -279.75962 -489.26491 cm +q +1.146822 0 0 1.146822 478.22789 502.58592 cm +q +1 1 1 rg +-154.14499 -1.09436 m +-154.14157 3.73257 -158.051 7.64752 -162.87836 7.65134 c +-167.70488 7.65433 -171.62026 3.74448 -171.62366 -1.0816 c +-171.62366 -1.0867 -171.62366 -1.09054 -171.62366 -1.09436 c +-171.62706 -5.92175 -167.71765 -9.8367 -162.89115 -9.84051 c +-158.06376 -9.8435 -154.14838 -5.93365 -154.145 -1.10757 c +-154.14499 -1.1033 -154.14499 -1.09863 -154.14499 -1.09436 c +h +f +Q +q +0 0 0 rg +-162.89709 -11.26941 m +-160.04528 -11.26941 -157.63372 -10.28589 -155.66412 -8.31925 c +-153.69452 -6.35178 -152.70929 -3.94321 -152.70929 -1.09437 c +-152.70929 1.75445 -153.67749 4.13704 -155.61304 6.05385 c +-157.66779 8.07198 -160.09552 9.08022 -162.8971 9.08022 c +-165.66544 9.08022 -168.0506 8.07967 -170.05428 6.07854 c +-172.05794 4.07827 -173.05935 1.68672 -173.05935 -1.09437 c +-173.05935 -3.87593 -172.05795 -6.28449 -170.05428 -8.31925 c +-168.1017 -10.28589 -165.71568 -11.26941 -162.89709 -11.26941 c +h +-170.77042 -3.82825 m +-171.07357 -2.96945 -171.22513 -2.05832 -171.22513 -1.09436 c +-171.22513 1.16092 -170.40254 3.11054 -168.75568 4.7561 c +-167.1088 6.40045 -165.14771 7.22345 -162.87156 7.22345 c +-160.59623 7.22345 -158.61897 6.39276 -156.93803 4.73013 c +-156.37516 4.18686 -155.91108 3.59335 -155.54747 2.95044 c +-159.38365 1.24268 l +-159.64339 2.53318 -160.79295 3.40473 -162.18352 3.5069 c +-162.18352 5.07587 l +-163.35182 5.07587 l +-163.35182 3.5069 l +-164.49374 3.49414 -165.59733 3.02707 -166.44035 2.28879 c +-165.03958 0.87567 l +-164.3643 1.51089 -163.68904 1.79617 -162.76768 1.79617 c +-162.17073 1.79617 -161.5091 1.56241 -161.5091 0.78454 c +-161.5091 0.50906 -161.6164 0.31747 -161.78412 0.17355 c +-162.75403 -0.25901 l +-163.96237 -0.79633 l +-164.55929 -1.06287 -165.06511 -1.28727 -165.57347 -1.51377 c +-170.77042 -3.82825 l +h +-162.87155 -9.43817 m +-165.18092 -9.43817 -167.1335 -8.62451 -168.72928 -6.99597 c +-169.16441 -6.5574 -169.54164 -6.0993 -169.86353 -5.62158 c +-165.97286 -3.88955 l +-165.62201 -4.96887 -164.59676 -5.62371 -163.35181 -5.69607 c +-163.35181 -7.26504 l +-162.18351 -7.26504 l +-162.18351 -5.69607 l +-161.37882 -5.65734 -160.49662 -5.43679 -159.62721 -4.76321 c +-160.96412 -3.38885 l +-161.45716 -3.7384 -162.07963 -3.98492 -162.70295 -3.98492 c +-163.20875 -3.98492 -163.92236 -3.82992 -163.92236 -3.19513 c +-163.92236 -3.09763 -163.89085 -3.01245 -163.83123 -2.93668 c +-162.5301 -2.35764 l +-161.64961 -1.96506 l +-161.08674 -1.71344 -160.54857 -1.47501 -160.01552 -1.23743 c +-154.80239 1.08343 l +-154.62954 0.40093 -154.54354 -0.32544 -154.54354 -1.09437 c +-154.54354 -3.41865 -155.35845 -5.38487 -156.9883 -6.99598 c +-158.60193 -8.62451 -160.56302 -9.43817 -162.87155 -9.43817 c +h +f +Q +Q +Q +Q +endstream +endobj +7 0 obj +2765 +endobj +5 0 obj +<< + /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] +>> +endobj +1 0 obj +<< + /Title(cc_nc_30.svg.pdf) + /Author(Administrator) + /Creator(www.inkscape.org) + /Producer(Inkscape 0.45.1) + /CreationDate(D:20070627093620Z) +>> +endobj +2 0 obj +<< + /Type /Pages + /Count 1 + /Kids [ + 4 0 R + ] +>> +endobj +xref +0 8 +0000000000 65535 f +0000003181 00000 n +0000003347 00000 n +0000000015 00000 n +0000000068 00000 n +0000003112 00000 n +0000000273 00000 n +0000003092 00000 n +trailer +<< + /Size 7 + /Root 3 0 R + /Info 1 0 R +>> +startxref +3418 +%%EOF diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 creative_commons/cc_nd_30.pdf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/creative_commons/cc_nd_30.pdf Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,139 @@ +%PDF-1.4 +% +3 0 obj +<< + /Type /Catalog + /Pages 2 0 R +>> +endobj +4 0 obj +<< + /Type /Page + /Parent 2 0 R + /MediaBox [ 0 0 18.67032051 18.67030716 ] + /Resources 5 0 R + /Contents 6 0 R + /Group + << /Type /Group + /S /Transparency + /CS /DeviceRGB + >> +>> +endobj +6 0 obj +<< + /Length 7 0 R +>> +stream +0.8 0 0 -0.8 0 19 cm +q +1 0 0 1 0 0 cm +q +1 0 0 1 -454.04534 -363.55038 cm +q +0.624995 0 0 0.624995 11.5654 452.74052 cm +q +1 1 1 rg +743.93005 -123.39972 m +743.93634 -113.98871 736.31128 -106.35272 726.89868 -106.34491 c +717.48767 -106.34021 709.85168 -113.96213 709.84387 -123.37628 c +709.84387 -123.38409 709.84387 -123.39346 709.84387 -123.39972 c +709.83764 -132.81229 717.46264 -140.44675 726.87524 -140.45456 c +736.28784 -140.46237 743.92224 -132.83728 743.93005 -123.42471 c +743.93005 -123.4169 743.93005 -123.40909 743.93005 -123.39972 c +h +f +Q +q +1 0 0 1 -23.9521 -87.92102 cm +q +0 0 0 rg +750.57263 -54.14914 m +745.39917 -54.14914 741.02258 -52.34604 737.43976 -48.7366 c +733.76319 -45.00219 731.92566 -40.58343 731.92566 -35.4787 c +731.92566 -30.37552 733.76318 -25.98956 737.43976 -22.3161 c +741.11633 -18.64419 745.49292 -16.80823 750.57263 -16.80823 c +755.71179 -16.80823 760.16809 -18.66138 763.93835 -22.36298 c +767.48999 -25.88019 769.2666 -30.25211 769.2666 -35.4787 c +769.2666 -40.70844 767.45874 -45.12564 763.8446 -48.7366 c +760.23059 -52.34604 755.80554 -54.14914 750.57263 -54.14914 c +h +750.61951 -50.79129 m +754.85547 -50.79129 758.45398 -49.29599 761.41492 -46.30691 c +764.40558 -43.3522 765.90088 -39.74435 765.90088 -35.47869 c +765.90088 -31.1849 764.43683 -27.62237 761.50708 -24.7911 c +758.42273 -21.74108 754.79297 -20.21764 750.61951 -20.21764 c +746.44294 -20.21764 742.84449 -21.72545 739.82257 -24.74578 c +736.80066 -27.76299 735.28973 -31.34115 735.28973 -35.47869 c +735.28973 -39.61935 736.81628 -43.22719 739.86944 -46.30691 c +742.79919 -49.29599 746.38196 -50.79129 750.61951 -50.79129 c +h +f +Q +q +0 0 0 rg +757.65088 -39.90375 m +744.07727 -39.90375 l +744.07727 -36.68964 l +757.65088 -36.68964 l +757.65088 -39.90375 l +h +757.65088 -33.90369 m +744.07727 -33.90369 l +744.07727 -30.68961 l +757.65088 -30.68961 l +757.65088 -33.90369 l +h +f +Q +Q +Q +Q +Q +endstream +endobj +7 0 obj +1869 +endobj +5 0 obj +<< + /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] +>> +endobj +1 0 obj +<< + /Title(cc_nd_30.svg.pdf) + /Author(Administrator) + /Creator(www.inkscape.org) + /Producer(Inkscape 0.45.1) + /CreationDate(D:20070627093714Z) +>> +endobj +2 0 obj +<< + /Type /Pages + /Count 1 + /Kids [ + 4 0 R + ] +>> +endobj +xref +0 8 +0000000000 65535 f +0000002286 00000 n +0000002452 00000 n +0000000015 00000 n +0000000068 00000 n +0000002217 00000 n +0000000274 00000 n +0000002197 00000 n +trailer +<< + /Size 7 + /Root 3 0 R + /Info 1 0 R +>> +startxref +2523 +%%EOF diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 creative_commons/cc_pd_30.pdf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/creative_commons/cc_pd_30.pdf Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,164 @@ +%PDF-1.4 +% +3 0 obj +<< + /Type /Catalog + /Pages 2 0 R +>> +endobj +4 0 obj +<< + /Type /Page + /Parent 2 0 R + /MediaBox [ 0 0 18.67032814 18.67030716 ] + /Resources 5 0 R + /Contents 6 0 R + /Group + << /Type /Group + /S /Transparency + /CS /DeviceRGB + >> +>> +endobj +6 0 obj +<< + /Length 7 0 R +>> +stream +0.8 0 0 -0.8 0 19 cm +q +1 0 0 1 0 0 cm +q +1 0 0 1 -348.33105 -517.83609 cm +q +1.146822 0 0 1.146822 61.005341 165.58783 cm +q +1 1 1 rg +270.07806 317.67285 m +270.07977 322.84338 265.8919 327.03723 260.72137 327.03979 c +255.55125 327.04232 251.35743 322.85446 251.35444 317.68392 c +251.35444 317.68053 251.35444 317.67711 251.35444 317.67284 c +251.35061 312.50231 255.53976 308.30846 260.71029 308.30507 c +265.88043 308.30254 270.07424 312.49123 270.07806 317.66179 c +270.07806 317.66519 270.07806 317.66943 270.07806 317.67285 c +h +f +Q +q +0.54498 0 0 0.54498 411.367 265.3489 cm +q +0.00392157 0.00392157 0.00392157 rg +-276.45773 77.3403 m +-281.62964 77.3403 -286.00625 79.14654 -289.58908 82.75439 c +-293.26569 86.4888 -295.10477 90.90759 -295.10477 96.01074 c +-295.10477 101.11392 -293.26569 105.50143 -289.58908 109.17334 c +-285.91406 112.84525 -281.53589 114.68121 -276.45773 114.68121 c +-271.31707 114.68121 -266.86233 112.82962 -263.09201 109.12646 c +-259.5404 105.61084 -257.76382 101.23892 -257.76382 96.01074 c +-257.76382 90.78259 -259.57009 86.3638 -263.18576 82.75439 c +-266.79984 79.14655 -271.22333 77.3403 -276.45773 77.3403 c +h +-276.41086 80.70126 m +-272.17334 80.70126 -268.57642 82.195 -265.61545 85.18097 c +-262.62482 88.13883 -261.12949 91.74664 -261.12949 96.01074 c +-261.12949 100.30453 -262.59201 103.86706 -265.52329 106.69833 c +-268.60611 109.7499 -272.2374 111.27337 -276.41086 111.27337 c +-280.58591 111.27337 -284.18436 109.76397 -287.20627 106.74676 c +-290.22815 103.72644 -291.73911 100.14828 -291.73911 96.01074 c +-291.73911 91.87164 -290.21253 88.26224 -287.1594 85.18097 c +-284.23123 82.19501 -280.64841 80.70126 -276.41086 80.70126 c +h +f +Q +q +0.00392157 0.00392157 0.00392157 rg +-282.61871 92.66385 m +-280.51715 92.66385 l +-279.34369 92.66385 -278.84994 93.22791 -278.84994 94.2576 c +-278.84994 95.05451 -279.27026 95.82169 -280.44528 95.82169 c +-282.61871 95.82169 l +-282.61871 92.66385 l +-282.61871 92.66385 l +h +-285.19843 101.0686 m +-282.59061 101.0686 l +-282.59061 97.73574 l +-280.57495 97.73574 l +-277.039 97.73574 -276.27023 95.61855 -276.27023 94.24197 c +-276.27023 92.19821 -277.29992 90.74975 -280.08276 90.74975 c +-285.19842 90.74975 l +-285.19842 101.0686 l +-285.19843 101.0686 l +h +f +Q +q +0.00392157 0.00392157 0.00392157 rg +-275.56866 101.0686 m +-271.56707 101.0686 l +-268.4233 101.0686 -266.30764 99.57641 -266.30764 95.90918 c +-266.30764 92.24197 -268.4233 90.74976 -271.56707 90.74976 c +-275.56866 90.74976 l +-275.56866 101.0686 l +h +-272.98895 92.92477 m +-271.52487 92.92477 l +-269.58267 92.92477 -268.88736 94.24197 -268.88736 95.90918 c +-268.88736 97.57483 -269.58267 98.89514 -271.51083 98.89514 c +-272.98895 98.89514 l +-272.98895 92.92477 l +-272.98895 92.92477 l +h +f +Q +Q +Q +Q +Q +endstream +endobj +7 0 obj +2717 +endobj +5 0 obj +<< + /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] +>> +endobj +1 0 obj +<< + /Title(cc_pd_30.svg.pdf) + /Author(Administrator) + /Creator(www.inkscape.org) + /Producer(Inkscape 0.45.1) + /CreationDate(D:20070627093728Z) +>> +endobj +2 0 obj +<< + /Type /Pages + /Count 1 + /Kids [ + 4 0 R + ] +>> +endobj +xref +0 8 +0000000000 65535 f +0000003134 00000 n +0000003300 00000 n +0000000015 00000 n +0000000068 00000 n +0000003065 00000 n +0000000274 00000 n +0000003045 00000 n +trailer +<< + /Size 7 + /Root 3 0 R + /Info 1 0 R +>> +startxref +3371 +%%EOF diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 creative_commons/cc_sa_30.pdf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/creative_commons/cc_sa_30.pdf Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,142 @@ +%PDF-1.4 +% +3 0 obj +<< + /Type /Catalog + /Pages 2 0 R +>> +endobj +4 0 obj +<< + /Type /Page + /Parent 2 0 R + /MediaBox [ 0 0 18.66953087 18.66992569 ] + /Resources 5 0 R + /Contents 6 0 R + /Group + << /Type /Group + /S /Transparency + /CS /DeviceRGB + >> +>> +endobj +6 0 obj +<< + /Length 7 0 R +>> +stream +0.8 0 0 -0.8 0 19 cm +q +1 0 0 1 0 0 cm +q +1 0 0 1 -279.76012 -303.55063 cm +q +0.624995 0 0 0.624995 411.5203 402.56245 cm +q +1 1 1 rg +-175.0083 -139.1153 m +-175.00204 -129.7035 -182.62555 -122.06751 -192.03812 -122.06049 c +-201.44913 -122.05341 -209.08512 -129.67774 -209.09293 -139.09028 c +-209.09293 -139.09809 -209.09293 -139.10749 -209.09293 -139.1153 c +-209.09919 -148.52784 -201.47413 -156.1623 -192.06311 -156.17011 c +-182.65054 -156.17713 -175.01456 -148.55207 -175.0083 -139.14026 c +-175.0083 -139.13092 -175.0083 -139.1239 -175.0083 -139.1153 c +h +f +Q +q +1 0 0 1 -23.9521 -89.72962 cm +q +0 0 0 rg +-168.2204 -68.05536 m +-173.39234 -68.05536 -177.76892 -66.25067 -181.35175 -62.64203 c +-185.02836 -58.90759 -186.86588 -54.48883 -186.86588 -49.38568 c +-186.86588 -44.28253 -185.02836 -39.89416 -181.35175 -36.22308 c +-177.67673 -32.55114 -173.29859 -30.71521 -168.2204 -30.71521 c +-163.07974 -30.71521 -158.62503 -32.56677 -154.85312 -36.26996 c +-151.30307 -39.78558 -149.52652 -44.15827 -149.52652 -49.38568 c +-149.52652 -54.6123 -151.33432 -59.03265 -154.94843 -62.64203 c +-158.5625 -66.25067 -162.98599 -68.05536 -168.2204 -68.05536 c +h +-168.17352 -64.69519 m +-163.936 -64.69519 -160.33752 -63.20221 -157.37655 -60.21466 c +-154.38748 -57.25836 -152.89214 -53.64899 -152.89214 -49.38568 c +-152.89214 -45.09186 -154.35466 -41.52856 -157.28438 -38.69653 c +-160.36876 -35.64727 -163.99849 -34.12304 -168.17351 -34.12304 c +-172.34856 -34.12304 -175.94701 -35.63244 -178.96892 -38.64965 c +-181.9908 -41.66918 -183.50176 -45.24657 -183.50176 -49.38567 c +-183.50176 -53.52398 -181.97518 -57.13414 -178.92205 -60.21465 c +-175.9939 -63.20221 -172.41107 -64.69519 -168.17352 -64.69519 c +h +f +Q +q +0 0 0 rg +-176.49548 -52.02087 m +-175.75171 -56.71856 -172.44387 -59.22949 -168.30008 -59.22949 c +-162.33911 -59.22949 -158.70783 -54.90448 -158.70783 -49.1372 c +-158.70783 -43.50982 -162.57194 -39.13793 -168.39383 -39.13793 c +-172.39856 -39.13793 -175.98297 -41.60277 -176.63611 -46.43877 c +-171.93292 -46.43877 l +-171.7923 -43.92778 -170.1626 -43.04418 -167.83447 -43.04418 c +-165.1813 -43.04418 -163.4563 -45.50908 -163.4563 -49.27709 c +-163.4563 -53.22942 -164.94693 -55.32244 -167.74228 -55.32244 c +-169.79074 -55.32244 -171.55948 -54.57787 -171.93292 -52.02087 c +-170.56418 -52.02789 l +-174.26734 -48.32629 l +-177.96894 -52.02789 l +-176.49548 -52.02087 l +h +f +Q +Q +Q +Q +Q +endstream +endobj +7 0 obj +2361 +endobj +5 0 obj +<< + /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] +>> +endobj +1 0 obj +<< + /Title(cc_sa_30.svg.pdf) + /Author(Administrator) + /Creator(www.inkscape.org) + /Producer(Inkscape 0.45.1) + /CreationDate(D:20070627093742Z) +>> +endobj +2 0 obj +<< + /Type /Pages + /Count 1 + /Kids [ + 4 0 R + ] +>> +endobj +xref +0 8 +0000000000 65535 f +0000002778 00000 n +0000002944 00000 n +0000000015 00000 n +0000000068 00000 n +0000002709 00000 n +0000000274 00000 n +0000002689 00000 n +trailer +<< + /Size 7 + /Root 3 0 R + /Info 1 0 R +>> +startxref +3015 +%%EOF diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 creative_commons/cc_sampling_30.pdf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/creative_commons/cc_sampling_30.pdf Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,167 @@ +%PDF-1.4 +% +3 0 obj +<< + /Type /Catalog + /Pages 2 0 R +>> +endobj +4 0 obj +<< + /Type /Page + /Parent 2 0 R + /MediaBox [ 0 0 18.66952896 18.67032051 ] + /Resources 5 0 R + /Contents 6 0 R + /Group + << /Type /Group + /S /Transparency + /CS /DeviceRGB + >> +>> +endobj +6 0 obj +<< + /Length 7 0 R +>> +stream +0.8 0 0 -0.8 0 19 cm +q +1 0 0 1 0 0 cm +q +1 0 0 1 -368.33154 -466.40752 cm +q +0 0 0 rg +388.28076 470.18929 m +386.02099 467.93343 383.25635 466.80452 379.98486 466.80452 c +376.75244 466.80452 374.01709 467.93343 371.77783 470.18929 c +369.47998 472.52327 368.33154 475.28499 368.33154 478.47445 c +368.33154 481.66391 369.47998 484.40609 371.77783 486.70101 c +374.07471 488.99593 376.81103 490.14242 379.98486 490.14242 c +383.19775 490.14242 385.98291 488.98617 388.33935 486.67172 c +390.5581 484.47445 391.66845 481.74203 391.66845 478.47445 c +391.66845 475.20687 390.53955 472.44515 388.28076 470.18929 c +h +373.29638 471.70687 m +375.12743 469.83968 377.36572 468.90609 380.01415 468.90609 c +382.66258 468.90609 384.91161 469.83968 386.7622 471.70687 c +388.63036 473.55453 389.56493 475.81039 389.56493 478.47445 c +389.56493 478.60531 389.55223 478.72933 389.54833 478.85824 c +386.39208 478.85824 l +386.1831 478.85824 385.99462 478.98422 385.91552 479.17758 c +385.91552 479.17758 385.65575 479.80258 385.41747 480.37778 c +385.14696 478.10923 384.67528 474.14731 384.67528 474.14731 c +384.64403 473.88461 384.41844 473.68735 384.15282 473.69223 c +383.88817 473.69711 383.66942 473.90219 383.64794 474.16684 c +383.64794 474.16684 383.42626 476.85825 383.20849 479.49692 c +382.96728 476.3104 382.72607 473.1229 382.72607 473.1229 c +382.70556 472.85435 382.48193 472.64634 382.2124 472.64536 c +382.21142 472.64536 382.21142 472.64536 382.21142 472.64536 c +381.94189 472.64536 381.71728 472.85337 381.69677 473.12192 c +381.69677 473.12192 381.48779 475.80551 381.29052 478.34165 c +381.03466 474.26743 380.77685 470.1688 380.77685 470.1688 c +380.75927 469.89634 380.53369 469.68442 380.26025 469.68442 c +379.98779 469.6854 379.7622 469.89731 379.7456 470.16977 c +379.7456 470.16977 379.50732 474.09067 379.26806 478.00864 c +379.04931 474.64048 378.82665 471.21469 378.82665 471.21469 c +378.80907 470.94321 378.58349 470.73129 378.31103 470.73129 c +378.03857 470.73129 377.81396 470.94223 377.79541 471.21371 c +377.79541 471.21371 377.55322 474.89926 377.31006 478.58383 c +377.09522 475.62875 376.87451 472.60336 376.87451 472.60336 c +376.85498 472.33481 376.63232 472.12582 376.36279 472.12387 c +376.09424 472.12192 375.86865 472.32797 375.84521 472.59653 c +375.84521 472.59653 375.53369 476.21469 375.25048 479.49985 c +375.10204 478.49106 374.91943 477.24887 374.91943 477.24887 c +374.88623 477.02426 374.71045 476.8475 374.48486 476.81332 c +374.26025 476.78012 374.03955 476.8973 373.94189 477.10238 c +373.94189 477.10238 373.31298 478.4266 373.10791 478.85824 c +370.45166 478.85824 l +370.44678 478.73031 370.43408 478.60433 370.43408 478.47445 c +370.43408 475.88851 371.38818 473.6307 373.29638 471.70687 c +h +386.81982 485.15414 m +384.89209 487.06039 382.62353 488.01352 380.01416 488.01352 c +377.40479 488.01352 375.15576 487.07016 373.26709 485.18344 c +371.73389 483.65121 370.8335 481.88461 370.54541 479.89145 c +373.43408 479.89145 l +373.6333 479.89145 373.81494 479.77622 373.90088 479.59653 c +373.90088 479.59653 374.05322 479.27524 374.14502 479.08188 c +374.42041 480.95688 374.87354 484.03598 374.87354 484.03598 c +374.91163 484.29477 375.13819 484.4852 375.39991 484.47739 c +375.66163 484.4686 375.87647 484.26645 375.89893 484.00473 c +375.89893 484.00473 376.11182 481.53207 376.31592 479.15903 c +376.56787 482.61997 376.8208 486.08774 376.8208 486.08774 c +376.84033 486.35825 377.06592 486.56821 377.3374 486.56723 c +377.60888 486.56625 377.83252 486.35532 377.85107 486.08481 c +377.85107 486.08481 378.08056 482.60336 378.3081 479.14926 c +378.53857 482.69516 378.77001 486.25766 378.77001 486.25766 c +378.78759 486.53012 379.01415 486.74106 379.28661 486.74106 c +379.55907 486.74008 379.78466 486.52817 379.80126 486.25571 c +379.80126 486.25571 380.03564 482.40122 380.27001 478.55844 c +380.49462 482.1268 380.72118 485.7352 380.72118 485.7352 c +380.73876 486.00571 380.96239 486.21762 381.2329 486.21958 c +381.50438 486.22153 381.73095 486.01353 381.75145 485.74302 c +381.75145 485.74302 381.97899 482.81431 382.20457 479.91392 c +382.43797 482.99693 382.67234 486.0897 382.67234 486.0897 c +382.69285 486.35825 382.9155 486.56626 383.18504 486.56724 c +383.18602 486.56724 383.18602 486.56724 383.18699 486.56724 c +383.45554 486.56724 383.67918 486.36119 383.70164 486.09263 c +383.70164 486.09263 383.98387 482.66392 384.25633 479.36118 c +384.43016 480.82016 384.62547 482.46177 384.62547 482.46177 c +384.65281 482.69419 384.83445 482.87974 385.06785 482.91197 c +385.30027 482.9442 385.52488 482.81529 385.61473 482.59752 c +385.61473 482.59752 386.52586 480.40123 386.7368 479.89147 c +389.46336 479.89147 l +389.19091 481.94906 388.31689 483.70687 386.81982 485.15414 c +h +f +Q +Q +Q +endstream +endobj +7 0 obj +4682 +endobj +5 0 obj +<< + /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] +>> +endobj +1 0 obj +<< + /Title(cc_sampling_30.svg.pdf) + /Author(Administrator) + /Creator(www.inkscape.org) + /Producer(Inkscape 0.45.1) + /CreationDate(D:20070627093812Z) +>> +endobj +2 0 obj +<< + /Type /Pages + /Count 1 + /Kids [ + 4 0 R + ] +>> +endobj +xref +0 8 +0000000000 65535 f +0000005099 00000 n +0000005271 00000 n +0000000015 00000 n +0000000068 00000 n +0000005030 00000 n +0000000274 00000 n +0000005010 00000 n +trailer +<< + /Size 7 + /Root 3 0 R + /Info 1 0 R +>> +startxref +5342 +%%EOF diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 creative_commons/cc_sampling_plus_30.pdf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/creative_commons/cc_sampling_plus_30.pdf Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,217 @@ +%PDF-1.4 +% +3 0 obj +<< + /Type /Catalog + /Pages 2 0 R +>> +endobj +4 0 obj +<< + /Type /Page + /Parent 2 0 R + /MediaBox [ 0 0 18.67032051 18.67031288 ] + /Resources 5 0 R + /Contents 6 0 R + /Group + << /Type /Group + /S /Transparency + /CS /DeviceRGB + >> +>> +endobj +6 0 obj +<< + /Length 7 0 R +>> +stream +0.8 0 0 -0.8 0 19 cm +q +1 0 0 1 0 0 cm +q +1 0 0 1 -376.90248 -440.69324 cm +q +1 0 0 1 -128.21715 287.86075 cm +q +1 1 1 rg +526.89404 164.89844 m +526.89697 159.31739 522.37646 154.79004 516.79541 154.78614 c +511.21338 154.78321 506.68799 159.30469 506.68311 164.88477 c +506.68311 164.88965 506.68311 164.89356 506.68311 164.89844 c +506.6792 170.47852 511.20166 175.00586 516.78174 175.00977 c +522.36279 175.0127 526.89014 170.49219 526.89404 164.91114 c +526.89404 164.90625 526.89404 164.90332 526.89404 164.89844 c +h +f +Q +q +0 0 0 rg +513.60986 172.51318 m +513.62939 172.78369 513.85498 172.99267 514.12646 172.99218 c +514.39794 172.9912 514.62158 172.78027 514.64013 172.50927 c +514.64013 172.50927 514.83544 169.53466 515.04443 166.35839 c +513.16162 166.35839 l +513.39307 169.54346 513.60986 172.51318 513.60986 172.51318 c +h +517.73291 164.65137 m +518.07178 164.65137 l +517.81787 160.61426 517.56494 156.59278 517.56494 156.59278 c +517.54736 156.32032 517.32178 156.1084 517.04834 156.10889 c +516.77588 156.10889 516.55029 156.32129 516.53369 156.59375 c +516.53369 156.59375 516.42139 158.43994 516.27392 160.86426 c +517.7329 160.86426 l +517.7329 164.65137 l +517.73291 164.65137 l +h +516.01221 163.76367 m +515.80811 160.625 515.61377 157.63818 515.61377 157.63818 c +515.59619 157.3667 515.37061 157.15576 515.09815 157.15576 c +514.82569 157.15576 514.60108 157.3667 514.58253 157.63818 c +514.58253 157.63818 514.35499 161.09033 514.12159 164.65136 c +516.01221 164.65136 l +516.01221 163.76367 l +516.01221 163.76367 l +h +516.01221 166.3584 m +515.146 166.3584 l +515.35987 169.62549 515.55811 172.68311 515.55811 172.68311 c +515.57666 172.95508 515.80225 173.16651 516.07471 173.16602 c +516.34717 173.16504 516.57276 172.95264 516.58936 172.68067 c +516.58936 172.68067 516.65186 171.65821 516.74366 170.14649 c +516.01221 170.14649 l +516.01221 166.3584 l +h +525.06885 156.61328 m +522.81006 154.35742 520.04541 153.22949 516.77393 153.22949 c +513.54151 153.22949 510.80616 154.35742 508.5669 156.61328 c +506.26807 158.94629 505.11963 161.70898 505.11963 164.89844 c +505.11963 168.0879 506.26807 170.83008 508.5669 173.125 c +510.86378 175.41992 513.6001 176.56738 516.77393 176.56738 c +519.98584 176.56738 522.771 175.40918 525.12745 173.09668 c +527.34718 170.89844 528.45753 168.16504 528.45753 164.89844 c +528.45753 161.63184 527.32764 158.86914 525.06885 156.61328 c +h +521.50732 164.65137 m +521.50732 166.3584 l +521.11279 166.3584 l +521.26513 167.6416 521.41357 168.88526 521.41357 168.88526 c +521.44091 169.11866 521.62255 169.30372 521.85595 169.33594 c +522.08837 169.36768 522.31298 169.23877 522.40283 169.02198 c +522.40283 169.02198 523.31396 166.8252 523.5249 166.31544 c +526.25244 166.31544 l +525.979 168.37355 525.10498 170.13136 523.60889 171.57814 c +521.68018 173.48439 519.41162 174.43752 516.80323 174.43752 c +514.19385 174.43752 511.94385 173.49416 510.05616 171.60842 c +508.52198 170.07571 507.62159 168.3091 507.3335 166.31545 c +510.22217 166.31545 l +510.42139 166.31545 510.60303 166.2007 510.68799 166.02053 c +510.68799 166.02053 510.84131 165.69875 510.93408 165.50442 c +511.20947 167.37942 511.6626 170.46096 511.6626 170.46096 c +511.70069 170.72024 511.92725 170.90969 512.18897 170.90188 c +512.45069 170.89407 512.66553 170.69143 512.68799 170.4302 c +512.68799 170.4302 512.85694 168.46536 513.03858 166.35842 c +512.23878 166.35842 l +512.23878 164.65139 l +514.07276 164.65139 l +513.86768 161.81594 513.66358 159.02688 513.66358 159.02688 c +513.64405 158.75833 513.42139 158.54983 513.15284 158.54836 c +512.88331 158.54641 512.65772 158.75197 512.63429 159.02004 c +512.63429 159.02004 512.32277 162.6382 512.03956 165.92385 c +511.89112 164.91457 511.70851 163.6719 511.70851 163.6719 c +511.67531 163.4468 511.49953 163.27004 511.27394 163.23635 c +511.04933 163.20266 510.82863 163.31985 510.73097 163.52541 c +510.73097 163.52541 510.10109 164.85012 509.89601 165.28225 c +507.23976 165.28225 l +507.23488 165.15383 507.22218 165.02883 507.22218 164.89846 c +507.22218 162.31155 508.17726 160.05569 510.08546 158.13088 c +511.91554 156.26272 514.1548 155.3301 516.80323 155.3301 c +519.45166 155.3301 521.69971 156.26272 523.5503 158.13088 c +525.41944 159.97756 526.35401 162.2344 526.35401 164.89846 c +526.35401 165.02932 526.34131 165.15383 526.33741 165.28225 c +523.18018 165.28225 l +522.9712 165.28225 522.78272 165.40823 522.70362 165.6011 c +522.70362 165.6011 522.44385 166.22708 522.20557 166.80178 c +521.93506 164.53274 521.46338 160.57082 521.46338 160.57082 c +521.43213 160.30764 521.20654 160.11086 520.94092 160.11574 c +520.67627 160.12062 520.45752 160.32521 520.43604 160.58937 c +520.43604 160.58937 520.27979 162.4839 520.10206 164.65138 c +521.50732 164.65138 l +521.50732 164.65137 l +h +519.51514 159.54785 m +519.49463 159.27881 519.271 159.0708 519.00147 159.0708 c +519.00049 159.0708 519.00049 159.0708 519.00049 159.0708 c +518.73096 159.0708 518.50635 159.27783 518.48584 159.54687 c +518.48584 159.54687 518.28369 162.14794 518.08838 164.65136 c +519.90186 164.65136 l +519.6958 161.94043 519.51514 159.54785 519.51514 159.54785 c +h +517.73291 170.14648 m +517.3833 170.14648 l +517.45947 171.35937 517.50928 172.16015 517.50928 172.16015 c +517.52686 172.43115 517.74951 172.64208 518.021 172.64453 c +518.29248 172.64648 518.51905 172.43848 518.53955 172.16797 c +518.53955 172.16797 518.76709 169.25342 518.9917 166.3584 c +517.73291 166.3584 l +517.73291 170.14648 l +h +519.46143 172.51465 m +519.48194 172.7832 519.70459 172.99121 519.97413 172.99219 c +519.97511 172.99219 519.97511 172.99219 519.97608 172.99219 c +520.24463 172.99219 520.46827 172.78565 520.49073 172.51807 c +520.49073 172.51807 520.74171 169.47315 520.99757 166.3584 c +518.99562 166.3584 l +519.22803 169.43555 519.46143 172.51465 519.46143 172.51465 c +h +f +Q +Q +Q +Q +endstream +endobj +7 0 obj +5744 +endobj +5 0 obj +<< + /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] +>> +endobj +1 0 obj +<< + /Title(cc_sampling+_30.svg.pdf) + /Author(Administrator) + /Creator(www.inkscape.org) + /Producer(Inkscape 0.45.1) + /CreationDate(D:20070627093758Z) +>> +endobj +2 0 obj +<< + /Type /Pages + /Count 1 + /Kids [ + 4 0 R + ] +>> +endobj +xref +0 8 +0000000000 65535 f +0000006161 00000 n +0000006334 00000 n +0000000015 00000 n +0000000068 00000 n +0000006092 00000 n +0000000274 00000 n +0000006072 00000 n +trailer +<< + /Size 7 + /Root 3 0 R + /Info 1 0 R +>> +startxref +6405 +%%EOF diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 images/six_green.pdf Binary file images/six_green.pdf has changed diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 images/world_ipv6.jpg Binary file images/world_ipv6.jpg has changed diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 introduzione.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/introduzione.tex Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,205 @@ +%!TEX root = ipv6.slides.tex + +\section{Perch\'e IPv6} + +\subsection{IPv6} +\begin{frame}\frametitle{IPv6} +IPv6 \`e la nuova versione del protocollo IP, \`e stato progettato per risolvere le debolezze di IPv4 e per esaltarne i punti di forza. + +%\begin{itemize}[<+->] +% \item Un indirizzo IPv6 \texttt{2001:0db8:85a3:08d3:1319:8a2e:0370:7344} +% \item la notazione CIDR per i prefix +%\end{itemize} + +\vspace{1.5cm} + +\pause +\begin{colorblock}{Vantaggi di IPv6} +\begin{itemize} +\item Maggior spazio di indirizzamento +\item Abolizione dei NAT +\item Header semplificato +\item Autoconfigurazione +\end{itemize} +\end{colorblock} +\end{frame} + + +\subsection{Timeline} +\begin{frame}[t]\frametitle{Gli indirizzi IP stanno finendo?} +\begin{tikzpicture}[timeline/.style={->,color=chameleongreen1,thick}, + every text node/.style={tiny text}, + year label/.style={anchor=south west,rotate=45}, + today/.style={<-,very thick,draw,color=chameleongreen3}, + fact label/.style={anchor=east,yshift=-.7cm,rotate=45},] + \draw[timeline] (-.5,0) -- (11.5,0); + %red line + \setbeamercovered{invisible} + \uncover{ \draw[timeline,color=red] (8,0) -- (11.5,0);} + \uncover{ + \draw (9,0) node[year label] (2011) {\small \color{red}{2011}} +(0,-3pt) -- +(0,3pt); + \draw (9.5,0) node[year label] (2012) {\small \color{red}{2012}} +(0,-3pt) -- +(0,3pt); + \path[today,color=red] (2011) -- +(0,+1cm); + \path[today,color=red] (2012) -- +(0,+1cm); + } + \setbeamercovered{dynamic} + \draw (0,0) node[year label] (1993) {\small 1993} +(0,-3pt) -- +(0,3pt); + \draw (1,0) node[year label] (1995) {\small 1995} +(0,-3pt) -- +(0,3pt); + \draw (2,0) node[year label] (1997) {\small 1997} +(0,-3pt) -- +(0,3pt); + \draw (3,0) node[year label] (1999) {\small 1999} +(0,-3pt) -- +(0,3pt); + \draw (3.5,0) node[year label] (2000) {\small 2000} +(0,-3pt) -- +(0,3pt); + \draw (5,0) node[year label] (2003) {\small 2003} +(0,-3pt) -- +(0,3pt); + \draw (5.5,0) node[year label] (2004) {\small 2004} +(0,-3pt) -- +(0,3pt); + \draw (6,0) node[year label] (2005) {\small 2005} +(0,-3pt) -- +(0,3pt); + \draw (6.5,0) node[year label] (2006) {\small 2006} +(0,-3pt) -- +(0,3pt); + \draw (7.5,0) node[year label] (2008) {\small 2008} +(0,-3pt) -- +(0,3pt); + \draw (8,0) node[year label] (2009) {\small 2009} +(0,-3pt) -- +(0,3pt); + \draw (11,0) node[year label] (2016) {\small 2016} +(0,-3pt) -- +(0,3pt); + %freccie today + \only{\path[today] (1993) -- +(0,+1cm);} + \only{\path[today] (1995) -- +(0,+1cm);} + \only{\path[today] (1997) -- +(0,+1cm);} + \only{\path[today] (1999) -- +(0,+1cm);} + \only{\path[today] (2000) -- +(0,+1cm);} + \only{\path[today] (2003) -- +(0,+1cm);} + \only{\path[today] (2004) -- +(0,+1cm);} + \only{\path[today] (2005) -- +(0,+1cm);} + \only{\path[today] (2006) -- +(0,+1cm);} + \only{\path[today] (2008) -- +(0,+1cm);} + \only{\path[today] (2009) -- +(0,+1cm);} + %fatti + \draw (1993) node[fact label] {\tiny CIDR}; + \uncover{ \draw (1995) node[fact label] {\tiny IPv6}; } + \uncover{ \draw (1997) node[fact label] {\tiny SURFNet}; } + \uncover{ \draw (1999) node[fact label] {\tiny IPv6 Forum}; } + \uncover{ \draw (2000) node[fact label] {\tiny SixXS}; } + \uncover{ \draw (2003) node[fact label] {\tiny Parte 6bone - Asia}; } + \uncover{ \draw (2004) node[fact label] {\tiny Supporto a IPv6 dai vendor}; } + \uncover{ \draw (2005) node[fact label] {\tiny USA};} + \uncover{ \draw (2006) node[fact label] {\tiny Termina 6bone}; } + \uncover{ \draw (2008) node[fact label] {\tiny Root DNS - UE - Beijing}; } + \uncover{ \draw (2009) node[fact label] {\tiny OGGI}; } +\end{tikzpicture} + +\tlelement{1}{1993}{\item Viene introdotto CIDR per arginare il problema della fine degli indirizzi IP.} +\tlelement{2}{1995}{\item Nasce ufficialmente IPv6 (RFC 1752).} +\tlelement{3}{1997}{\item SURFNet, maintainer della rete accademica olandese, migra a IPv6.} +\tlelement{4}{1999}{\item Nascita di IPv6Forum e delle task force regionali.} +\tlelement{5}{2000}{\item Nasce SixXS, uno dei più grandi tunnel broker.} +\tlelement{6}{2003}{\item Parte il testbed 6bone\item Giappone, Cina e Corea del Sud annunciano di voler diventare leader nel settore IPv6.} +\tlelement{7}{2004}{\item La maggior parte degli apparati di rete supportano IPv6.} +\tlelement{8}{2005}{\item Il governo USA richiede che tutti i backbone delle agenzie federali migrino a IPv6 entro il 2008.\item Sify, ISP indiano, fornisce connettività IPv6 end-user.\item Tony Hain di Cisco Systems pubblica uno studio stimando la fine degli indirizzi IPv4 tra il 2009 e il 2016.} +\tlelement{9}{2006}{\item Viene dichiarata conclusa con successo la sperimentazione 6bone.} +\tlelement{10}{2008}{\item I root DNS sono raggiungibili anche in IPv6.\item La Comunità Europea richiede l'adozione di IPv6 per almeno il 25\% della popolazione comunitaria entro il 2010.\item La Cina, con le olimpiadi di Beijing, fa il più grande uso mai visto di tecnologia IPv6.} +\tlelement{11}{2009} {\item A oggi gli studi di Geoff Huston individuano la fine degli indirizzi IPv4 fra settembre 2011 e settembre 2012.} +\end{frame} + +\subsection{Vantaggi principali} +\begin{frame}[plain] +\setbeamercovered{invisible} +\tikzstyle{every picture}+=[remember picture] +\tikzstyle{v6 arrow}+=[<<-,ultra thick,draw] +\tikzstyle{ipv4}+=[rectangle,minimum size=1cm,fill=chameleongreen1,draw=chameleongreen3] +\tikzstyle{na} = [baseline=-.5ex] + +\vspace{12em} + +\begin{itemize} +\item<2-> Spazio di indirizzamento IPv4 \tikz[na] \node[coordinate] (ipv4_text) {}; + \begin{itemize} + \item<3-> $2^{32} = 4`294`967`296 $ indirizzi + \end{itemize} +\item<4-> Spazio di indirizzamento IPv6 \tikz[na] \node[coordinate] (ipv6_text) {}; + \begin{itemize} + \item<5-> $2^{128} = 340`282`366`920`938`463`463`374`607`431`768`211`456$ indirizzi + \item<6-> Per mantenere le proporzioni dovremmo colorare di bianco l'intera superficie del Sistema Solare! + \item<7-> Pi\`u di $6.66 \cdot 10^{23}$ indirizzi per metro quadrato della superficie terrestre (cioè 666 mila miliardi di miliardi). + \end{itemize} +\end{itemize} + +\begin{tikzpicture}[remember picture,overlay] + \node at ($(current page.center) + (0,2cm) $) [ipv4] (ipv4) {} ; + \coordinate (ipv6) at ($ (ipv4) + (2cm,-.5cm) $); + + \path[->]<2-> (ipv4_text) edge [bend right] (ipv4); + \path[->]<4-> (ipv6_text) edge [bend right] (ipv6); + \begin{actionenv}<6-> + %\path[v6 arrow] (current page.north west) -- +(-1cm,-1cm); + \path[v6 arrow] (current page.north) -- +(0,-.5cm); %(current page.south); + \path[v6 arrow] (current page.south) -- +(0,+.5cm); + \path[v6 arrow] (current page.west) -- +(+.5cm,0); + \path[v6 arrow] (current page.east) -- +(-.5cm,0); + \end{actionenv} +\end{tikzpicture} + +\end{frame} + +\begin{frame}\frametitle{Network Address Translation (NAT)} +%\begin{actionenv} +Il Network Address Translation (NAT) è una tecnica che consiste nel modificare gli indirizzi IP dei pacchetti in transito su un sistema che agisce da router. \pause + +%Viene detto IP masquerading un caso particolare di source NAT, in cui le connessioni generate da un insieme di computer vengono "presentate" verso l'esterno con un solo indirizzo IP. +%\pause + +%Il NAT non è ben visto dai puristi delle reti, in quanto mina profondamente la semplicità di IP, e in particolare viola il principio della comunicazione "da qualsiasi host a qualsiasi host" (any to any). Questa critica "filosofica" si ripercuote in conseguenze pratiche: + +\begin{itemize} +\item L'instradamento dei pacchetti viene a dipendere anche da caratteristiche di livello di trasporto. +\item Le configurazioni NAT possono diventare molto complesse e di difficile comprensione. +\item L'apparato che effettua il NAT ha bisogno di mantenere in memoria lo stato delle connessioni attive in ciascun momento. +\item Alcune applicazioni inseriscono nel payload informazioni relative al livello IP o TCP/UDP. +\item IL NAT penalizza fortemente il peer-to-peer e tutti i programmi per la condivisione di file. +\end{itemize} +%\end{actionenv} +%\begin{actionenv} +%%questo riporta l'immagine in alto +%%\vspace{-7cm} +%\begin{center} +% \includegraphics[scale=.37]{nat} +%\end{center} +%\end{actionenv} +% +\end{frame} + +\begin{frame}[fragile]\frametitle{Header semplificato} +\begin{columns} +\begin{column}{5.5cm} +\begin{bytefield}{32} +\bitheader{0,3,4,11,12,15,16,23,24,31} \\ +\bitbox{4}{Ver.} & \bitbox{8}{Traffic Class} & +\bitbox{20}{Flow Label} \\ +\bitbox{16}{Payload Length} & \bitbox{8}{Next Header} & +\bitbox{8}{Hop Limit} \\ +\wordbox{4}{Source Address}\\ +\wordbox{4}{Destination Address} +\end{bytefield} +\end{column} +\begin{column}{5.5cm} +\begin{actionenv} +\begin{colorblock}{Vantaggi di IPv6} +\begin{itemize} +\item<2-> Lunghezza fissa 40 byte +\item<3-> Rimosso il controllo di errore +\item<4-> Rimossa la frammentazione +\item<5-> Header Extensions +\end{itemize} +\end{colorblock} +\end{actionenv} +\end{column} +\end{columns} +\end{frame} + + +\begin{frame}\frametitle{Autoconfigurazione} +\begin{itemize} + +%\begin{columns} % the "c" option specifies center vertical alignment +%\column{.4\textwidth} % column designated by a command +\item Anche in assenza di un router i nodi connessi allo stesso switch sono in grado di {\color{chameleongreen3}generare autonomamente un indirizzo locale per garantire la comunicazione}. (link-local unicast) + +\item Il comportamento predefinito di un router è di {\color{chameleongreen3}annunciare la propria rete affinch\'e i nodi possano generare autonomamente un indirizzo}. (global unicast) +%\column{.6\textwidth} +%\includegraphics[scale=.35]{calcio} +%\end{columns} +\end{itemize} +\end{frame} \ No newline at end of file diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 ipv6.handout.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ipv6.handout.tex Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,28 @@ +% Per evitare Warning con Pdf 1.5 Version. +\pdfoptionpdfminorversion=5 + +% Classe Presentazioni [Beamer]. +\documentclass[hyperref={pdfpagelabels=false},handout]{beamer} + +%permette un rendering buono a video (Font scalabili embedded) +%\usepackage{ae,aecompl} + +\usepackage{pgfpages} +%\pgfpagesuselayout{resize}[a4paper,border shrink=5mm,landscape] +%This says “Resize all pages to landscape A4 pages, no what their original size was, but shrink the pages +%by 5mm, so that there is a bit of a border around everything.” Naturally, instead of a4paper you can also use +%letterpaper or any of the other standard paper sizes. For further options and details see the documentation +%of pgfpages. +%The second thing you might wish to do is to put several slides on a single page. This can be done as +%follows: +%\usepackage{pgfpages} +\pgfpagesuselayout{2 on 1}[a4paper,border shrink=5mm] +%This says “Put two pages on one page and then resize everything so that it fits on A4 paper.” Note that +%this time we do not need landscape as the resulting page is, after all, not in landscape mode. +%Instead of 2 on 1 you can also use 4 on 1, but then with landscape once more, and also 8 on 1 and +%even 16 on 1 to get a grand (though unreadable) overview. +%If you put several slides on one page and if these slides normally have a white background, it may be +%useful to write the following in your preamble: +%\mode{\setbeamercolor{background canvas}{bg=black!5}} + +\input{Presentazione} diff -r 0000000000000000000000000000000000000000 -r 8ac71584cf53a689f04e810b1f96161b1d362ce9 ipv6.slides.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ipv6.slides.tex Sun Mar 07 15:51:02 2010 +0100 @@ -0,0 +1,9 @@ +% Per evitare Warning con Pdf 1.5 Version. +\pdfoptionpdfminorversion=5 + +% Classe Presentazioni [Beamer]. +\documentclass[hyperref={pdfpagelabels=false}]{beamer} + +%permette un rendering buono a video (Font scalabili embedded) +\usepackage{ae,aecompl} +\input{Presentazione} \ No newline at end of file