forked from Niemeyer-Research-Group/OSU-thesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
78 lines (54 loc) · 1.38 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
% !BIB TS-program = biber
\documentclass[onehalf,11pt]{beavtex/beavtex}
\input{thesis-header.tex}
% things to check or replace
% replace your name here.
\newcommand{\TheAuthors}{YOUR NAME}
\title{THESIS TITLE}
\degree{Doctor of Philosophy}
\major{Mechanical Engineering}
\submitdate{June 13, 2018}
\commencementyear{2019}
\author{\TheAuthors{}}
\doctype{Thesis}
\department{Mechanical, Industrial, and Manufacturing Engineering}
\depttype{School}
\depthead{Head}
\advisor{Kyle E.~Niemeyer}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% figure location
\graphicspath{{./figures/}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\abstract
{
(ABSTRACT GOES HERE)
}
\acknowledgements{
\textit{here you might thank the people that helped you, and possibly a funding source}
}
\dedication{(optional dedication)}
% REPLACE OR REMOVE THIS PREFACE QUOTE
\preface{
\epigraph{
Research is what I'm doing when I don't know what I'm doing.
}
{Wernher von Braun}
}
\begin{document}
\maketitle
\mainmatter
% By including `''%!TEX root = thesis.tex` in the top of each included file,
% most LaTeX editors will automatically compile the main package when you are working
% within a file.
\include{introduction}
\include{litreview}
\include{methods}
\include{results}
\include{conclusions}
\newpage
\printbibliography[]
%% INCLUDE IF YOU NEED AN APPENDIX
% \newpage
%\appendix
%\input{appendixA.tex}
\end{document}