www

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

commit 87f311eb0f64c206cf01be8516a0819d86dd9b87
parent 1b4914d8cbc2f293df9464834ec426bc9728822e
Author: eugenem <eugenem@gatech.edu>
Date:   Mon, 11 Aug 2008 05:07:17 +0000

Minor improvements to ACM SIGCHI format.



Diffstat:
Mcsl/acm-sigchi-proceedings.csl | 19++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/csl/acm-sigchi-proceedings.csl b/csl/acm-sigchi-proceedings.csl @@ -67,8 +67,8 @@ <text variable="container-title" suffix=" "/> <text variable="volume"/> </group> - <text variable="issue" suffix=" "/> - <text macro="year" prefix="(" suffix=")"/> + <text variable="issue"/> + <text macro="year" prefix=" (" suffix=")"/> </macro> @@ -77,6 +77,14 @@ <text variable="publisher" suffix=" "/> <text macro="year" prefix="(" suffix=")"/> </macro> + + <macro name="book-publisher"> + <group delimiter=", "> + <text variable="publisher"/> + <text variable="publisher-place"/> + <text macro="year"/> + </group> + </macro> <citation> @@ -111,9 +119,7 @@ </choose> <choose> <if type="book"> - <text variable="publisher" suffix=", "/> - <text variable="publisher-place" suffix=", "/> - <text macro="year" suffix="."/> + <text macro="book-publisher" suffix="."/> </if> <else-if type="paper-conference"> <group suffix="."> @@ -126,8 +132,7 @@ <text macro="editor" suffix=", "/> <text variable="container-title" font-style="italic" suffix=". "/> <group suffix="." delimiter=", "> - <text variable="publisher"/> - <text variable="publisher-place"/> + <text macro="book-publisher"/> <text variable="page"/> </group> </else-if>