I am trying to hide references in an animateinline environment to show them on click.
MWE:
\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{animate}
\usepackage{hyperref}
\begin{document}
\begin{frame}
\begin{animateinline}[step]{}
\parbox[t]{0.8\textwidth}{show reference}
\newframe
\parbox[t]{0.8\textwidth}{\ref{sec:test}}
\end{animateinline}
\end{frame}
\section{Test}\label{sec:test}
\begin{frame}
Test
\end{frame}
\end{document}
Error:
pdfTeX error (ext4): link annotations cannot be inside an XForm \end{frame}
Does anyone know a solution for this?
[2014/06/20]was just uploaded to CTAN. It automatically insertsNoHyper. – AlexG Jun 20 '14 at 10:04nohyperis active by default? – alfC Jun 20 '14 at 10:06hypererrefwas loaded. – AlexG Jun 20 '14 at 10:07