From 6e297c720cfc84a6b5aed1a3ba0839e4c9f9648f Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 2 Jul 2019 00:39:10 +0200 Subject: [PATCH] Add Education start and end years --- details.yml | 4 +++- template.latex | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/details.yml b/details.yml index 5541d57..16e3e0f 100644 --- a/details.yml +++ b/details.yml @@ -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 diff --git a/template.latex b/template.latex index 4b860e8..fe99319 100644 --- a/template.latex +++ b/template.latex @@ -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$} \\