Alessio Caiazza is sharing code with you

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

Don't show this again

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

Slide su IPv6 per la notte blù

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

ipv6 - fine del mondo / ipv6.handout.tex

commit
8ed461c82949
parent
68081ad44dff
parent
c09d89674da4
branch
default

merge

1
8ac71584cf53
% Per evitare Warning con Pdf 1.5 Version.
2
8ac71584cf53
\pdfoptionpdfminorversion=5
3
8ac71584cf53
4
8ac71584cf53
% Classe Presentazioni [Beamer].
5
c8f72687d488
\documentclass[hyperref={pdfpagelabels=false},handout, xcolor=svgnames]{beamer}
6
8ac71584cf53
7
8ac71584cf53
%permette un rendering buono a video (Font scalabili embedded)
8
8ac71584cf53
%\usepackage{ae,aecompl}
9
8ac71584cf53
10
8ac71584cf53
\usepackage{pgfpages} 
11
8ac71584cf53
%\pgfpagesuselayout{resize}[a4paper,border shrink=5mm,landscape] 
12
8ac71584cf53
%This says “Resize all pages to landscape A4 pages, no what their original size was, but shrink the pages 
13
8ac71584cf53
%by 5mm, so that there is a bit of a border around everything.” Naturally, instead of a4paper you can also use 
14
8ac71584cf53
%letterpaper or any of the other standard paper sizes. For further options and details see the documentation 
15
8ac71584cf53
%of pgfpages. 
16
8ac71584cf53
%The second thing you might wish to do is to put several slides on a single page. This can be done as 
17
8ac71584cf53
%follows: 
18
8ac71584cf53
%\usepackage{pgfpages} 
19
8ac71584cf53
\pgfpagesuselayout{2 on 1}[a4paper,border shrink=5mm] 
20
8ac71584cf53
%This says “Put two pages on one page and then resize everything so that it fits on A4 paper.” Note that 
21
8ac71584cf53
%this time we do not need landscape as the resulting page is, after all, not in landscape mode. 
22
8ac71584cf53
%Instead of 2 on 1 you can also use 4 on 1, but then with landscape once more, and also 8 on 1 and 
23
8ac71584cf53
%even 16 on 1 to get a grand (though unreadable) overview. 
24
8ac71584cf53
%If you put several slides on one page and if these slides normally have a white background, it may be 
25
8ac71584cf53
%useful to write the following in your preamble: 
26
8ac71584cf53
%\mode<handout>{\setbeamercolor{background canvas}{bg=black!5}} 
27
8ac71584cf53
28
c8f72687d488
\usepackage{eurofont}
29
c8f72687d488
30
8ac71584cf53
\input{Presentazione}