-
Notifications
You must be signed in to change notification settings - Fork 0
/
Thesis.tex
106 lines (85 loc) · 2.69 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
\documentclass{dissertation}
\usepackage[version=4]{mhchem}
\usepackage{siunitx}
\usepackage{listings}
\usepackage{pdflscape}
\usepackage{enumitem}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage[final]{pdfpages}
\usepackage{booktabs}
\usepackage{longtable}
\usepackage{rotating}
\usepackage{makecell}
\usepackage{makecell}
\usepackage{multirow}
\usepackage{setspace}
\usepackage{nameref}
\usepackage{caption}
\usepackage{subcaption}
\usepackage[acronym]{glossaries}
\usepackage{float}
\usepackage[justification=centering]{caption}
\makeglossaries
\theoremstyle{definition}
\newtheorem*{objective}{Objective}
\theoremstyle{remark}
\newtheorem*{constraint}{Constraints}
\newcommand{\ra}[1]{\renewcommand{\arraystretch}{#1}}
\newcommand{\compresslist}{
\setlength{\itemsep}{1pt}
\setlength{\parskip}{0pt}
\setlength{\parsep}{0pt}
}
\onehalfspacing
\renewcommand*{\lstlistlistingname}{List of Listings}
\begin{document}
%% Specify the title and author of the thesis. This information will be used on
%% the title page (in title/title.tex) and in the metadata of the final PDF.\documentclass{dissertation}
% Format: \title[Optional Subtitle]{Title}
\title{Coupled Radiation Transport and Mobile Depletion for Health Physics and Environmental Impact Applications}
\author{Kevin}{Sawatzky}
%% Use Roman numerals for the page numbers of the title pages and table of
%% contents.
\frontmatter
\doublespacing
\include{title/title}
\setcounter{page}{2}
\include{frontmatter/exam_info}
%% The (optional) dedication can be used to thank someone or display a
%% significant quotation.
% \dedication{\epigraph{This perpetual motion machine she made today is a joke, it just keeps going faster and faster... \\ Lisa ... In this house, we OBEY the laws of thermodynamics!}{Homer Simpson}}
\include{abstract/abstract}
\include{frontmatter/declaration}
\include{frontmatter/contributions}
\include{acks/acks}
\tableofcontents
\listoffigures
\listoftables
\addcontentsline{toc}{chapter}{List of Listings}
\lstlistoflistings
\include{frontmatter/acronyms}
%\onehalfspacing
\doublespacing
% \include{preface/preface}
% \include{summary/summary}
%% Use Arabic numerals for the page numbers of the chapters.
\mainmatter
%% Turn on thumb indices.
%\thumbtrue
\include{chapters/1_introduction}
\include{chapters/2_work_state}
\include{chapters/3_lit_review}
\include{chapters/4_solver}
\include{chapters/5_verification}
\include{chapters/6_demos}
\include{chapters/7_conclusions}
\include{chapters/8_recommendations}
\references{dissertation.bib}
%% Use letters for the chapter numbers of the appendices.
\appendix
%% Turn off thumb indices for unnumbered chapters.
\thumbfalse
% \include{cv/cv}
\include{publications/publications}
\end{document}