-
Notifications
You must be signed in to change notification settings - Fork 0
/
variables.tex
137 lines (113 loc) · 4.62 KB
/
variables.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
% !TEX TS-program = lualatex
% !TEX encoding = utf-8
% !TEX root = thesis.tex
% !TEX spellcheck = en-US
% !BIB TS-program = biber
% ┌───────────────────────────────────────────────────────────────┐
% │ Contents of variables.tex │
% ├───────────────────────────────────────────────────────────────┘
% │
% ├── STUDENT
% ├── COLORS
% ├── FILES
% ├── METADATA
% ├── FONTS
% │
% └───────────────────────────────────────────────────────────────
% ################################################################ STUDENT
\def\universityName{School of Hard Knocks}
\def\departmentName{Department of Economics}
\def\degreeName{Master of Economic Markets}
\def\thesisTitle{Modeling Volatility and Equilibrium Dynamics in Buyer-Seller Interactions}
\def\thesisSubject{Buyer-Seller interactions}
\def\thesisKeywords{buyer-seller interactions, economic dynamics, market modeling, market equilibrium, volatility analysis}
\def\authorName{Bertram Gilfoyle}
\def\authorMatriculation{4206942}
\def\supervisorName{Prof. Peter Gregory}
\def\academicYear{2022--2023}
\def\graduationYear{2023}
\def\graduationDate{November 01, \graduationYear}
\def\supervisorText{Supervisor}
\def\candidateText{Candidate}
\def\academicYearText{Academic Year}
% ################################################################ COLORS
% silence commands if xcolor is not loaded
\providecommand{\definecolor}[3]{}
\providecommand{\colorlet}[2]{}
% primary color
% cover: used for background
% document: used for title, chapter number and drop cap, links
% presentation: used for title, section and thank you page, alerted text
% secondary color
% document: used for headings, page numbers, footer
% presentation: used for blocks
% define primary and secondary colors
% unipd
\definecolor{PrimaryColor}{HTML}{9B0014}% dark red, pantone 1807
\definecolor{SecondaryColor}{HTML}{484F59}% dark grey, pantone 432
% esc
%\definecolor{PrimaryColor}{HTML}{ED7F2A}% orange
%\definecolor{SecondaryColor}{HTML}{585757}% dark grey
% apply custom definitions
\colorlet{LinkColor}{PrimaryColor}
\colorlet{NumberColor}{PrimaryColor}
\colorlet{TitleColor}{SecondaryColor}
\colorlet{HeaderColor}{SecondaryColor}
\colorlet{FooterColor}{SecondaryColor}
\colorlet{FootnoteColor}{SecondaryColor}
\colorlet{PresentationPrimaryColor}{PrimaryColor}
\colorlet{PresentationSecondaryColor}{SecondaryColor}
% ################################################################ FILES
% loads images even if in draft mode
% https://tex.stackexchange.com/a/162388/213962
\setkeys{Gin}{draft=false}
% no need to specify "pictures/" folder
\graphicspath{
{./pictures}
{../}% book cover
}
% no need to specify "chapters/" folder
%\makeatletter
%\def\input@path{
% %{.}
% {chapters}
% {pages}
% {output}
%}
%\makeatother
% logos
\def\departmentLogoFg{dsea-red}
\def\universityLogoFg{unipd-red-circle}
\def\universityLogoBg{unipd-black-circle}
\def\departmentLogoFgCover{dsea-white}
\def\universityLogoFgCover{unipd-white-circle}
\def\universityLogoBgCover{\universityLogoBg}
\def\universityLogoFgPresentation{unipd-white-full}
\def\departmentLogoFgPresentation{\departmentLogoFgCover}
\def\universityLogoBgPresentation{\universityLogoBgCover}
% ################################################################ METADATA
% silence command if hyperref is not loaded
\providecommand{\hypersetup}[1]{}
\hypersetup{
pdftitle={\thesisTitle},
pdfsubject={\thesisSubject},
pdfkeywords={\thesisKeywords},
pdfauthor={\authorName},
pdfcreator={LaTeX},% default: LaTeX with hyperref
pdfproducer={LuaLaTeX}% default: LaTeX
}
\author{\authorName}
\title{\thesisTitle}
% ################################################################ FONTS
% fonts are loaded on a document basis (document, cover, presentation) and not here,
% to avoid unnecessary font loading that would slow down the compilation process
% here we write common font features, since the same fonts are loaded in different documents
% add to each document the required commands:
%\setmainfont{Minion 3}
%\setmonofont{Fira Code}
%\setmathfont{Libertinus Math}
%\setmathrm{Libertinus Math}
%\renewfontfamily\TitleNumberFont{Tex Gyre Pagella}
%\renewfontfamily\TitleFont{Minion 3}
%\renewfontfamily\HeaderFont{Minion 3}
%\renewfontfamily\InitialsFont{Minion 3}