MiKTeX and proTeXtTable of contents new problem

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
Post Reply
ChrissyKiss
Posts: 2
Joined: Sun Sep 16, 2007 3:14 pm

Table of contents new problem

Post by ChrissyKiss »

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
Last edited by ChrissyKiss on Sat Oct 13, 2007 11:11 am, edited 2 times in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
pumpkinegan
Posts: 91
Joined: Thu May 03, 2007 10:29 pm

Table of contents new problem

Post by pumpkinegan »

Are you using the hyperref package? Do not forget the breaklinks option:

Code: Select all

\usepackage[breaklinks=true]{hyperref}
ChrissyKiss
Posts: 2
Joined: Sun Sep 16, 2007 3:14 pm

Re: Table of contents new problem

Post by ChrissyKiss »

I did not use it, but including the hyperref package with the option you suggest resolve the problem.

Thank you !
Post Reply