Page Layout ⇒ Chapters appearing w/o a chapter number
-
- Posts: 92
- Joined: Fri Apr 24, 2009 8:02 pm
Chapters appearing w/o a chapter number
I am compiling a book, and would like to know if there is a way for the chapters to appear in the toc, yet in the text proper can they appear without: "Chapter 1: <title>" like say just <title>??? I do not know if this is possible, but it would be great if so. Or, I probably might not mind if the titles were preceeded by just the numbers 1,2, etc as in the article document class; but then I could not use appendices. Help please.
-Michael D
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Chapters appearing w/o a chapter number
For standard classes there is a simple solution to add unnumbered chapters to the ToC.
Note that this also affects the behaviour of column titles (headers) in your document. Depending on your setup, these chapters won't appear.
Other document classes like those of the KOMA Script bundle or the memoir class have built-in features to get the desired result.
Best regards
Thorsten
Code: Select all
\chapter*{Chapter Title}
\addcontentsline{toc}{chapter}{Chapter Title}
Other document classes like those of the KOMA Script bundle or the memoir class have built-in features to get the desired result.
Best regards
Thorsten
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: 92
- Joined: Fri Apr 24, 2009 8:02 pm
Re: Chapters appearing w/o a chapter number
Thanks Thorsten, that did the trick.
-Michael
-Michael
-Michael D