Re: renaming section numbering

2006-09-12 Thread Paul A. Rubin

pol wrote:

I have renamed section numbering as the following (rather long) string:

{Title \arabic{section}:}

In the table of contents, section 'numbers' appear overlappped to section
names. 
See enclosed test file.
Is that a bug? 


No, it's LaTeX behaving normally.

Any hints to fix that? 


Assuming that you really want the TOC to include the word Title at the 
start of each chapter (??), you need to tell LaTeX to allocate more 
space for chapter numbers in the TOC.  Have a look at the labelwidth 
entries in


http://www.tug.org/TeXnik/mainFAQ.cgi?file=tocloft/TOC

with particular note of the tocloft package (which might be the least 
painful way to do it).


/Paul



Re: renaming section numbering

2006-09-12 Thread Paul A. Rubin

pol wrote:

I have renamed section numbering as the following (rather long) string:

{Title \arabic{section}:}

In the table of contents, section 'numbers' appear overlappped to section
names. 
See enclosed test file.
Is that a bug? 


No, it's LaTeX behaving normally.

Any hints to fix that? 


Assuming that you really want the TOC to include the word Title at the 
start of each chapter (??), you need to tell LaTeX to allocate more 
space for chapter numbers in the TOC.  Have a look at the labelwidth 
entries in


http://www.tug.org/TeXnik/mainFAQ.cgi?file=tocloft/TOC

with particular note of the tocloft package (which might be the least 
painful way to do it).


/Paul



Re: renaming section numbering

2006-09-12 Thread Paul A. Rubin

pol wrote:

I have renamed section numbering as the following (rather long) string:

{Title \arabic{section}:}

In the table of contents, section 'numbers' appear overlappped to section
names. 
See enclosed test file.
Is that a bug? 


No, it's LaTeX behaving normally.

Any hints to fix that? 


Assuming that you really want the TOC to include the word "Title" at the 
start of each chapter (??), you need to tell LaTeX to allocate more 
space for chapter numbers in the TOC.  Have a look at the "labelwidth" 
entries in


http://www.tug.org/TeXnik/mainFAQ.cgi?file=tocloft/TOC

with particular note of the tocloft package (which might be the least 
painful way to do it).


/Paul