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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and many kinds of documents

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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