I am using the following code for my presentation:
\documentclass[10pt]{beamer}
\mode<beamer>{%
\usetheme[hideothersubsections,
right,width=22mm]{Goettingen}
}
\title{Math}
\author[Mister X]{X}
\institute{University}
\titlegraphic{\includegraphics[width=20mm]{USTL}}
\date{January 15, 2012}
\begin{document}
\begin{frame}<handout:0>
\titlepage
\end{frame}
\end{document}
But I am having troubles using environments like itemize. It is a mathematical presentation, It is a long time ago I used a beamer presentation.
EDIT: I know the problem, when compiling I should close the "pdf file".
pdffile. What makes you think so? How do you produce yourpdffile? – Marc van Dongen Jan 21 '12 at 15:13