From 910d13c9abcc8b8f873bdaea6cc30a35bdaa612c Mon Sep 17 00:00:00 2001 From: tjohnson250 Date: Sat, 15 Sep 2018 23:16:22 -0500 Subject: [PATCH] Do not patch endyear for presentation --- academic.sty | 3 +++ 1 file changed, 3 insertions(+) diff --git a/academic.sty b/academic.sty index 9815718..497d9b4 100644 --- a/academic.sty +++ b/academic.sty @@ -211,6 +211,8 @@ % Patch endyears that are not declared % http://tex.stackexchange.com/a/327884/7561 +% Leave presentation out of this, because it uses \printdate. +% Patching endyear for presentation results in single dates (YYYY-MM-DD) to appear as Oct 4-4, 2010. \DeclareSourcemap{ \maps[datatype=bibtex]{ \map{ @@ -375,6 +377,7 @@ \defprint{thesis}{theses} \defprint[resetnumbers=true]{project}{projects} \defprint{cvmisc}{cvmiscs} +\defprint[resetnumbers=true]{presentation}{presentations} %------------------------------------------------------------------------------- % Patching moderncv -- 2.50.1