feat(dissertation): add preface and subfiles

This commit is contained in:
Anthony 2024-03-12 17:52:48 +00:00
parent 8786a9308f
commit 8329385cfd
3 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,6 @@
\documentclass[../dissertation.tex]{subfiles}
\begin{document}
This is an introduction.
\end{document}

Binary file not shown.

View File

@ -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}