Page LayoutOmit Chapter Number in ToC and Parts without Prefix Title

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
Stevenet
Posts: 13
Joined: Sun Oct 30, 2011 6:34 pm

Omit Chapter Number in ToC and Parts without Prefix Title

Post by Stevenet »

In short:
  1. Is there a way to miss the chapter number at index?
  2. How can i get a new command like "\partuntitled" in order to show parts
    without the name 'Part N'? (not at index)

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

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

Omit Chapter Number in ToC and Parts without Prefix Title

Post by localghost »

In short.
  1. Use the \chapter* command and add this chapter subsequently with \addcontentsline to the ToC.
  2. Use the \part* command.

Thorsten
Stevenet
Posts: 13
Joined: Sun Oct 30, 2011 6:34 pm

Omit Chapter Number in ToC and Parts without Prefix Title

Post by Stevenet »

Thank you! So i insert \addcontentsline{toc}{part}{name}, after \part*{name}. Perfect (in my case) for a case with more than two prologues and epilogues (and his parts).

Steve,
Post Reply