Skip to content

Commit

Permalink
Presses universitaires de Strasbourg – Fix op.cit and multiple items (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
etnadji committed Jun 3, 2021
1 parent f8ff160 commit 4e4e1f3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions presses-universitaires-de-strasbourg-note.csl
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<choose>
<if variable="container-title">
<text variable="container-title" font-style="italic"/>
<text value=","/>
<text value=", "/>
</if>
<else>
<text variable="event" font-style="italic"/>
Expand Down Expand Up @@ -339,7 +339,7 @@
</group>
</if>
<else>
<text variable="edition" text-case="capitalize-first" suffix="."/>
<text variable="edition" text-case="capitalize-first"/>
</else>
</choose>
</macro>
Expand Down Expand Up @@ -465,7 +465,8 @@
<choose>
<if variable="URL">
<group>
<text term="available at" suffix="&#8239;: " text-case="capitalize-first"/>
<!-- <text term="available at" suffix="&#8239;: " text-case="capitalize-first"/> -->
<text term="available at" suffix="&#8239;: "/>
<text variable="URL"/>
</group>
</if>
Expand Down Expand Up @@ -499,10 +500,10 @@
<!-- === Citation reference layout macros ================================ -->
<!-- Standard citation reference layout -->
<macro name="citation-reference-normal">
<group delimiter=", " suffix=".">
<group delimiter=", ">
<text macro="responsability" suffix=","/>
<group delimiter=" ">
<group delimiter=". ">
<group>
<text macro="title"/>
<!-- volume : used for books and monographs (a volume of a multivolume book)-->
<text macro="volume"/>
Expand All @@ -515,7 +516,6 @@
<!-- secondary-responsability : used for patent inventors and translators -->
<!-- <text macro="secondary-responsability"/> -->
<group delimiter=", ">
<!-- <group delimiter=". "> -->
<group delimiter=", ">
<!-- <group delimiter="&#8239;: "> -->
<group delimiter=", ">
Expand Down Expand Up @@ -555,8 +555,8 @@
</macro>
<!-- In case of Op.cit / art.cité -->
<macro name="citation-reference-subsequent">
<group delimiter=". ">
<text macro="responsability" suffix=","/>
<group>
<text macro="responsability" suffix=", "/>
<choose>
<if type="paper-conference speech chapter article-journal article-magazine article-newspaper post-weblog post webpage broadcast" match="any">
<choose>
Expand All @@ -573,7 +573,7 @@
</if>
<else>
<text variable="title" form="short" font-style="italic"/>
<text value=","/>
<text value=", "/>
<choose>
<if variable="locator">
<text value="op.&#160;cit." font-style="italic" suffix=", "/>
Expand All @@ -587,7 +587,7 @@
</if>
<else>
<text variable="title" font-style="italic"/>
<text value=","/>
<text value=", "/>
<choose>
<if variable="locator">
<text value="op.&#160;cit." font-style="italic" suffix=", "/>
Expand All @@ -608,7 +608,7 @@
<!-- ===================================================================== -->
<!-- === Bibliography reference layout macro ============================= -->
<macro name="bibliography-reference">
<group delimiter=", " suffix=".">
<group delimiter=", ">
<text macro="responsability"/>
<group delimiter=" ">
<group delimiter=". ">
Expand Down

0 comments on commit 4e4e1f3

Please sign in to comment.