Code: Select all
%%%%% Do the ToC%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\settocdepth{subsection}
\renewcommand{\contentsname}{TABLE OF CONTENTS}
\addtodef{\tableofcontents}{\clearpage\pagestyle{toc}}{}
\setlength{\topmargin}{.75in}
\renewcommand*{\tocheadstart}{\vspace*{-\topfiddle}}
\renewcommand*{\aftertoctitle}{\thispagestyle{plain}
\par\nobreak {\normalfont \hfill }\par\nobreak}
\renewcommand*{\cftchapteraftersnum}{.}
\renewcommand*{\cftdotsep}{1}
\renewcommand*{\cftchapterfont}{\normalfont}
\renewcommand*{\cftchapterpagefont}{\normalfont}
\renewcommand*{\cftchapterleader}{
\cftchapterfont\cftdotfill{\cftchapterdotsep}}
\renewcommand*{\cftchapterdotsep}{\cftdotsep}
%Sets the length of the indents for each relevant section
%in the TOC
\cftsetindents{chapter}{0in}{.5in}
\cftsetindents{section}{1in}{0in}
\cftsetindents{subsection}{1.5in}{0in}
%Set the font of the subsections to italicized.
\renewcommand*{\cftsubsectionfont}{\itshape}
\renewcommand*{\cftsubsectionleader}{\itshape\cftdotfill{\cftsubsectiondotsep}}
Thanks!