I want to keep ToC to show only chapters but the list of tables and list of the figure will be visible. how can I code for it? I am using report as documentclass.
Asked
Active
Viewed 33 times
0
tachyon
- 316
\setcounter{tocdepth}{0}should show only up to\chapter(level0sectional unit) and\clearpage \addcontentsline{toc}{chapter}{List of Figures} \listoffigures. – Werner Dec 09 '19 at 02:51