www

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

commit 9c9645f44729f7557d990eaef01fc08047ab3f0e
parent ec8bb69330e792c71c60437542f2a68e318730f9
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 10 Nov 2007 07:10:45 +0000

Merging r1846 to new system



Diffstat:
Mcsl/chicago-note.csl | 13++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/csl/chicago-note.csl b/csl/chicago-note.csl @@ -80,7 +80,7 @@ </else> </conditional> </group> - <pages prefix=", "/> + <locator prefix=", "/> <access prefix=", "/> </type> <type name="chapter"> @@ -108,7 +108,13 @@ </else> </conditional> </group> - <pages prefix=", "/> + <conditional> + <if field="locator"> + <locator prefix=", "/> + </if><else> + <pages prefix=", "/> + </else> + </conditional> <access prefix=", "/> </group> </type> @@ -118,6 +124,7 @@ <titles quotes="true"/> <titles relation="container" font-style="italic"/> <date/> + <locator/> <access/> </group> </type> @@ -133,7 +140,7 @@ <number/> </issue> <date prefix=" (" suffix=")"/> - <pages prefix=": "/> + <locator prefix=": "/> <access prefix=", "/> </type> </choose>