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:
Code: Select all
\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/vi ... 44&t=17716 ) but a lot of errors appear.Code: Select all
\usepackage{hypdvips}
I also tried compiling via
\ latex+dvipdfm+view pdf
with the option dvipdfmx in hyperrefCode: Select all
\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.