Theses, Books, Title pages ⇒ Contents word!
Contents word!
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
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Contents word!


Contents word!
Ijon Tichy wrote:This depends on the class. Usually the page head with the running head depends on the selected page style. So I would recommend to make aminimal working example that makes your problem reproducible.
Can't get how can I use this : '''minimal working example'''? what does it mean? my problem is in appearing the word contents in the header of the pages before chapter one!!
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Contents word!
Somehow you added "Contents" or your document class did. You can change it or let us know what your document class is and what your code is.
Or use
\markboth{}{}
to clear the header after the table of contents.Stefan