看板LaTeX
标 题Re: [问题] 投影片超连结
发信站SayYA 资讯站 (Sun Sep 30 21:18:02 2007)
转信站ptt!ctu-reader!ctu-peer!news.nctu!News.Math.NCTU!SayYa
※ 引述《[email protected] (.....)》之铭言:
> 请问有办法可以在投影片作超连结到另一投影片的特定页吗?
> 现在跳到另一投影片是成功的 但可以指定页吗?
> 谢谢~~我试了好久
不知道是不是你需要的。
试试看对 frame 加上 label,底下是一个简单的范例。
\documentclass{beamer}
\begin{document}
\begin{frame}[label=main]
This is the main frame.
\hyperlink{second}{\beamergotobutton{Goto second frame}}
\end{frame}
\begin{frame}[label=second]
This is the second frame.
\hyperlink{main}{\beamergotobutton{Goto main frame}}
\end{frame}
\end{document}
--
我是路过的路人
--
※ Origin: SayYA 资讯站 <bbs.sayya.org>
◆ From: adsl-218-211-15-237.nh.sparqnet.net