-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
146 lines (128 loc) · 4.18 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
\documentclass[a4paper, oneside, 11pt]{memoir}
\usepackage[utf8]{inputenc}
\usepackage{amsmath, amsfonts, amsthm, amssymb, graphicx}
\usepackage{geometry} % For margins, read documentation for more options
\usepackage{physics}
\usepackage{hyperref}
\usepackage{acronym}
\hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=magenta,
urlcolor=cyan,
pdftitle={Overleaf Example},
pdfpagemode=FullScreen,
}
% \usepackage[Glenn]{fncychap}
\usepackage{booktabs}
\usepackage[style=phys, biblabel=brackets]{biblatex}
\addbibresource{bib/references.bib}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric}
\usetikzlibrary{calc}
\usepackage{pgfplots}
\pgfplotsset{compat=1.18}
\usepackage{euscript}
\setsecnumdepth{subsection}
\settocdepth{subsection}
\OnehalfSpacing{}
% Commands
\newcommand{\twovec}[2]{\ensuremath{\begin{pmatrix}#1\\#2\end{pmatrix}}}
\newcommand{\spinmag}{\ensuremath{|\langle \hat{\vb{F}} \rangle |}}
\newcommand\scalemath[2]{\scalebox{#1}{\mbox{\ensuremath{\displaystyle #2}}}}
% Define chapter style
\usepackage{color, calc, soul, fourier}
\definecolor{nicered}{rgb}{.647,.129,.149}
\makeatletter
\newlength\dlf@normtxtw
\setlength\dlf@normtxtw{\textwidth}
\def\myhelvetfont{\def\sfdefault{mdput}}
\newsavebox{\feline@chapter}
\newcommand\feline@chapter@marker[1][4cm]{%
\sbox\feline@chapter{%
\resizebox{!}{#1}{\fboxsep=1pt%
\colorbox{nicered}{\color{white}\bfseries\sffamily\thechapter}%
}}%
\rotatebox{90}{%
\resizebox{%
\heightof{\usebox{\feline@chapter}}+\depthof{\usebox{\feline@chapter}}}%
{!}{\scshape\so\@chapapp}}\quad%
\raisebox{\depthof{\usebox{\feline@chapter}}}{\usebox{\feline@chapter}}%
}
\newcommand\feline@chm[1][4cm]{%
\sbox\feline@chapter{\feline@chapter@marker[#1]}%
\makebox[0pt][l]{% aka \rlap
\makebox[1cm][r]{\usebox\feline@chapter}%
}}
\makechapterstyle{daleif1}{
\renewcommand\chapnamefont{\normalfont\Large\scshape\raggedleft\so}
\renewcommand\chaptitlefont{\normalfont\huge\bfseries\scshape\color{nicered}}
\renewcommand\chapternamenum{}
\renewcommand\printchaptername{}
\renewcommand\printchapternum{\null\hfill\feline@chm[2.5cm]\par}
\renewcommand\afterchapternum{\par\vskip\midchapskip}
\renewcommand\printchaptertitle[1]{\chaptitlefont\raggedleft ##1\par}
}
\makeatother
\chapterstyle{daleif1}
\newlength\drop
\makeatletter
\newcommand*\titleM{\begingroup% Misericords, T&H p 153
\setlength\drop{0.08\textheight}
\centering
\vspace*{\drop}
{\LARGE\bfseries From nonequilibrium phase transitions to topological interfaces
in spinor Bose-Einstein condensates}\\[\baselineskip]
\vspace*{\drop}
{\Large Matthew Thomas Wheeler}\par
\vspace*{\drop}
{A thesis presented for the degree of Doctor of Philosophy}\\
\vspace*{1.4\drop}
\includegraphics[width=0.75\textwidth]{gfx/UEA_logo.png}\\
{Physics, Faculty of Science\\ Norwich, UK \\ January 28, 2024}\\
\vspace*{2.2\drop}
{\small \copyright \ This copy of the thesis has been supplied on condition that
anyone who consults it is understood to recognise that its copyright rests with
the author and that use of any information derived therefrom must be in
accordance with current UK Copyright Law.
In addition, any quotation or extract must include full attribution.}
\endgroup}
\makeatother
\begin{document}
\begin{titlingpage}
\titleM
\end{titlingpage}
\thispagestyle{empty}
\frontmatter
\chapter*{Abstract}
\input{tex/abstract.tex}
\newpage
\tableofcontents
\newpage
\listoffigures
\clearpage
\listoftables
\clearpage
\include{tex/abbreviations.tex}
\clearpage
\chapter*{Acknowledgements}
\input{tex/acknowledgements.tex}
\mainmatter{}
\part{Introduction and background}
\include{tex/ch-introductions/Introduction}
\include{tex/ch-spinorBEC/spinorBEC}
\include{tex/ch-groundStateSymmetries/groundStateSymmetries}
\part{Numerical studies of spinor and pseudospinor condensates}
\include{tex/ch-twoCompDynamics/twoCompDynamics}
\include{tex/ch-spin1/spin1}
\include{tex/ch-spin2/spin2}
\include{tex/ch-conclusions/conclusions}
\part{Appendices}
\appendix
\include{tex/ch-appendices/numericalTechniques}
\include{tex/ch-appendices/stationaryStateDerivation}
\backmatter{}
\printbibliography{}
\end{document}