enforce-case => sentence-case (although neither are implemented)

This commit is contained in:
Simon Kornblith 2007-11-26 22:08:38 +00:00
parent 792cc39761
commit a2eb728422
2 changed files with 4 additions and 4 deletions

View file

@ -66,10 +66,10 @@
<macro name="title">
<choose>
<if type="book">
<text variable="title" enforce-case="sentence" font-style="italic"/>
<text variable="title" text-case="sentence" font-style="italic"/>
</if>
<else>
<text variable="title" enforce-case="sentence"/>
<text variable="title" text-case="sentence"/>
</else>
</choose>
</macro>

View file

@ -70,10 +70,10 @@
<macro name="title">
<choose>
<if type="book">
<text variable="title" enforce-case="sentence" font-style="italic"/>
<text variable="title" text-case="sentence" font-style="italic"/>
</if>
<else>
<text variable="title" enforce-case="sentence"/>
<text variable="title" text-case="sentence"/>
</else>
</choose>
</macro>