Actually include the acknowledgements.
[matthijs/master-project/report.git] / Report.tex
index 2919383c6b27db5c43770b3f2e62f9c0bcd65704..4182ff302abd6292bf4eb29de7aa02fff3f763d2 100644 (file)
 \switchtotypeface [Custom] [10pt]
 \setupheader[style={\switchtotypeface[Custom][12pt]}]
 \setupfooter[style={\switchtotypeface[Custom][12pt]}]
-\setupfootnotes[style={\switchtotypeface[Custom][10pt]\italic}]
+\setupfootnotes[style={\switchtotypeface[Custom][10pt]\italic},way=bypage]
 
 % 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