Every time I compile my beamer presentation, I get a list of 83 errors all of the form:
Undefined Control Sequence
\hyper@link...d@pdflink {#1}{#2}#3\Hy@xspace@end
\close@pdflink
at each \end{frame} line.
How do I fix this?
|
You must update hyperref to version v6.82f. or later. (The bug is in 6.82e). If there is no update available yet, you can try to add |
|||
|
hyperrefCould you add\listfilesto a minimal example and add the resulting file list to your question? – Joseph Wright♦ Apr 14 '11 at 6:14\makeatletter\def\Hy@xspace@end{}\makeatotherafter loading beamer as a temporarly workaround. – Ulrike Fischer Apr 14 '11 at 6:49