% 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<handout>{\setbeamercolor{background canvas}{bg=black!5}}
\input{Presentazione}