È disponibile la versione 3.08 di Beamer anche su CTAN: http://tug.ctan.org/tex-archive/macros/latex/contrib/beamer/.
Announcement text:
———————————————————————-
Finally, a new version of Beamer. Notable new features and
bugfixes include:
* notes about lualatex and xelatex in documentation,
* improve Linux distribution-specific information,
* add support for more professional fonts (suppresses Beamer
internal replacements),
* add support for 16:9, 16:10, 14:9, 5:4, 3:2 layout using
screensize class option (e.g. screensize=169)
* fix utf8, utf8x, ucs class options,
* add (an undocumented for now) option [noframenumbering] to
skip numbering a specific frame,
* merge lots of patches scattered around the Internet (see
ChangeLog if you are interested).
———————————-
Compilando il seguente semplice esempio:
`\documentclass{beamer}
\title{Prova}
\author{Autore}
\date{6 giugno 2010}
\begin{document}
\begin{frame}
\maketitle
\end{frame}
\begin{frame}
\frametitle{Uno}
Ciao.
\end{frame}
\end{document}`
sul mio pc, dai “famosi 4 warning” della versione 3.07 si è scesi a tre.
Versione 3.07:
`Package pgf Warning: This package is obsolete and no longer needed on input lin
e 13.
Package hyperref Warning: Option `pdfpagelabels' is turned off
(hyperref) because \thepage is undefined.
LaTeX Font Warning: Font shape `OT1/cmss/m/n' in size <4> not available
(Font) size <5> substituted on input line 8.
LaTeX Font Warning: Size substitutions with differences
(Font) up to 1.0pt have occurred.`
Versione 3.08:
`Document Class: beamer 2010/06/06 development version 3.08 A class for typesett
ing presentations (rcs-revision bff0a9294b45)
Package pgf Warning: This package is obsolete and no longer needed on input lin
e 13.
LaTeX Font Warning: Font shape `OT1/cmss/m/n' in size <4> not available
(Font) size <5> substituted on input line 8.
LaTeX Font Warning: Size substitutions with differences
(Font) up to 1.0pt have occurred.`
La prova è stata fatta su Windows XP, con la TeX Live 2009.
Ciao
Antonio