does anyone know how to align titles and page numbers in the table of contents such that the page numbers appear on the first line for long titles? Below is a minimal working example showing that the page number appears on the second line.
Code: Select all
\documentclass{book}
\begin{document}
\tableofcontents
\chapter{This is a very very very very very very very very very very very very very long title to illustrate the problem}
\end{document}
Cheers,
eggknock