Science Journal style: small error in repository and correction
Hi,
There is a small error in the style for Science. Parentheses around citations should not be italicised (although their contents should).
A simple correction is given below. I can not find out the correct way to submit this to the repository.
Change:
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="(" suffix=")" delimiter=", " font-style="italic" >
<text variable="citation-number"/>
</layout>
</citation>
to:
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="(" suffix=")" delimiter=", ">
<text font-style="italic" variable="citation-number"/>
</layout>
</citation>
There is a small error in the style for Science. Parentheses around citations should not be italicised (although their contents should).
A simple correction is given below. I can not find out the correct way to submit this to the repository.
Change:
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="(" suffix=")" delimiter=", " font-style="italic" >
<text variable="citation-number"/>
</layout>
</citation>
to:
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="(" suffix=")" delimiter=", ">
<text font-style="italic" variable="citation-number"/>
</layout>
</citation>
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
For larger changes see instructions here:
https://github.com/citation-style-language/styles/wiki/Submitting-Styles
but not necessary here.