forked from rucsgss/thesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
48 lines (37 loc) · 875 Bytes
/
thesis.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
45
46
47
48
\documentclass{ruthesis}
\special{papersize=8.5in,11in} % for A4-default configurations on servers
\usepackage{geometry}
\geometry{
letterpaper,
left=1.5in,
right=1in,
top=1in,
bottom=1in
}
\begin{document}
\phd
% if to include,
\copyrightpage
\tablespage
\figurespage
\title{[INSERT TITLE OF DOCTORAL DISSERTATION]}
\author{[INSERT AUTHOR'S NAME]}
\program{[insert your graduate program's official name]}
\director{[insert Dissertation Director's name]}
\approvals{4}
\submissionyear{2022}
\submissionmonth{May}
\abstract{This is the abstract}
\beforepreface
\acknowledgements{The body of the acknowledgements}
\dedication{The body of the dedication}
\afterpreface
\chapter{Introduction}
Here is the introduction.
\chapter{First chapter}
\section{Another section}
\subsection{A subsection}
\appendix
\bibliographystyle{apalike}
\bibliography{bib}
\end{document}