I have a Beamer file that starts
\documentclass{beamer}
\usetheme{Berkeley}
\useoutertheme{sidebar}
\usecolortheme{sidebartab}
\usecolortheme{rose}
\usecolortheme{dolphin}
\usepackage{graphicx}
\usepackage{listings}
\title{I'm disabled, I'm also abled}
\author{Peter L. Flom}
\date{\today}
\beamerdefaultoverlayspecification{<+->}
\begin{document}
I am getting errors
Runaway argument?
\let \AtEndDocument \@firstofone \@enddocumenthook \@checkend {docume\ETC.
! File ended while scanning use of \beamer@collect@@body.
<inserted text>
\par
<*> Fall2014.tex
I have no idea what this means.
I tried commenting out most of the preamble, but still got errors.
Thanks
Best Answer
I solved the problem. It was a missing
\end{frame}
much later in the document.I think that this error is sufficiently opaque that some documentation that this is one possible reason for it should be on the web somewhere, and no better place than here.
But if the moderators disagree, I will delete the post
Thanks for the help