2021-02-23 20:56:04 +01:00
|
|
|
\documentclass[11pt,letterpaper]{moderncv}
|
|
|
|
|
|
|
|
\usepackage{fontspec}
|
|
|
|
\usepackage{fontawesome5}
|
|
|
|
\usepackage[inline]{enumitem}
|
|
|
|
|
|
|
|
%% ModernCV themes
|
|
|
|
\moderncvstyle{fancy}
|
|
|
|
\moderncvcolor{blue}
|
|
|
|
\nopagenumbers{}
|
|
|
|
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
\usepackage[scale=0.75,right=.45in,left=.45in,top=.4in,bottom=.4in]{geometry}
|
|
|
|
|
|
|
|
% Change email icon
|
|
|
|
\providecommand*{\emailsymbol}{}
|
|
|
|
\renewcommand*{\emailsymbol}{{\small\faEnvelope}~}
|
|
|
|
|
|
|
|
% Workaround to show gitlab icon in social
|
|
|
|
\providecommand*{\gitlabsocialsymbol}{}
|
|
|
|
\renewcommand*{\gitlabsocialsymbol}{{\small\faGitlab}~}
|
|
|
|
|
|
|
|
%% Personal data
|
|
|
|
\firstname{$name$}
|
|
|
|
\familyname{$lastname$}
|
|
|
|
\title{$about$}
|
|
|
|
\email{$email$}
|
|
|
|
\social[gitlab][gitlab.com/$gitlab$]{$gitlab$}
|
2022-01-17 19:28:56 +01:00
|
|
|
\social[linkedin][linkedin.com/in/$linkedin$]{$linkedin$}
|
2021-02-23 20:56:04 +01:00
|
|
|
\photo[64pt][0.4pt]{assets/photo.png}
|
|
|
|
|
|
|
|
\setlength{\hintscolumnwidth}{1.7in}
|
|
|
|
|
|
|
|
\newenvironment{tightitems}
|
|
|
|
{\noindent\ignorespaces\vspace{-15pt}
|
|
|
|
\begin{itemize}[topsep=0pt,partopsep=0pt,itemsep=0pt,parsep=0pt]}
|
|
|
|
{\end{itemize}\vspace{-10pt}}
|
|
|
|
\newenvironment{lesstightitems}
|
|
|
|
{\noindent\ignorespaces{}
|
|
|
|
\begin{itemize}[topsep=0pt,partopsep=0pt,itemsep=0pt,parsep=0pt]}
|
|
|
|
{\end{itemize}\vspace{-10pt}}
|
2019-07-01 19:40:34 +02:00
|
|
|
|
2021-02-23 20:56:04 +01:00
|
|
|
\begin{document}
|
|
|
|
\setmainfont[
|
|
|
|
BoldFont = * Bold
|
|
|
|
]{Cormorant Garamond}
|
|
|
|
\makecvtitle{}
|
2019-06-27 21:29:38 +02:00
|
|
|
|
2019-07-01 19:40:34 +02:00
|
|
|
|
2021-02-23 20:56:04 +01:00
|
|
|
\ifthenelse{\equal{$lang$}{en}}
|
|
|
|
{\section{Education}}
|
|
|
|
{\section{Educación}}
|
|
|
|
$for(education)$
|
|
|
|
\cventry{$education.years.start$ \textendash{} $education.years.end$}{$education.degree$}{$education.focus$}{$education.institution$}{}{}
|
|
|
|
$endfor$
|
2019-07-01 19:40:34 +02:00
|
|
|
|
2021-02-23 20:56:04 +01:00
|
|
|
\ifthenelse{\equal{$lang$}{en}}
|
|
|
|
{\subsection{Courses}}
|
|
|
|
{\subsection{Cursos}}
|
|
|
|
$for(courses)$
|
|
|
|
\cvitem{$courses.name$}{
|
|
|
|
$courses.institution$
|
|
|
|
}{}
|
|
|
|
$endfor$
|
2019-07-01 19:40:34 +02:00
|
|
|
|
|
|
|
|
2021-02-23 20:56:04 +01:00
|
|
|
\ifthenelse{\equal{$lang$}{en}}
|
|
|
|
{\section{Technologies}}
|
|
|
|
{\section{Tecnologías}}
|
|
|
|
$for(technologies)$
|
|
|
|
\cvline{$technologies.category$}{
|
|
|
|
\begin{itemize*}[label=, itemjoin={{,}}]
|
|
|
|
$for(technologies.items)$
|
|
|
|
\item{$technologies.items$}
|
|
|
|
$endfor$
|
|
|
|
\end{itemize*}}
|
|
|
|
$endfor$
|
2019-07-01 19:40:34 +02:00
|
|
|
|
|
|
|
|
2021-02-23 20:56:04 +01:00
|
|
|
\ifthenelse{\equal{$lang$}{en}}
|
|
|
|
{\section{Work Experience}}
|
|
|
|
{\section{Experiencia laboral}}
|
|
|
|
$for(experience)$
|
|
|
|
\cventry{$experience.years.start$ \textendash{} $experience.years.end$}{$experience.position$}{$experience.company$}{$experience.city$}{$experience.country$}{
|
|
|
|
\begin{tightitems}
|
|
|
|
$for(experience.description)$
|
|
|
|
\item $experience.description$
|
|
|
|
$endfor$
|
|
|
|
\end{tightitems}}
|
|
|
|
$endfor$
|
2019-07-01 19:40:34 +02:00
|
|
|
|
2019-07-01 20:24:57 +02:00
|
|
|
|
2021-02-23 20:56:04 +01:00
|
|
|
\ifthenelse{\equal{$lang$}{en}}
|
|
|
|
{\section{Personal Projects}}
|
|
|
|
{\section{Proyectos personales}}
|
|
|
|
\cvitem{}{
|
|
|
|
\begin{tightitems}
|
|
|
|
$for(projects)$
|
|
|
|
\item $projects$
|
|
|
|
$endfor$
|
|
|
|
\end{tightitems}
|
|
|
|
}
|
2019-07-01 21:16:38 +02:00
|
|
|
|
2021-02-23 20:56:04 +01:00
|
|
|
\ifthenelse{\equal{$lang$}{en}}
|
|
|
|
{\section{Languages}}
|
|
|
|
{\section{Idiomas}}
|
|
|
|
$for(languages)$
|
|
|
|
\cvlanguage{$languages.language$}{
|
|
|
|
$languages.proficiency$
|
|
|
|
}{}
|
|
|
|
$endfor$
|
2019-07-08 17:52:13 +02:00
|
|
|
|
2019-06-27 20:14:41 +02:00
|
|
|
\end{document}
|