-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.tex
executable file
·52 lines (44 loc) · 1.66 KB
/
cv.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
% !TEX TS-program = luatex
% Awesome Source CV LaTeX Template
%
% This template has been downloaded from:
% https://github.com/darwiin/awesome-neue-latex-cv
%
% Author:
% Christophe Roger (Darwiin)
%
% Template license:
% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
\documentclass[localFont, alternative, lightblue]{yaac-another-awesome-cv}
\name{Matteo}{Caligiuri}
\tagline{Ph.D. Student | Università degli Studi di Padova}
% \photo{2.5cm}{images/profile-pic}
\socialinfo{
\linkedin{matteo-caligiuri}
\website{https://www.matteocali.github.io}{matteocali.github.io}
\github{matteocali}\\
\smartphone{+39 3453055710}
\email{matteocaly@gmail.com}\\
\address{Via Amerigo Vespucci 17/B, 31033 Castelfranco Veneto (TV), Italia}\\
%\infos{Born the 25\textsuperscript{th} September 1998 in Castelfranco Veneto, TV, Italy}
}
% Uncomment the following line and use a value from 1.5cm to 2.5cm
\setleftcolumnlength{2.5cm}
% Uncomment to add the bibliography (see section_publications.tex)
\addbibresource{my_publications.bib}
\begin{document}
\makecvheader
\makecvfooter
% Date
{\textsc{\selectlanguage{english}\today}}
{\textsc{Matteo Caligiuri - CV}}
{\thepage}
\input{sections/section_headline}
\input{sections/section_experience_short} % Section experiences
\input{sections/section_formation} % Section formation
% \input{sections/section_skills} % Section skills
% \input{sections/section_languages} % Section languages
\input{sections/section_publications} % Section publications
% \input{sections/section_projects} % Section projects
%\input{section_conformity} % Conformity
\end{document}