Allow single digit subscripts again.
[matthijs/master-project/report.git] / Report.tex
index 4033d2836bc1de72b19774e121eeccf46f51300e..576bad86b43bde16a03a2c90b28eaa507f95e4b1 100644 (file)
@@ -29,7 +29,7 @@
 \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]
 \startfrontmatter
 \input Titlepage
 
+\input Chapters/Abstract
 \completecontent
 
 % Force a page break so the headers will not apply to the last page of
 % the contents. This page break would otherwise be inserted by the
 % upcoming \chapter.
-\page[right]
+\page[emptyright]
 % Set up a simple header and footer for the introduction
 \setupheadertexts[{\getmarking[chapter]}]
 \setupfootertexts[pagenumber]
 
 \input Chapters/Introduction
+% The stopfrontmatter inserts a non-empty right page, it seems
+\page[emptyright]
 \stopfrontmatter
 \startbodymatter
 % Set up a fancy header and footer for the normal chapters. We need to
@@ -76,6 +79,8 @@
 \stopbodymatter
 \startbackmatter
 \completepublications
+% The stopbackmatter inserts a non-empty right page, it seems
+\page[emptyright]
 \stopbackmatter
 \stoptext