hypperref and toc links

S

S. Badel

Guest
i use hyperref and the table of contents links lead to the wrong
page. to be precise, chapter links (chapter.1 etc...) work but
section links (section.1.1 ...) lead to the page just before the
correct page.
i tried almost every set of options, didn't work.
i have a rather old pdftex version, maybe it is the reason.

any hints?

thanks
 
sorry yet another error.

"S. Badel" <stephane.badel@epfl.ch> wrote in message
news:3fcca0a3$1@epflnews.epfl.ch...
i use hyperref and the table of contents links lead to the wrong
page. to be precise, chapter links (chapter.1 etc...) work but
section links (section.1.1 ...) lead to the page just before the
correct page.
i tried almost every set of options, didn't work.
i have a rather old pdftex version, maybe it is the reason.

any hints?

thanks
 
S. Badel wrote:

i use hyperref and the table of contents links lead to the wrong
page. to be precise, chapter links (chapter.1 etc...) work but
section links (section.1.1 ...) lead to the page just before the
correct page.
i tried almost every set of options, didn't work.
i have a rather old pdftex version, maybe it is the reason.

any hints?
Do you add some pages manually to the TOC? Like:

\addcontentsline{toc}{chapter}{Preface}
\chapter*{Preface}
....preface text...

Then use the command \phantomsection just before \addcontentsline and
the TOC links should work.

HTH,
-Thomas
 

Welcome to EDABoard.com

Sponsor

Back
Top