[Tex/LaTex] Making ‘List of Figures’ bold

table of contents

Good day,

I changed the font size of 'List of Figures' using:

\usepackage{tocloft}
\renewcommand\cftloftitlefont{\huge}

But how can I now make the title 'List of Figures' bold?

Best Answer

I'd guess

\renewcommand\cftloftitlefont{\huge\bfseries}