-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
78 lines (50 loc) · 1.82 KB
/
thesis.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
\begin{filecontents*}{\jobname.xmpdata}
\Author {Bradley Andrew Alan Martin}
\Title {Path Integral Methods for Polarons in Real Materials}
\Language {en-GB}
\Keywords {keyword1\sep keyword2\sep keyword3}
\Subject {PhD thesis}
\Copyright {\copyright 2024 Bradley Andrew Alan Martin}
\CopyrightURL {https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode}
\end{filecontents*}
\documentclass[a4paper,12pt,UKenglish,oneside,titlepage]{book} % use draft option to detect overfull hboxes
\usepackage{icl_thesis}
\usepackage{commath}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{mathrsfs}
\usepackage{newtxtext,newtxmath}
\usepackage{siunitx}
\usepackage{mathtools}
\usepackage{booktabs}
\usepackage{ragged2e}
\usepackage{physics}
\usepackage[verbose]{placeins}
\usepackage[version=3]{mhchem} % Formula subscripts using \ce{}
\usepackage{dcolumn}% Align table columns on decimal point
\usetikzlibrary{decorations.markings}
\import{utils/}{preamble_contents.tex}
\begin{document}
\import{title/}{title.tex}
\import{dedication/}{dedication.tex}
\import{originality/}{originality.tex}
\import{copyright/}{copyright.tex}
\import{abstract/}{abstract.tex}
\import{acknowledgements/}{acknowledgements.tex}
\microtypesetup{protrusion=false}
\thesistoc{}
\listoffigures{}
\listoftables{}
\microtypesetup{protrusion=true}
\thesisacronyms{}
\thesissymbols{}
\import{chapters/introduction/}{introduction.tex}
\import{chapters/background/}{background.tex}
\import{chapters/materialmodel/}{materialmodel.tex}
\import{chapters/trialmodel/}{trialmodel.tex}
\import{chapters/responsefunctions/}{responsefunctions.tex}
\import{chapters/materials/}{materials.tex}
\import{chapters/conclusion/}{conclusion.tex}
\import{utils/}{bibliography.tex}
\import{appendices/}{appendices.tex}
\end{document}