GeneralBeamer and MacTex (TexLive-2010)

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
r7stuart

Beamer and MacTex (TexLive-2010)

Post by r7stuart »

Hi all,

I recently upgraded from Tiger to Snow Leopard (fresh install) and the latest MacTex distribution (based on TexLive-2010). I've been trying to compile beamer presentations using TexMaker, but getting an 'undefined control sequence' message when I do so. It seems the control sequence in question is the \begin{frame} \end{frame} pair. Here's a test case that fails:

Code: Select all

\documentclass[hyperref={pdfpagelabels=false}]{beamer}

\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}

\begin{document}
\begin{frame}
Hello
\end{frame}
\end{document}
I believe MacTex installs tend to be fairly complete, so I'm confused as to what's wrong. I've manually checked that beamer.cls et al are in the correction locations... any thoughts?

Edit: thanks for the pointers below. I'll dig through the log file and look for more specific info on the problem.
Last edited by r7stuart on Fri Apr 08, 2011 4:47 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Beamer and MacTex (TexLive-2010)

Post by localghost »

r7stuart wrote:[…] I've been trying to compile beamer presentations using TexMaker, but getting an 'undefined control sequence' message when I do so. It seems the control sequence in question is the \begin{frame} \end{frame} pair. […]
The exact error message can be found in the log file.


Best regards and welcome to the board
Thorsten
Post Reply