]> hydra-www.ietfng.org Git - mcv-academic/commitdiff
Update the example on how to bold names
authoradin <adin@ic.unicamp.br>
Wed, 5 Sep 2018 17:27:14 +0000 (14:27 -0300)
committeradin <adin@ic.unicamp.br>
Wed, 5 Sep 2018 17:27:14 +0000 (14:27 -0300)
example/example.tex

index bcf62fa8df5bd160d2da46a152b4b5ecdac35f2f..27dcce03266ce9e80ae1b16210e0afde672060b7 100644 (file)
 \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}}
 
 
 %----------------------------------------------------------------------------------