I'm doing my thesis in latex and using Lyx editor to achieve it. I want to place my TOC and LOF at the center of the page. I used
\usepackage{tocloft}
\renewcommand{\cfttoctitlefont}{\hfill\Huge\hfill}
but this is pushing toc caption to right.
How do I center lof in the same way?