错误:未找到 beamertheme.sty(Windows 8.1)

错误:未找到 beamertheme.sty(Windows 8.1)

我正在尝试使用 为我的演示文稿设置主题\usetheme(Berlin),但出现错误File beamertheme(.sty' not found. \usetheme(。我的beamerthemeBerlin.sty文件位于以下目录中:

C:\Program Files (x86)\MiKTeX 2.9\tex\latex\beamer\base\themes\theme

那么我在这里该做什么?

这是我的代码:

\documentclass[xcolor=divpsnames]{beamer}
\usetheme(Berlin)
\usecolortheme[named=Maroon]{structure}
\usepackage[brazilian]{babel}
\title[ggplot2 Tutorial]{An introduction to the ggplot2 package}
\subtitle[GM-RAM]{exemplo}
\author[GM-RAM]{Gustavo}
\begin{document}
    \begin{frame}
        \titlepage
    \end{frame} 
\end{document}

如果我注释掉以下行,代码就会运行

\usetheme(Berlin)
\usecolortheme[named=Maroon]{structure}

相关内容