-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathtitle_and_frontmatter.tex
86 lines (64 loc) · 1.79 KB
/
title_and_frontmatter.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
% Declarations for Front Matter
% MS Thesis = 0, Phd Dissertation = 1
\isdissertation{0}
% electronic submission? Paper only = 0, Electronic = 1
\iselectronic{1}
\title{Some Title Here}
\author{Author}
% Choices are September, December, March, June
\degreemonth{June}
\degreeyear{2014}
%More examples DOCTOR OF PHILOSOPHY
\degree{Master of Science}
\chair{xxx}
\othermembers{xxx,xxx} %comma separated list of committee not including chair
\numberofmembers{3} % size of committee
\prevdegrees{B.S (University of California at Davis) Year}
%Your Graduate Group
\field{xxx}
\campus{Davis}
% add the abstract here
\input{abstract}
%Not required for electronic submission, you will need to print your other abstract page 2x and hand them in.
% Here is the first, external, abstract.
%\begin{abstract}
% \myabstract
% \abstractsignature
%\end{abstract}
\begin{frontmatter}
\maketitle
% A copyright page is optional. If you have one, it must immediately
% follow the title page. For more information about the copyright page
% see the UCD's Office of Graduate Studies web site.
% \copyrightpage
% dedication (optional), remove comment markers to use
%\begin{dedication}
%\null\vfil
%{\large
%\begin{center}
%xxxx
%\end{center}}
%\vfil\null
%\end{dedication}
\tableofcontents
\listoffigures
\listoftables
% Here is the second, internal, abstract.
% Update: Melissa Danforth 2006
% Inline abstract is now part of front matter according to coordinator
\newpage
\begin{inlineabstract}
%Only enable small if you're trying to make it fit.
%\begin{small}
\myabstract
%\end{small}
\end{inlineabstract}
%Acknowledgments (optional)
\begin{acknowledgments}
xxxxxxx
\end{acknowledgments}
%Preface (optional)
\chapter*{Preface}
\addcontentsline{toc}{chapter}{Preface}
\input{preface}
\end{frontmatter}