Page Layout ⇒ ToC for Chapters
-
- Posts: 4
- Joined: Sun Jun 20, 2010 12:12 am
ToC for Chapters
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.
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 162
- Joined: Wed Jun 17, 2009 10:18 pm
Re: ToC for Chapters
The minitoc package may be what you are thinking of:
http://www.ctan.org/tex-archive/help/Ca ... nitoc.html
http://www.ctan.org/tex-archive/help/Ca ... nitoc.html
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
ToC for Chapters
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 4
- Joined: Sun Jun 20, 2010 12:12 am
Re: ToC for Chapters
Thanks - that's what I was looking for.
ToC for Chapters
And how would that work? Ciould anyone give me a hint? So far, I managed to create my own chapter heading via
but concering the toc on the same page, I am truly clueless. :-/ Maybe I missed something?
Code: Select all
Code, edit and compile here:
\usepackage{titlesec}\titleformat{\chapter}{\titlerule\vspace{.8ex}%\rmfamily\normalfont\scshape\huge}{\thechapter}{.5em}{}
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1
Re: ToC for Chapters
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