Remove some progress documents, they are being stored elsewhere.
[matthijs/master-project/report.git] / Report.tex
index 715ab13c1966d296089a175e918fb58c3dff6359..10ba3d28d89ba0e657d599433c1d4984c3873a31 100644 (file)
@@ -33,6 +33,8 @@
 
 % Hide header texts and use the header space for text.
 \setuphead[chapter][header=high]
+% But not for the abstract, acknowledgements and toc
+\setuphead[title][header=empty]
 
 % Insert completely empty pages to put new chapter headers on the right
 % page (i.e., not headers and footers).
@@ -48,6 +50,8 @@
 \startfrontmatter
 \input Titlepage
 
+\input Chapters/Abstract
+\input Chapters/Acknowledgements
 \completecontent
 
 % Force a page break so the headers will not apply to the last page of
 \input Chapters/Prototype
 \input Chapters/Normalization
 \input Chapters/Future
+% Set a different header, since conclusions doesn't have any sections.
+\page[emptyright]
+\setupheadertexts[][{\getmarking[chapternumber]~—~\getmarking[chapter]}]
 \input Chapters/Conclusions
 \stopbodymatter
 \startbackmatter
+\setupheadertexts[][]
 \completepublications
+% The stopbackmatter inserts a non-empty right page, it seems
+\page[emptyright]
 \stopbackmatter
 \stoptext