Okular 和 Evince 无法正确找到 pdf 超链接

Okular 和 Evince 无法正确找到 pdf 超链接

Okular、Evince 和 Adob​​eReader5 无法命中引用的超链接标记。这些应用程序在单击链接时会反复、可靠地在文档中多跳一页。AdobeReader9、FoxitReader 和 ePDFViewer 完美地完成了这项工作。这个问题是否只出现在使用 PDFLaTeX 生成的文档时,还是存在于 ViewerSofware 中?

\documentclass{beamer}


\begin{document}

\begin{frame}
\frametitle{TOC - frame1/page1}
\tableofcontents
\end{frame}

\section{Section One - this link should refer to frame2/page2}
\begin{frame}Section One - frame2/page2\end{frame}
\subsection{Subsection One One - this link should refer to frame3/page3}
\begin{frame}Subsection One One - frame3/page3\end{frame}
\begin{frame}Subsection One One, frame4/page4\end{frame}
\begin{frame}Subsection One One, frame5/page5\end{frame}
\subsection{Subsection One Two this link should refer to frame6/page6}
\begin{frame}Subsection One Two - frame6/page6\end{frame}
\begin{frame}Subsection One Two - frame7/page7\end{frame}
\begin{frame}Subsection One Two - frame8/page8\end{frame}

\section{Section Two - this link should refer to frame9/page9}
\begin{frame}Section Two - frame9/page9\end{frame}
\subsection{Subsection Two One - this link should refer to frame10/page10}
\begin{frame}Subsection Two One - frame10/page10\end{frame}
\begin{frame}Subsection Two One - frame11/page11\end{frame}
\begin{frame}Subsection Two One - frame12/page12\end{frame}
\subsection{Subsection Two One - this link should refer to frame13/page13}
\begin{frame}Subsection Two Two - frame13/page13\end{frame}
\begin{frame}Subsection Two Two - frame14/page14\end{frame}
\begin{frame}Subsection Two Two - frame15/page15\end{frame}

\section{Section Three - this link should refer to frame16/page16}
\subsection{Subsection Three One - this link should refer to frame16/page16}
\begin{frame}Subsection Three One - frame16/page16\end{frame}
\begin{frame}Subsection Three One - frame17/page17\end{frame}
\begin{frame}Subsection Three One - frame18/page18\end{frame}

\end{document}

相关内容