[pdftex] hyperref bookmark again

Patrick Riley pfr+pdftex at cs.cmu.edu
Wed Sep 4 12:01:01 CEST 2002


jitkomut writes:
 > 3. In pdfslide package, i notice that the when i open pdf file inserted \pause command in acrobat reader, no buttom to click for the next page. 
 > i mean if the 1st page of slide has 4 line when i click next buttom, it show each line orderly (or we can enter the keyboard).  But sometime i also want to go to the next page quickly by ignoring \pause effect. what can i do?  the box contain the page number doesn't work too. 

I put this is the footer of my slides to navigate the document more
easily. I got part of this from someone else on this list I beleive,
but I forgot to write down the attribution :-(

\newcommand{\pfrslides at ControlBar}{\ifthenelse{\boolean{pdf}}{
    \mbox{%
      \tiny{}\scalefont{0.7}%
      \Acrobatmenu{FirstPage}{\reflectbox{\ding{224}}}~
      %\Acrobatmenu{PrevPage}{\reflectbox{\ding{225}}}~
      %\Acrobatmenu{NextPage}{\ding{225}}~
      \addtocounter{page}{-1}%
      \hyperlink{first.\arabic{page}}{\reflectbox{\ding{218}}}~
      \hyperlink{page.\arabic{page}}{\reflectbox{\ding{225}}}~
      \addtocounter{page}{2}%
      \hyperlink{page.\arabic{page}}{\ding{225}}~
      \hyperlink{first.\arabic{page}}{\ding{218}}~
      \addtocounter{page}{-1}%
      \Acrobatmenu{LastPage}{\ding{224}}~
      \Acrobatmenu{FullScreen}{\ding{110}}~
      \Acrobatmenu{Find}{?}~
      \Acrobatmenu{Quit}{\ding{54}}}}
  {\hspace{1in}}
  }

-- 
Patrick Riley
Fourth Year Ph.D. Student                                 
Computer Science Department, Carnegie Mellon University     
http://www.cs.cmu.edu/~pfr



More information about the pdftex mailing list