General ⇒ Prologue Chapter
-
- Posts: 3
- Joined: Fri Jul 01, 2011 8:50 pm
Prologue Chapter
How do I make a prologue chapter?
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
Prologue Chapter
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: 3
- Joined: Fri Jul 01, 2011 8:50 pm
Re: Prologue Chapter
But how do you make it list it as a prologue in the table of contents?
Prologue Chapter
You mean not show up as chapter 1? If you're using the book class, or something similar, useBible-man3 wrote:But how do you make it list it as a prologue in the table of contents?
Code: Select all
\frontmatter
\chapter{Prologue}
...
\mainmatter
\chapter{Chapter 1}
...
\backmatter
<bibliographies, indexes, etc.>
-
- Posts: 3
- Joined: Fri Jul 01, 2011 8:50 pm
Prologue Chapter
In the book class when you make the table of contents they label it 1. name 2.name so on and so forth. So how do i make it Prologue. name 1.name so on and so forth?
Prologue Chapter
It doesn't get a number if it's in the \frontmatter section. If you're asking how to change more than that, look at the titlesec package.Bible-man3 wrote:In the book class when you make the table of contents they label it 1. name 2.name so on and so forth. So how do i make it Prologue. name 1.name so on and so forth?