www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 586bd47e1068d5c32030d033a6b2a6d0863a111b
parent cc8bcbee1286633c72bfdd30195ec8b5d421c130
Author: David Kaplan <David.Kaplan@ird.fr>
Date:   Wed, 21 May 2008 11:49:17 +0000

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.



Diffstat:
Mcsl/agu.csl | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/csl/agu.csl b/csl/agu.csl @@ -37,7 +37,7 @@ </macro> <macro name="author-short"> <names variable="author"> - <name form="short" and="symbol" delimiter=", " initialize-with=". "/> + <name form="short" and="text" delimiter=", " initialize-with=". "/> <substitute> <names variable="editor"/> <names variable="translator"/> @@ -145,10 +145,10 @@ <option name="disambiguate-add-names" value="true"/> <option name="disambiguate-add-givenname" value="false"/> <option name="collapse" value="year"/> - <layout prefix="(" suffix=")" delimiter="; "> + <layout prefix="[" suffix="]" delimiter="; "> <group delimiter=", "> <group delimiter=", "> - <text macro="author-short"/> + <text macro="author-short" font-style="italic"/> <text macro="year-date"/> </group> <text variable="locator" prefix="p."/> @@ -195,7 +195,7 @@ <text variable="container-title" font-style="italic"/> <group prefix=", " delimiter=", "> <group> - <text variable="volume" /> + <text variable="volume" font-style="italic"/> <text variable="issue" prefix="(" suffix=")"/> <text macro="published-date"/> </group>