[Tex/LaTex] Undefined Control Sequence \hyper@link error

beamererrors

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?

Best Answer

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 \makeatletter\def\Hy@xspace@end{}\makeatother after loading beamer as a temporarly workaround.