Add a parenthesis around first name only
Hello,
I'd like to add a parenthesis around the first name in the bibliography.
-I would have this
KING (S.), Finders Keepers, scribner, 448 p.
-instead of
KING S., Finders Keepers.....
When i tried to add prefix="(" suffix=")" in my CSL style, it gave me (KING S.), it surrounded first name et last name together. I would like to do this only for the first name.
Anyone have an idea please ?
Thanks
I'd like to add a parenthesis around the first name in the bibliography.
-I would have this
KING (S.), Finders Keepers, scribner, 448 p.
-instead of
KING S., Finders Keepers.....
When i tried to add prefix="(" suffix=")" in my CSL style, it gave me (KING S.), it surrounded first name et last name together. I would like to do this only for the first name.
Anyone have an idea please ?
Thanks
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.
<names variable="author">
<name>
<name-part name="given" prefix="(" suffix=")"/>
<name-part name="family"/>
</name>
</names>
The details are in the CSL Specification.