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 / intro_ipv6

Presentazione beamer su IPv6.

Clone this repository (size: 2.1 MB): HTTPS / SSH
hg clone https://bitbucket.org/nolith/intro_ipv6
hg clone ssh://hg@bitbucket.org/nolith/intro_ipv6

intro_ipv6 / ipv6.handout.tex

commit
342d76faf532
parent
4eeb9c8e2bc5
branch
default

typo + errore nell'algoritmo EUI-64

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