Unverified Commit abc0f7ac authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Document the surprising behavior of \chapter*

parent 72af6d9f
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -575,7 +575,12 @@
%% \printnoidxglossary[title={Abbreviations}, type=\acronymtype]
%% \printnoidxglossary[title={Glossary}]

%% The \chapter* command can be used to produce unnumbered chapters:
\chapter*{Introduction}
%% Unlike \chapter, \chapter* does not update the headings and does not
%% enter the chapter to the table of contents. I we want correct
%% headings and a table of contents entry, we must add them manually:
\markright{\textsc{Introduction}}
\addcontentsline{toc}{chapter}{Introduction}

Theses are rumoured to be \enquote{the capstones of education}, so