From: adin Date: Wed, 5 Sep 2018 17:27:14 +0000 (-0300) Subject: Update the example on how to bold names X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=b93bcfa73a9bad940a6eb9ba470d940f2d676dee;p=mcv-academic Update the example on how to bold names --- 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}} %----------------------------------------------------------------------------------