Code: Select all
\renewcommand{\contentsname}{\begin{center}\normalsize{\mdseries{TABLE OF CONTENTS}}\end{center}}
\renewcommand{\cftaftertoctitle}{\mbox{}Chapter\hfill{\normalfont Page}}
\renewcommand{\cftsecfont}{\mdseries}
\renewcommand{\cftsecpagefont}{\mdseries}
\renewcommand{\cftsecleader}{\mdseries\cftdotfill{\cftdotsep}}
%\renewcommand{\cftsecafterpnum}{\\}
Code: Select all
\addtocontents{toc}{\protect\mbox{}\protect}
after each \section{...} command.
While the tocloft package offers a \cftbeforesecskip, there is no \cftaftersecskip, which would suit my purposes.
Any help will be appreciated. Thank you.
-Michael