today I tried to create a new presentation using BEAMER and I got an error. Here is the code I used:
Code: Select all
\documentclass[ucs,9pt,hyperref={pdfpagelabels=false}]{beamer}
\usepackage{default}
\title{Title}
\author{Me}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Origins}
Some text
\end{frame}
\end{document}
as the first error.Undefined control sequence. \begin{document}
I then tried to compile old sources and in all I got the same error.
Finally, I have found the problem. Or at least a solution that worked for me. According to these: http://groups.google.com/group/comp.tex ... 525b7fcddb and http://www.tug.org/pipermail/tex-live/2 ... 24848.html
It seems like the problem is related to the geometry package. For me both solutions worked, and I think I'll be using the second one, since otherwise I will have to change all my old .tex beamer files.
I hope you'd find this useful,
Dror