GeneralPartial ToC only for Part Heading Levels

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
JacobKris
Posts: 2
Joined: Fri Sep 20, 2013 2:01 pm

Partial ToC only for Part Heading Levels

Post by JacobKris »

Hi!

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
When I do this, the first table of contents contains the entire report, and the last one contains nothing!

How can I limit the first ToC to the first part, and the second ToC to the second part?
Last edited by cgnieder on Fri Sep 20, 2013 5:57 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Partial ToC only for Part Heading Levels

Post by cgnieder »

Hi JacobKris,

Welcome to the LaTeX Community.

You may want to have a look at the packages minitoc and the etoc.


Regards
site moderator & package author
JacobKris
Posts: 2
Joined: Fri Sep 20, 2013 2:01 pm

Partial ToC only for Part Heading Levels

Post by JacobKris »

Thank you very much!

This package did not come up in the G00gle searches I had done. Very usefull! :D
Post Reply