-
Notifications
You must be signed in to change notification settings - Fork 1
/
template_frontmatter.tex
170 lines (141 loc) · 4.31 KB
/
template_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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
%
%
% UCSD Doctoral Dissertation Template
% -----------------------------------
% http://ucsd-thesis.googlecode.com
%
%
%% REQUIRED FIELDS -- Replace with the values appropriate to you
% No symbols, formulas, superscripts, or Greek letters are allowed
% in your title.
\title{The Title Of The {\doctype}}
\author{Your Name Here}
\degreeyear{\the\year}
\campus{San Diego} % used as: University of California, \campus
% Master's Degree theses will NOT be formatted properly with this file.
\degreetitle{\thedegree}
\field{Mathematics}
% \specialization{Anthropogeny} % If you have a specialization, add it here
\chair{Professor Chair Master}
% Uncomment the next line iff you have a Co-Chair
% \cochair{Professor Cochair Semimaster}
%
% Or, uncomment the next line iff you have two equal Co-Chairs.
%\cochairs{Professor Chair Masterish}{Professor Chair Masterish}
% The rest of the committee members must be alphabetized by last name.
\othermembers{
Professor Humor Less\\
Professor Ironic Name\\
Professor Cirius Thinker\\
}
\ifnum\pdfstrcmp{\@degree}{masters}=0 %
\numberofmembers{3} % |chair| + |cochair| + |othermembers|
\else
\numberofmembers{4} % |chair| + |cochair| + |othermembers|
\fi
%% START THE FRONTMATTER
%
\begin{frontmatter}
%% TITLE PAGES
%
% This command generates the title, copyright, and signature pages.
%
\makefrontmatter
%% DEDICATION
%
% You have three choices here:
% 1. Use the ``dedication'' environment.
% Put in the text you want, and everything will be formated for
% you. You'll get a perfectly respectable dedication page.
%
%
% 2. Use the ``mydedication'' environment. If you don't like the
% formatting of option 1, use this environment and format things
% however you wish.
%
% 3. If you don't want a dedication, it's not required.
%
%
\begin{dedication}
To two, the loneliest number since the number one.
\end{dedication}
% \begin{mydedication} % You are responsible for formatting here.
% \vspace{1in}
% \begin{flushleft}
% To me.
% \end{flushleft}
%
% \vspace{2in}
% \begin{center}
% And you.
% \end{center}
%
% \vspace{2in}
% \begin{flushright}
% Which equals us.
% \end{flushright}
% \end{mydedication}
%% EPIGRAPH
%
% The same choices that applied to the dedication apply here.
%
\begin{epigraph} % The style file will position the text for you.
\emph{A careful quotation\\
conveys brilliance.}\\
---Smarty Pants
\end{epigraph}
% \begin{myepigraph} % You position the text yourself.
% \vfil
% \begin{center}
% {\bf Think! It ain't illegal yet.}
%
% \emph{---George Clinton}
% \end{center}
% \end{myepigraph}
%% SETUP THE TABLE OF CONTENTS
%
\tableofcontents
\listoffigures % Comment if you don't have any figures
\listoftables % Comment if you don't have any tables
%% ACKNOWLEDGEMENTS
%
% While technically optional, you probably have someone to thank.
% Also, a paragraph acknowledging all coauthors and publishers (if
% you have any) is required in the acknowledgements page and as the
% last paragraph of text at the end of each respective chapter. See
% the OGS Formatting Manual for more information.
%
\begin{acknowledgements}
Thanks to whoever deserves credit for Blacks Beach, Porters Pub, and
every coffee shop in San Diego.
Thanks also to hottubs.
\end{acknowledgements}
%% VITA
%
% A brief vita is required in a doctoral thesis. See the OGS
% Formatting Manual for more information.
%
% Vita is optional for masters thesis; we exclude it here.
%
\ifnum\pdfstrcmp{\@degree}{phd}=0 %
\begin{vitapage}
\begin{vita}
\item[2002] B.~S. in Mathematics \emph{cum laude}, University of Southern North Dakota, Hoople
\item[2002-2007] Graduate Teaching Assistant, University of California, San Diego
\item[2007] Ph.~D. in Mathematics, University of California, San Diego
\end{vita}
\begin{publications}
\item Your Name, ``A Simple Proof Of The Riemann Hypothesis'', \emph{Annals of Math}, 314, 2007.
\item Your Name, Euclid, ``There Are Lots Of Prime Numbers'', \emph{Journal of Primes}, 1, 300 B.C.
\end{publications}
\end{vitapage}
\fi
%% ABSTRACT
%
% Doctoral dissertation / thesis abstracts should not exceed 350 words.
% The abstract may continue to a second page if necessary.
%
\begin{abstract}
This \MakeLowercase{\doctype} will be abstract.
\end{abstract}
\end{frontmatter}