From b93bcfa73a9bad940a6eb9ba470d940f2d676dee Mon Sep 17 00:00:00 2001 From: adin Date: Wed, 5 Sep 2018 14:27:14 -0300 Subject: [PATCH] Update the example on how to bold names --- example/example.tex | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/example/example.tex b/example/example.tex index bcf62fa..27dcce0 100644 --- a/example/example.tex +++ b/example/example.tex @@ -69,8 +69,12 @@ \addbibresource{cvdata.bib} % If you want to make your name bold in the publications or other entries where you are an author -% Lastname Name Abbrev. -\boldname{Doe}{John}{J.} +% Use a coma-separated-value list for example: +% \addboldnames{{John Doe},{J. Doe}} +% However, for compound family names, it is better to use the format "family-name, given-name" as: +% \addboldnames{{Compound Doe, Joe},{Compound Doe, J.},{Doe, J.}} +% This version requires you to explicitly give all the configurations of the name you want to bold +\addboldnames{{John Doe},{J. Doe}} %---------------------------------------------------------------------------------- -- 2.50.1