The package "hyperref" does not work correctly on the links which contain captions link (\cite ou \ref) in the Contents (\tableofcontents) or Table of figures (\tableoffigures) when I compile by latex standard (latex-dvipdf). However, it is good when I use pdflatex.
Who could explain this difference, and how I can correctly obtain when I want to use latex-dvipdf.
Attached tex file and two pdf files compiled by latex and pdflatex.
Thank you very much.
Minh Chien
Code: Select all
\documentclass{report}
\usepackage{hyperref}
\begin{document}
\tableofcontents
\chapter{Test chapter\label{chapter}}
\section{Test Section 1}
\section{Test Section \ref{chapter}}
\end{document}