diff --git a/pub/dissertation/chapters/introduction.tex b/pub/dissertation/chapters/introduction.tex new file mode 100644 index 0000000..64adf7c --- /dev/null +++ b/pub/dissertation/chapters/introduction.tex @@ -0,0 +1,6 @@ +\documentclass[../dissertation.tex]{subfiles} + +\begin{document} +This is an introduction. +\end{document} + diff --git a/pub/dissertation/dissertation.pdf b/pub/dissertation/dissertation.pdf index 14fa53e..26ff182 100644 Binary files a/pub/dissertation/dissertation.pdf and b/pub/dissertation/dissertation.pdf differ diff --git a/pub/dissertation/dissertation.tex b/pub/dissertation/dissertation.tex index 3fd97b5..c9a0102 100644 --- a/pub/dissertation/dissertation.tex +++ b/pub/dissertation/dissertation.tex @@ -1,4 +1,10 @@ -\documentclass[a4paper, british]{report} +\documentclass[british, twoside]{report} + +\usepackage[a4paper, width=150mm, top=25mm, bottom=25mm, bindingoffset=6mm]{geometry} + +% Page styling +\usepackage{fancyhdr} +\pagestyle{fancy} \usepackage{csquotes} \usepackage{babel} @@ -36,9 +42,25 @@ \begin{document} \maketitle + +\pagenumbering{roman} +\chapter*{Preface} +\section*{Abstract} +% TODO +This is an abstract. + +\section*{Declaration} +I declare that this dissertation represents my own work except where otherwise stated. + +\section*{Acknowledgements} +% TODO +This is the acknowledgements. + \tableofcontents \chapter{Introduction} +\pagenumbering{arabic} +\subfile{chapters/introduction.tex} \chapter{Background}