minor corrections on punctuation

This commit is contained in:
Bruce D'Arcus 2007-11-16 14:49:15 +00:00
parent 8e005f8bc4
commit 37cbf41c25

View file

@ -23,11 +23,11 @@
<macro name="author"> <macro name="author">
<names variable="author"> <names variable="author">
<name name-as-sort-order="first" and="text" sort-separator=", " initialize-with=". " <name name-as-sort-order="first" and="text" sort-separator=", " initialize-with=". "
delimiter=", " delimiter-precedes-last="always"/> delimiter=", " delimiter-precedes-last="always"/>
<label form="short" prefix=" " suffix="." text-transform="lowercase"/> <label form="short" prefix=" " suffix="." text-transform="lowercase"/>
<substitute> <substitute>
<names variable="editor"/> <names variable="editor"/>
<text variable="title"/> <text variable="title"/>
</substitute> </substitute>
</names> </names>
</macro> </macro>
@ -35,9 +35,9 @@
<names variable="author"> <names variable="author">
<name form="short" and="text" 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"/>
<text variable="title"/> <text variable="title"/>
</substitute> </substitute>
</names> </names>
</macro> </macro>
@ -45,22 +45,22 @@
<group> <group>
<text variable="URL"/> <text variable="URL"/>
<group prefix=" (" suffix=")"> <group prefix=" (" suffix=")">
<text term="accessed" text-transform="lowercase" prefix="last " suffix=" "/> <text term="accessed" text-transform="lowercase" prefix="last " suffix=" "/>
<date variable="accessed"> <date variable="accessed">
<date-part name="day" suffix=" "/> <date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/> <date-part name="month" suffix=" "/>
<date-part name="year"/> <date-part name="year"/>
</date> </date>
</group> </group>
</group> </group>
</macro> </macro>
<macro name="title"> <macro name="title">
<choose> <choose>
<if type="book"> <if type="book">
<text variable="title" font-style="italic"/> <text variable="title" font-style="italic"/>
</if> </if>
<else> <else>
<text variable="title"/> <text variable="title"/>
</else> </else>
</choose> </choose>
</macro> </macro>
@ -73,24 +73,24 @@
<macro name="year-date"> <macro name="year-date">
<group prefix=" "> <group prefix=" ">
<choose> <choose>
<if variable="issued"> <if variable="issued">
<date variable="issued"> <date variable="issued">
<date-part name="year"/> <date-part name="year"/>
</date> </date>
</if> </if>
<else> <else>
<text value="n.d."/> <text value="n.d."/>
</else> </else>
</choose> </choose>
</group> </group>
</macro> </macro>
<macro name="additionaldate"> <macro name="additionaldate">
<choose> <choose>
<if type="article-newspaper"> <if type="article-newspaper">
<date variable="issued"> <date variable="issued">
<date-part name="day" suffix=" "/> <date-part name="day" suffix=" "/>
<date-part name="month"/> <date-part name="month"/>
</date> </date>
</if> </if>
</choose> </choose>
</macro> </macro>
@ -105,11 +105,11 @@
<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"/>
<text macro="year-date"/> <text macro="year-date"/>
</group> </group>
<text variable="locator"/> <text variable="locator"/>
</group> </group>
</layout> </layout>
</citation> </citation>
@ -123,47 +123,47 @@
<layout suffix="."> <layout suffix=".">
<text macro="author" suffix="."/> <text macro="author" suffix="."/>
<date variable="issued" prefix=" " suffix="."> <date variable="issued" prefix=" " suffix=".">
<date-part name="year"/> <date-part name="year"/>
</date> </date>
<choose> <choose>
<if type="book"> <if type="book">
<group suffix=","> <group suffix=".">
<text macro="title" prefix=" "/> <text macro="title" prefix=" "/>
<text variable="edition" prefix=" " suffix=" ed."/> <text variable="edition" prefix=" " suffix=" ed."/>
<text macro="editor" prefix=" "/> <text macro="editor" prefix=" "/>
</group> </group>
<text prefix=" " suffix="." macro="publisher"/> <text prefix=" " suffix="." macro="publisher"/>
</if> </if>
<else-if type="chapter"> <else-if type="chapter">
<text macro="title" prefix=" " suffix="."/> <text macro="title" prefix=" " suffix="."/>
<group class="container" prefix=" " delimiter=", " suffix="."> <group class="container" prefix=" " delimiter=", " suffix=".">
<group delimiter=" "> <group delimiter=" ">
<text term="in" text-transform="capitalize"/> <text term="in" text-transform="capitalize"/>
<text variable="container-title" font-style="italic"/> <text variable="container-title" font-style="italic"/>
</group> </group>
<text variable="collection-title" prefix=" " suffix="."/> <text variable="collection-title" prefix=" " suffix="."/>
<text macro="editor"/> <text macro="editor"/>
<text variable="page"/> <text variable="page"/>
</group> </group>
<text macro="publisher" prefix=" "/> <text macro="publisher" prefix=" "/>
</else-if> </else-if>
<else> <else>
<group suffix="."> <group suffix=".">
<text macro="title" prefix=" "/> <text macro="title" prefix=" "/>
<text macro="editor" prefix=" "/> <text macro="editor" prefix=" "/>
</group> </group>
<group class="container" prefix=" " suffix="." delimiter=" "> <group class="container" prefix=" " suffix="." delimiter=" ">
<text variable="container-title" font-style="italic"/> <text variable="container-title" font-style="italic"/>
<group > <group >
<text variable="volume" /> <text variable="volume" />
<text variable="issue" prefix="(" suffix=")"/> <text variable="issue" prefix=" (" suffix=")"/>
<text macro="additionaldate"/> <text macro="additionaldate"/>
<text variable="page" prefix=":"/> <text variable="page" prefix=":"/>
</group> </group>
</group> </group>
</else> </else>
</choose> </choose>
<text prefix=" " macro="access" suffix="."/> <text prefix=" " macro="access"/>
</layout> </layout>
</bibliography> </bibliography>
</style> </style>