don't display second author in bibliography in sort order
This commit is contained in:
parent
51dfd03346
commit
73a9db59fb
1 changed files with 13 additions and 2 deletions
|
@ -55,6 +55,17 @@
|
|||
</names>
|
||||
</macro>
|
||||
<macro name="author-bib">
|
||||
<names variable="author">
|
||||
<name name-as-sort-order="first" and="text" sort-separator=", "
|
||||
delimiter=", " delimiter-precedes-last="always"/>
|
||||
<label form="short" prefix=", " suffix="."/>
|
||||
<substitute>
|
||||
<names variable="editor"/>
|
||||
<names variable="translator"/>
|
||||
</substitute>
|
||||
</names>
|
||||
</macro>
|
||||
<macro name="author-full">
|
||||
<names variable="author">
|
||||
<name name-as-sort-order="all" and="text" sort-separator=", "
|
||||
delimiter=", " delimiter-precedes-last="always"/>
|
||||
|
@ -172,7 +183,7 @@
|
|||
</choose>
|
||||
</macro>
|
||||
<macro name="sort-key">
|
||||
<text macro="author-bib" suffix=" "/>
|
||||
<text macro="author-full" suffix=" "/>
|
||||
<text variable="title" suffix=" "/>
|
||||
<text variable="genre"/>
|
||||
</macro>
|
||||
|
@ -288,7 +299,7 @@
|
|||
<text macro="editor-translator" prefix=", "/>
|
||||
<text variable="genre" prefix=", "/>
|
||||
<choose>
|
||||
<if variable="publisher publisher-place" match="all">
|
||||
<if variable="publisher-place publisher" match="any">
|
||||
<group prefix=" (" suffix=")" delimiter=", ">
|
||||
<text macro="publisher"/>
|
||||
<text macro="issued"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue