Skip to content

Commit

Permalink
Update masarykova-univerzita-pravnicka-fakulta.csl (JabRef#4822)
Browse files Browse the repository at this point in the history
  • Loading branch information
OTFlorian committed May 22, 2020
1 parent 096108d commit f706ef5
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions masarykova-univerzita-pravnicka-fakulta.csl
Expand Up @@ -97,18 +97,6 @@
</else-if>
</choose>
</macro>
<macro name="secondary-contributors">
<choose>
<if variable="author" type="book" match="all">
<names variable="editor translator" delimiter=", ">
<label text-case="capitalize-first" suffix=" "/>
<name sort-separator=", " delimiter=", ">
<name-part name="family" text-case="capitalize-first"/>
</name>
</names>
</if>
</choose>
</macro>
<macro name="container-contributors">
<choose>
<if variable="container-author">
Expand Down Expand Up @@ -156,10 +144,7 @@
</choose>
</macro>
<macro name="title-long">
<group delimiter=". ">
<text variable="title"/>
<text macro="secondary-contributors" font-style="normal"/>
</group>
<text variable="title"/>
</macro>
<macro name="title-short">
<group delimiter=". ">
Expand Down Expand Up @@ -590,7 +575,6 @@
<choose>
<if variable="URL" match="any">
<text prefix=" " macro="medium"/>
<text prefix=". " macro="secondary-contributors"/>
<text prefix=". " macro="edition" suffix="."/>
<text prefix=". " macro="issued"/>
<text prefix=" " macro="quoted" suffix="."/>
Expand Down

0 comments on commit f706ef5

Please sign in to comment.