Skip to content

Commit 0fd9cc2

Browse files
authored
Update urad-rs-za-makroekonomske-analize-in-razvoj.csl (#5963)
* Update urad-rs-za-makroekonomske-analize-in-razvoj.csl Minor changes to delimiters for presentation entry type. * Update urad-rs-za-makroekonomske-analize-in-razvoj.csl Update legislation bibliography to also show short title * remove unnecessary test
1 parent 1393837 commit 0fd9cc2

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

urad-rs-za-makroekonomske-analize-in-razvoj.csl

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</author>
1414
<category citation-format="author-date"/>
1515
<category field="generic-base"/>
16-
<updated>2021-09-22T16:14:55+00:00</updated>
16+
<updated>2022-03-15T10:15:20+00:00</updated>
1717
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1818
</info>
1919
<macro name="container-contributors-booklike">
@@ -446,9 +446,15 @@
446446
<else-if type="post post-weblog webpage" variable="container-title" match="any">
447447
<text variable="title"/>
448448
</else-if>
449-
<else-if type="legislation book" match="any">
449+
<else-if type="book" match="any">
450450
<text variable="title" font-style="italic"/>
451451
</else-if>
452+
<else-if type="legislation" match="any">
453+
<group delimiter=" &#8211; ">
454+
<text variable="title-short"/>
455+
<text variable="title"/>
456+
</group>
457+
</else-if>
452458
<else>
453459
<text variable="title" font-style="normal"/>
454460
</else>
@@ -809,9 +815,9 @@
809815
<choose>
810816
<if variable="collection-editor editor issue page volume" match="none">
811817
<group delimiter=" ">
812-
<group delimiter=" ">
818+
<group>
813819
<text term="presented at" text-case="capitalize-first"/>
814-
<text variable="event"/>
820+
<text variable="event" prefix=" "/>
815821
<choose>
816822
<if match="any" variable="note">
817823
<group delimiter=" ">
@@ -823,9 +829,9 @@
823829
</group>
824830
</if>
825831
<else>
826-
<group>
832+
<group delimiter=", " prefix=", ">
827833
<text variable="genre"/>
828-
<text variable="event-place" prefix=", "/>
834+
<text variable="event-place"/>
829835
</group>
830836
</else>
831837
</choose>

0 commit comments

Comments
 (0)