-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathvars.tex
57 lines (44 loc) · 1.8 KB
/
vars.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
%-------------------------------------------------------------------------
% DOCUMENT VARIABLES
% NOTE: To remove links write \cmd{name} instead of \cmd[link]{name}
% NOTE: For aesthetics, at least one of these fields must be set: faculty, group
% or department
%-------------------------------------------------------------------------
% Your thesis title \ttitle
\thesistitle{MyThesis Title}
% Your thesis type Doctoral Thesis or Masters Thesis \ttype
\thesistype{Masters Thesis}
% Your supervisor's name
\supervisor[mailto:example@fc.up.pt]{FirstName \textsc{LastName}}
% Your supervisor's name
% To hide the Co-Supervisor field, just comment out \cosupervisor
%\cosupervisor[mailto:name@host.com]{John \textsc{Doe}}
% Your degree name
\degree{MSc. Engineering Physics}
% Your name
\authors[mailto:example@fc.up.pt]{MyName \textsc{MyLastName}}
% Your address. Can apparently be left blank.
\addresses{}
% Your subject area
\subject{Physics}
% Keywords for your thesis
\keywords{physics}
% Your university's name
\university{Universidade do Porto}
% Your university's name in capitals
\UNIVERSITY{UNIVERSIDADE DO PORTO}
% Your faculty's name
% To hide the Faculty field, just comment out \FACULTY and \Faculty
\faculty{Faculdade de Ciências da Universidade do Porto}
% Your faculty's name in capitals
\FACULTY{FACULDADE DE CIÊNCIAS DA UNIVERSIDADE DO PORTO}
% Your department's name
% To hide the Department field, just comment out \DEPARTMENT and \department
\department{Departamento de Física e Astronomia}
% Your department's name in capitals
\DEPARTMENT{DEPARTAMENTO DE FÍSICA E ASTRONOMIA}
% Your research group's name
% To hide the Group field, just comment out \GROUP and \group
%\group[http://www.groupurl.com]{Research Group}
% Your research group's name in capitals
%GROUP[http://www.groupurl.com]{RESEARCH GROUP}