General ⇒ Prologue Chapter
-
- Posts: 3
- Joined: Fri Jul 01, 2011 8:50 pm
Prologue Chapter
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 more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Prologue Chapter
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
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
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?