Qucik question, I'm trying to centre the title of the table of contents in LaTeX with the following command
\usepackage{tocloft}
\renewcommand{\contentsname}{\centering Table of Contents}
As I'm asking I'm sure you've all realised that didn't work, any suggestions on what I can try?
[edit]I got it working with
\renewcommand{\cfttoctitlefont}{\hfill\Huge}