I use hyperref: in the TOC, the page numbers are listed well, yet when I click in any of the last three sections I defined, it links me to wrong pages (when it shows page 117, 118 and 120 it links to 21, 23 and 26). In any of the links before those sections, it works fine. I've looked among the contents there to see if I had used any commands out of the ordinary, but I did nothing weird in those sections.
I've read, in http://www.cs.toronto.edu/~murray/compn ... l#hyperref:
The second suggestion is the one which solves the problem for everybody else I've seen on the net. Yet it doesn't work for me, since I don't have any \addcontentsline in my document. I've put \clearpage before \begin{thebibliography}{99} but it doesn't work either (I've also tried after it, etc., and I've also tried with \cleardoublepage).Links go to wrong page? Try putting \clearpage before the references section and \phantomsection before any \addcontentsline commands.
I have re-compiled several times. I'm using hyperref like this:
\usepackage[pdftex]{hyperref}
\hypersetup{pdfauthor={me},colorlinks=true, citecolor=blue, urlcolor=Sepia, linkcolor=Sepia}
Thanks