I would like to use the
\hyperpage
command in the beamer class. In my special case I need it for an index. \hyperpage
works quite fine in other classes (e.g. article) but not with the following example.
Code: Select all
\documentclass{beamer}
\usetheme{Madrid}
\usecolortheme{beetle}
\title{The Title}
\author{Author, A.}
\institute{Institute}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\frametitle{My Frame}
\begin{itemize}
\item Some content.r
\item Another content.\hyperpage{1}
\end{itemize}
\end{frame}
\end{document}
Code: Select all
! Undefined control sequence.
\beamer@doifinframe ...Another content.\hyperpage
{1}
best regards,
Gadgetto