From 5711ae7c06ed7818118c176c29976b2c0a8ca844 Mon Sep 17 00:00:00 2001 From: adin Date: Mon, 21 Nov 2016 19:11:14 -0200 Subject: [PATCH] Update make zeros macros to new form --- cv.bbx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cv.bbx b/cv.bbx index 5c2c40f..1559ce5 100755 --- a/cv.bbx +++ b/cv.bbx @@ -68,13 +68,13 @@ \protected\def\mkbibcvdateshort#1#2#3{% \iffieldundef{#3} {} - {\mkdatezeros{\thefield{#3}}% + {\mkyearzeros{\thefield{#3}}% \iffieldundef{#2}{}{\datesep}}% \iffieldundef{#2} {} - {\mkdatezeros{\thefield{#2}}% + {\mkmonthzeros{\thefield{#2}}% \iffieldundef{#1}{}{\datesep}}% - \iffieldbibstring{#1}{\bibstring{\thefield{#1}}}{\mkdatezeros{\thefield{#1}}}}% + \iffieldbibstring{#1}{\bibstring{\thefield{#1}}}{\mkdayzeros{\thefield{#1}}}}% \DefineBibliographyExtras{english}{% % \renewcommand*{\datesep}{\space}% -- 2.50.1