-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paththesis.tex
More file actions
208 lines (159 loc) · 5.35 KB
/
Copy paththesis.tex
File metadata and controls
208 lines (159 loc) · 5.35 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
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
%%
%% JMU Honors College Format Style
%%
%% This file was crafted originally
%% by Daniel O. Awduche, Christopher A. St. Jean and Muhammad Abdulla
%% at George Mason University.
%% The file was modified for the JMU honors college format
%% by Kevin Molloy.
%%
%% Notes on usage can be found in the accompanying USAGE_NOTES.txt file.
%%
%%**********************************************************************
%% Legal Notice:
%% This code is offered as-is without any warranty either
%% expressed or implied; without even the implied warranty of
%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE!
%% User assumes all risk.
%% In no event shall any contributor to this code be liable for any damages
%% or losses, including, but not limited to, incidental, consequential, or
%% any other damages, resulting from the use or misuse of any information
%% contained here.
%%**********************************************************************
%%
\documentclass[12 pt]{report}
%% The file ``thesis.sty'' is the JMU honors college latex style file and
%% should be placed in the same directory as your LaTeX files
\usepackage{ctable}
\usepackage{thesis}
%%
%% other packages that need to be loaded
%%
\usepackage{graphicx} % for imported graphics
\usepackage{amsmath} %%
\usepackage{amsfonts} %% for AMS mathematics
\usepackage{amssymb} %%
\usepackage{amsthm} %%
\usepackage[normalem]{ulem} % a nice standard underline package
\usepackage[noadjust,verbose,sort]{cite} % arranges reference citations neatly
\usepackage{setspace} % for line spacing commands
\usepackage{times}
%\setromanfont{Times New Roman}
\graphicspath{{./figs/}} %% Where the figures live
\beforedoc
\begin{document}
%% In this section, all of the user-specific fields to be used in the
%% title pages are set
\title{First line of the title\\
second line of the title}
\onelinetitle{The complete title is to be repeated here without any line
breaks for the second page and for the abstract page}
\author{Student}
\degree{Bachelor of Science}
\doctype{Thesis}
\dept{Computer Science}
\discipline{Computer Science}
\submitdate{June 2020}
\degreeyear{}
% Note: semester name should be written in its full-form. For example, Fall Semester, not just Fall.
\degreesemester{Semester}
\advisor{Dee A.B Weikle, Ph.D}
\advisorrank{Associate Professor}
\advisordept{Computer Science}
\firstmember{Michael S. Kirkpatrick, Ph.D}
\firstmemberRole{Reader}
\firstrank{Associate Professor}
\firstdept{Computer Science}
\secondmember{Christopher S. Mayfield, Ph.D}
\secondmemberRole{Reader}
\secondrank{Associate Professor}
\seconddept{Computer Science}
\thirdmember{Angela W. Webb, Ph.D}
\thirdmemberRole{Reader}
\thirdrank{Assistant Professor}
\thirddept{MSME}
\presentLocation{ISAT/CS Room 246}
\presentDate{April 20, 2020}
\deanHonorsCollege{Bradley R. Newcomer, Ph.D.}
%%
%% Introductory pages
%%
% Note: The signature sheet is set according to the requirements of the Volgenau School of
% Information Technology and Engineering. If your college/school requirement is different,
% please make appropriate changes in the "signaturepage" section of gmudissertation.sty file.
\signaturepage
%\titlepage
% copyright technically optional but should be included in to avoid potential pagination problems
\copyrightpage
%%
%% Dedication page
%%
\dedicationpage
\noindent I dedicate this dissertation to ...
I dedicate this dissertation to ...
I dedicate this dissertation to ...
I dedicate this dissertation to ...
I dedicate this dissertation to ...
I dedicate this dissertation to ...
I dedicate this dissertation to ...
\noindent I would like to thank the following people who made this possible ...
I would like to thank the following people who made this possible ...
%%
%% Table of contents, list of tables, and lists of figures
%%
\tableofcontents
\listoftables
\listoffigures
%%
%% Acknowledgements
%%
\acknowledgementspage
%%
%% Abstract
%%
\abstractpage
The first page of the abstract
%% Be sure to leave a line of whitespace immediately before this line!!!!!
%% (If this comment segment runs together with the preceeding text, you might
%% see the second page of the abstract numbered "0".)
%%
%% If the abstract is more than one page, then place this line PRECISELY
%% at the page break; otherwise, comment it out. (See note about this line
%% in the usage notes.)
%%
%\abstractmultiplepage
%
%The second page of the abstract
%
%
%
%%
%% the main body of the dissertation
%%
\startofchapters
%% include the chapters one by one (or paste the chapter text in directly if desired)
\include{chapterOne}
%\include{chapterTwo}
%\include{chapterThree}
%\include{chapterFour}
%% Note: appendix is now put before bibliography.
%% include the following directives if there are any appendices
\appendix
\appendixeqnumbering
\include{Appendix}
%%
%% bibliography
%%
%% list all of the BibTeX files here for the WinEdt project (if applicable)
%GATHER{bibfile.bib}
%% any bibliography style can be used, but IEEEtran.bst is ideally suited to
%% electrical engineering references
\bibliographystyle{IEEEtran}
\bibliography{IEEEfull,bibfile}
%%
%% curriculum vitae
%%
%\cvpage
%\noindent Include your \emph{curriculum vitae} here detailing your background,
%education, and professional experience.
\end{document}