8 Marzo 2008 alle 17:11
#22599
::
Prova così
`\documentclass[hyperref={pdfpagelabels=false},italian]{guitbeamer}
\usepackage[italian]{babel}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\renewcommand{\fontsubfuzz}{1pt}
\graphicspath{{immagini/}}
\newtheorem{teorema}{Teorema}
\begin{document}
\begin{frame}
\begin{teorema}[Mio teorema]
Ed eccolo qui
\end{teorema}
\end{frame}
\end{document} `
e leggiti la documentazione di amsthm. La sintassi è la stessa.
http://www.ctan.org/get/info/italian/amsthdoc/amsthdoc_it.pdf
Se vuoi anche la numerazione basta aggiungere
`\setbeamertemplate{theorems}[numbered]`
e usare \newtheorem* per quelli che vuoi senza numerazione e \newtheorem per quelli con numerazione.
Ciao
Andrea