Removing capitalize-first for all type and archiveLocation cases except presentation

This commit is contained in:
Elena Razlogova 2008-01-31 06:15:08 +00:00
parent f23d126fd4
commit 6c745b5123

View File

@ -179,7 +179,7 @@
<macro name="title-bib"> <macro name="title-bib">
<choose> <choose>
<if variable="title" match="none"> <if variable="title" match="none">
<text variable="genre" text-case="capitalize-first"/> <text variable="genre"/>
</if> </if>
<else-if type="book"> <else-if type="book">
<text variable="title" font-style="italic"/> <text variable="title" font-style="italic"/>
@ -226,9 +226,11 @@
</group> </group>
</macro> </macro>
<macro name="description-bib"> <macro name="description-bib">
<group prefix=". " delimiter=", "> <group delimiter=", ">
<text macro="interviewer-bib"/> <group delimiter=". ">
<text variable="medium" text-case="capitalize-first"/> <text macro="interviewer-bib"/>
<text variable="medium" text-case="capitalize-first"/>
</group>
<choose> <choose>
<if variable="title" match="none"> </if> <if variable="title" match="none"> </if>
<else-if type="thesis paper-conference" match="any"> </else-if> <else-if type="thesis paper-conference" match="any"> </else-if>
@ -356,7 +358,7 @@
<macro name="locator"> <macro name="locator">
<choose> <choose>
<if variable="locator" match="none"> <if variable="locator" match="none">
<text macro="pages" prefix=", "/> <text macro="pages"/>
</if> </if>
<else-if type="article-journal"> <else-if type="article-journal">
<text variable="locator" prefix=": "/> <text variable="locator" prefix=": "/>
@ -368,9 +370,12 @@
</macro> </macro>
<macro name="pages"> <macro name="pages">
<choose> <choose>
<if type="article-journal article-magazine chapter" match="any"> <if type="article-journal">
<text variable="page"/> <text variable="page" prefix=": "/>
</if> </if>
<else-if type="chapter">
<text variable="page" prefix=", "/>
</else-if>
</choose> </choose>
</macro> </macro>
<macro name="pages-chapter"> <macro name="pages-chapter">
@ -382,8 +387,8 @@
</macro> </macro>
<macro name="pages-article"> <macro name="pages-article">
<choose> <choose>
<if type="article-journal article-magazine" match="any"> <if type="article-journal">
<text variable="page" prefix=", "/> <text variable="page" prefix=": "/>
</if> </if>
</choose> </choose>
</macro> </macro>
@ -396,7 +401,7 @@
</macro> </macro>
<macro name="archive-bib"> <macro name="archive-bib">
<group delimiter=". "> <group delimiter=". ">
<text variable="archive_location" text-case="capitalize-first"/> <text variable="archive_location"/>
<text variable="archive"/> <text variable="archive"/>
<text variable="archive-place"/> <text variable="archive-place"/>
</group> </group>
@ -432,16 +437,19 @@
<text macro="issued" prefix=" (" suffix=")"/> <text macro="issued" prefix=" (" suffix=")"/>
</if> </if>
<else-if variable="publisher-place publisher" match="any"> <else-if variable="publisher-place publisher" match="any">
<group delimiter=" "> <choose>
<choose> <if variable="title" match="none"> </if>
<if variable="title" match="none"> </if> <else-if type="paper-conference">
<else-if type="thesis paper-conference" match="any"> <text variable="genre" text-case="capitalize-first" prefix=". "/>
<text variable="genre" text-case="capitalize-first" prefix=". "/> </else-if>
</else-if> </choose>
</choose> <text macro="event" prefix=" "/>
<text macro="event" prefix=" "/>
</group>
<group prefix=". " delimiter=", "> <group prefix=". " delimiter=", ">
<choose>
<if type="thesis">
<text variable="genre"/>
</if>
</choose>
<text macro="publisher"/> <text macro="publisher"/>
<text macro="issued"/> <text macro="issued"/>
</group> </group>
@ -548,10 +556,8 @@
<group delimiter=". "> <group delimiter=". ">
<text macro="author-bib"/> <text macro="author-bib"/>
<text macro="recipient-bib"/> <text macro="recipient-bib"/>
<group> <text macro="title-bib"/>
<text macro="title-bib"/> <text macro="description-bib"/>
<text macro="description-bib"/>
</group>
<text macro="translator-article-bib"/> <text macro="translator-article-bib"/>
<group> <group>
<text macro="container-prefix-bib"/> <text macro="container-prefix-bib"/>