Skip to content

Commit

Permalink
Hotfix: pravnik.csl & iso690-full-note-cs.csl (JabRef#4833)
Browse files Browse the repository at this point in the history
  • Loading branch information
OTFlorian committed May 30, 2020
1 parent fb8d48a commit b5d00ab
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 28 deletions.
24 changes: 10 additions & 14 deletions iso690-full-note-cs.csl
Expand Up @@ -14,7 +14,7 @@
<category citation-format="note"/>
<category field="law"/>
<summary>Czech ISO-690, full note.</summary>
<updated>2020-05-25T10:00:00+00:00</updated>
<updated>2020-05-30T10:00:00+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>
<locale xml:lang="cs">
Expand Down Expand Up @@ -235,21 +235,17 @@
<if type="article-journal article-magazine article-newspaper" match="any">
<group delimiter=", ">
<date variable="issued">
<date-part name="year" range-delimiter="&#8211;"/>
<date-part name="year" range-delimiter="&#160;&#8211;&#160;"/>
</date>
<choose>
<if variable="volume">
<text term="volume" form="short" suffix="&#160;"/>
<text variable="volume"/>
</if>
</choose>
</group>
<choose>
<if variable="issue">
<text prefix=", " term="issue" form="short" suffix="&#160;"/>
<group delimiter="&#160;">
<text term="volume" form="short"/>
<text variable="volume"/>
</group>
<group delimiter="&#160;">
<text term="issue" form="short"/>
<text variable="issue"/>
</if>
</choose>
</group>
</group>
</if>
<else-if type="webpage" match="any">
<date variable="issued">
Expand Down
24 changes: 10 additions & 14 deletions pravnik.csl
Expand Up @@ -15,7 +15,7 @@
<category field="law"/>
<issn>0231-6625</issn>
<summary>Suitable for Právník - a journal published by the Institute of State and Law of the Czech Academy of Sciences.</summary>
<updated>2020-05-25T10:00:00+00:00</updated>
<updated>2020-05-30T10:00:00+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>
<locale xml:lang="cs">
Expand Down Expand Up @@ -220,21 +220,17 @@
<if type="article-journal article-magazine article-newspaper" match="any">
<group delimiter=", ">
<date variable="issued">
<date-part name="year" range-delimiter="&#8211;"/>
<date-part name="year" range-delimiter="&#160;&#8211;&#160;"/>
</date>
<choose>
<if variable="volume">
<text term="volume" form="short" suffix="&#160;"/>
<text variable="volume"/>
</if>
</choose>
</group>
<choose>
<if variable="issue">
<text prefix=", " term="issue" form="short" suffix="&#160;"/>
<group delimiter="&#160;">
<text term="volume" form="short"/>
<text variable="volume"/>
</group>
<group delimiter="&#160;">
<text term="issue" form="short"/>
<text variable="issue"/>
</if>
</choose>
</group>
</group>
</if>
<else-if type="webpage" match="any">
<date variable="issued">
Expand Down

0 comments on commit b5d00ab

Please sign in to comment.