-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbefore-body.tex
More file actions
41 lines (38 loc) · 912 Bytes
/
before-body.tex
File metadata and controls
41 lines (38 loc) · 912 Bytes
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
$if(has-frontmatter)$
\frontmatter
$endif$
% Add the following lines to set roman page numbering for the front matter
% \pagenumbering{roman}
% \pagestyle{plain}
$if(title)$
\cleardoublepage
\thispagestyle{empty}
{\centering
\hbox{}\vskip 0cm plus 1fill
{\Large\bfseries $title$ \par}
$if(subtitle)$
\vspace{3ex}
{\small\bfseries $subtitle$ \par}
$endif$
\vspace{12ex}
$for(by-author)$
{\Large\bfseries $by-author.name.literal$ \par}
\vspace{3ex}
{\small ORCID: $by-author.orcid$ \par}
\vskip 0cm plus 2fill
\vspace{5ex}
{\large A thesis submitted in partial fulfillment of the requirements for the degree of \par}
{\bfseries\large Master of Science \par}
\vskip 0cm plus 2fill
\vspace{5ex}
$for(by-author.affiliations)$%
$if(it.department)$%
{\bfseries\large $it.department$ \par}
$endif$%
{\bfseries\large $it.name$ \par}
\vspace{12ex}
{\bfseries\large $date$ \par}
\vspace{12ex}
}
$endfor$$endfor$
$endif$