From 759c0dbecc9eab8635fd88e641d58eb0618bcb18 Mon Sep 17 00:00:00 2001 From: adin Date: Sun, 9 Sep 2018 21:41:33 -0300 Subject: [PATCH] Add example for date range on project --- example/cvdata.bib | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/example/cvdata.bib b/example/cvdata.bib index c9c78a5..f9aef86 100644 --- a/example/cvdata.bib +++ b/example/cvdata.bib @@ -154,11 +154,10 @@ @Project{g2017, title = {Foundations on the unknown}, author = {John Doe}, - Month = oct, funding = {University of Unknown}, role = {My inventend role}, - Year = {2017}, - number = {42 and {$e$}} + number = {42 and {$e$}}, + date = {2017-10/2018-11} } @Project{g2015, -- 2.50.1