Add courses as a subsection inside education

This commit is contained in:
coolneng 2021-02-20 15:39:36 +01:00
parent f7b6f8e79e
commit 0426a89f62
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
3 changed files with 10 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -35,7 +35,7 @@
\begin{itemize}[topsep=0pt,partopsep=0pt,itemsep=0pt,parsep=0pt]}
{\end{itemize}\vspace{-10pt}}
\newenvironment{lesstightitems}
{\noindent\ignorespaces
{\noindent\ignorespaces{}
\begin{itemize}[topsep=0pt,partopsep=0pt,itemsep=0pt,parsep=0pt]}
{\end{itemize}\vspace{-10pt}}
@ -53,6 +53,15 @@ $for(education)$
\cventry{$education.years.start$ \textendash{} $education.years.end$}{$education.degree$}{$education.focus$}{$education.institution$}{}{}
$endfor$
\ifthenelse{\equal{$lang$}{en}}
{\subsection{Courses}}
{\subsection{Cursos}}
$for(courses)$
\cvitem{$courses.name$}{
$courses.institution$
}{}
$endfor$
\ifthenelse{\equal{$lang$}{en}}
{\section{Technologies}}