-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.tex
56 lines (45 loc) · 1.49 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
53
54
55
56
% !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]{yaac-another-awesome-cv}
\usepackage{lastpage}
\usepackage{datetime}
\usepackage{setspace}
\usepackage{makecell}
\usepackage[export]{adjustbox}
\name{Luciano Mateias}
\tagline{Tecnico informatico | Sviluppatore}
\photo{2.5cm}{fototessera}
\socialinfo{
\linkedin{lucianomateias}
\github{mrlucio}\\
\smartphone{+39 329 277 6702}
\email{mateiasluciano@gmail.com}\\
\address{Via dell'esperanto 12, 37135 Verona}\\
}
\begin{document}
\makecvheader
\makecvfooter
{\textsc{\formatdate{3}{5}{2021}}} % \today
{\textsc{Luciano Mateias - CV}}
{\thepage\ di \pageref{LastPage}}
\input{section_headline}
%\input{section_competences} % Competences section
\input{section_experiences} % Experiences section
\input{section_schooling} % Formation section
\twocolumnsection % Language and Volunteering sectio
{\input{section_languages}}
{\input{section_volunteering}}
%\input{section_interets} % Interest section
\input{section_projects} % Projects section
%\input{section_references} % Referral section
\input{section_driver_licenses} % Driver Licenses section
\end{document}