Skip to content

Commit 4e4e1f3

Browse files
authored
Presses universitaires de Strasbourg – Fix op.cit and multiple items (#5484)
1 parent f8ff160 commit 4e4e1f3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

presses-universitaires-de-strasbourg-note.csl

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
<choose>
151151
<if variable="container-title">
152152
<text variable="container-title" font-style="italic"/>
153-
<text value=","/>
153+
<text value=", "/>
154154
</if>
155155
<else>
156156
<text variable="event" font-style="italic"/>
@@ -339,7 +339,7 @@
339339
</group>
340340
</if>
341341
<else>
342-
<text variable="edition" text-case="capitalize-first" suffix="."/>
342+
<text variable="edition" text-case="capitalize-first"/>
343343
</else>
344344
</choose>
345345
</macro>
@@ -465,7 +465,8 @@
465465
<choose>
466466
<if variable="URL">
467467
<group>
468-
<text term="available at" suffix="&#8239;: " text-case="capitalize-first"/>
468+
<!-- <text term="available at" suffix="&#8239;: " text-case="capitalize-first"/> -->
469+
<text term="available at" suffix="&#8239;: "/>
469470
<text variable="URL"/>
470471
</group>
471472
</if>
@@ -499,10 +500,10 @@
499500
<!-- === Citation reference layout macros ================================ -->
500501
<!-- Standard citation reference layout -->
501502
<macro name="citation-reference-normal">
502-
<group delimiter=", " suffix=".">
503+
<group delimiter=", ">
503504
<text macro="responsability" suffix=","/>
504505
<group delimiter=" ">
505-
<group delimiter=". ">
506+
<group>
506507
<text macro="title"/>
507508
<!-- volume : used for books and monographs (a volume of a multivolume book)-->
508509
<text macro="volume"/>
@@ -515,7 +516,6 @@
515516
<!-- secondary-responsability : used for patent inventors and translators -->
516517
<!-- <text macro="secondary-responsability"/> -->
517518
<group delimiter=", ">
518-
<!-- <group delimiter=". "> -->
519519
<group delimiter=", ">
520520
<!-- <group delimiter="&#8239;: "> -->
521521
<group delimiter=", ">
@@ -555,8 +555,8 @@
555555
</macro>
556556
<!-- In case of Op.cit / art.cité -->
557557
<macro name="citation-reference-subsequent">
558-
<group delimiter=". ">
559-
<text macro="responsability" suffix=","/>
558+
<group>
559+
<text macro="responsability" suffix=", "/>
560560
<choose>
561561
<if type="paper-conference speech chapter article-journal article-magazine article-newspaper post-weblog post webpage broadcast" match="any">
562562
<choose>
@@ -573,7 +573,7 @@
573573
</if>
574574
<else>
575575
<text variable="title" form="short" font-style="italic"/>
576-
<text value=","/>
576+
<text value=", "/>
577577
<choose>
578578
<if variable="locator">
579579
<text value="op.&#160;cit." font-style="italic" suffix=", "/>
@@ -587,7 +587,7 @@
587587
</if>
588588
<else>
589589
<text variable="title" font-style="italic"/>
590-
<text value=","/>
590+
<text value=", "/>
591591
<choose>
592592
<if variable="locator">
593593
<text value="op.&#160;cit." font-style="italic" suffix=", "/>
@@ -608,7 +608,7 @@
608608
<!-- ===================================================================== -->
609609
<!-- === Bibliography reference layout macro ============================= -->
610610
<macro name="bibliography-reference">
611-
<group delimiter=", " suffix=".">
611+
<group delimiter=", ">
612612
<text macro="responsability"/>
613613
<group delimiter=" ">
614614
<group delimiter=". ">

0 commit comments

Comments
 (0)