don't display second author in bibliography in sort order

This commit is contained in:
Elena Razlogova 2008-01-04 12:23:54 +00:00
parent 001e82ee91
commit fa8e231882

View File

@ -55,6 +55,17 @@
</names> </names>
</macro> </macro>
<macro name="author-bib"> <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"> <names variable="author">
<name name-as-sort-order="all" and="text" sort-separator=", " <name name-as-sort-order="all" and="text" sort-separator=", "
delimiter=", " delimiter-precedes-last="always"/> delimiter=", " delimiter-precedes-last="always"/>
@ -172,7 +183,7 @@
</choose> </choose>
</macro> </macro>
<macro name="sort-key"> <macro name="sort-key">
<text macro="author-bib" suffix=" "/> <text macro="author-full" suffix=" "/>
<text variable="title" suffix=" "/> <text variable="title" suffix=" "/>
<text variable="genre"/> <text variable="genre"/>
</macro> </macro>
@ -288,7 +299,7 @@
<text macro="editor-translator" prefix=", "/> <text macro="editor-translator" prefix=", "/>
<text variable="genre" prefix=", "/> <text variable="genre" prefix=", "/>
<choose> <choose>
<if variable="publisher publisher-place" match="all"> <if variable="publisher-place publisher" match="any">
<group prefix=" (" suffix=")" delimiter=", "> <group prefix=" (" suffix=")" delimiter=", ">
<text macro="publisher"/> <text macro="publisher"/>
<text macro="issued"/> <text macro="issued"/>