From 5956d366466b912c77aeae93fff7ffa5fc0d58fb Mon Sep 17 00:00:00 2001 From: adin Date: Sun, 9 Sep 2018 14:55:20 -0300 Subject: [PATCH] Update examples for projects. Related to show the fix on #2. --- example/cvdata.bib | 9 +++++---- example/example.tex | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/example/cvdata.bib b/example/cvdata.bib index 9cb1d75..c9c78a5 100644 --- a/example/cvdata.bib +++ b/example/cvdata.bib @@ -1,4 +1,3 @@ - % Studies @Study{phd, @@ -144,11 +143,12 @@ @Project{g2050, title = {Spatio-temporal dilations and contractions}, - author = {John Doe}, + author = {John Doe and Jane Doe}, Month = oct, role = {pi}, funding = {TT Foundation}, - Year = {2050} + Year = {2050}, + number = {42} } @Project{g2017, @@ -157,7 +157,8 @@ Month = oct, funding = {University of Unknown}, role = {My inventend role}, - Year = {2017} + Year = {2017}, + number = {42 and {$e$}} } @Project{g2015, diff --git a/example/example.tex b/example/example.tex index 27dcce0..cf4fc7a 100644 --- a/example/example.tex +++ b/example/example.tex @@ -23,7 +23,7 @@ {}{% % options by hand \def\defaultopts{% - \selectlanguage{portuguese} + \selectlanguage{english} % \selectshortlanguage{pt}% } } -- 2.50.1