Add Education start and end years
This commit is contained in:
parent
ebf4683469
commit
6e297c720c
|
@ -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
|
||||||
|
|
|
@ -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$} \\
|
||||||
|
|
Loading…
Reference in New Issue