Skip to content

Commit

Permalink
Bugfixes and improvements to the handling of the editors term for nor…
Browse files Browse the repository at this point in the history
…sk-henvisningsstandard-for-rettsvitenskepelige-tekster.csl. (#5515)
  • Loading branch information
StianOby committed Jun 23, 2021
1 parent afe5685 commit 76ac3d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions norsk-henvisningsstandard-for-rettsvitenskapelige-tekster.csl
Expand Up @@ -76,15 +76,16 @@
<name et-al-min="4" et-al-use-first="1" delimiter-precedes-last="never" name-as-sort-order="first" and="text"/>
<et-al term="and others"/>
<substitute>
<names variable="editor"/>
<text macro="editor"/>
</substitute>
</names>
</macro>
<macro name="editor">
<names variable="editor">
<name et-al-min="4" et-al-use-first="1" delimiter-precedes-last="never" and="text"/>
<et-al term="and others"/>
<label prefix=" (" suffix=")" form="short"/>
</names>
<text prefix=" (" suffix=")" term="editor" form="short"/>
</macro>
<macro name="title-short">
<choose>
Expand Down Expand Up @@ -325,7 +326,7 @@
<else-if type="chapter paper-conference" match="any">
<group suffix=".">
<text macro="author-full"/>
<text prefix=". " macro="title"/>
<text prefix=", " macro="title"/>
<text prefix=" i " font-style="italic" variable="container-title"/>
<text prefix=", " macro="editor"/>
<text macro="volume"/>
Expand Down

0 comments on commit 76ac3d7

Please sign in to comment.