-
Notifications
You must be signed in to change notification settings - Fork 0
/
titlePage.tex
48 lines (40 loc) · 1.24 KB
/
titlePage.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
% define title page margin
% \newgeometry{top=1in,bottom=1in,right=0.5in,left=1.5in}
%% Define your thesis title, your name, your school, and your month and year of graduation here
\newgeometry{top=4.75cm,bottom=3.56cm,right=4.17cm,left=4.17cm}
\newcommand{\thesisTitle}{Title}
\newcommand{\mythesisTitle}{Title}
\newcommand{\yourName}{Author Name}
\newcommand{\yourMonth}{June}
\newcommand{\yourYear}{2021}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Do not edit these lines unless you wish to customize
% the template
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{titlepage}
\clearpage\thispagestyle{empty}
\begin{center}
{\fontsize{20pt}{20pt} \selectfont \mythesisTitle \vspace{3.56cm} \par}
{\fontsize{16pt}{16pt}
\selectfont
A Dissertation Submitted to the \par
Deparment of blahblah \par
and the Graduate School of Yonsei University \par
in partial fulfillment of the \par
requirements for the degree of \par
Doctor of Philosophy in Blahblah \\
\vspace{3.56cm}
\par}
\begin{doublespacing}
{\fontsize{16pt}{18pt}
\selectfont
\vspace{0.95cm}
\yourName \par
\vspace{0.95cm}
\yourMonth{} \yourYear{} \par
}
\vfill
\par
\end{doublespacing}
\end{center}
\end{titlepage}