I'm following the guidelines from this post. However I'm struggling when trying to put in bold another name besides mine. The main characteristic is that the entry is like:
@TECHREPORT{EntryDeliverable,
author = {{Company 1 name} and {Company 2 name}},
title = {{Title}},
}
Note: Include the company name {} because I don't want the company name to be shortened when using firstinits=true.
When I read the bbl file for Company 1 name I get:
{{hash=aaf4dfbf2d0b73914eae5cf63523f601}{{Company\bibnamedelimb 1\bibnamedelimb name}}{C\bibinitperiod}{}{}{}{}{}{}}
Note: name modified, so hash is not working.
Then, I have tried with all the options as below
\forcsvlist{\listadd\boldnames}
{{{Company\bibnamedelimb 1\bibnamedelimb name}}, %
{{Company\bibnamedelimb 1\bibnamedelimb name}, }, %
{, {Company\bibnamedelimb 1\bibnamedelimb name}, }, %
}
What is the correct form to do it.
BTW, how can I do it with the hash option.
\documentclassand ends with\end{documentclass}). – Mico Jul 04 '14 at 15:01\forcsvlist{\listadd\boldnames} { {{Company\bibnamedelimb 1\bibnamedelimb name}, }, }that did it for me. I also got it to work with your\forcsvlist{\listadd\boldnames}definition. – moewe Jul 04 '14 at 20:081a2) it works for both companies simultaneously. – moewe Jul 05 '14 at 06:39