-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathch0-frontmatter.tex
81 lines (57 loc) · 1.63 KB
/
ch0-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
% Title Page
\begin{titlepage}
\thispagestyle{empty}
\centering
\vspace*{\fill}
{\LARGE \textbf{\expandafter{\thesistitleI}}}\\[2mm]
{\LARGE \textbf{\expandafter{\thesistitleII}}}
\vfill
{\scshape by}\\
{\large \expandafter{\myname}}\\
\vfill
{\scshape a thesis submitted to}\\
\textbf{The Faculty of Graduate and Postdoctoral Affairs}\\
{\scshape in partial fulfilment of the requirements for the degree of}\\
\textbf{Master of Science}\\
{\scshape in}\\
\textbf{Statistics}
\vfill
{\large Carleton University}\\
{\large Ottawa, Ontario, Canada}
\vfill
{\large \textcopyright{} 2021}\\
{\large \expandafter{\myname}}
\end{titlepage}
\clearpage
% Info Page
\setcounter{page}{2}
\noindent
Master of Science (2021) \hfill Carleton University\\
Mathematics and Statistics \hfill Ottawa, Ontario, Canada
\vspace*{\fill}
\begin{tabular}{l l}
TITLE: &\thesistitleI\\
&\thesistitleII\\[5mm]
AUTHOR: &\myname\\
&B.Sc., (Statistics)\\
&McMaster University\\
&Hamilton, Ontario, Canada\\[5mm]
SUPERVISORS: &Dr. Firstname Lastname\\
&Dr. Namename Somename\\[5mm]
NUMBER OF PAGES: &\pageref*{endfrontmatter}, \pageref*{endmainmatter}
\end{tabular}
\vfill
\clearpage
\chapter*{Abstract}
\addcontentsline{toc}{chapter}{Abstract}
\lipsum[1]
\chapter*{Acknowledgements}
\addcontentsline{toc}{chapter}{Acknowledgements}
\lipsum[2]
\clearpage
\pdfbookmark{Contents}{Contents}
\tableofcontents
\listoffigures
\listoftables
\listofalgorithms
\label{endfrontmatter} % For automatic counting of pages