I need to make a ToC only for the Part heading levels of a report! The structure I want is badly illustrated here.
Code: Select all
\part{Project}
\tableofcentents
...
\part{process}
\tableofcontents
How can I limit the first ToC to the first part, and the second ToC to the second part?