-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGiovanni_Salinas_resume_2pp_en.tex
118 lines (98 loc) · 3.4 KB
/
Giovanni_Salinas_resume_2pp_en.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
\documentclass[a4paper, 11pt]{article}
% \documentclass{article}
% \usepackage{fancyhdr}
% \usepackage[texcoord,grid,gridBG,gridunit=pt,gridcolor=red!20,subgridcolor=green!20]{eso-pic}
% \usepackage[showframe=true]{geometry}
% \usepackage[showframe=true, margin=0in]{geometry}
\usepackage{enumitem}
\usepackage{fontawesome5}
\usepackage{fontspec}
\usepackage[cm, empty]{fullpage}
\usepackage[hidelinks]{hyperref}
\usepackage{titlesec}
\usepackage{xeCJK}
% ------------------------------------------------------------------------------
% Fancyheader Settings
% ------------------------------------------------------------------------------
% \pagestyle{fancy}
% \fancyhf{}
% \fancyfoot{}
% \renewcommand{\headrulewidth}{0pt}
% ------------------------------------------------------------------------------
% Font Settings
% ------------------------------------------------------------------------------
% \usepackage[scaled=.96,osf]{XCharter}%
% \usepackage{XCharter}%
% \setmainfont{XCharter}
% \setmainfont{Source Serif Pro}
\setmainfont{Source Sans Pro}
\setCJKmainfont{Source Han Serif}
% \newfontfamily{\nameheading}{Source Sans Pro}
\newfontfamily{\nameheading}{Source Serif Pro}
\newfontfamily{\sectionheading}{XCharter}
% \newfontfamily{\sectionheading}{Source Sans Pro}
% ------------------------------------------------------------------------------
% Margins Settings
% ------------------------------------------------------------------------------
% \iffalse
\iftrue
% \addtolength{\oddsidemargin}{0.3in}
% \addtolength{\marginparsep}{0.3in}
% \addtolength{\evensidemargin}{0.3in}
% \addtolength{\textwidth}{-0.5in}
\addtolength{\topmargin}{-0.25in}
% \addtolength{\topmargin}{-0.635cm}
\addtolength{\textheight}{0.5in}
% \addtolength{\voffset}{0.5in}
% \setlength{\textheight}{1.1\textheight}
% \geometry{
% top=0.25in,
% bottom=0.25in,
% left=1pt
% }
\fi
% ------------------------------------------------------------------------------
% Hyperlinks Settings
% ------------------------------------------------------------------------------
\urlstyle{same}
% \raggedright
% \setlength{\tabcolsep}{0in}
% ------------------------------------------------------------------------------
% Title and Sections Settings
% ------------------------------------------------------------------------------
\titleformat{\section}{
\vspace{-6pt}
\normalfont\Large\bfseries\raggedright
}{}{0pt}{}[
% \vspace{-12pt}
% \rule{\textwidth}{1pt}]
{\titlerule[.8pt]}]
% {\titlerule}]
\titleformat{\subsection}{
\normalfont\normalsize\bfseries%\raggedright
}{}{0pt}{}
% ------------------------------------------------------------------------------
% Custom commands
% ------------------------------------------------------------------------------
\protected\def\verythinspace{%
\ifmmode
\mskip0.5\thinmuskip
\else
\ifhmode
\kern0.08334em
\fi
\fi
}
% \renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
% \renewcommand\labelitemi{$\vcenter{\hbox{\tiny$\bullet$}}$}
% ------------------------------------------------------------------------------
% Document
% ------------------------------------------------------------------------------
\begin{document}
\input{./sections/1_title.tex}
\input{./sections/2_education_grades.tex}
\input{./sections/3_experience.tex}
\input{./sections/3_1_coding_projects.tex}
\input{./sections/4_research_awards_2pp.tex}
\input{./sections/5_skills.tex}
\end{document}