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.
|
||||
|
||||
education:
|
||||
- year: 2017
|
||||
- years:
|
||||
start: 2017
|
||||
end: presente
|
||||
degree: Grado
|
||||
focus: Ingeniería Informática
|
||||
institution: Ceuta
|
||||
|
|
|
@ -272,7 +272,7 @@
|
|||
%
|
||||
\setlength{\parskip}{1mm}
|
||||
$for(education)$
|
||||
\lightbf{$education.year$} \\
|
||||
\lightfont{$education.years.start$ \textendash{} $education.years.end$} \\
|
||||
\smallskip
|
||||
\emphasized{$education.degree$} \\
|
||||
\emphasized{$education.focus$} \\
|
||||
|
|
Loading…
Reference in New Issue