Page Layouttableofcontent in sections

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
devent
Posts: 2
Joined: Thu May 14, 2009 5:26 am

tableofcontent in sections

Post by devent »

Hi,
For example I have a TOC that look like this:

Code: Select all

1 Section One
1.1 SubSection
1.2 SubSection
2 Section Two
2.1 SubSection
2.2 SubSection
This TOS I like to put on the first page of my document. That is done with \tableofcontents. But now I like to put a partial TOC in each section's page. For example:

Code: Select all

\section{Section One}
\tableofcontents %% Show only the TOC for Section One:
%% 1 Section One
%% 1.1 SubSection
%% 1.2 SubSection

\section{Section Two}
\tableofcontents %% Show only the TOC for Section Two:
%% 2 Section Two
%% 2.1 SubSection
%% 2.2 SubSection
Is something like that possible? I hope I made it clear, if not please ask me. Thank you.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

tableofcontent in sections

Post by localghost »

You can try the minitoc package.


Best regards and welcome to the board
Thorsten
Post Reply