Adds proper author formatting to the new chicago note style

This commit is contained in:
Elena Razlogova 2007-11-29 11:31:45 +00:00
parent abdaa9c12c
commit 0db3cf9863
2 changed files with 11 additions and 3 deletions

View File

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

View File

@ -12,6 +12,10 @@
<name>Simon Kornblith</name> <name>Simon Kornblith</name>
<email>simon@simonster.com</email> <email>simon@simonster.com</email>
</contributor> </contributor>
<contributor>
<name>Elena Razlogova</name>
<email>elena.razlogova@gmail.com</email>
</contributor>
<summary>Chicago format with full notes and no bibliography</summary> <summary>Chicago format with full notes and no bibliography</summary>
<category term="generic-base"/> <category term="generic-base"/>
<category term="numeric"/> <category term="numeric"/>