Skip to content

Commit

Permalink
remove text-case="sentence" from all styles.
Browse files Browse the repository at this point in the history
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 0ebc1f8
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion acta-palaeontologica-polonica.csl
Expand Up @@ -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"/>
Expand Down
4 changes: 2 additions & 2 deletions bioelectromagnetics.csl
Expand Up @@ -184,7 +184,7 @@
</choose>
</if>
<else>
<text variable="title" text-case="sentence"/>
<text variable="title"/>
</else>
</choose>
</macro>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion blood.csl
Expand Up @@ -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">
Expand Down
4 changes: 2 additions & 2 deletions journal-of-finance.csl
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion journal-of-molecular-endocrinology.csl
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion journal-of-paleontology.csl
Expand Up @@ -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"/>
Expand Down
2 changes: 1 addition & 1 deletion journal-of-vertebrate-paleontology.csl
Expand Up @@ -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"/>
Expand Down
2 changes: 1 addition & 1 deletion lethaia.csl
Expand Up @@ -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"/>
Expand Down
2 changes: 1 addition & 1 deletion palaeontology.csl
Expand Up @@ -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"/>
Expand Down
2 changes: 1 addition & 1 deletion paleobiology.csl
Expand Up @@ -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"/>
Expand Down
4 changes: 2 additions & 2 deletions urban-studies.csl
Expand Up @@ -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>
Expand Down

0 comments on commit 0ebc1f8

Please sign in to comment.