Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
Project: Sage cloud templates
Views: 480\documentclass[12pt, oneside]{report}1% Controls layout and margins, etc.2\usepackage[letterpaper, nomarginpar, head=0.5in, top=1.0in, left=1.0in, right=1.0in]{geometry}3\usepackage{pslatex} % Forces times new roman font4\usepackage{amsmath,amsfonts,amssymb,amscd,amsthm}5\usepackage{fancyhdr}6\pagestyle{fancy}78% Enables formatting of the TOC9\usepackage{tocloft}10\setlength{\cftbeforetoctitleskip}{-1em}11\renewcommand{\cfttoctitlefont}{}12\renewcommand\contentsname{\hfill TABLE OF CONTENTS \hfill}13\renewcommand{\cftaftertoctitle}{\hfill}1415\setlength{\cftbeforelottitleskip}{-1em}16\renewcommand{\cftlottitlefont}{\hfill}17\renewcommand\listtablename{LIST OF TABLES}18\renewcommand{\cftafterlottitle}{\hfill}1920\setlength{\cftbeforeloftitleskip}{-1em}21\renewcommand{\cftloftitlefont}{\hfill}22\renewcommand\listfigurename{LIST OF FIGURES}23\renewcommand{\cftafterloftitle}{\hfill}2425\renewcommand{\cftchappresnum}{CHAPTER }26\renewcommand{\cftchapaftersnum}{.}27\renewcommand{\cftchapnumwidth}{8em}28\renewcommand{\cftchapleader}{\cftdotfill{\cftdotsep}}29\setlength{\cftsecindent}{8em}30\setlength{\cftsubsecindent}{10.3em}3132\newcommand\addtotoc[1]{33\addcontentsline{toc}{chapter}{#1}}34\renewcommand{\thechapter}{\Roman{chapter}}35\renewcommand{\thesection}{\Alph{section}}3637% Enables Chapters and Sections to be centered38\usepackage{sectsty}39\allsectionsfont{\centering}4041% Enables the formatting of titles42\usepackage{titlesec}4344\titleformat{\chapter}45{\normalfont\centering}46{\hfill\MakeUppercase\chaptertitlename\ \thechapter\hfill}{12pt}{}47\titlespacing*{\chapter}{0pt}{-25pt}{40pt}4849\titleformat{\section}50{\normalfont\centering}51{\hfill\thesection\hfill}{12pt}{}5253\titleformat{\subsection}54{\normalfont\centering}55{\hfill\thesubsection\hfill}{12pt}{}5657\usepackage[pdfpagemode={UseOutlines},bookmarks=true,bookmarksopen=true,58bookmarksopenlevel=0,bookmarksnumbered=true,hypertexnames=false,59colorlinks,linkcolor={blue},citecolor={blue},urlcolor={red},60pdfstartview={FitV},unicode,breaklinks=true]{hyperref}6162\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'63\renewcommand{\bibname}{REFERENCES}6465\usepackage{graphicx}66\usepackage{setspace}67\usepackage{xspace}6869\newcommand\tab[1][0.9cm]{\hspace*{#1}} %Define tab command7071% Enables embedding sage in LaTex72\usepackage{sagetex}7374% Define commands for document variables75\newcommand*{\supervisor}[1]{\def\supname{#1}}76\newcommand*{\deptchair}[1]{\def\chairname{#1}}77\newcommand*{\dean}[1]{\def\deanname{#1}}78\newcommand*{\thesistitle}[1]{\def\ttitle{#1}}79\newcommand*{\committeememberone}[1]{\def\comnameA{#1}}80\newcommand*{\committeemembertwo}[1]{\def\comnameB{#1}}81\newcommand*{\committeememberthree}[1]{\def\comnameC{#1}}82\newcommand*{\degree}[1]{\def\degreename{#1}}83\newcommand*{\undergraddegree}[1]{\def\ugdegreename{#1}}84\newcommand*{\graddegree}[1]{\def\gdegreename{#1}}85\newcommand*{\authors}[1]{\def\authornames{#1}}86\newcommand*{\addresses}[1]{\def\addressnames{#1}}87\newcommand*{\university}[1]{\def\univname{#1}}88\newcommand*{\department}[1]{\def\deptname{#1}}89\newcommand*{\group}[1]{\def\groupname{#1}}90\newcommand*{\subject}[1]{\def\subjectname{#1}}91\newcommand*{\keywords}[1]{\def\keywordnames{#1}}9293%----------------------------------------------------------------------------------------94% DOCUMENT VARIABLES95% Fill in the lines below to update the thesis template96% If you wish to cite each of the variables defined below, look at the97% section above for the citation command e.g. \examiner{} below is98% defined as \examname above so you cite it as \examname99%----------------------------------------------------------------------------------------100101\thesistitle{INVESTIGATING THE ALON-TARSI CONJECTURE \\USING GRAPH POLYNOMIALS} % Your thesis title - this is used in the title and abstract102%-------------------------------------------------103\supervisor{Jaromy S. Kuhl, Ph.D.} % You supervisor's name - this is used in the signature page104%-------------------------------------------------105\deptchair{Jaromy S. Kuhl, Ph.D.} % You department chair's name - this is used in the signature page106%-------------------------------------------------107\dean{Richard S. Podemski, Ph.D.} % You dean's name - this is used in the signature page108%-------------------------------------------------109\committeememberone{Avinash Dalal, Ph.D.} % Your committee memeber's name - this is used in the signature page110%-------------------------------------------------111\committeemembertwo{Morris L. Marx, Ph.D.} % Your committee memeber's name - this is used in the signature page112%-------------------------------------------------113\committeememberthree{Rohan Hemasinha, Ph.D.} % Your committee memeber's name - this is used in the signature page114%-------------------------------------------------115\degree{Master of Science} % Your degree name - this is currently used in the title page116%-------------------------------------------------117\undergraddegree{B.S., University of Central Florida, 2006} % Your undergrad degree name - this is currently used in the title page118%-------------------------------------------------119\graddegree{} % Your graduate degree name - this is currently used in the title page (for dissertation only)120%-------------------------------------------------121\authors{Wayne Joseph Jacobson} % Your name - this is used in the title page, signature page, and abstract122%-------------------------------------------------123\addresses{} % Your address - this is not currently used anywhere in the template, cite it with \addressnames if you want it124%-------------------------------------------------125\subject{} % Your subject area - this is not currently used anywhere in the template, cite it with \subjectname if you want it126%-------------------------------------------------127\keywords{} % Keywords for your thesis - this is not currently used anywhere in the template, cite it with \keywordnames if you want it128%-------------------------------------------------129\university{\texorpdfstring{\href{http://www.uwf.edu} % Your university's URL130{The University of West Florida}} % Your university's name - this is currently used in the title page131{The University of West Florida}}132%-------------------------------------------------133\department{\texorpdfstring{\href{http://uwf.edu/cse/departments/mathematics-and-statistics/} % Your department's URL134{Department of Mathematics and Statistics}} % Your department's name - used in the title page135{Department of Mathematics and Statistics}}136%-------------------------------------------------137\group{\texorpdfstring{\href{http://uwf.edu/cse/} % Your research group's URL138{College of Science, Engineering, and Health}} % Your research group's name - this is currently used in the title page139{College of Science, Engineering, and Health}}140%-------------------------------------------------141142\begin{document}143144\pagenumbering{roman} % Use roman page numbering style (i, ii, iii, iv...) for the pre-content pages145%----------------------------------------------------------------------------------------146% TITLE PAGE147%----------------------------------------------------------------------------------------148\pagestyle{empty} % No headers or footers for the following pages149\setstretch{1.65} % Line spacing150151\begin{titlepage}152\begin{center}153\ttitle154155\vspace*{\fill}156by\\157\authornames \\158\ugdegreename \\159\vspace*{\fill}160161\setstretch{1.0} % Line spacing162A thesis submitted to the \deptname \\163\groupname \\164\univname \\165In partial fulfillment of the requirements for the degree of\\166\degreename167168\setstretch{1.65} % Line spacing169{\the\year} \\ % Date170171\end{center}172\end{titlepage}173174%----------------------------------------------------------------------------------------175% COPYRIGHT PAGE176%----------------------------------------------------------------------------------------177\pagestyle{empty} % No headers or footers for the following pages178\vspace*{\fill}179\begin{center}180\copyright \authornames181\end{center}182\vspace*{\fill}183\clearpage % Start a new page184185%----------------------------------------------------------------------------------------186% SIGNATURE PAGE187%----------------------------------------------------------------------------------------188\pagestyle{empty} % No headers or footers for the following pages189The thesis of \authornames\xspace is approved:190\begin{center}191\begin{tabular}{ll}192\multicolumn{2}{c}{} \\193\rule{9cm}{1pt} & \rule{4cm}{1pt} \\194\comnameA, Committee Member & Date\\195&\\196\rule{9cm}{1pt} & \rule{4cm}{1pt} \\197\comnameB, Ph.D., Committee Member & Date\\198&\\199\rule{9cm}{1pt} & \rule{4cm}{1pt} \\200\supname, Committee Chair & Date\\201\end{tabular}202\end{center}203204\vspace{3cm}205Accepted for the Department/Division:206\begin{center}207\begin{tabular}{ll}208\multicolumn{2}{c}{} \\209\rule{9cm}{1pt} & \rule{4cm}{1pt} \\210\chairname, Chair & Date211\end{tabular}212\end{center}213214\vspace{2cm}215Accepted for the University:216\begin{center}217\begin{tabular}{ll}218\multicolumn{2}{c}{} \\219\rule{9cm}{1pt} & \rule{4cm}{1pt} \\220\deanname, Dean, Graduate School & Date221\end{tabular}222\end{center}223\clearpage % Start a new page224225%----------------------------------------------------------------------------------------226% ACKNOWLEDGMENTS227%----------------------------------------------------------------------------------------228\pagestyle{plain}229\addtotoc{ACKNOWLEDGMENTS} % Add the "Acknowledgments" page entry to the Contents230\setstretch{1.65} % Line spacing231\begin{center}{ACKNOWLEDGMENTS}\end{center}232\tab I would like to thank The University of West Florida for giving me the opportunity to continue my233education. I would also like to thank the Department of Mathematics and Statistics in particular for234the rigor and level of the program that I have enjoyed over the past two years.\\235\tab I would also like to thank my family and friends for their help and support in my adventure. I would like to thank236my mother for her positive attitude and support, my father for all of his help during my studies and237tutoring sessions, and my wife for everything over the last two years.238\clearpage % Start a new page239240%----------------------------------------------------------------------------------------241% LIST OF CONTENTS/FIGURES/TABLES PAGES242%----------------------------------------------------------------------------------------243\pagestyle{plain}244\setstretch{1.0} % Line spacing245\tableofcontents246\clearpage247248\listoftables % Write out the List of Tables249\addtotoc{LIST OF TABLES} % Add the "LOT" page entry to the Contents250\clearpage % Start a new page251252\listoffigures % Write out the List of Figures253\addtotoc{LIST OF FIGURES} % Add the "LOF" page entry to the Contents254\clearpage % Start a new page255256%----------------------------------------------------------------------------------------257% ABSTRACT PAGE258%----------------------------------------------------------------------------------------259\pagestyle{plain}260\addtotoc{ABSTRACT} % Add the "Abstract" page entry to the Contents261262\begin{center}263ABSTRACT\\264\setstretch{1.65} % Line spacing265\ttitle266\setstretch{1.0} % Line spacing267\\268\setstretch{1.65} % Line spacing269\authornames270\end{center}271\setstretch{1.65} % Line spacing272\tab A number of works have been published trying to prove the Alon-Tarsi conjecture, and273different methods have been used to try to determine the total number of latin squares, as well as274the number of even and odd latin squares, of order $n$. In this thesis we develop a new method for275attacking these problems.\\276\tab In Chapter One we discuss the history of latin squares and graph polynomials along with277definitions and examples for reference. We also discuss a number of theorems and conjectures in278this field of research. Of particular interest are the results given by Douglas S. Stones, and the279Huang-White conjecture, which gives very solid connections to the Alon-Tarsi conjecture.\\280\tab In Chapter Two we discuss some of the results from the paper, \textit{Combinatorial Nullstellensatz},281by Noga Alon. The motivation for using graph polynomials to determine the number of latin282squares of order $n$ comes from this paper.\\283\tab The third and fourth chapters contain results about graph polynomials and latin squares. Here284we use the graph polynomial of the Rook graph to find the exact number of latin squares of order $n$.285\clearpage % Start a new page286287\pagenumbering{arabic}288%----------------------------------------------------------------------------------------289% THESIS CONTENT - CHAPTERS290%----------------------------------------------------------------------------------------291\pagestyle{fancy}292\input{./Chapters/Chapter1}293\input{./Chapters/Chapter2}294295%----------------------------------------------------------------------------------------296% BIBLIOGRAPHY297%----------------------------------------------------------------------------------------298%\pagestyle{plain}299\bibliographystyle{unsrtnat} % Use the "unsrtnat" BibTeX style for formatting the Bibliography300\bibliography{Bibliography} % The references information are stored in the file "Bibliography.bib"301\addtotoc{REFERENCES}302303%----------------------------------------------------------------------------------------304% THESIS CONTENT - APPENDICES305%----------------------------------------------------------------------------------------306\pagestyle{plain}307\addtotoc{APPENDIXES}308\appendix % Cue to tell LaTeX that the following 'chapters' are Appendices309\input{./Appendices/AppendixA}310311\end{document}312313