% This template was originally by R. Jacob Vogelstein
% Updated on March 1, 2010 by Noah J. Cowan
% Updated by Brian D. Weitzner, April 29, 2014
% Edited March, 2016 by Karla Hernandez
\documentclass[12pt,oneside,final]{thesis}
\usepackage[english]{babel}
\usepackage{blindtext}
\newenvironment{bottompar}{\par\vspace*{\fill}}{\clearpage}
\usepackage{cite}
\usepackage{amsmath,amsfonts}
\usepackage{amsthm}
\newtheorem{theorem}{Theorem}
\newtheorem{corollary}{Corollary}
\newtheorem{lemma}{Lemma}
\newtheorem{proposition}{Proposition}
\theoremstyle{definition}
\newtheorem{definition}{Definition}
\theoremstyle{remark}
\newtheorem*{remark}{Remark}
\theoremstyle{remark}
\newtheorem*{example}{Example}
\usepackage{etoolbox}
\usepackage{framed}
\newcommand\enclosebox[2]{%
\BeforeBeginEnvironment{#1}{\begin{#2}}%
\AfterEndEnvironment{#1}{\end{#2}}%
}
\enclosebox{definition}{leftbar} % comment to remove left bar on definitions.
\enclosebox{remark}{leftbar} % comment to remove left bar on remarks.
\usepackage{graphicx}
\graphicspath{{./figs/}}
\usepackage{fixltx2e}
\usepackage{array}
\usepackage{wrapfig}
\usepackage{newcent}
\usepackage[linktocpage=true]{hyperref} % Makes page numbers in table of contents clickable.
\usepackage{upgreek} % Allows you to use
\usepackage{bm}
\usepackage{hyperref}
\usepackage{setspace}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{longtable}
\usepackage[font=singlespacing, labelfont=bf]{caption}
%\usepackage{CV}
\usepackage{enumitem}
\newlist{inlinelist}{enumerate*}{1}
\setlist*[inlinelist,1]{%
label=(\arabic*),
}
\usepackage{fancyhdr} % Use nice looking headers along with the required footer page numbers
%Define the header/footer style
\pagestyle{fancy}
\fancyhf{}
\setlength{\headheight}{15pt}
\lhead{\leftmark}
\cfoot{\thepage}
\renewcommand{\headrulewidth}{0pt} % Remove line on page header by setting to 0pt
\fancypagestyle{plain}{% Redefine ``plain'' style for chapter boundaries
\fancyhf{} % clear all header and footer fields
\fancyfoot[C]{\thepage} % except the center
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}}
\usepackage{amsthm}
%\tolerance=10000
%\makeglossary % enable the glossary
\begin{document}
\title{DISSERTATION TITLE}
\author{Your Name Here}
\degreemonth{Month}
\degreeyear{YEAR}
\dissertation
\doctorphilosophy
\copyrightnotice
% add your chapters, best way is to have separate TeX files for each chapter
\include{chapter0}
\include{chapter1}
\include{chapter2}
\appendix
\include{appendixA}
\include{appendixB}
%% REFERENCES
% if you use BIBTEX
\bibliographystyle{IEEEtran}
\bibliography{IEEEabrv,thesis} % PLEASE USE THE APPROPRIATE BIBLIOGRAPHY STYLE FOR YOUR DISSERTATION !!!!!!!!!!!!!
\include{CV}
\end{document}