From f403ca04985a5a2b7d0e7704fedda15a46483e41 Mon Sep 17 00:00:00 2001 From: adin Date: Tue, 6 Sep 2016 11:10:13 -0300 Subject: [PATCH] Add filters of this style entries for the date range patch --- moderncvstyleacademic.sty | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/moderncvstyleacademic.sty b/moderncvstyleacademic.sty index 16ce39a..1f364b9 100755 --- a/moderncvstyleacademic.sty +++ b/moderncvstyleacademic.sty @@ -168,6 +168,13 @@ \DeclareSourcemap{ \maps[datatype=bibtex]{ \map{ + \pertype{study} + \pertype{position} + \pertype{project} + \pertype{course} + \pertype{thesis} + \pertype{committee} + \pertype{cvmisc} \step[fieldsource=date, match=\regexp{\A([0-9]{4}-[0-9]{2}-[0-9]{2})\Z}, replace=\regexp{$1/$1}] \step[fieldsource=date, match=\regexp{\A([0-9]{4}-[0-9]{2})\Z}, replace=\regexp{$1/$1}] \step[fieldsource=date, match=\regexp{\A([0-9]{4})\Z}, replace=\regexp{$1/$1}] -- 2.50.1