Rice University Thesis Template
Author
Adrian Celaya
Last Updated
před 2 lety
License
Creative Commons CC BY 4.0
Abstract
Overleaf template for Rice University thesis.
\documentclass[12pt]{ruthesis}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{latexsym}
\usepackage{graphics}
\usepackage{epsfig,epsf,rotating}
\usepackage{subfigure}
%\usepackage{pictex}
\usepackage{epsf}
%\usepackage{cite}
\usepackage{theorem}
\newtheorem{proposition}{Proposition}
\theoremheaderfont{\itshape} {\theoremstyle{break}
\newtheorem{Fact}{Fact}[chapter]} \theoremstyle{break}
\newtheorem{Lem}{Lemma}[chapter] \theoremstyle{break}
\newtheorem{Thm}{Theorem}[chapter] {\theoremstyle{plain}
\theorembodyfont{\rmfamily} \newtheorem{Prf}{Proof}[chapter]}
{\theoremstyle{plain}
\theorembodyfont{\rmfamily} \newtheorem{Def}{Definition}[chapter]}
\title{Title}
\ctitle{Title}
\author{Author Name}
\department{Department}
\school{Rice University}
\degree{Degree Name}
\committee {
Member 1, Chair \\
Title \and
Member 2 \\
Title \and
Member 3\\
Title \and
Member 4\\
Title
}
\address{Houston, Texas}
\donemonth{Month} \doneyear{Year} \makeindex
\begin{document}
\begin{frontmatter}
\pagenumbering{roman}
%\makecover
\maketitle
\include{abstract}
%\include{ack}
\tableofcontents
\listoffigures
\listoftables
% \include{ded}
\end{frontmatter}
\pagenumbering{arabic}
\linespacing{1.7}
\include{chapter1}
\appendix
%\include{append-a}
%\appendix
%\addcontentsline{toc} {chapter}{\numberline {}Appendix A}
%\include{append-a}
%\include{append-b}
%\addcontentsline{toc} {chapter}{\numberline {}Bibliography}{}
%\include{biblio}
\bibliographystyle{ieeetr}
\bibliography{PhD_bibliography}
\end{document}