Add languages section
This commit is contained in:
parent
f974eceb0d
commit
33ad64eaae
10
template.tex
10
template.tex
@ -102,11 +102,15 @@ $endfor$
|
||||
\section*{Education}
|
||||
\noindent
|
||||
$for(education)$
|
||||
\note{$education.year$}$education.degree$\\
|
||||
\note{$education.year$}\textbf{$education.subject$}$if(education.degree)$, $education.degree$$endif$\\
|
||||
\emph{$education.institute$}$if(education.city)$, $education.city$$endif$\\[.2cm]
|
||||
|
||||
$endfor$
|
||||
|
||||
\vfill{}
|
||||
$if(languages)$
|
||||
\section*{Languages}
|
||||
$for(languages)$
|
||||
\emph{$languages.language$} ($languages.proficiency$)\\
|
||||
$endfor$
|
||||
$endif$
|
||||
|
||||
\end{document}
|
||||
|
Loading…
Reference in New Issue
Block a user