I'm testing some examples with Beamer, and when I run this example, I have this error message.
> \ProvidesPackageRCS=macro:
->\def \pgfrcs@marshal {\ProvidesPackage {\pgf@rcsfile }}\pgfrcs@parserest .
l.1 \show\ProvidesPackageRCS
I just ignore it, and return to get the pdf file anyway.
This line causes the problem
\usepackage{beamerthemeshadow}
As replacing with this line, I have no error message at all.
\usetheme{Warsaw}
- What's wrong with this beamerthemeshadow?
- What's the difference between using \usepackage{} and \usetheme{} in Beamer?
I use MacTeX 2009.
beamerthemeshadow.styeither as package or included in local directory. – Jan 02 '12 at 10:53\usepackage{beamerthemeshadow}does. Also the "either as package or included in local directory" part doesn't make much sense. You mean he should install the package either globally or in the local directory, right? – Martin Scharrer Jan 05 '12 at 11:19