-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiss_rep.tex
94 lines (79 loc) · 2.97 KB
/
diss_rep.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
\documentclass[12pt]{ociamthesis} % default square logo
%\documentclass[12pt,beltcrest]{ociamthesis} % use old belt crest logo
%\documentclass[12pt,shieldcrest]{ociamthesis} % use older shield crest logo
%load any additional packages
\usepackage{nicematrix}
\usepackage{multirow}
\usepackage[normalem]{ulem}
\useunder{\uline}{\ul}{}
\usepackage{multicol}
\usepackage{caption}
\usepackage[edges]{forest}
\usepackage{graphicx,wrapfig,lipsum}
\usepackage{amsmath,empheq}
\usepackage{dirtree}
\usepackage{chemmacros}
\usepackage{titlesec}
\usepackage{breqn}
\usepackage{amsthm}
\usepackage[style=numeric,backend=biber]{biblatex}
\addbibresource{bibliographydiss.bib}
\usepackage{tikz}
\def\checkmark{\tikz\fill[scale=0.4](0,.35) -- (.25,0) -- (1,.7) -- (.25,.15) -- cycle;}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{hyperref}
\usepackage[ruled]{algorithm2e}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{cancel}
\usepackage{epstopdf}
\usepackage{mathtools}
\usepackage{float}
\usepackage{subcaption}
\usepackage{setspace}
\usepackage{bm}
\usepackage[export]{adjustbox}
\usepackage{relsize}
\usepackage{listings}
\usepackage[toc,page]{appendix}
%input macros (i.e. write your own macros file called mymacros.tex
%and uncomment the next line)
%\include{mymacros}
\title{Gene Expression Time Delays in Reaction-Diffusion Systems} %your thesis title} %note \\[1ex] is a line break in the title
\author{Alec Sargood} %your name
\college{St Anne's College} %your college
%\renewcommand{\submittedtext}{change the default text here if needed}
\degree{MSc Mathematical Modelling and Scientific Computing} %the degree
\degreedate{Trinity 2021} %the degree date
%end the preamble and start the document
\begin{document}
%this baselineskip gives sufficient line spacing for an examiner to easily
%markup the thesis with comments
\baselineskip=18pt plus1pt
%set the number of sectioning levels that get number and appear in the contents
\setcounter{secnumdepth}{1}
\setcounter{tocdepth}{1}
\maketitle % create a title page from the preamble info
\include{dedication} % include a dedication.tex file
\include{acknowledgements} % include an acknowledgements.tex file
\include{abstract} % include the abstract
\begin{romanpages} % start roman page numbering
\tableofcontents % generate and include a table of contents
\end{romanpages} % end roman page numbering
%now include the files of latex for each of the chapters etc
\include{intro}
\include{fixdel2}
\include{distdel}
\include{conclusion}
%now enable appendix numbering format and include any appendices
\appendix
\include{appendixA}
\include{appendixB}
%next line adds the Bibliography to the contents page
\addcontentsline{toc}{chapter}{Bibliography}
%uncomment next line to change bibliography name to references
\printbibliography
%use a bibtex bibliography file refs.bib
%\bibliographystyle{plain} %use the plain bibliography style
\end{document}