When typesetting an article documentclass, the sections appear as bold in the table of contents, with no leading dots. I would like to change these to non-bold, and insert some leading dots. I tried the following, but it seems to be ignored. Any ideas?
% change section headers and page numbers to normal instead of bold font
\renewcommand{\cftsecfont}{
\normalfont
}
\renewcommand{\cftsecpagefont}{%
\normalfont
}
% use leader dots with section headers
\renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}}
tocloftpackage for designing the TOC, however you didn't mention it. – Stefan Kottwitz Mar 14 '11 at 20:29articledocument class: entries of section type are boldfaced and with no leading dots. – Gonzalo Medina Mar 14 '11 at 20:41