Skip to content
Permalink
Browse files

remove text-case="sentence" from all styles.

CC @ms609 - this affects many of the styles you contributed. The reason for removing is that automated sentence casing doesn't work well, see here
http://citationstyles.org/downloads/specification.html#sentence-case-conversion
and for Zotero
http://www.zotero.org/support/kb/sentence_casing
(not sure if Papers, Mendeley et al have similar instructions, but they should)
  • Loading branch information...
adam3smith committed Jun 1, 2013
1 parent 190c1b6 commit 0ebc1f8191e88151009001317737c59d93fe46c4
@@ -163,7 +163,7 @@
</group>
</if>
<else-if type="thesis" match="any">
<text variable="title" text-case="sentence" suffix="."/>
<text variable="title" suffix="."/>
<group delimiter=", ">
<text variable="genre"/>
<text macro="publisher"/>
@@ -184,7 +184,7 @@
</choose>
</if>
<else>
<text variable="title" text-case="sentence"/>
<text variable="title"/>
</else>
</choose>
</macro>
@@ -265,7 +265,7 @@
<macro name="container-title">
<choose>
<if type="legal_case" match="none">
<text variable="container-title" form="short" text-case="sentence"/>
<text variable="container-title" form="short"/>
</if>
</choose>
</macro>
@@ -18,7 +18,7 @@
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="title">
<text variable="title" text-case="sentence"/>
<text variable="title"/>
</macro>
<macro name="author">
<names variable="author">
@@ -186,13 +186,13 @@
</choose>
</if>
<else-if type="report">
<text variable="title" text-case="sentence"/>
<text variable="title"/>
</else-if>
<else-if type="book">
<text variable="title" font-style="italic" text-case="title"/>
</else-if>
<else>
<text variable="title" text-case="sentence" suffix=", "/>
<text variable="title" suffix=", "/>
</else>
</choose>
</macro>
@@ -65,7 +65,7 @@
<text variable="title" font-style="italic" text-case="title"/>
</if>
<else>
<text variable="title" text-case="sentence"/>
<text variable="title"/>
</else>
</choose>
</macro>
@@ -155,7 +155,7 @@
<text term="page" form="short"/>
</if>
<else-if type="thesis" match="any">
<text variable="title" text-case="sentence" suffix="."/>
<text variable="title" suffix="."/>
<group delimiter=", ">
<text variable="genre"/>
<text macro="publisher"/>
@@ -132,7 +132,7 @@
<text term="page" form="short" prefix="p"/>
</if>
<else-if type="thesis" match="any">
<text variable="title" text-case="sentence" suffix="."/>
<text variable="title" suffix="."/>
<group delimiter=", ">
<text variable="genre"/>
<text macro="publisher"/>
@@ -164,7 +164,7 @@
</group>
</if>
<else-if type="thesis" match="any">
<text variable="title" text-case="sentence" suffix="."/>
<text variable="title" suffix="."/>
<group delimiter=", ">
<text variable="genre"/>
<text macro="publisher"/>
@@ -151,7 +151,7 @@
</group>
</if>
<else-if type="thesis" match="any">
<text variable="title" text-case="sentence" suffix="."/>
<text variable="title" suffix="."/>
<group delimiter=", ">
<text variable="genre"/>
<text macro="publisher"/>
@@ -165,7 +165,7 @@
</group>
</if>
<else-if type="thesis" match="any">
<text variable="title" text-case="sentence" suffix="."/>
<text variable="title" suffix="."/>
<group delimiter=", ">
<text variable="genre"/>
<text macro="publisher"/>
@@ -72,10 +72,10 @@
<macro name="title">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" text-case="sentence" font-style="italic"/>
<text variable="title" font-style="italic"/>
</if>
<else>
<text variable="title" text-case="sentence"/>
<text variable="title"/>
</else>
</choose>
</macro>

0 comments on commit 0ebc1f8

Please sign in to comment.
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.