How to change my citation style that brackets become bold

Hallo,

I want to insert bold brackets ( ) into my bibliography reference:

That's what I have:
Schmidt J., and J. Schmidt. (1987). Mining (J. Schmidt, Ed.). E. & F.N. Spon Ltd, London and New York, 300pp., (ISBN: 32345555).

That's what i want:
Schmidt J., and J. Schmidt. (1987). Mining (J. Schmidt, Ed.). E. & F.N. Spon Ltd, London and New York, 300pp., (ISBN: 32345555).

My XML text looks like this:
<bibliography hanging-indent="false">
  <sort>
      <key macro="author-short"/>
      <key variable="issued"/>
   </sort>
   <layout>
      <text macro="author" suffix=". " font-weight="bold"/>
      <date variable="issued" prefix=" (" suffix=")." font-weight="bold">
      <date-part name="year"/>
  </date>

Thanks very much in advance.
Daniel

This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.

Sign In or Register to comment.