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

@ -127,7 +127,7 @@
</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=" "/>
@ -156,14 +156,14 @@
<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>