LaTeX 错误:未找到文件‘beamerthemeconfposter.sty’

LaTeX 错误:未找到文件‘beamerthemeconfposter.sty’

我是 Beamer 制作海报的新手。我尝试使用 confposter 主题,但即使 beamerthemeconfposter.sty 与我用于生成海报的 tex 文件位于同一目录中。有什么办法可以解决这个问题吗?以下是我的 tex 文件的起始行:

\documentclass[final,unknownkeysallowed]{beamer}
\usepackage[size=custom,width=91.44,height=121.92,scale=1.0]{beamerposter}
\usetheme{confposter}
\usepackage{amsmath, fixltx2e}

\bibliographystyle{science}
\renewcommand{\bibfont}{\normalsize}
\makeatletter \renewcommand{\@biblabel}[1]{#1.} \makeatother

\graphicspath{{C:/path/}}

\setbeamercolor{block title}{fg=ngreen,bg=white} % Colors of the block titles
\setbeamercolor{block body}{fg=black,bg=white} % Colors of the body of blocks
\setbeamercolor{block alerted title}{fg=white,bg=dblue!70} 
% Colors of the highlighted block titles
\setbeamercolor{block alerted body}{fg=black,bg=dblue!10}
% Colors of the body of highlighted blocks

答案1

首先我要说的是,我也是 Beamer 课程的新手,但我可能有一个答案。我试过了\usetheme{confposter},也收到了未找到的错误消息beamerthemeconfposter.sty。但后来我从http://www.njohnston.ca/2009/08/latex-poster-template/并且能够顺利编译。你确定它beamerthemeconfposter.sty与你的文件位于同一目录中吗?

相关内容