forked from darwiin/yaac-another-awesome-cv
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.tex
53 lines (45 loc) · 1.36 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
% !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}
%
% SETUP META INFORMATION
%
\name{Cristián}{Ramón-Cortés Vilarrodona}
\tagline{Ph.D. in Computer Architecture \\ Computer Sciences Engineer \\ Industrial Engineer}
\photo{5cm}{images/cristian-ramon-cortes-5.png}
\socialinfo{
\begin{keywords}
%\keywordsentry{\dniSymbol}{\textbf{DNI:} 53295906F}
\keywordsentry{\dateBirthSymbol}{\textbf{Birthdate:} 19th October 1990}
\keywordsentry{\placeBirthSymbol}{\textbf{Birthplace:} Barcelona, Catalonia, Spain}
%\keywordsentry{\locationSymbol}{\textbf{Address:} 08023 Barcelona}
\end{keywords}
}
%
% WRITE DOCUMENT
%
\begin{document}
\makecvheader
\makecvfooter
{\textsc{\today}}
{\textsc{Cristián Ramón-Cortés Vilarrodona}}
{\thepage}
\input{sections/1_biography}
\input{sections/2_personal_information}
\input{sections/5_experience}
\input{sections/3_education}
%\input{sections/4_languages.tex}
\input{sections/6_misc}
%\input{sections/7_publications}
%\input{sections/99_projects}
%\input{sections/99_references}
\end{document}