-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstudentInfo.tex
36 lines (34 loc) · 1.05 KB
/
studentInfo.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
% Fill in your information
\title{Amazing Thesis Work}
\author{Marvin Martian}
\predegree{Bachelor of Engineering (Hons), University of Ontario Institute of Technology, 2000}
\degree{Master of Applied Science}
\gau{Faculty of Engineering and Applied Science}
\program{Mechanical Engineering}
\supervisor{Scott Nokleby, Faculty of Engineering and Applied Science}
\examboard{Bugs Bunny, Faculty of Engineering and Applied Science}
\externalexam{Daffy Duck, Faculty of Energy Systems and Nuclear Science}
% Gets the month as a word
\newcommand{\MONTH}{%
\ifcase\the\month
\or January% 1
\or February% 2
\or March% 3
\or April% 4
\or May% 5
\or June% 6
\or July% 7
\or August% 8
\or September% 9
\or October% 10
\or November% 11
\or December% 12
\fi}
% Automatically Set the month and year but you can override it
\date{\MONTH ~ \the\year}
\copyrightyear{\the\year}
\setlength\parindent{0pt}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{definition}{Definition}[section]
\newtheorem{lemma}{Lemma}[section]
\newtheorem{notation}{Notation}[section]