forked from alanverdugo/resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.tex
72 lines (54 loc) · 1.51 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
% !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
%
% Template license:
% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
\documentclass[localFont,alternative]{yaac-another-awesome-cv}
\name{Alan}{Verdugo}
%\photo{1.6cm}{me.png}
\tagline{Software engineer}
\socialinfo{
\email{factorpolar@protonmail.com}
\linkedin{alanverdugo}
\github{alanverdugo}
%\infos{kippel.net/blog}
\blog{kippel.net/blog}
%\cvpdf{kippel.net/CV.pdf}
%\smartphone{+687 123 456}
\address{Guadalajara, Mexico}\\
}
%------------------------------------------
\begin{document}
\makecvheader
%--------------------SECTIONS-----------------------------------
%\input{section_headline}
%\input{section_schooling}
% Section competence
\input{section_competences}
% Section experience
\input{section_experience_short}
% Section certifications
\input{section_certifications}
% Section languages, interests and strengths
\input{section_languages}
% Section coursework
\input{section_coursework}
%\newpage
% Section projects
\input{section_projects}
% Section interests
%\input{section_interests}
%\newpage
% Section volunteer experience
%\input{section_volunteer}
% Section references
%\input{section_references}
% Section publications
\input{section_publications}
\end{document}