Skip to content

Commit

Permalink
Bib formatting - macro suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
rbzsparks committed Dec 25, 2024
1 parent 2fd379c commit 367250c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _bibliography/langcog.csl
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
<macro name="locators">
<choose>
<if type="article-journal article-magazine" match="any">
<group prefix=", " delimiter=", ">
<group prefix=", " delimiter=", " suffix=".">
<group>
<text variable="volume" font-style="italic"/>
<text variable="issue" prefix="(" suffix=")"/>
Expand All @@ -340,13 +340,13 @@
</group>
</if>
<else-if type="article-newspaper">
<group delimiter=" " prefix=", ">
<group delimiter=" " prefix=", " suffix=".">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
</else-if>
<else-if type="book graphic motion_picture report song chapter paper-conference entry-encyclopedia entry-dictionary" match="any">
<group prefix=" (" suffix=")" delimiter=", ">
<group prefix=" (" suffix=")" delimiter=", " suffix=".">
<text macro="edition"/>
<group>
<text term="volume" form="short" plural="true" text-case="capitalize-first" suffix=" "/>
Expand Down Expand Up @@ -391,7 +391,7 @@
<macro name="container">
<choose>
<if type="post-weblog webpage" match="none">
<group delimiter=" " suffix=".">
<group delimiter=" ">
<choose>
<if type="chapter paper-conference entry-encyclopedia" match="any">
<text term="in" text-case="capitalize-first" suffix=" "/>
Expand Down

0 comments on commit 367250c

Please sign in to comment.