Inserting a comma between last author and journal

Hello,

I recently created a new citation style which looks like:
G. F. Burkhard, E. T. Hoke, M. D. McGehee Adv. Mater. 2010, 22, 3293.

However, I can not seem to figure out how to insert a comma between last author and journal.

I would like the citation to look like:
G. F. Burkhard, E. T. Hoke, M. D. McGehee, Adv. Mater. 2010, 22, 3293.

Any tips on how I can edit the CSL file to do that?

BTW, below is the section in my CSL file which I thinks needs to be edited:

<macro name="author">
<names variable="author">
<name sort-separator=" " initialize-with=". " name-as-sort-order="short"
delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=", " suffix="." text-case="capitalize-first"/>

Thanks,
Jason

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.