I ran into several problems when trying to adapt the hyperref package to my needs. My main concern at the moment is that when enabling colorlinks instead of having boxes around links the number, the page numbers in table of contents no longer align properly and if more than one number is in a cite reference, the closing ] is placed to too close / within the last number. I suspect this is related to the documentclass, but using another one than book unfortunately isn't an option.
A minimal code block that generates this behaviour is:
Code: Select all
\documentclass[12pt,a4paper,english]{book}
\usepackage[pdftex,colorlinks]{hyperref}
%
\begin{document}
\pagestyle{empty}
%
\tableofcontents
%
\cleardoublepage
\chapter{one}
\section{one.one}
\section{one.two}
\chapter{two}
\section{two.one}
\section{two.two}
%
\end{document}
Thanks for reading and I hope somebody might have an answer for my problems.
bye
dennis
Addition:
I now tried the former problem on the computer of my old institute, where it works just fine. They have a Latex installation from around 2004 whereas here, I'm having the newest one (MikTex + TechniCenter).