www

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

commit 6512a8185dde579a2a3f4f2895b9a12332973249
parent 6fba8c38fc22a64f3e98d6e7bbd66b9913f21364
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date:   Sat, 26 Jan 2008 17:28:33 +0000

Display container-prefix only for chapters


Diffstat:
Mcsl/chicago-note.csl | 54+++++++++++++++++++++++++++++-------------------------
1 file changed, 29 insertions(+), 25 deletions(-)

diff --git a/csl/chicago-note.csl b/csl/chicago-note.csl @@ -127,7 +127,11 @@ </group> </macro> <macro name="container-prefix"> + <choose> + <if type="chapter"> <text term="in" text-case="lowercase" suffix=" "/> + </if> + </choose> </macro> <macro name="locators"> <choose> @@ -189,31 +193,6 @@ </else> </choose> </macro> - <macro name="issue"> - <choose> - <if type="article-journal"> - <text macro="issued" prefix=" (" suffix=")"/> - </if> - <else-if variable="publisher-place publisher" match="any"> - <group prefix=" (" suffix=")" delimiter=", "> - <group delimiter=" "> - <choose> - <if variable="title" match="none"> </if> - <else-if type="thesis paper-conference" match="any"> - <text variable="genre"/> - </else-if> - </choose> - <text macro="event"/> - </group> - <text macro="publisher"/> - <text macro="issued"/> - </group> - </else-if> - <else> - <text macro="issued" prefix=", "/> - </else> - </choose> - </macro> <macro name="locator"> <choose> <if type="article-newspaper"> @@ -252,6 +231,31 @@ <text variable="archive-place"/> </group> </macro> + <macro name="issue"> + <choose> + <if type="article-journal"> + <text macro="issued" prefix=" (" suffix=")"/> + </if> + <else-if variable="publisher-place publisher" match="any"> + <group prefix=" (" suffix=")" delimiter=", "> + <group delimiter=" "> + <choose> + <if variable="title" match="none"> </if> + <else-if type="thesis paper-conference" match="any"> + <text variable="genre"/> + </else-if> + </choose> + <text macro="event"/> + </group> + <text macro="publisher"/> + <text macro="issued"/> + </group> + </else-if> + <else> + <text macro="issued" prefix=", "/> + </else> + </choose> + </macro> <macro name="access"> <group delimiter=", "> <choose>