I have been using beamer for some time now with TeXLive 2007 and Kile on Ubuntu. Recently I updated to TL2009 and all my LaTeX documents seems to work fine - except my beamer files. All my presentations gives me a bunch of errors and warnings. Most of the errors goes something like
Code: Select all
Undefined control sequence \begin{document}
Code: Select all
Missing number, treated as zero \begin{document}
Code: Select all
\documentclass{beamer}
\begin{document}
\begin{frame}
Test
\end{frame}
\end{document}