[tex-live] beamer error (or supp-pdf.mkii error) ?
Alessandro Languasco
languasc at gmail.com
Mon Feb 15 18:06:35 CET 2010
Dear all,
I was updating a set of slides for a lecture I have to do and
I encountered the following mistake during typesetting:
(/usr/local/texlive/2009/texmf-dist/tex/latex/beamer/themes/font/beamerfontthem
estructurebold.sty)) (./Untitled.aux)
(/usr/local/texlive/2009/texmf-dist/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
)
*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
./Untitled.tex:9: Undefined control sequence.
\Gm at lmargin ->\Geom at lmargin
l.9 \begin{document}
The same file worked perfectly about three weeks ago (when I started to write it).
So I tried with my linux box with the same error.
Well, maybe something is changed and I have just to simplify my
preamble.... let me try first with a standard example....
but using the example on sourceforge (see the bottom of this message)
I got the same problem.
Do you have the same problem ?
Thanks,
Alessandro
- macbookpro, 10.6.2, mactex 2009 updated today via Tex Live Utility.
- ubuntu jaunty, texlive 2009, updated today via tlmgr
-----
sourceforge's example from
http://latex-beamer.sourceforge.net/
-------
\documentclass{beamer}
\usepackage{beamerthemesplit}
\title{Example Presentation Created with the Beamer Package}
\author{Till Tantau}
\date{\today}
\begin{document}
\frame{\titlepage}
\section[Outline]{}
\frame{\tableofcontents}
\section{Introduction}
\subsection{Overview of the Beamer Class}
\frame
{
\frametitle{Features of the Beamer Class}
\begin{itemize}
\item<1-> Normal LaTeX class.
\item<2-> Easy overlays.
\item<3-> No external programs needed.
\end{itemize}
}
\end{document}
--------------
More information about the tex-live
mailing list