-
Notifications
You must be signed in to change notification settings - Fork 4
/
main.tex
315 lines (252 loc) · 12.5 KB
/
main.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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Masters/Doctoral Thesis
% LaTeX Template
% Version 3.0 (2021/06/03)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Version 2.x major modifications by:
% Vel ([email protected])
%
% Version 3.x major modifications by:
% urfdvw ([email protected])
%
% This template is based on a template by:
% Steve Gunn (http://users.ecs.soton.ac.uk/srg/softwaretools/document/templates/)
% Sunil Patel (http://www.sunilpatel.co.uk/thesis-template/)
% Avi Srivastava (https://github.com/k3yavi/thesis)
%
% Template license:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[
12pt, % The default document font size, options: 10pt, 11pt, 12pt
oneside, % Two side (alternating margins) for binding by default, uncomment to switch to one side
% chapterinoneline,% Have the chapter title next to the number in one single line
english, % ngerman for German
doublespacing, % Single line spacing, choose from: singlespacing, onehalfspacing or doublespacing
% draft, % Uncomment to enable draft mode (no pictures, no links, overfull hboxes indicated)
%nolistspacing, % If the document is onehalfspacing or doublespacing, uncomment this to set spacing in lists to single
liststotoc, % Uncomment to add the list of figures/tables/etc to the table of contents
%toctotoc, % Uncomment to add the main table of contents to the table of contents
% parskip, % Uncomment to add space between paragraphs
% nohyperref, % Uncomment to not load the hyperref package
% headsepline, % Uncomment to get a line under the header
]{main} % The class file specifying the document structure
%----------------------------------------------------------------------------------------
% Default Packages
%----------------------------------------------------------------------------------------
\usepackage[utf8]{inputenc} % Required for inputting international characters
\usepackage[T1]{fontenc} % Output font encoding for international characters
\usepackage{palatino} % Use the Palatino font by default
\usepackage[backend=bibtex,style=numeric,natbib=true]{biblatex} % Use the bibtex backend with the authoryear citation style (which resembles APA)
\usepackage[autostyle=true]{csquotes} % Required to generate language-dependent quotes in the bibliography
\addbibresource{main.bib} % The filename of the bibliography
%----------------------------------------------------------------------------------------
% Your Packages
%----------------------------------------------------------------------------------------
\usepackage{amsmath}
\usepackage{amssymb}
%----------------------------------------------------------------------------------------
% MARGIN SETTINGS
%----------------------------------------------------------------------------------------
\geometry{
paper=a4paper, % Change to letterpaper for US letter
inner=2.5cm, % Inner margin
outer=3.8cm, % Outer margin
bindingoffset=0cm, % Binding offset
left=1in,
right=1in,
top=0.5in, % Top margin
bottom=1in, % Bottom margin
%showframe,% show how the type block is set on the page
}
%----------------------------------------------------------------------------------------
% THESIS INFORMATION
%----------------------------------------------------------------------------------------
\thesistitle{Thesis Title}
% Your thesis title, this is used in the title and abstract, print it elsewhere with \ttitle
\supervisor{Supervisor's Name} % Your supervisor's name, this is used in the title page, print it elsewhere with \supname
\examinerO{Chairperson's Name} % Your examiner's name, this is not currently used anywhere in the template, print it elsewhere with \examname
\examinerTh{3rd Examiner's Name} % Your examiner's name, this is not currently used anywhere in the template, print it elsewhere with \examname
\examinerJr{4th Examiner's Name} % Your examiner's name, this is not currently used anywhere in the template, print it elsewhere with \examname
\degree{Doctor of Philosophy} % Your degree name, this is used in the title page and abstract, print it elsewhere with \degreename
\author{Author's Name} % Your name, this is used in the title page and abstract, print it elsewhere with \authorname
\addresses{} % Your address, this is not currently used anywhere in the template, print it elsewhere with \addressname
\subject{Subject Area} % Your subject area, this is not currently used anywhere in the template, print it elsewhere with \subjectname
\keywords{key, word} % Keywords for your thesis, this is not currently used anywhere in the template, print it elsewhere with \keywordnames
\university{\href{http://www.stonybrook.edu/}{Stony Brook University}} % Your university's name and URL, this is used in the title page and abstract, print it elsewhere with \univname
\department{{Full Name of Degree Program}} % Your department's name and URL, this is used in the title page and abstract, print it elsewhere with \deptname
\group{{Your Lab}} % Your research group's name and URL, this is used in the title page, print it elsewhere with \groupname
\faculty{{Faculty name}} % Your faculty's name and URL, this is used in the title page and abstract, print it elsewhere with \facname
\hypersetup{pdftitle=\ttitle} % Set the PDF's title to your title
\hypersetup{pdfauthor=\authorname} % Set the PDF's author to your name
\hypersetup{pdfkeywords=\keywordnames} % Set the PDF's keywords to your keywords
\begin{document}
\begin{singlespace}
\frontmatter % Use roman page numbering style (i, ii, iii, iv...) for the pre-content pages
\pagestyle{plain} % Default to the plain heading style until the thesis style is called for the body content
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\begin{titlepage}
\begin{center}
% {\scshape\LARGE \univname\par}\vspace{1.5cm} % University name
% \textsc{\Large Preliminary Examination --- Defense Proposal}\\[0.5cm] % Thesis type
\HRule \\[0.4cm] % Horizontal line
{\huge \bfseries \ttitle\par}\vspace{0.4cm} % Thesis title
\HRule \\[1.5cm] % Horizontal line
\large A Dissertation presented \\[0.5cm]
by \\[0.5cm]
\textbf{{\authorname}} \\[0.5cm]
to \\[0.5cm]
The Graduate School \\[0.5cm]
in Partial Fulfillment of the \\[0.5cm]
Requirements \\[0.5cm]
for the Degree of \\[0.5cm]
\textbf{ \degreename}\\[0.5cm] % University requirement text
in\\[0.5cm]
% \groupname\\
\textbf{\deptname} \\[1cm]
\univname\\[1cm] % Research group name and department name
\textbf{\large December 2020}\\[4cm] % Date
%\includegraphics{Logo} % University/department logo - uncomment to place it
\vfill
\end{center}
\end{titlepage}
%----------------------------------------------------------------------------------------
% copyright PAGE
%----------------------------------------------------------------------------------------
% https://tex.stackexchange.com/a/7357/149353
\pagenumbering{gobble}
% https://tex.stackexchange.com/a/300368/149353
\vspace*{\fill}
\begin{center}
Copyright by\\
Your Name\\
2021\\
\end{center}
\newpage
\pagenumbering{roman}
%----------------------------------------------------------------------------------------
% DECLARATION PAGE
%----------------------------------------------------------------------------------------
\setcounter{page}{2}
\begin{center}
\textbf{\univname}\\[0.5cm]
The Graduate School\\[2cm]
\textbf{\authorname}\\[2cm]
We, the dissertation committee for the above candidate for the \\[0.5cm]
Doctor of Philosophy degree, hereby recommend \\[0.5cm]
acceptance of this dissertation. \\[1cm]
\textbf{{\supname} -- Dissertation Advisor\\
Include title and department}\\ [1cm]
\textbf{{\examinerOname} -- Chairperson of Defense\\
Include title and department}\\ [1cm]
\textbf{{\examinerThname}\\
Include title and department}\\ [1cm]
\textbf{{\examinerJrname}\\
Include title and department}\\ [1cm]
This dissertation is accepted by the Graduate School\\ [2cm]
Eric Wertheimer\\ [0.5cm]
Dean of the Graduate School\\ [0.5cm]
\end{center}
%----------------------------------------------------------------------------------------
% ABSTRACT PAGE
%----------------------------------------------------------------------------------------
\renewcommand{\abstractname}{Abstract of the Dissertation}
\begin{center}
\section*{\abstractname}
% \addchaptertocentry{\abstractname} % Add the abstract to the table of contents
% Abstract of the Dissertation \\ [0.5cm]
\textbf{\ttitle} \\ [0.5cm]
by \\ [0.5cm]
\textbf{\authorname} \\ [0.5cm]
\textbf{Doctor of Philosophy} \\ [0.5cm]
in \\ [0.5cm]
\textbf{\deptname} \\ [0.5cm]
\univname \\ [0.5cm]
2020 \\ [0.5cm]
\end{center}
\input{Chapters/Abstract}
\end{singlespace}
\newpage
% \end{abstract}
%----------------------------------------------------------------------------------------
% QUOTATION PAGE
%----------------------------------------------------------------------------------------
\vspace*{0.2\textheight}
\noindent\enquote{\itshape
If there is a quotation in your mind, but you don't know who said that, just say it was I that said it.
}\bigbreak
\hfill --Roson
%----------------------------------------------------------------------------------------
% LIST OF CONTENTS/FIGURES/TABLES PAGES
%----------------------------------------------------------------------------------------
\tableofcontents % Prints the main table of contents
\listoffigures % Prints the list of figures
\listoftables % Prints the list of tables
% ----------------------------------------------------------------------------------------
% ABBREVIATIONS
% ----------------------------------------------------------------------------------------
\input{Chapters/Abbr}
%----------------------------------------------------------------------------------------
% ACKNOWLEDGMENTS
%----------------------------------------------------------------------------------------
\input{Chapters/Ack}
%----------------------------------------------------------------------------------------
% PHYSICAL CONSTANTS/OTHER DEFINITIONS
%----------------------------------------------------------------------------------------
% \begin{constants}{lr@{${}={}$}l} % The list of physical constants is a three column table
%
% % The \SI{}{} command is provided by the siunitx package, see its documentation for instructions on how to use it
%
% Speed of Light & $c_{0}$ & \SI{2.99792458e8}{\meter\per\second} (exact)\\
% %Constant Name & $Symbol$ & $Constant Value$ with units\\
%
% \end{constants}
%----------------------------------------------------------------------------------------
% SYMBOLS
%----------------------------------------------------------------------------------------
% \begin{symbols}{lll} % Include a list of Symbols (a three column table)
%
% $a$ & distance & \si{\meter} \\
% $P$ & power & \si{\watt} (\si{\joule\per\second}) \\
% %Symbol & Name & Unit \\
%
% \addlinespace % Gap to separate the Roman symbols from the Greek
%
% $\omega$ & angular frequency & \si{\radian} \\
%
% \end{symbols}
%----------------------------------------------------------------------------------------
% DEDICATION
%----------------------------------------------------------------------------------------
\dedicatory{For/Dedicated to/To my\ldots}
%----------------------------------------------------------------------------------------
% THESIS CONTENT - CHAPTERS
%----------------------------------------------------------------------------------------
\mainmatter % Begin numeric (1,2,3...) page numbering
\pagestyle{thesis} % Return the page headers back to the "thesis" style
\input{Chapters/Intro}
\input{Chapters/Chapter01}
%----------------------------------------------------------------------------------------
% BIBLIOGRAPHY
%----------------------------------------------------------------------------------------
{
\begin{singlespace}
\setlength\bibitemsep{2\itemsep}
\printbibliography[heading=bibintoc]
\end{singlespace}
}
%----------------------------------------------------------------------------------------
% THESIS CONTENT - APPENDICES
%----------------------------------------------------------------------------------------
\appendix % Cue to tell LaTeX that the following "chapters" are Appendices
\input{Appendices/AppendixA}
\end{document}