Hi !
I and some friends had a new problem since this morning with the table of contents of contents once the document has been compiled. Whatever the viewer, when a title is too long for the page width, it is not split in two so as to appear on two lines. It get beyond the page. Since yesterday I change nothing...
Does someone has the same problem ? And a solution ?
Thanks
Christophe
MiKTeX and proTeXt ⇒ Table of contents new problem
-
- Posts: 2
- Joined: Sun Sep 16, 2007 3:14 pm
Table of contents new problem
Last edited by ChrissyKiss on Sat Oct 13, 2007 11:11 am, edited 2 times in total.
- pumpkinegan
- Posts: 91
- Joined: Thu May 03, 2007 10:29 pm
Table of contents new problem
Are you using the hyperref package? Do not forget the breaklinks option:
Code: Select all
\usepackage[breaklinks=true]{hyperref}
-
- Posts: 2
- Joined: Sun Sep 16, 2007 3:14 pm
Re: Table of contents new problem
I did not use it, but including the hyperref package with the option you suggest resolve the problem.
Thank you !
Thank you !