升级到 MiKTeX 2.9 后,我的beamer
文件停止工作。代码:
\documentclass{beamer}
\begin{document}
\begin{frame}
Hello
\end{frame}
\end{document}
出现大约 20 个错误和两个警告,第一个错误是:
! Undefined control sequence.
<argument> ...eamer@linkspace {6pt}\Hy@xspace@end
\Hy@LinkMath \Hy@SaveSpace...
第一个警告:
LaTeX Font Warning: Font shape `OT1/cmss/m/n' in size <4> not available
(Font) size <5> substituted on input line 3.
日志文件可用这里。
我在网上搜索无果,例如尝试删除 .aux 文件,如建议的那样Beamer - 未定义的控制序列,解决方案不起作用。
答案1
更新软件包hyperref
。如果 MiKTeX 不支持该软件包(TeXLive 昨天已经更新),请在前言中尝试:
\makeatletter\def\Hy@xspace@end{}\makeatother