I am new in the forum, I started working with LaTeX some months ago and I have found this site very useful.
Now I am writing a report and I want to have toc, lof and lot with hyperlinks. So I use the package:
\usepackage[dvips,breaklinks]{hyperref}
Then I compile via
\latex+dvips+ps2pdf+view pdf
. When the pdf is generated the link text does not break at end line (i.e., in toc, lof and lot). I also used hypdvips package (http://www.latex-community.org/forum/viewtopic.php?f=44&t=17716 ) but a lot of errors appear.
\usepackage{hypdvips}
Although one solution is to add linktocpage (http://www.tex.ac.uk/cgi-bin/texfaq2html?label=breaklinks), I want to make the text active and not only the page number.
I also tried compiling via
\ latex+dvipdfm+view pdf
with the option dvipdfmx in hyperref
\usepackage[dvipdfmx]{hyperref}
This time the breaklinks problem is solved but the eps figures are shifted.
I am using Texmaker 4.1, MiKTeX 2.9, Ghostscript 9.10 and GSview 5.0 on Windows 7.
I would appreciate any guidance.
Thank you in advance.