Permalink
Browse files
Don't ever use sentence-case on titles (#2609)
- Loading branch information...
|
@@ -125,7 +125,7 @@ |
|
|
|
<text variable="page" suffix=" pp"/> |
|
|
|
</if> |
|
|
|
<else-if type="thesis" match="any"> |
|
|
|
<text variable="title" text-case="sentence" suffix="." font-style="italic" prefix="["/> |
|
|
|
<text variable="title" suffix="." font-style="italic" prefix="["/> |
|
|
|
<group delimiter=", "> |
|
|
|
<text macro="publisher" prefix="PhD. Thesis, "/> |
|
|
|
<text variable="page" suffix=" pp. Unpublished]"/> |
|
|
|
@@ -108,7 +108,7 @@ |
|
|
|
</group> |
|
|
|
</else-if> |
|
|
|
<else-if type="chapter article-journal article-magazine article-newspaper article" match="none"> |
|
|
|
<text variable="title" text-case="sentence"/> |
|
|
|
<text variable="title"/> |
|
|
|
</else-if> |
|
|
|
</choose> |
|
|
|
</macro> |
|
|
|
@@ -88,7 +88,7 @@ |
|
|
|
</group> |
|
|
|
</else-if> |
|
|
|
<else> |
|
|
|
<text variable="title" text-case="sentence"/> |
|
|
|
<text variable="title"/> |
|
|
|
</else> |
|
|
|
</choose> |
|
|
|
</macro> |
|
|
|
@@ -88,7 +88,7 @@ |
|
|
|
</group> |
|
|
|
</else-if> |
|
|
|
<else-if type="chapter article-journal article-magazine article-newspaper article" match="none"> |
|
|
|
<text variable="title" text-case="sentence"/> |
|
|
|
<text variable="title"/> |
|
|
|
</else-if> |
|
|
|
</choose> |
|
|
|
</macro> |
|
|
|
@@ -95,7 +95,7 @@ |
|
|
|
</group> |
|
|
|
</else-if> |
|
|
|
<else> |
|
|
|
<text variable="title" text-case="sentence"/> |
|
|
|
<text variable="title"/> |
|
|
|
</else> |
|
|
|
</choose> |
|
|
|
</macro> |
|
|
|
@@ -86,7 +86,7 @@ |
|
|
|
</group> |
|
|
|
</else-if> |
|
|
|
<else-if type="chapter article-journal article-magazine article-newspaper article" match="none"> |
|
|
|
<text variable="title" text-case="sentence"/> |
|
|
|
<text variable="title"/> |
|
|
|
</else-if> |
|
|
|
</choose> |
|
|
|
</macro> |
|
|
|
@@ -85,7 +85,7 @@ |
|
|
|
</group> |
|
|
|
</else-if> |
|
|
|
<else> |
|
|
|
<text variable="title" text-case="sentence"/> |
|
|
|
<text variable="title"/> |
|
|
|
</else> |
|
|
|
</choose> |
|
|
|
</macro> |
|
|
|
@@ -155,12 +155,12 @@ |
|
|
|
<macro name="title"> |
|
|
|
<choose> |
|
|
|
<if match="any" type="chapter bill webpage post-weblog article-newspaper article-magazine article-journal motion_picture paper-conference speech"> |
|
|
|
<text variable="title" text-case="sentence"/> |
|
|
|
<text variable="title"/> |
|
|
|
</if> |
|
|
|
<else-if match="any" type="entry-encyclopedia entry-dictionary"> |
|
|
|
<choose> |
|
|
|
<if match="any" variable="author editor collection-editor translator"> |
|
|
|
<text variable="title" text-case="sentence"/> |
|
|
|
<text variable="title"/> |
|
|
|
</if> |
|
|
|
<else> |
|
|
|
<text variable="title" text-case="uppercase"/> |
|
@@ -176,7 +176,7 @@ |
|
|
|
<macro name="container-title"> |
|
|
|
<choose> |
|
|
|
<if type="paper-conference speech" match="any"> |
|
|
|
<text variable="container-title" text-case="sentence"/> |
|
|
|
<text variable="container-title"/> |
|
|
|
</if> |
|
|
|
<else> |
|
|
|
<text variable="container-title" font-weight="bold" text-case="sentence"/> |
|
|
|
@@ -131,7 +131,7 @@ |
|
|
|
<text variable="title"/> |
|
|
|
</if> |
|
|
|
<else-if type="book thesis" match="any"> |
|
|
|
<text variable="title" text-case="sentence" font-weight="bold"/> |
|
|
|
<text variable="title" font-weight="bold"/> |
|
|
|
</else-if> |
|
|
|
<else-if type="article-journal" match="any"> |
|
|
|
<text variable="title" text-case="title" font-weight="normal"/> |
|
|
|
@@ -249,13 +249,13 @@ |
|
|
|
<text variable="title"/> |
|
|
|
</else-if> |
|
|
|
<else-if type="article-journal webpage" match="any"> |
|
|
|
<text suffix="," variable="title" text-case="sentence" quotes="true"/> |
|
|
|
<text suffix="," variable="title" quotes="true"/> |
|
|
|
</else-if> |
|
|
|
<else-if type="report" match="any"> |
|
|
|
<text variable="title" text-case="sentence" quotes="true" strip-periods="false"/> |
|
|
|
<text variable="title" quotes="true" strip-periods="false"/> |
|
|
|
</else-if> |
|
|
|
<else> |
|
|
|
<text suffix="." variable="title" text-case="sentence" quotes="true" strip-periods="false"/> |
|
|
|
<text suffix="." variable="title" quotes="true" strip-periods="false"/> |
|
|
|
</else> |
|
|
|
</choose> |
|
|
|
</macro> |
|
|
|
@@ -72,7 +72,7 @@ |
|
|
|
</group> |
|
|
|
</else-if> |
|
|
|
<else> |
|
|
|
<text variable="title" text-case="sentence"/> |
|
|
|
<text variable="title"/> |
|
|
|
</else> |
|
|
|
</choose> |
|
|
|
</macro> |
|
|
|
@@ -81,7 +81,7 @@ |
|
|
|
</group> |
|
|
|
</else-if> |
|
|
|
<else> |
|
|
|
<text variable="title" text-case="sentence"/> |
|
|
|
<text variable="title"/> |
|
|
|
</else> |
|
|
|
</choose> |
|
|
|
</macro> |
|
|
|
@@ -86,16 +86,16 @@ |
|
|
|
<text variable="title" font-style="italic" text-case="sentence"/> |
|
|
|
</if> |
|
|
|
<else-if type="patent"> |
|
|
|
<text variable="title" text-case="sentence" font-style="italic" quotes="false"/> |
|
|
|
<text variable="title" font-style="italic" quotes="false"/> |
|
|
|
</else-if> |
|
|
|
<else-if type="broadcast"> |
|
|
|
<text variable="title" text-case="sentence" font-style="italic" quotes="false"/> |
|
|
|
<text variable="title" font-style="italic" quotes="false"/> |
|
|
|
</else-if> |
|
|
|
<else-if type="entry-encyclopedia"> |
|
|
|
<text variable="title" quotes="true"/> |
|
|
|
</else-if> |
|
|
|
<else> |
|
|
|
<text variable="title" text-case="sentence" quotes="true"/> |
|
|
|
<text variable="title" quotes="true"/> |
|
|
|
</else> |
|
|
|
</choose> |
|
|
|
</macro> |
|
@@ -283,7 +283,7 @@ |
|
|
|
</else-if> |
|
|
|
<else-if type="speech"> |
|
|
|
<group prefix=", "> |
|
|
|
<text variable="title" text-case="sentence" font-style="italic" quotes="false"/> |
|
|
|
<text variable="title" font-style="italic" quotes="false"/> |
|
|
|
</group> |
|
|
|
<text variable="genre" prefix=", "/> |
|
|
|
<text variable="event" prefix=", "/> |
|
|
|
@@ -67,13 +67,13 @@ |
|
|
|
<text font-style="italic" variable="title" text-case="title" suffix="."/> |
|
|
|
</if> |
|
|
|
<else-if type="report" match="any"> |
|
|
|
<text font-style="normal" variable="title" text-case="sentence" suffix="."/> |
|
|
|
<text font-style="normal" variable="title" suffix="."/> |
|
|
|
</else-if> |
|
|
|
<else-if type="article-journal" match="any"> |
|
|
|
<text variable="title" text-case="sentence"/> |
|
|
|
<text variable="title"/> |
|
|
|
</else-if> |
|
|
|
<else> |
|
|
|
<text variable="title" text-case="sentence"/> |
|
|
|
<text variable="title"/> |
|
|
|
</else> |
|
|
|
</choose> |
|
|
|
<text variable="abstract"/> |
|
|
|
@@ -63,19 +63,19 @@ |
|
|
|
<macro name="title"> |
|
|
|
<choose> |
|
|
|
<if type="bill book graphic legal_case legislation motion_picture song thesis" match="any"> |
|
|
|
<text font-style="italic" variable="title" text-case="sentence" suffix="."/> |
|
|
|
<text font-style="italic" variable="title" suffix="."/> |
|
|
|
</if> |
|
|
|
<else-if type="report" match="any"> |
|
|
|
<text font-style="normal" variable="title" text-case="sentence" suffix="."/> |
|
|
|
<text font-style="normal" variable="title" suffix="."/> |
|
|
|
</else-if> |
|
|
|
<else-if type="article-journal" match="any"> |
|
|
|
<text variable="title" text-case="sentence"/> |
|
|
|
<text variable="title"/> |
|
|
|
</else-if> |
|
|
|
<else-if type="chapter" match="any"> |
|
|
|
<text variable="title" text-case="sentence"/> |
|
|
|
<text variable="title"/> |
|
|
|
</else-if> |
|
|
|
<else> |
|
|
|
<text variable="title" text-case="sentence"/> |
|
|
|
<text variable="title"/> |
|
|
|
</else> |
|
|
|
</choose> |
|
|
|
</macro> |
|
|
|
@@ -258,7 +258,7 @@ |
|
|
|
</choose> |
|
|
|
</if> |
|
|
|
<else-if type="article article-magazine article-newspaper article-journal" match="any"> |
|
|
|
<text variable="title" text-case="sentence" quotes="true" suffix=", "/> |
|
|
|
<text variable="title" quotes="true" suffix=", "/> |
|
|
|
<text variable="container-title" font-style="italic"/> |
|
|
|
<choose> |
|
|
|
<if variable="volume issue" match="all"> |
|
@@ -273,7 +273,7 @@ |
|
|
|
<text macro="locators"/> |
|
|
|
</else-if> |
|
|
|
<else-if type="chapter"> |
|
|
|
<text variable="title" text-case="sentence" quotes="true" suffix=", in: "/> |
|
|
|
<text variable="title" quotes="true" suffix=", in: "/> |
|
|
|
<text macro="container-author" suffix=", "/> |
|
|
|
<text variable="container-title" font-style="italic" suffix=", "/> |
|
|
|
<text variable="publisher-place"/> |
|
|
|
@@ -68,7 +68,7 @@ |
|
|
|
<text variable="title" font-style="italic" text-case="sentence"/> |
|
|
|
</if> |
|
|
|
<else> |
|
|
|
<text variable="title" text-case="sentence" quotes="true"/> |
|
|
|
<text variable="title" quotes="true"/> |
|
|
|
</else> |
|
|
|
</choose> |
|
|
|
</macro> |
|
|
|
@@ -103,7 +103,7 @@ |
|
|
|
<text variable="title" font-style="italic" text-case="title"/> |
|
|
|
</if> |
|
|
|
<else-if type="report" match="any"> |
|
|
|
<text variable="title" text-case="sentence"/> |
|
|
|
<text variable="title"/> |
|
|
|
</else-if> |
|
|
|
<else> |
|
|
|
<text variable="title"/> |
|
|
0 comments on commit
ea87931