Problem with LaTeX hyperref package

  • Context: LaTeX 
  • Thread starter Thread starter toam
  • Start date Start date
  • Tags Tags
    Latex
toam
Messages
13
Reaction score
0
I am having some trouble with the hyperref package in terms of it not actually providing links to my internal references.

If I use the pdflatex command to compile my document to a pdf, the links work fine.

However if I use the latex command to compile to a dvi and then dvi2pdf (or whatever this command is actually called) to create the pdf, there will be no linking at all.

Since I am including .eps images, I cannot use pdflatex.

Is there any way to get the hyperref package to work correctly when using latex -> dvi2pdf rather than pdflatex?


Thanks in advance...
 
Physics news on Phys.org
Ok I managed to solve the problem.


For anyone else that might be interested:

I was including the package with:
\usepackage{hyperref}


However if I include it with:
\usepackage[dvipdfm]{hyperref}


Then it works when I use dvipdfm to convert to pdf.
 
toam said:
Ok I managed to solve the problem.


For anyone else that might be interested:

I was including the package with:
\usepackage{hyperref}


However if I include it with:
\usepackage[dvipdfm]{hyperref}


Then it works when I use dvipdfm to convert to pdf.
great, you have solved the problems yourself.
 
toam said:
Since I am including .eps images, I cannot use pdflatex.

You can use pdflatex if you convert your .eps images to .pdf files using the ps2pdf utility that comes bundled with ghostscript.
 

Similar threads

  • · Replies 23 ·
Replies
23
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 5 ·
Replies
5
Views
6K
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 11 ·
Replies
11
Views
6K
  • · Replies 23 ·
Replies
23
Views
4K
  • · Replies 9 ·
Replies
9
Views
7K
  • · Replies 12 ·
Replies
12
Views
4K