-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
106 lines (85 loc) · 4.35 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
% Thesis Root File
% Run LaTeX or pdfLaTeX on this file to produce your thesis.
\documentclass[chap,11pt,letterpaper]{rpithesis}
\usepackage{lmodern} % Use the latin modern font
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage[hang]{caption} % Indent subsequent lines of captions
%\renewcommand{\captionfont}{\bfseries} % If you want bold caption
% Used only for template for lipsum text
\usepackage{lipsum}
\begin{document}
% Title page for PhD thesis
% Information for use on title page:
\thesistitle{\bf RPI Dissertation Template}
\thesissubtitle{Written in \LaTeX}
\author{Anonymous Name}
\degree{Doctor of Philosophy}
\department{Chemical Engineering}
% Committee information
\signaturelines{4}
\thadviser{Prof. Thesis Adviser}
\cothadviser{Prof. Thesis Coadviser}
\memberone{Prof. Member One}
\membertwo{Prof. Member Two}
% Submission information
\submitdate{January 2014 \\ (For Graduation May 2014)}
\copyrightyear{2014}
% Create front matter
\titlepage
\abstitlepage
\copyrightpage
\tableofcontents
\listoftables
\listoffigures
% Abstract
\specialhead{ABSTRACT}
This is a sentence used to take up space and look like text. This is a sentence used to take up space and look like text.
This is a sentence used to take up space and look like text. This is a sentence used to take up space and look like text.
This is a sentence used to take up space and look like text. This is a sentence used to take up space and look like text.
This is a sentence used to take up space and look like text. This is a sentence used to take up space and look like text.
This is a sentence used to take up space and look like text. This is a sentence used to take up space and look like text.
This is a sentence used to take up space and look like text. This is a sentence used to take up space and look like text.
This is a sentence used to take up space and look like text. This is a sentence used to take up space and look like text.
This is a sentence used to take up space and look like text. This is a sentence used to take up space and look like text.
This is a sentence used to take up space and look like text. This is a sentence used to take up space and look like text.
This is a sentence used to take up space and look like text. This is a sentence used to take up space and look like text.
This is a sentence used to take up space and look like text.
% Acknowledgements
\specialhead{ACKNOWLEDGEMENTS}
This is a sentence to take up space and look like text. This is a sentence to take up space and look like text.
This is a sentence to take up space and look like text. This is a sentence to take up space and look like text.
This is a sentence to take up space and look like text. This is a sentence to take up space and look like text.
This is a sentence to take up space and look like text. This is a sentence to take up space and look like text.
This is a sentence to take up space and look like text. This is a sentence to take up space and look like text.
This is a sentence to take up space and look like text. This is a sentence to take up space and look like text.
This is a sentence to take up space and look like text. This is a sentence to take up space and look like text.
This is a sentence to take up space and look like text. This is a sentence to take up space and look like text.
This is a sentence to take up space and look like text. This is a sentence to take up space and look like text.
This is a sentence to take up space and look like text. This is a sentence to take up space and look like text.
This is a sentence to take up space and look like text.
% Chapter 1
\chapter{Title for chapter 1}
\section{Introduction}
This document was written in \LaTeX \cite{Latex}. This is a sentence to take up space and look like text. This is a sentence to take up space and look like text.
\begin{equation}\label{eq:einstein}
e = mc^{2}
\end{equation}
\subsection{The subsection}
\lipsum
\subsubsection{The subsubsection}
\lipsum
% Bibliography
\specialhead{Bibliography}
\bibliographystyle{pnas}
\begin{singlespace}
\bibliography{references}
\end{singlespace}
% Appendix
\appendix
\addtocontents{toc}{\parindent0pt\vskip12pt APPENDICES}
\chapter{This is an Appendix}
\lipsum
\section{A Section Heading}
\lipsum
\end{document}