I'm generating a presentation using beamer, using the latex->dvips->ps2pdf route. The document contains a number of links to other frames I've labeled using
[label=somelabelname]
, yet none of the links are recognized by mouse in the PDF document, nor when I click on them (nothing happens). I've tried several different PDF readers, as well as adding combinations of -z and -Ppdf flags when I run dvips. I've also tried to manually specify dvips in the document class, using any of the following lines:
Code: Select all
\documentclass[final,hyperref=dvips]{beamer}
Code: Select all
\documentclass[final,dvips]{beamer}
Code: Select all
\documentclass[final]{beamer}
However, when I compile using PDFLaTeX, all the links work on all different PDF readers. However this is not an option since I'm using a bunch of EPS images with psfrag. I'm really at a loss here, does anyone have any suggestions?
Thank you!
Taylor