Add Education start and end years

This commit is contained in:
coolneng 2019-07-02 00:39:10 +02:00
parent ebf4683469
commit 6e297c720c
2 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,9 @@ about: |
I invented calculus and gravity. I also wrote a few important papers on optics, planetary motion, and math. I invented calculus and gravity. I also wrote a few important papers on optics, planetary motion, and math.
education: education:
- year: 2017 - years:
start: 2017
end: presente
degree: Grado degree: Grado
focus: Ingeniería Informática focus: Ingeniería Informática
institution: Ceuta institution: Ceuta

View File

@ -272,7 +272,7 @@
% %
\setlength{\parskip}{1mm} \setlength{\parskip}{1mm}
$for(education)$ $for(education)$
\lightbf{$education.year$} \\ \lightfont{$education.years.start$ \textendash{} $education.years.end$} \\
\smallskip \smallskip
\emphasized{$education.degree$} \\ \emphasized{$education.degree$} \\
\emphasized{$education.focus$} \\ \emphasized{$education.focus$} \\