X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Report.tex;h=10ba3d28d89ba0e657d599433c1d4984c3873a31;hp=9f8be56e1bcc75ed6d836ee8925b8ba2c5fb7952;hb=HEAD;hpb=90ce7ece53a5f3098c99f3f1a0dfba8f053e9391 diff --git a/Report.tex b/Report.tex index 9f8be56..10ba3d2 100644 --- a/Report.tex +++ b/Report.tex @@ -29,9 +29,12 @@ \switchtotypeface [Custom] [10pt] \setupheader[style={\switchtotypeface[Custom][12pt]}] \setupfooter[style={\switchtotypeface[Custom][12pt]}] +\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). @@ -47,17 +50,21 @@ \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 % 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 @@ -71,10 +78,16 @@ \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