My thesis submitted to the University of Birmingham for the degree of Doctor of Philosophy.
Download the PDF my thesis by visiting the latest release page.
Alternatively, you can clone this repository to compile it from source and use the Python package.
Download or clone the repository and change directory to it.
git clone https://github.com/alexlyttle/thesis.git
cd thesis
To compile the PDF with LaTeX:
pdflatex thesis
biber thesis
pdflatex thesis
pdflatex thesis
or automatically with latexmk
,
latexmk -pdf thesis.tex
To install the Python package used for this work use pip
:
pip install .
Copyright by Alexander Lyttle, 2023.
This work is licensed under a Creative Commons 'Attribution 4.0 International' license.
This work may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL) version 1.3 or later.
The latest version of this license is in https://www.latex-project.org/lppl.txt and version 1.3 or later is part of all distributions of LaTeX version 2005/12/01 or later.
TBC.