eliky / latex-lab

Automatically exported from code.google.com/p/latex-lab
0 stars 0 forks source link

hyperref using improper driver #199

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
* What steps will reproduce the problem?

Create a new document with the following contents and compile:

\documentclass{article}
\usepackage{hyperref}
\begin{document}

Link: \ref{eqnlabel}

\clearpage 

\begin{equation} x \label{eqnlabel} \end{equation}

\end{document}

* What is the expected output? What do you see instead?

Expected output is a hyperlink from page 1 to the equation on page 2.  Actual 
output contains no such hyperlink.

* Please provide any additional information below.

The apparent reason for no link is that hyperref uses the hdvips driver instead 
of hpdftex.  From the log output of "actual":
  *hyperref using default driver hdvips*
I can force the hpdftex driver by using
  \usepackage[pdftex]{hyperref}
However, when I do that, the preview window shows the error "The LaTeX compiler 
failed to produce any output..." even though the output log states,
  Output written on /home/072f982c1744825462e1b99193d57e1e.pdf (2 pages, 9087 bytes).

BTW, excellent work on this product!  Many thanks.

Original issue reported on code.google.com by MaresR12...@gmail.com on 27 Aug 2010 at 12:08

Attachments: