-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontents.tex
More file actions
82 lines (60 loc) · 1.68 KB
/
Copy pathcontents.tex
File metadata and controls
82 lines (60 loc) · 1.68 KB
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
\begin{titlepage}
\begin{center}
\centering
\includegraphics[width=.4\textwidth]{./figures/UoSlogo2022.eps}
\vspace{0.5cm}
\Large
Faculty\\
Group\\
University of Southampton\\
\vfill
\Huge
\textbf{Title}
\vfill
\LARGE
\textit{by} \\
\textbf{Name}\\
\Large
ORCiD:~\href{https://orcid.org/}{ID here}
\vfill
\textit{A thesis for the degree of\\Doctor of Philosophy}
\vfill
\DTMlangsetup{showdayofmonth=false}
\today
\vfill
\end{center}
\afterpage{\blankpage}
\end{titlepage}
\restoregeometry
\input{abstract.tex}
\onehalfspacing%set line spacing to 1.5
\pagenumbering{roman}
\pagestyle{plain}
{
\hypersetup{hidelinks}
\tableofcontents
\listoffigures
\addcontentsline{toc}{chapter}{List of Figures}
\begingroup
\clearpage
\listoftables
\addcontentsline{toc}{chapter}{List of Tables}
\endgroup
\cleardoublepage
}
\phantomsection
\addcontentsline{toc}{chapter}{Accompanying material}
\input{accompanying_material.tex}
\phantomsection
\addcontentsline{toc}{chapter}{Declaration of Authorship}
\input{dec_of_author.tex}
\phantomsection
\addcontentsline{toc}{chapter}{Acknowledgements}
\input{acknowledgements.tex}
\phantomsection
\addcontentsline{toc}{chapter}{Definitions and Abbreviations}
\chapter*{Definitions and Abbreviations}
\acuseall
\printacronyms[display=all,heading=section*,include=acronym,name=Acronyms]
\printacronyms[display=all,heading=section*,include=symbol,name=Symbols]
\cleardoublepage