]> hydra-www.ietfng.org Git - mcv-academic/commitdiff
Show day on range-date. Fix for problem in #3
authoradin <adin@ic.unicamp.br>
Mon, 10 Sep 2018 12:23:36 +0000 (09:23 -0300)
committeradin <adin@ic.unicamp.br>
Mon, 10 Sep 2018 12:23:36 +0000 (09:23 -0300)
cv.bbx

diff --git a/cv.bbx b/cv.bbx
index 14aa704d8b40da8c00f7073b86bb85439f437b0d..a939f89b1e9f2a7c83419ad21b49119cfe018761 100644 (file)
--- a/cv.bbx
+++ b/cv.bbx
     % If the item is in the same year,
     \iffieldsequal{year}{endyear}%
       % compress
-      {\mkrangedate{}{month}{}}%
+      {\mkrangedate{}{month}{day}}%
       % else, print the date
-      {\mkrangedate{year}{month}{}}%
+      {\mkrangedate{year}{month}{day}}%
     \iffieldundef{endyear}%
       {}%
       {% check if we have a single year
             \fi%
           }%
           % else, print a range
-          {\mkrangedate{endyear}{endmonth}{}}%
+          {\mkrangedate{endyear}{endmonth}{endday}}%
       }%
     }%
   }%