Add courses as a subsection inside education
This commit is contained in:
parent
f7b6f8e79e
commit
0426a89f62
Binary file not shown.
Binary file not shown.
|
@ -35,7 +35,7 @@
|
||||||
\begin{itemize}[topsep=0pt,partopsep=0pt,itemsep=0pt,parsep=0pt]}
|
\begin{itemize}[topsep=0pt,partopsep=0pt,itemsep=0pt,parsep=0pt]}
|
||||||
{\end{itemize}\vspace{-10pt}}
|
{\end{itemize}\vspace{-10pt}}
|
||||||
\newenvironment{lesstightitems}
|
\newenvironment{lesstightitems}
|
||||||
{\noindent\ignorespaces
|
{\noindent\ignorespaces{}
|
||||||
\begin{itemize}[topsep=0pt,partopsep=0pt,itemsep=0pt,parsep=0pt]}
|
\begin{itemize}[topsep=0pt,partopsep=0pt,itemsep=0pt,parsep=0pt]}
|
||||||
{\end{itemize}\vspace{-10pt}}
|
{\end{itemize}\vspace{-10pt}}
|
||||||
|
|
||||||
|
@ -53,6 +53,15 @@ $for(education)$
|
||||||
\cventry{$education.years.start$ \textendash{} $education.years.end$}{$education.degree$}{$education.focus$}{$education.institution$}{}{}
|
\cventry{$education.years.start$ \textendash{} $education.years.end$}{$education.degree$}{$education.focus$}{$education.institution$}{}{}
|
||||||
$endfor$
|
$endfor$
|
||||||
|
|
||||||
|
\ifthenelse{\equal{$lang$}{en}}
|
||||||
|
{\subsection{Courses}}
|
||||||
|
{\subsection{Cursos}}
|
||||||
|
$for(courses)$
|
||||||
|
\cvitem{$courses.name$}{
|
||||||
|
$courses.institution$
|
||||||
|
}{}
|
||||||
|
$endfor$
|
||||||
|
|
||||||
|
|
||||||
\ifthenelse{\equal{$lang$}{en}}
|
\ifthenelse{\equal{$lang$}{en}}
|
||||||
{\section{Technologies}}
|
{\section{Technologies}}
|
||||||
|
|
Loading…
Reference in New Issue