More updates to agu style to conform to
http://www.agu.org/pubs/AuthorRefSheet.pdf . Changes consist of: 1) Changed use of "&" in citations to "and". 2) Citation prefix and suffix are now [ and ]. 2) Added italic to author names in citations and to volume in bibliographic references.
This commit is contained in:
parent
cc8bcbee12
commit
586bd47e10
|
@ -37,7 +37,7 @@
|
||||||
</macro>
|
</macro>
|
||||||
<macro name="author-short">
|
<macro name="author-short">
|
||||||
<names variable="author">
|
<names variable="author">
|
||||||
<name form="short" and="symbol" delimiter=", " initialize-with=". "/>
|
<name form="short" and="text" delimiter=", " initialize-with=". "/>
|
||||||
<substitute>
|
<substitute>
|
||||||
<names variable="editor"/>
|
<names variable="editor"/>
|
||||||
<names variable="translator"/>
|
<names variable="translator"/>
|
||||||
|
@ -145,10 +145,10 @@
|
||||||
<option name="disambiguate-add-names" value="true"/>
|
<option name="disambiguate-add-names" value="true"/>
|
||||||
<option name="disambiguate-add-givenname" value="false"/>
|
<option name="disambiguate-add-givenname" value="false"/>
|
||||||
<option name="collapse" value="year"/>
|
<option name="collapse" value="year"/>
|
||||||
<layout prefix="(" suffix=")" delimiter="; ">
|
<layout prefix="[" suffix="]" delimiter="; ">
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
<text macro="author-short"/>
|
<text macro="author-short" font-style="italic"/>
|
||||||
<text macro="year-date"/>
|
<text macro="year-date"/>
|
||||||
</group>
|
</group>
|
||||||
<text variable="locator" prefix="p."/>
|
<text variable="locator" prefix="p."/>
|
||||||
|
@ -195,7 +195,7 @@
|
||||||
<text variable="container-title" font-style="italic"/>
|
<text variable="container-title" font-style="italic"/>
|
||||||
<group prefix=", " delimiter=", ">
|
<group prefix=", " delimiter=", ">
|
||||||
<group>
|
<group>
|
||||||
<text variable="volume" />
|
<text variable="volume" font-style="italic"/>
|
||||||
<text variable="issue" prefix="(" suffix=")"/>
|
<text variable="issue" prefix="(" suffix=")"/>
|
||||||
<text macro="published-date"/>
|
<text macro="published-date"/>
|
||||||
</group>
|
</group>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user