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.
Code: Select all
\documentclass{beamer}
\title{Test}
\begin{document}
\maketitle
\end{document}
please find my .log attached.
and thank you for any suggestions.