Skip to content

Commit 76ac3d7

Browse files
authored
Bugfixes and improvements to the handling of the editors term for norsk-henvisningsstandard-for-rettsvitenskepelige-tekster.csl. (#5515)
1 parent afe5685 commit 76ac3d7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

norsk-henvisningsstandard-for-rettsvitenskapelige-tekster.csl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,16 @@
7676
<name et-al-min="4" et-al-use-first="1" delimiter-precedes-last="never" name-as-sort-order="first" and="text"/>
7777
<et-al term="and others"/>
7878
<substitute>
79-
<names variable="editor"/>
79+
<text macro="editor"/>
8080
</substitute>
8181
</names>
8282
</macro>
8383
<macro name="editor">
8484
<names variable="editor">
8585
<name et-al-min="4" et-al-use-first="1" delimiter-precedes-last="never" and="text"/>
86+
<et-al term="and others"/>
87+
<label prefix=" (" suffix=")" form="short"/>
8688
</names>
87-
<text prefix=" (" suffix=")" term="editor" form="short"/>
8889
</macro>
8990
<macro name="title-short">
9091
<choose>
@@ -325,7 +326,7 @@
325326
<else-if type="chapter paper-conference" match="any">
326327
<group suffix=".">
327328
<text macro="author-full"/>
328-
<text prefix=". " macro="title"/>
329+
<text prefix=", " macro="title"/>
329330
<text prefix=" i " font-style="italic" variable="container-title"/>
330331
<text prefix=", " macro="editor"/>
331332
<text macro="volume"/>

0 commit comments

Comments
 (0)