I am having some issues with TOC, especially with "\listoffigures". A snapshot is also attached here. I am using the following code:
Code: Select all
\documentclass [oneside, 12pt, a4paper, onecolumn, fleqn]{book}
\pagestyle{plain}
\pagenumbering{arabic}
\usepackage[nottoc]{tocbibind}
\raggedbottom
\begin{document}
\include{ch1_abstract}
\pagenumbering{Roman}
\tableofcontents
\cleardoublepage
\addtocontents{toc}{\protect\setcounter{tocdepth}{2}}
\newpage
\listoftables
\listoffigures
\pagenumbering{arabic}
\input{ch2-introduction}
\include{ch3_Theory}
\end{document}
Thank you in advance.
Regards,
Omkar