Skip to content

Commit

Permalink
Update urad-rs-za-makroekonomske-analize-in-razvoj.csl (#5963)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
majazaloznik authored Apr 11, 2022
1 parent 1393837 commit 0fd9cc2
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions urad-rs-za-makroekonomske-analize-in-razvoj.csl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</author>
<category citation-format="author-date"/>
<category field="generic-base"/>
<updated>2021-09-22T16:14:55+00:00</updated>
<updated>2022-03-15T10:15:20+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="container-contributors-booklike">
Expand Down Expand Up @@ -446,9 +446,15 @@
<else-if type="post post-weblog webpage" variable="container-title" match="any">
<text variable="title"/>
</else-if>
<else-if type="legislation book" match="any">
<else-if type="book" match="any">
<text variable="title" font-style="italic"/>
</else-if>
<else-if type="legislation" match="any">
<group delimiter=" &#8211; ">
<text variable="title-short"/>
<text variable="title"/>
</group>
</else-if>
<else>
<text variable="title" font-style="normal"/>
</else>
Expand Down Expand Up @@ -809,9 +815,9 @@
<choose>
<if variable="collection-editor editor issue page volume" match="none">
<group delimiter=" ">
<group delimiter=" ">
<group>
<text term="presented at" text-case="capitalize-first"/>
<text variable="event"/>
<text variable="event" prefix=" "/>
<choose>
<if match="any" variable="note">
<group delimiter=" ">
Expand All @@ -823,9 +829,9 @@
</group>
</if>
<else>
<group>
<group delimiter=", " prefix=", ">
<text variable="genre"/>
<text variable="event-place" prefix=", "/>
<text variable="event-place"/>
</group>
</else>
</choose>
Expand Down

0 comments on commit 0fd9cc2

Please sign in to comment.