From 3b0a66243f514bcdbb028551202422488f85d7d7 Mon Sep 17 00:00:00 2001 From: adin Date: Sun, 9 Sep 2018 21:48:16 -0300 Subject: [PATCH] Add support to notes on the models. Solves #4. --- cv.bbx | 3 ++- cv.dbx | 15 ++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/cv.bbx b/cv.bbx index d4f5dd0..14aa704 100644 --- a/cv.bbx +++ b/cv.bbx @@ -87,6 +87,8 @@ \usebibmacro{period}% \newunit% \usebibmacro{projdate}% + \newunit% + \usebibmacro{note}% \usebibmacro{finentry}% } @@ -179,7 +181,6 @@ } \newbibmacro*{projdate}{% - % \mkbibdatelong{year}{month}{}% \usebibmacro{range-date}[long]% } diff --git a/cv.dbx b/cv.dbx index 3dda384..45e3a6c 100644 --- a/cv.dbx +++ b/cv.dbx @@ -28,14 +28,16 @@ date,% organization,% title,% - description% + description,% + note% } \DeclareLocalizedDatamodelEntryfields[cvmisc]{% dates,% date,% title,% - description% + description,% + note% } \DeclareLocalizedDatamodelEntryfields[position]{% @@ -43,7 +45,8 @@ organization,% title,% country,% - description% + description,% + note% } \DeclareLocalizedDatamodelEntryfields[project]{ @@ -54,7 +57,8 @@ number,% period,% month,% - year% + year,% + note% } \DeclareLocalizedDatamodelEntryfields[study]{% @@ -62,7 +66,8 @@ organization,% title,% country,% - description% + description,% + note% } \DeclareLocalizedDatamodelEntryfields[thesis]{% -- 2.50.1