Tagged Questions
5
votes
1answer
91 views
Headers of \chapters* take the headers of their previous \chapter
When using book.cls and using \chapter* after a \chapter, the header used in \chapter* is wrong. An example is pasted below.
Is there any known workaround for that? I have tried quite some tricks ...
7
votes
2answers
390 views
Want \section* to change the page header
In a book, I have several numbered sections followed by an unnumbered section. I have placed an \addcontentsline following the \section* that introduces the unnumbered section, so that it will appear ...
11
votes
2answers
4k views
Creating unnumbered chapters/sections (plus adding them to the ToC and/or header)
I'm using the report document class for a thesis, and I need to add things like "Acknowledgements" and an "Introduction". I noticed that there is an \abstract command which would have been wonderful ...
3
votes
1answer
862 views
header and chapter*
I find it strange that the page header in the chapter “Title2” is not updated in the example below:
\documentclass[12pt]{book}
\usepackage{lipsum}
\begin{document}
\tableofcontents
\chapter{Title1}
...