Skip to content

Commit 367250c

Browse files
committed
Bib formatting - macro suffix
1 parent 2fd379c commit 367250c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_bibliography/langcog.csl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
<macro name="locators">
332332
<choose>
333333
<if type="article-journal article-magazine" match="any">
334-
<group prefix=", " delimiter=", ">
334+
<group prefix=", " delimiter=", " suffix=".">
335335
<group>
336336
<text variable="volume" font-style="italic"/>
337337
<text variable="issue" prefix="(" suffix=")"/>
@@ -340,13 +340,13 @@
340340
</group>
341341
</if>
342342
<else-if type="article-newspaper">
343-
<group delimiter=" " prefix=", ">
343+
<group delimiter=" " prefix=", " suffix=".">
344344
<label variable="page" form="short"/>
345345
<text variable="page"/>
346346
</group>
347347
</else-if>
348348
<else-if type="book graphic motion_picture report song chapter paper-conference entry-encyclopedia entry-dictionary" match="any">
349-
<group prefix=" (" suffix=")" delimiter=", ">
349+
<group prefix=" (" suffix=")" delimiter=", " suffix=".">
350350
<text macro="edition"/>
351351
<group>
352352
<text term="volume" form="short" plural="true" text-case="capitalize-first" suffix=" "/>
@@ -391,7 +391,7 @@
391391
<macro name="container">
392392
<choose>
393393
<if type="post-weblog webpage" match="none">
394-
<group delimiter=" " suffix=".">
394+
<group delimiter=" ">
395395
<choose>
396396
<if type="chapter paper-conference entry-encyclopedia" match="any">
397397
<text term="in" text-case="capitalize-first" suffix=" "/>

0 commit comments

Comments
 (0)