forked from mintyfrankie/brilliant-CV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.typ
60 lines (47 loc) · 1.76 KB
/
metadata.typ
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
// NOTICE: Copy this file to your root folder.
/* Personal Information */
#let firstName = "John"
#let lastName = "Doe"
#let personalInfo = (
github: "mintyfrankie",
phone: "+33 6 12 34 56 78",
email: "[email protected]",
linkedin: "johndoe",
//gitlab: "mintyfrankie",
//homepage: "jd.me.org",
//orcid: "0000-0000-0000-0000",
//researchgate: "John-Doe",
//extraInfo: "",
)
/* Language-specific */
// Add your own languages while the keys must match the varLanguage variable
#let headerQuoteInternational = (
"": [Experienced Data Analyst looking for a full time job starting from now],
"en": [Experienced Data Analyst looking for a full time job starting from now],
"fr": [Analyste de données expérimenté à la recherche d'un emploi à temps plein disponible dès maintenant],
"zh": [具有丰富经验的数据分析师,随时可入职]
)
#let cvFooterInternational = (
"": "Curriculum vitae",
"en": "Curriculum vitae",
"fr": "Résumé",
"zh": "简历"
)
#let letterFooterInternational = (
"": "Cover Letter",
"en": "Cover Letter",
"fr": "Lettre de motivation",
"zh": "申请信"
)
#let nonLatinOverwriteInfo = (
"customFont": "Heiti SC",
"firstName": "王道尔",
"lastName": "",
// submit an issue if you think other variables should be in this array
)
/* Layout Setting */
#let awesomeColor = "skyblue" // Optional: skyblue, red, nephritis, concrete, darknight
#let profilePhoto = "../src/avatar.png" // Leave blank if profil photo is not needed
#let varLanguage = "" // INFO: value must matches folder suffix; i.e "zh" -> "./modules_zh"
#let varEntrySocietyFirst = false // Decide if you want to put your company in bold or your position in bold
#let varDisplayLogo = true // Decide if you want to display organisation logo or not