If I did
\setcounter{chapter}{-1}
\chapter{Introduction}
then I get Chapter 0 Introduction. I just want the word Introduction, and I want it also in the contents when I use
\tableofcontents
How can I do that?
|
If I did
then I get Chapter 0 Introduction. I just want the word Introduction, and I want it also in the contents when I use
How can I do that? |
||||
|
|
|
If you're working in the book documentclass, then you should use the starred version of
The addition of |
|||||||||||
|
This needs to be run twice for the introduction to appear. How LaTeX does tables of contents and similar things (tables of figures...) is that each time it finds a thing of the relevant sort (in this case a section command) it writes that information to a file (in this case Then when it sees For books, use |
|||||
|
|
In the »book« class you can divide your document into three parts (front, main, back). This has some effects that should do what you want.
|
|||||
|
|
The easiest way to do this is to set the
|
|||
|
|