Minor improvements to ACM SIGCHI format.
This commit is contained in:
parent
ffaba56ce3
commit
b59c3f400d
|
@ -67,8 +67,8 @@
|
||||||
<text variable="container-title" suffix=" "/>
|
<text variable="container-title" suffix=" "/>
|
||||||
<text variable="volume"/>
|
<text variable="volume"/>
|
||||||
</group>
|
</group>
|
||||||
<text variable="issue" suffix=" "/>
|
<text variable="issue"/>
|
||||||
<text macro="year" prefix="(" suffix=")"/>
|
<text macro="year" prefix=" (" suffix=")"/>
|
||||||
</macro>
|
</macro>
|
||||||
|
|
||||||
|
|
||||||
|
@ -78,6 +78,14 @@
|
||||||
<text macro="year" prefix="(" suffix=")"/>
|
<text macro="year" prefix="(" suffix=")"/>
|
||||||
</macro>
|
</macro>
|
||||||
|
|
||||||
|
<macro name="book-publisher">
|
||||||
|
<group delimiter=", ">
|
||||||
|
<text variable="publisher"/>
|
||||||
|
<text variable="publisher-place"/>
|
||||||
|
<text macro="year"/>
|
||||||
|
</group>
|
||||||
|
</macro>
|
||||||
|
|
||||||
|
|
||||||
<citation>
|
<citation>
|
||||||
<sort>
|
<sort>
|
||||||
|
@ -111,9 +119,7 @@
|
||||||
</choose>
|
</choose>
|
||||||
<choose>
|
<choose>
|
||||||
<if type="book">
|
<if type="book">
|
||||||
<text variable="publisher" suffix=", "/>
|
<text macro="book-publisher" suffix="."/>
|
||||||
<text variable="publisher-place" suffix=", "/>
|
|
||||||
<text macro="year" suffix="."/>
|
|
||||||
</if>
|
</if>
|
||||||
<else-if type="paper-conference">
|
<else-if type="paper-conference">
|
||||||
<group suffix=".">
|
<group suffix=".">
|
||||||
|
@ -126,8 +132,7 @@
|
||||||
<text macro="editor" suffix=", "/>
|
<text macro="editor" suffix=", "/>
|
||||||
<text variable="container-title" font-style="italic" suffix=". "/>
|
<text variable="container-title" font-style="italic" suffix=". "/>
|
||||||
<group suffix="." delimiter=", ">
|
<group suffix="." delimiter=", ">
|
||||||
<text variable="publisher"/>
|
<text macro="book-publisher"/>
|
||||||
<text variable="publisher-place"/>
|
|
||||||
<text variable="page"/>
|
<text variable="page"/>
|
||||||
</group>
|
</group>
|
||||||
</else-if>
|
</else-if>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user