From c22a1bf1e66a5626fcf28fd9f74661e114761553 Mon Sep 17 00:00:00 2001 From: adin Date: Tue, 2 Apr 2019 11:37:35 -0300 Subject: [PATCH] Update to use dates on entries --- cv-banking.bbx | 2 +- cv-fancy.bbx | 2 +- cv-oldstyle.bbx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cv-banking.bbx b/cv-banking.bbx index 8913d82..e1825c3 100644 --- a/cv-banking.bbx +++ b/cv-banking.bbx @@ -27,7 +27,7 @@ \DeclareBibliographyDriver{cventry}{% \usebibmacro{begentry}% \usebibmacro{cventry}% - {\usebibmacro{range-date}}% + {\usebibmacro{dates}[-\value{liststop}]}% {% \ifnameundef{author}{}{\usebibmacro{author}\newunitpunct}% \printmlfield{title}% diff --git a/cv-fancy.bbx b/cv-fancy.bbx index cb94f07..9b8dc56 100644 --- a/cv-fancy.bbx +++ b/cv-fancy.bbx @@ -55,7 +55,7 @@ \DeclareBibliographyDriver{cventry}{% \usebibmacro{begentry}% \usebibmacro{cventry}% - {\usebibmacro{range-date}}% + {\usebibmacro{dates}[-\value{liststop}]}% {% \ifnameundef{author}{}{\usebibmacro{author}\newunit}% \printmlfield{title}% diff --git a/cv-oldstyle.bbx b/cv-oldstyle.bbx index 92fe8b1..bb34caa 100644 --- a/cv-oldstyle.bbx +++ b/cv-oldstyle.bbx @@ -27,7 +27,7 @@ \DeclareBibliographyDriver{cventry}{% \usebibmacro{begentry}% \usebibmacro{cventry}% - {\usebibmacro{range-date}}% + {\usebibmacro{dates}[-\value{liststop}]}% {% \ifnameundef{author}{}{\usebibmacro{author}\newunit}% \printmlfield{title}% -- 2.50.1