Page LayoutToC for Chapters

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
twsouthwick
Posts: 4
Joined: Sun Jun 20, 2010 12:12 am

ToC for Chapters

Post by twsouthwick »

I was wondering whether there was a good package to show a list of sections within a chapter. This would ideally be something like a table of contents for the chapter. I saw a package of some sorts that would do this, but I cannot remember what it was called. Thanks
Last edited by twsouthwick on Mon Jun 21, 2010 5:34 pm, edited 1 time in total.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

torbjorn t.
Posts: 162
Joined: Wed Jun 17, 2009 10:18 pm

Re: ToC for Chapters

Post by torbjorn t. »

The minitoc package may be what you are thinking of:
http://www.ctan.org/tex-archive/help/Ca ... nitoc.html
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

ToC for Chapters

Post by localghost »

Can also be done with the titletoc package.


Best regards and welcome to the board
Thorsten
twsouthwick
Posts: 4
Joined: Sun Jun 20, 2010 12:12 am

Re: ToC for Chapters

Post by twsouthwick »

Thanks - that's what I was looking for.
Montag
Posts: 340
Joined: Wed Jul 15, 2009 9:25 am

ToC for Chapters

Post by Montag »

And how would that work? Ciould anyone give me a hint? So far, I managed to create my own chapter heading via

Code: Select all

\usepackage{titlesec}

\titleformat{\chapter}
{\titlerule
\vspace{.8ex}%
\rmfamily\normalfont\scshape\huge}
{\thechapter}{.5em}{}
but concering the toc on the same page, I am truly clueless. :-/ Maybe I missed something?
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1
Montag
Posts: 340
Joined: Wed Jul 15, 2009 9:25 am

Re: ToC for Chapters

Post by Montag »

I'm so stupid. I missed it. It's in subsection 7.3 on page 20 and an example, which actually is the solution to my question, is on page 21.
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1
Post Reply