Actually include the acknowledgements.
[matthijs/master-project/report.git] / Report.tex
index 715ab13c1966d296089a175e918fb58c3dff6359..4182ff302abd6292bf4eb29de7aa02fff3f763d2 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
@@ -78,6 +82,8 @@
 \stopbodymatter
 \startbackmatter
 \completepublications
+% The stopbackmatter inserts a non-empty right page, it seems
+\page[emptyright]
 \stopbackmatter
 \stoptext