Skip to content

Commit

Permalink
Add legislation to AZR & Austrian Legal (#5625)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith authored Sep 7, 2021
1 parent 9724c6e commit c0d2bf1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions austrian-legal.csl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</else>
</choose>
</if>
<else-if type="bill">
<else-if type="bill legislation" match="any">
<!-- move statutes to the bottom -->
<text value="ZZZZ"/>
</else-if>
Expand Down Expand Up @@ -99,7 +99,7 @@
</else>
</choose>
</if>
<else-if type="bill">
<else-if type="bill legislation" match="any">
<choose>
<if variable="container-title section" match="all">
<text variable="section" suffix=" "/>
Expand Down Expand Up @@ -307,7 +307,7 @@
</else>
</choose>
</if>
<else-if type="bill">
<else-if type="bill legislation" match="any">
<text value=" "/>
</else-if>
<else-if type="article-journal">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</macro>
<macro name="sort-key">
<choose>
<if type="bill" match="any">
<if type="bill legislation" match="any">
<text value="3"/>
</if>
<else-if type="legal_case" match="any">
Expand Down Expand Up @@ -75,7 +75,7 @@
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true" givenname-disambiguation-rule="all-names-with-initials" disambiguate-add-givenname="true">
<layout suffix="." delimiter="; ">
<choose>
<if type="bill">
<if type="bill legislation" match="any">
<choose>
<if variable="genre" match="all">
<!-- Verordnung oder Richtlinie der Europäischen Union -->
Expand Down Expand Up @@ -334,7 +334,7 @@
</sort>
<layout>
<choose>
<if type="bill">
<if type="bill legislation" match="any">
<choose>
<if variable="genre" match="all">
<!-- Verordnung oder Richtlinie der Europäischen Union -->
Expand Down

0 comments on commit c0d2bf1

Please sign in to comment.