toc numbers bleed into numbers

2008-04-18 Thread Chris Mahan
In my toc, the section and subsection numbers bleed into the text. Is there
some easy fix somewhere?


-- 
Chris Mahan
http://www.christophermahan.com/
[EMAIL PROTECTED]
cell 818.943.1850


Re: toc numbers bleed into numbers

2008-04-18 Thread Bob Lounsbury
On Fri, Apr 18, 2008 at 11:24 AM, Chris Mahan [EMAIL PROTECTED] wrote:
 In my toc, the section and subsection numbers bleed into the text. Is there
  some easy fix somewhere?


  --
  Chris Mahan
  http://www.christophermahan.com/
  [EMAIL PROTECTED]
  cell 818.943.1850


Could you post a minimal example? I'm not quite following what the
problem is. I've attached a picture example of section down to
subsubsection numbering and I don't see any bleeding into the text.

Cheers,
/Bob
attachment: Noname.jpg

Re: toc numbers bleed into numbers

2008-04-18 Thread Uwe Stöhr

Chris Mahan schrieb:


In my toc, the section and subsection numbers bleed into the text. Is there
some easy fix somewhere?


Add this to your document preamble:

[EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
[EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}

regards Uwe


Re: toc numbers bleed into numbers

2008-04-18 Thread Chris Mahan
On Fri, Apr 18, 2008 at 11:01 AM, Uwe Stöhr [EMAIL PROTECTED] wrote:

 Chris Mahan schrieb:

  In my toc, the section and subsection numbers bleed into the text. Is
  there
  some easy fix somewhere?
 

 Add this to your document preamble:

 [EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
 [EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}

  It moved things around, but didn't fix.

See the attached png.

I'll look around at
http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=tocloft/TOC


-- 
Chris Mahan
http://www.christophermahan.com/
[EMAIL PROTECTED]
cell 818.943.1850
attachment: sample_toc_bleed.png

Re: toc numbers bleed into numbers -- Resolved

2008-04-18 Thread Chris Mahan
On Fri, Apr 18, 2008 at 11:32 AM, Chris Mahan [EMAIL PROTECTED] wrote:



 On Fri, Apr 18, 2008 at 11:01 AM, Uwe Stöhr [EMAIL PROTECTED] wrote:

  Chris Mahan schrieb:
 
   In my toc, the section and subsection numbers bleed into the text. Is
   there
   some easy fix somewhere?
  
 
  Add this to your document preamble:
 
  [EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
  [EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}
 
   It moved things around, but didn't fix.

 See the attached png.

 I'll look around at
 http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=tocloft/TOC


I ended up with

[EMAIL PROTECTED]@dottedtocline{1}{2em}{4em}}

[EMAIL PROTECTED]@dottedtocline{2}{4em}{5em}}

[EMAIL PROTECTED]@dottedtocline{3}{6.0em}{6em}}

[EMAIL PROTECTED]@dottedtocline{4}{8em}{6em}}

[EMAIL PROTECTED]@dottedtocline{5}{10em}{6em}}

and it works well.

Thanks!



-- 
Chris Mahan
http://www.christophermahan.com/
[EMAIL PROTECTED]
cell 818.943.1850


Re: toc numbers bleed into numbers

2008-04-18 Thread Bob Lounsbury
On Fri, Apr 18, 2008 at 12:32 PM, Chris Mahan [EMAIL PROTECTED] wrote:



 On Fri, Apr 18, 2008 at 11:01 AM, Uwe Stöhr [EMAIL PROTECTED] wrote:
  Chris Mahan schrieb:
 
 
 
   In my toc, the section and subsection numbers bleed into the text. Is
 there
   some easy fix somewhere?
  
 
  Add this to your document preamble:
 
  [EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
  [EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}
 
 
  It moved things around, but didn't fix.

 See the attached png.

 I'll look around at
 http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=tocloft/TOC


 --
 Chris Mahan
 http://www.christophermahan.com/
 [EMAIL PROTECTED]
 cell 818.943.1850


Did Uwe's solution not work for you? If not, then yes the tocloft
package will work. Something like this (just adjust the 6em to
whatever works for you). Put this in the preamble.

\usepackage{tocloft}
\renewcommand{\cftsecaftersnumb}{\hspace{6em}}
\renewcommand{\cftsubsecaftersnumb}{\hspace{6em}}
\renewcommand{\cftsubsubsecaftersnumb}{\hspace{6em}}

Cheers,
/Bob


Re: toc numbers bleed into numbers

2008-04-18 Thread Typhoon
On Fri, 18 Apr 2008 10:24:58 -0700
Chris Mahan [EMAIL PROTECTED] wrote:

 In my toc, the section and subsection numbers bleed into the text. Is
 there some easy fix somewhere?

You don't say what document class you are using. The Memoir class has
special lengths that can be set to control this problem: \cftXnumwidth,
where X can be part, chapter, section, etc.

I'm not that familiar with other classes, but look in the documentation
for something similar.

HTH,
Alan

 
 
 -- 
 Chris Mahan
 http://www.christophermahan.com/
 [EMAIL PROTECTED]
 cell 818.943.1850
 


toc numbers bleed into numbers

2008-04-18 Thread Chris Mahan
In my toc, the section and subsection numbers bleed into the text. Is there
some easy fix somewhere?


-- 
Chris Mahan
http://www.christophermahan.com/
[EMAIL PROTECTED]
cell 818.943.1850


Re: toc numbers bleed into numbers

2008-04-18 Thread Bob Lounsbury
On Fri, Apr 18, 2008 at 11:24 AM, Chris Mahan [EMAIL PROTECTED] wrote:
 In my toc, the section and subsection numbers bleed into the text. Is there
  some easy fix somewhere?


  --
  Chris Mahan
  http://www.christophermahan.com/
  [EMAIL PROTECTED]
  cell 818.943.1850


Could you post a minimal example? I'm not quite following what the
problem is. I've attached a picture example of section down to
subsubsection numbering and I don't see any bleeding into the text.

Cheers,
/Bob
attachment: Noname.jpg

Re: toc numbers bleed into numbers

2008-04-18 Thread Uwe Stöhr

Chris Mahan schrieb:


In my toc, the section and subsection numbers bleed into the text. Is there
some easy fix somewhere?


Add this to your document preamble:

[EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
[EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}

regards Uwe


Re: toc numbers bleed into numbers

2008-04-18 Thread Chris Mahan
On Fri, Apr 18, 2008 at 11:01 AM, Uwe Stöhr [EMAIL PROTECTED] wrote:

 Chris Mahan schrieb:

  In my toc, the section and subsection numbers bleed into the text. Is
  there
  some easy fix somewhere?
 

 Add this to your document preamble:

 [EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
 [EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}

  It moved things around, but didn't fix.

See the attached png.

I'll look around at
http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=tocloft/TOC


-- 
Chris Mahan
http://www.christophermahan.com/
[EMAIL PROTECTED]
cell 818.943.1850
attachment: sample_toc_bleed.png

Re: toc numbers bleed into numbers -- Resolved

2008-04-18 Thread Chris Mahan
On Fri, Apr 18, 2008 at 11:32 AM, Chris Mahan [EMAIL PROTECTED] wrote:



 On Fri, Apr 18, 2008 at 11:01 AM, Uwe Stöhr [EMAIL PROTECTED] wrote:

  Chris Mahan schrieb:
 
   In my toc, the section and subsection numbers bleed into the text. Is
   there
   some easy fix somewhere?
  
 
  Add this to your document preamble:
 
  [EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
  [EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}
 
   It moved things around, but didn't fix.

 See the attached png.

 I'll look around at
 http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=tocloft/TOC


I ended up with

[EMAIL PROTECTED]@dottedtocline{1}{2em}{4em}}

[EMAIL PROTECTED]@dottedtocline{2}{4em}{5em}}

[EMAIL PROTECTED]@dottedtocline{3}{6.0em}{6em}}

[EMAIL PROTECTED]@dottedtocline{4}{8em}{6em}}

[EMAIL PROTECTED]@dottedtocline{5}{10em}{6em}}

and it works well.

Thanks!



-- 
Chris Mahan
http://www.christophermahan.com/
[EMAIL PROTECTED]
cell 818.943.1850


Re: toc numbers bleed into numbers

2008-04-18 Thread Bob Lounsbury
On Fri, Apr 18, 2008 at 12:32 PM, Chris Mahan [EMAIL PROTECTED] wrote:



 On Fri, Apr 18, 2008 at 11:01 AM, Uwe Stöhr [EMAIL PROTECTED] wrote:
  Chris Mahan schrieb:
 
 
 
   In my toc, the section and subsection numbers bleed into the text. Is
 there
   some easy fix somewhere?
  
 
  Add this to your document preamble:
 
  [EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
  [EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}
 
 
  It moved things around, but didn't fix.

 See the attached png.

 I'll look around at
 http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=tocloft/TOC


 --
 Chris Mahan
 http://www.christophermahan.com/
 [EMAIL PROTECTED]
 cell 818.943.1850


Did Uwe's solution not work for you? If not, then yes the tocloft
package will work. Something like this (just adjust the 6em to
whatever works for you). Put this in the preamble.

\usepackage{tocloft}
\renewcommand{\cftsecaftersnumb}{\hspace{6em}}
\renewcommand{\cftsubsecaftersnumb}{\hspace{6em}}
\renewcommand{\cftsubsubsecaftersnumb}{\hspace{6em}}

Cheers,
/Bob


Re: toc numbers bleed into numbers

2008-04-18 Thread Typhoon
On Fri, 18 Apr 2008 10:24:58 -0700
Chris Mahan [EMAIL PROTECTED] wrote:

 In my toc, the section and subsection numbers bleed into the text. Is
 there some easy fix somewhere?

You don't say what document class you are using. The Memoir class has
special lengths that can be set to control this problem: \cftXnumwidth,
where X can be part, chapter, section, etc.

I'm not that familiar with other classes, but look in the documentation
for something similar.

HTH,
Alan

 
 
 -- 
 Chris Mahan
 http://www.christophermahan.com/
 [EMAIL PROTECTED]
 cell 818.943.1850
 


toc numbers bleed into numbers

2008-04-18 Thread Chris Mahan
In my toc, the section and subsection numbers bleed into the text. Is there
some easy fix somewhere?


-- 
Chris Mahan
http://www.christophermahan.com/
[EMAIL PROTECTED]
cell 818.943.1850


Re: toc numbers bleed into numbers

2008-04-18 Thread Bob Lounsbury
On Fri, Apr 18, 2008 at 11:24 AM, Chris Mahan <[EMAIL PROTECTED]> wrote:
> In my toc, the section and subsection numbers bleed into the text. Is there
>  some easy fix somewhere?
>
>
>  --
>  Chris Mahan
>  http://www.christophermahan.com/
>  [EMAIL PROTECTED]
>  cell 818.943.1850
>

Could you post a minimal example? I'm not quite following what the
problem is. I've attached a picture example of section down to
subsubsection numbering and I don't see any "bleeding into the text".

Cheers,
/Bob
<>

Re: toc numbers bleed into numbers

2008-04-18 Thread Uwe Stöhr

Chris Mahan schrieb:


In my toc, the section and subsection numbers bleed into the text. Is there
some easy fix somewhere?


Add this to your document preamble:

[EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
[EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}

regards Uwe


Re: toc numbers bleed into numbers

2008-04-18 Thread Chris Mahan
On Fri, Apr 18, 2008 at 11:01 AM, Uwe Stöhr <[EMAIL PROTECTED]> wrote:

> Chris Mahan schrieb:
>
>  In my toc, the section and subsection numbers bleed into the text. Is
> > there
> > some easy fix somewhere?
> >
>
> Add this to your document preamble:
>
> [EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
> [EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}
>
>  It moved things around, but didn't fix.

See the attached png.

I'll look around at
http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=tocloft/TOC


-- 
Chris Mahan
http://www.christophermahan.com/
[EMAIL PROTECTED]
cell 818.943.1850
<>

Re: toc numbers bleed into numbers -- Resolved

2008-04-18 Thread Chris Mahan
On Fri, Apr 18, 2008 at 11:32 AM, Chris Mahan <[EMAIL PROTECTED]> wrote:

>
>
> On Fri, Apr 18, 2008 at 11:01 AM, Uwe Stöhr <[EMAIL PROTECTED]> wrote:
>
> > Chris Mahan schrieb:
> >
> >  In my toc, the section and subsection numbers bleed into the text. Is
> > > there
> > > some easy fix somewhere?
> > >
> >
> > Add this to your document preamble:
> >
> > [EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
> > [EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}
> >
> >  It moved things around, but didn't fix.
>
> See the attached png.
>
> I'll look around at
> http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=tocloft/TOC


I ended up with

[EMAIL PROTECTED]@dottedtocline{1}{2em}{4em}}

[EMAIL PROTECTED]@dottedtocline{2}{4em}{5em}}

[EMAIL PROTECTED]@dottedtocline{3}{6.0em}{6em}}

[EMAIL PROTECTED]@dottedtocline{4}{8em}{6em}}

[EMAIL PROTECTED]@dottedtocline{5}{10em}{6em}}

and it works well.

Thanks!



-- 
Chris Mahan
http://www.christophermahan.com/
[EMAIL PROTECTED]
cell 818.943.1850


Re: toc numbers bleed into numbers

2008-04-18 Thread Bob Lounsbury
On Fri, Apr 18, 2008 at 12:32 PM, Chris Mahan <[EMAIL PROTECTED]> wrote:
>
>
>
> On Fri, Apr 18, 2008 at 11:01 AM, Uwe Stöhr <[EMAIL PROTECTED]> wrote:
> > Chris Mahan schrieb:
> >
> >
> >
> > > In my toc, the section and subsection numbers bleed into the text. Is
> there
> > > some easy fix somewhere?
> > >
> >
> > Add this to your document preamble:
> >
> > [EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}}
> > [EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}}
> >
> >
>  It moved things around, but didn't fix.
>
> See the attached png.
>
> I'll look around at
> http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=tocloft/TOC
>
>
> --
> Chris Mahan
> http://www.christophermahan.com/
> [EMAIL PROTECTED]
> cell 818.943.1850


Did Uwe's solution not work for you? If not, then yes the tocloft
package will work. Something like this (just adjust the 6em to
whatever works for you). Put this in the preamble.

\usepackage{tocloft}
\renewcommand{\cftsecaftersnumb}{\hspace{6em}}
\renewcommand{\cftsubsecaftersnumb}{\hspace{6em}}
\renewcommand{\cftsubsubsecaftersnumb}{\hspace{6em}}

Cheers,
/Bob


Re: toc numbers bleed into numbers

2008-04-18 Thread Typhoon
On Fri, 18 Apr 2008 10:24:58 -0700
"Chris Mahan" <[EMAIL PROTECTED]> wrote:

> In my toc, the section and subsection numbers bleed into the text. Is
> there some easy fix somewhere?

You don't say what document class you are using. The Memoir class has
special lengths that can be set to control this problem: \cftXnumwidth,
where X can be part, chapter, section, etc.

I'm not that familiar with other classes, but look in the documentation
for something similar.

HTH,
Alan

> 
> 
> -- 
> Chris Mahan
> http://www.christophermahan.com/
> [EMAIL PROTECTED]
> cell 818.943.1850
>