www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 73a9db59fb8ac4ddd7a1622b42283aded549fe91
parent 51dfd03346a8d15eba905e3bfc75dc597471cd0e
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date:   Fri,  4 Jan 2008 12:23:54 +0000

don't display second author in bibliography in sort order


Diffstat:
Mcsl/chicago-fullnote-bibliography.csl | 15+++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/csl/chicago-fullnote-bibliography.csl b/csl/chicago-fullnote-bibliography.csl @@ -56,6 +56,17 @@ </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"/> <label form="short" prefix=", " suffix="."/> @@ -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"/>