I need to have a line as separator in my TOC as one the requirements for my thesis. What I mean is something like this:
Title 1 _______________________________ 1
Title 2 ______________________________ 2
I tried to use tocloft and do something like this:
Code: Select all
\renewcommand{\cftsecdotsep}{\cftdotsep}
\renewcommand{\cftdot}{\_}
\renewcommand{\cftsecleader}{\cftdotfill{0pt}}