gitextract_93plnfz3/ ├── Abstract/ │ └── abstract.tex ├── Acknowledgement/ │ └── acknowledgement.tex ├── Appendix1/ │ └── appendix1.tex ├── Appendix2/ │ └── appendix2.tex ├── ChangeLog.md ├── Chapter1/ │ └── chapter1.tex ├── Chapter2/ │ └── chapter2.tex ├── Chapter3/ │ └── chapter3.tex ├── Chapter4/ │ └── chapter4.tex ├── Chapter5/ │ └── chapter5.tex ├── Chapter6/ │ └── chapter6.tex ├── Chapter7/ │ └── chapter7.tex ├── Classes/ │ ├── PhDThesisPSnPDF.cls │ └── glyphtounicode.tex ├── Declaration/ │ └── declaration.tex ├── Dedication/ │ └── dedication.tex ├── Figs/ │ ├── CollegeShields/ │ │ ├── Kings.eps │ │ └── Licenses.md │ ├── University_Crest.eps │ └── University_Crest_Long.eps ├── LICENSE.txt ├── Preamble/ │ └── preamble.tex ├── README.md ├── References/ │ └── references.bib ├── compile-thesis.sh ├── sty/ │ └── breakurl.sty ├── thesis-info.tex └── thesis.tex