Ecco, per completezza, il codice di Pantieri copiato così com’è:
`\documentclass{beamer}
\usepackage[italian]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\title{I numeri primi sono infiniti}
\author[Euclide]{Euclide di Alessandria}\\
\texttt{euclide@alessandria.edu}}
\date[VII SIMP]{VII Simposio Internazionale sui Numeri Primi}
\institute{UniAlessandria}[Universit di Alessandria]
\logo{\includegraphics[width=15]{sigillo}}
\usetheme{AnnArbor}
\useoutertheme
{sidebar}
\setbeamcovered{dynamic}
\theoremstyle{definition}
\newtheorem{definizione}{Definizione}
\theoremstyle{plain}
\newtheorem{teorema}{Teorema}
\begin{document}
\begin{frame}
\maketitle
\end{frame}
\begin{frame}
\frametitle{Piano della presentazione}
\tableofcontents
\end{frame}
\section{Introduzione}
\begin{frame}
\frametitle{Che cosa sono i numeri primi?}
\begin{definizione}
Un \alter{numero primo}
\end{definizione}
\end{frame}
\end{document}`