Fixed bugs in ieee.csl (Andrea Rossato).
This commit is contained in:
parent
5f283e4d47
commit
67445e7685
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
|||
</choose>
|
||||
</macro>
|
||||
<macro name="publisher">
|
||||
<text variable="publisher-place" suffix=": " prefix=" "/>
|
||||
<text variable="publisher-place" suffix=": "/>
|
||||
<text variable="publisher" suffix=", "/>
|
||||
<date variable="issued">
|
||||
<date-part name="year"/>
|
||||
|
@ -115,7 +115,7 @@
|
|||
<group delimiter=", ">
|
||||
<text macro="title"/>
|
||||
<text variable="container-title" font-style="italic"/>
|
||||
<text variable="volume" prefix=" vol. "/>
|
||||
<text variable="volume" prefix="vol. "/>
|
||||
<date variable="issued">
|
||||
<date-part name="month" form="short" suffix=". " strip-periods="true"/>
|
||||
<date-part name="year"/>
|
||||
|
|
Loading…
Reference in a new issue