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

Reply via email to