Generalbeamer | Hyperlinks not recognized

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
taylor
Posts: 1
Joined: Wed Jul 25, 2012 11:10 pm

beamer | Hyperlinks not recognized

Post by taylor »

Hello,

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}
Nothing works.
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
Last edited by localghost on Thu Jul 26, 2012 9:26 am, edited 2 times in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply