I have a problem getting the \framezoom command to work when compiling with XeLaTeX, using fully updated MikTeX 2.9.
Here is an example:
\documentclass{beamer}
\usepackage{mwe}
\begin{document}
\begin{frame}<1>[label=zoom]
\frametitle<1>{Test zoom}
\framezoom<1><2>[border](1cm,1cm)(3cm,2cm)
\includegraphics[width=0.5\textwidth]{example-image-a.png}
\end{frame}
\againframe<2->[plain]{zoom}
\end{document}
This works fine with pdfLaTeX and LuaLaTeX, but not with XeLaTeX: there, it creates the two slides as expected, but both the hyperlinks and the border on frame 1 are missing.
I have checked the log-file and the hyperref uses the hxetex driver, i.e. the same as if I pass the option xetex to hyperref manually.
Any idea how to fix this? (For some reasons, I need to use XeLaTeX.)
Thanks
PS: I hade to use a PNG version of the picture, as with PDF-version I run into a pdf-version problem and the picture is not shown at all.
\listfilesoutput? – Joseph Wright Jan 11 '14 at 09:26\listfilesis here. In addition, I have just noticed that XeLaTeX output several warnings of type** WARNING ** Annotation out of page boundary.to std-err. – Michal Kaut Jan 13 '14 at 08:22beamer(from 2012), so somewhere something is not up to date. Those warnings also got fixed a while ago: I suspect an 'old version' problem. – Joseph Wright Jan 13 '14 at 08:28