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?
You should insert content before the Table of Contents/ToC title as well as after:
<titlefont>
represents any font switches you're interested in making. For adjustments to the List of Figures/LoF (List of Tables/LoT), use\cftloftitlefont
and\cftafterloftitle
(\cftlottitlefont
and\cftafterlottitle
).