forked from RiceAstroparticleLab/RPP_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
44 lines (30 loc) · 828 Bytes
/
main.tex
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
\documentclass[12pt]{ruthesis}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{latexsym}
\usepackage{graphicx}
\usepackage{theorem}
\usepackage{xcolor}
\newtheorem{proposition}{Proposition}
\usepackage[style=nature,sorting=none]{biblatex}
\addbibresource{report_bibliography.bib}
\theoremheaderfont{\itshape} \theoremstyle{break}
\title{The Research Project You Have Done for Your Qualification Exam}
\ctitle{The title of this report}
\author{Graduate Student}
\school{Rice University}
\degree{PhD Candidacy}
\address{Houston, Texas}
\donemonth{August} \doneyear{2021} \makeindex
\begin{document}
\begin{frontmatter}
\pagenumbering{roman}
\maketitle
\tableofcontents
\end{frontmatter}
\pagenumbering{arabic}
\linespacing{1.5}
\include{maintext}
\linespacing{1}
\printbibliography
\end{document}