tableofcontents - Multiple tables of contents in LaTeX -
I would like to create a latex document with the contents of two tables, such as:
Overview
- 1 - Introduction
- 2 - Solution
Detailed Content
- 1 - Intro
- 1.1 - Problem
- 1.2 - Why?
- 2 - Solution
- 2.1 - Step One
- 2.2 - Step B
I tried
\ setcounter {Tocdepth} {1} \ tableofcontents \ setcounter {tocdepth} {2} \ tableofcontents< / Pre>but it only shows the first table of the required content, the second table of contents is empty ... (The second table of contents is actually empty without two
\ setcounterlines. )(A related question: How to change the contents of the table of contents (default content) Something different from Ri)?)
Have you tried the package?
Comments
Post a Comment