Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 345
1
\documentclass[12pt, oneside]{report}
2
% Controls layout and margins, etc.
3
\usepackage[letterpaper, nomarginpar, head=0.5in, top=1.0in, left=1.0in, right=1.0in]{geometry}
4
\usepackage{pslatex} % Forces times new roman font
5
\usepackage{amsmath,amsfonts,amssymb,amscd,amsthm}
6
\usepackage{fancyhdr}
7
\pagestyle{fancy}
8
9
% Enables formatting of the TOC
10
\usepackage{tocloft}
11
\setlength{\cftbeforetoctitleskip}{-1em}
12
\renewcommand{\cfttoctitlefont}{}
13
\renewcommand\contentsname{\hfill TABLE OF CONTENTS \hfill}
14
\renewcommand{\cftaftertoctitle}{\hfill}
15
16
\setlength{\cftbeforelottitleskip}{-1em}
17
\renewcommand{\cftlottitlefont}{\hfill}
18
\renewcommand\listtablename{LIST OF TABLES}
19
\renewcommand{\cftafterlottitle}{\hfill}
20
21
\setlength{\cftbeforeloftitleskip}{-1em}
22
\renewcommand{\cftloftitlefont}{\hfill}
23
\renewcommand\listfigurename{LIST OF FIGURES}
24
\renewcommand{\cftafterloftitle}{\hfill}
25
26
\renewcommand{\cftchappresnum}{CHAPTER }
27
\renewcommand{\cftchapaftersnum}{.}
28
\renewcommand{\cftchapnumwidth}{8em}
29
\renewcommand{\cftchapleader}{\cftdotfill{\cftdotsep}}
30
\setlength{\cftsecindent}{8em}
31
\setlength{\cftsubsecindent}{10.3em}
32
33
\newcommand\addtotoc[1]{
34
\addcontentsline{toc}{chapter}{#1}}
35
\renewcommand{\thechapter}{\Roman{chapter}}
36
\renewcommand{\thesection}{\Alph{section}}
37
38
% Enables Chapters and Sections to be centered
39
\usepackage{sectsty}
40
\allsectionsfont{\centering}
41
42
% Enables the formatting of titles
43
\usepackage{titlesec}
44
45
\titleformat{\chapter}
46
{\normalfont\centering}
47
{\hfill\MakeUppercase\chaptertitlename\ \thechapter\hfill}{12pt}{}
48
\titlespacing*{\chapter}{0pt}{-25pt}{40pt}
49
50
\titleformat{\section}
51
{\normalfont\centering}
52
{\hfill\thesection\hfill}{12pt}{}
53
54
\titleformat{\subsection}
55
{\normalfont\centering}
56
{\hfill\thesubsection\hfill}{12pt}{}
57
58
\usepackage[pdfpagemode={UseOutlines},bookmarks=true,bookmarksopen=true,
59
bookmarksopenlevel=0,bookmarksnumbered=true,hypertexnames=false,
60
colorlinks,linkcolor={blue},citecolor={blue},urlcolor={red},
61
pdfstartview={FitV},unicode,breaklinks=true]{hyperref}
62
63
\usepackage[square, numbers, comma, sort&compress]{natbib} % Use the natbib reference package - read up on this to edit the reference style; if you want text (e.g. Smith et al., 2012) for the in-text references (instead of numbers), remove 'numbers'
64
\renewcommand{\bibname}{REFERENCES}
65
66
\usepackage{graphicx}
67
\usepackage{setspace}
68
\usepackage{xspace}
69
70
\newcommand\tab[1][0.9cm]{\hspace*{#1}} %Define tab command
71
72
% Enables embedding sage in LaTex
73
\usepackage{sagetex}
74
75
% Define commands for document variables
76
\newcommand*{\supervisor}[1]{\def\supname{#1}}
77
\newcommand*{\deptchair}[1]{\def\chairname{#1}}
78
\newcommand*{\dean}[1]{\def\deanname{#1}}
79
\newcommand*{\thesistitle}[1]{\def\ttitle{#1}}
80
\newcommand*{\committeememberone}[1]{\def\comnameA{#1}}
81
\newcommand*{\committeemembertwo}[1]{\def\comnameB{#1}}
82
\newcommand*{\committeememberthree}[1]{\def\comnameC{#1}}
83
\newcommand*{\degree}[1]{\def\degreename{#1}}
84
\newcommand*{\undergraddegree}[1]{\def\ugdegreename{#1}}
85
\newcommand*{\graddegree}[1]{\def\gdegreename{#1}}
86
\newcommand*{\authors}[1]{\def\authornames{#1}}
87
\newcommand*{\addresses}[1]{\def\addressnames{#1}}
88
\newcommand*{\university}[1]{\def\univname{#1}}
89
\newcommand*{\department}[1]{\def\deptname{#1}}
90
\newcommand*{\group}[1]{\def\groupname{#1}}
91
\newcommand*{\subject}[1]{\def\subjectname{#1}}
92
\newcommand*{\keywords}[1]{\def\keywordnames{#1}}
93
94
%----------------------------------------------------------------------------------------
95
% DOCUMENT VARIABLES
96
% Fill in the lines below to update the thesis template
97
% If you wish to cite each of the variables defined below, look at the
98
% section above for the citation command e.g. \examiner{} below is
99
% defined as \examname above so you cite it as \examname
100
%----------------------------------------------------------------------------------------
101
102
\thesistitle{INVESTIGATING THE ALON-TARSI CONJECTURE \\USING GRAPH POLYNOMIALS} % Your thesis title - this is used in the title and abstract
103
%-------------------------------------------------
104
\supervisor{Jaromy S. Kuhl, Ph.D.} % You supervisor's name - this is used in the signature page
105
%-------------------------------------------------
106
\deptchair{Jaromy S. Kuhl, Ph.D.} % You department chair's name - this is used in the signature page
107
%-------------------------------------------------
108
\dean{Richard S. Podemski, Ph.D.} % You dean's name - this is used in the signature page
109
%-------------------------------------------------
110
\committeememberone{Avinash Dalal, Ph.D.} % Your committee memeber's name - this is used in the signature page
111
%-------------------------------------------------
112
\committeemembertwo{Morris L. Marx, Ph.D.} % Your committee memeber's name - this is used in the signature page
113
%-------------------------------------------------
114
\committeememberthree{Rohan Hemasinha, Ph.D.} % Your committee memeber's name - this is used in the signature page
115
%-------------------------------------------------
116
\degree{Master of Science} % Your degree name - this is currently used in the title page
117
%-------------------------------------------------
118
\undergraddegree{B.S., University of Central Florida, 2006} % Your undergrad degree name - this is currently used in the title page
119
%-------------------------------------------------
120
\graddegree{} % Your graduate degree name - this is currently used in the title page (for dissertation only)
121
%-------------------------------------------------
122
\authors{Wayne Joseph Jacobson} % Your name - this is used in the title page, signature page, and abstract
123
%-------------------------------------------------
124
\addresses{} % Your address - this is not currently used anywhere in the template, cite it with \addressnames if you want it
125
%-------------------------------------------------
126
\subject{} % Your subject area - this is not currently used anywhere in the template, cite it with \subjectname if you want it
127
%-------------------------------------------------
128
\keywords{} % Keywords for your thesis - this is not currently used anywhere in the template, cite it with \keywordnames if you want it
129
%-------------------------------------------------
130
\university{\texorpdfstring{\href{http://www.uwf.edu} % Your university's URL
131
{The University of West Florida}} % Your university's name - this is currently used in the title page
132
{The University of West Florida}}
133
%-------------------------------------------------
134
\department{\texorpdfstring{\href{http://uwf.edu/cse/departments/mathematics-and-statistics/} % Your department's URL
135
{Department of Mathematics and Statistics}} % Your department's name - used in the title page
136
{Department of Mathematics and Statistics}}
137
%-------------------------------------------------
138
\group{\texorpdfstring{\href{http://uwf.edu/cse/} % Your research group's URL
139
{College of Science, Engineering, and Health}} % Your research group's name - this is currently used in the title page
140
{College of Science, Engineering, and Health}}
141
%-------------------------------------------------
142
143
\begin{document}
144
145
\pagenumbering{roman} % Use roman page numbering style (i, ii, iii, iv...) for the pre-content pages
146
%----------------------------------------------------------------------------------------
147
% TITLE PAGE
148
%----------------------------------------------------------------------------------------
149
\pagestyle{empty} % No headers or footers for the following pages
150
\setstretch{1.65} % Line spacing
151
152
\begin{titlepage}
153
\begin{center}
154
\ttitle
155
156
\vspace*{\fill}
157
by\\
158
\authornames \\
159
\ugdegreename \\
160
\vspace*{\fill}
161
162
\setstretch{1.0} % Line spacing
163
A thesis submitted to the \deptname \\
164
\groupname \\
165
\univname \\
166
In partial fulfillment of the requirements for the degree of\\
167
\degreename
168
169
\setstretch{1.65} % Line spacing
170
{\the\year} \\ % Date
171
172
\end{center}
173
\end{titlepage}
174
175
%----------------------------------------------------------------------------------------
176
% COPYRIGHT PAGE
177
%----------------------------------------------------------------------------------------
178
\pagestyle{empty} % No headers or footers for the following pages
179
\vspace*{\fill}
180
\begin{center}
181
\copyright \authornames
182
\end{center}
183
\vspace*{\fill}
184
\clearpage % Start a new page
185
186
%----------------------------------------------------------------------------------------
187
% SIGNATURE PAGE
188
%----------------------------------------------------------------------------------------
189
\pagestyle{empty} % No headers or footers for the following pages
190
The thesis of \authornames\xspace is approved:
191
\begin{center}
192
\begin{tabular}{ll}
193
\multicolumn{2}{c}{} \\
194
\rule{9cm}{1pt} & \rule{4cm}{1pt} \\
195
\comnameA, Committee Member & Date\\
196
&\\
197
\rule{9cm}{1pt} & \rule{4cm}{1pt} \\
198
\comnameB, Ph.D., Committee Member & Date\\
199
&\\
200
\rule{9cm}{1pt} & \rule{4cm}{1pt} \\
201
\supname, Committee Chair & Date\\
202
\end{tabular}
203
\end{center}
204
205
\vspace{3cm}
206
Accepted for the Department/Division:
207
\begin{center}
208
\begin{tabular}{ll}
209
\multicolumn{2}{c}{} \\
210
\rule{9cm}{1pt} & \rule{4cm}{1pt} \\
211
\chairname, Chair & Date
212
\end{tabular}
213
\end{center}
214
215
\vspace{2cm}
216
Accepted for the University:
217
\begin{center}
218
\begin{tabular}{ll}
219
\multicolumn{2}{c}{} \\
220
\rule{9cm}{1pt} & \rule{4cm}{1pt} \\
221
\deanname, Dean, Graduate School & Date
222
\end{tabular}
223
\end{center}
224
\clearpage % Start a new page
225
226
%----------------------------------------------------------------------------------------
227
% ACKNOWLEDGMENTS
228
%----------------------------------------------------------------------------------------
229
\pagestyle{plain}
230
\addtotoc{ACKNOWLEDGMENTS} % Add the "Acknowledgments" page entry to the Contents
231
\setstretch{1.65} % Line spacing
232
\begin{center}{ACKNOWLEDGMENTS}\end{center}
233
\tab I would like to thank The University of West Florida for giving me the opportunity to continue my
234
education. I would also like to thank the Department of Mathematics and Statistics in particular for
235
the rigor and level of the program that I have enjoyed over the past two years.\\
236
\tab I would also like to thank my family and friends for their help and support in my adventure. I would like to thank
237
my mother for her positive attitude and support, my father for all of his help during my studies and
238
tutoring sessions, and my wife for everything over the last two years.
239
\clearpage % Start a new page
240
241
%----------------------------------------------------------------------------------------
242
% LIST OF CONTENTS/FIGURES/TABLES PAGES
243
%----------------------------------------------------------------------------------------
244
\pagestyle{plain}
245
\setstretch{1.0} % Line spacing
246
\tableofcontents
247
\clearpage
248
249
\listoftables % Write out the List of Tables
250
\addtotoc{LIST OF TABLES} % Add the "LOT" page entry to the Contents
251
\clearpage % Start a new page
252
253
\listoffigures % Write out the List of Figures
254
\addtotoc{LIST OF FIGURES} % Add the "LOF" page entry to the Contents
255
\clearpage % Start a new page
256
257
%----------------------------------------------------------------------------------------
258
% ABSTRACT PAGE
259
%----------------------------------------------------------------------------------------
260
\pagestyle{plain}
261
\addtotoc{ABSTRACT} % Add the "Abstract" page entry to the Contents
262
263
\begin{center}
264
ABSTRACT\\
265
\setstretch{1.65} % Line spacing
266
\ttitle
267
\setstretch{1.0} % Line spacing
268
\\
269
\setstretch{1.65} % Line spacing
270
\authornames
271
\end{center}
272
\setstretch{1.65} % Line spacing
273
\tab A number of works have been published trying to prove the Alon-Tarsi conjecture, and
274
different methods have been used to try to determine the total number of latin squares, as well as
275
the number of even and odd latin squares, of order $n$. In this thesis we develop a new method for
276
attacking these problems.\\
277
\tab In Chapter One we discuss the history of latin squares and graph polynomials along with
278
definitions and examples for reference. We also discuss a number of theorems and conjectures in
279
this field of research. Of particular interest are the results given by Douglas S. Stones, and the
280
Huang-White conjecture, which gives very solid connections to the Alon-Tarsi conjecture.\\
281
\tab In Chapter Two we discuss some of the results from the paper, \textit{Combinatorial Nullstellensatz},
282
by Noga Alon. The motivation for using graph polynomials to determine the number of latin
283
squares of order $n$ comes from this paper.\\
284
\tab The third and fourth chapters contain results about graph polynomials and latin squares. Here
285
we use the graph polynomial of the Rook graph to find the exact number of latin squares of order $n$.
286
\clearpage % Start a new page
287
288
\pagenumbering{arabic}
289
%----------------------------------------------------------------------------------------
290
% THESIS CONTENT - CHAPTERS
291
%----------------------------------------------------------------------------------------
292
\pagestyle{fancy}
293
\input{./Chapters/Chapter1}
294
\input{./Chapters/Chapter2}
295
296
%----------------------------------------------------------------------------------------
297
% BIBLIOGRAPHY
298
%----------------------------------------------------------------------------------------
299
%\pagestyle{plain}
300
\bibliographystyle{unsrtnat} % Use the "unsrtnat" BibTeX style for formatting the Bibliography
301
\bibliography{Bibliography} % The references information are stored in the file "Bibliography.bib"
302
\addtotoc{REFERENCES}
303
304
%----------------------------------------------------------------------------------------
305
% THESIS CONTENT - APPENDICES
306
%----------------------------------------------------------------------------------------
307
\pagestyle{plain}
308
\addtotoc{APPENDIXES}
309
\appendix % Cue to tell LaTeX that the following 'chapters' are Appendices
310
\input{./Appendices/AppendixA}
311
312
\end{document}
313