www

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

commit 0db3cf98639c879109aeebbb6a825e240655ac12
parent abdaa9c12c62a467cc509e84dca0f68d54b98267
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date:   Thu, 29 Nov 2007 11:31:45 +0000

Adds proper author formatting to the new chicago note style


Diffstat:
Mcsl/chicago-fullnote-bibliography.csl | 10+++++++---
Mcsl/chicago-note.csl | 4++++
2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/csl/chicago-fullnote-bibliography.csl b/csl/chicago-fullnote-bibliography.csl @@ -12,6 +12,10 @@ <name>Simon Kornblith</name> <email>simon@simonster.com</email> </contributor> + <contributor> + <name>Elena Razlogova</name> + <email>elena.razlogova@gmail.com</email> + </contributor> <summary>Chicago format with full notes and bibliography</summary> <category term="generic-base"/> <category term="numeric"/> @@ -44,9 +48,9 @@ </substitute> </names> </macro> - <macro name="author-full"> + <macro name="author-bib"> <names variable="author"> - <name and="text" sort-separator=", " + <name name-as-sort-order="all" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="always"/> <label form="short" prefix=", " suffix="."/> <substitute> @@ -327,7 +331,7 @@ <option name="subsequent-author-substitute" value="---"/> <layout suffix="."> <group delimiter=". "> - <text macro="author"/> + <text macro="author-bib"/> <text macro="title"/> <choose> <if type="thesis"> diff --git a/csl/chicago-note.csl b/csl/chicago-note.csl @@ -12,6 +12,10 @@ <name>Simon Kornblith</name> <email>simon@simonster.com</email> </contributor> + <contributor> + <name>Elena Razlogova</name> + <email>elena.razlogova@gmail.com</email> + </contributor> <summary>Chicago format with full notes and no bibliography</summary> <category term="generic-base"/> <category term="numeric"/>