Search found 3 matches

by geo
Sat Jun 19, 2010 2:19 am
Forum: Document Classes
Topic: Beamer: undefined sequence errors and blank first page
Replies: 3
Views: 2776

Beamer: undefined sequence errors and blank first page

Did you read the rest of the log? For example you have

LaTeX Warning: You have requested, on input line 3547, version
`2009/07/21' of package kvoptions,
but only version
`2007/10/18 v3.0 Keyval support for LaTeX options (HO)'
is available.

just before

! Undefined control sequence.
l.3549 ...
by geo
Sat Jun 19, 2010 12:15 am
Forum: Document Classes
Topic: Beamer: undefined sequence errors and blank first page
Replies: 3
Views: 2776

Re: Beamer: undefined sequence errors and blank first page

hi Joseph,

thank you for your quick reply. delving into log files is new for me. i did indeed reinstall the beamer package through the TeXLive Utility.

would you get me started on how i would return to a previous version of beamer or newer version of TeX?

thank you again.
by geo
Sat Jun 19, 2010 12:02 am
Forum: Document Classes
Topic: Beamer: undefined sequence errors and blank first page
Replies: 3
Views: 2776

Beamer: undefined sequence errors and blank first page

hello,
with the following minimal example, i cannot produce a PDF without at least two undefined control sequence errors and a "Missing \begin{document}" error. also, the first output page is blank and very large in comparison to the title slide.

\documentclass{beamer}
\title{Test}
\begin{document ...