Convert work experience description into tighitems

This commit is contained in:
2021-02-20 14:19:53 +01:00
parent 57bb6faa70
commit 5a58dcb975
5 changed files with 35 additions and 28 deletions

View File

@@ -83,7 +83,12 @@ $endfor$}
{\section{Work Experience}}
{\section{Experiencia laboral}}
$for(experience)$
\cventry{$experience.years.start$ \textendash{} $experience.years.end$}{$experience.position$}{$experience.company$}{$experience.location$}{}{$experience.description$}
\cventry{$experience.years.start$ \textendash{} $experience.years.end$}{$experience.position$}{$experience.company$}{$experience.location$}{}{
\begin{tightitems}
$for(experience.description)$
\item $experience.description$
$endfor$
\end{tightitems}}
$endfor$