enforce-case => sentence-case (although neither are implemented)
This commit is contained in:
parent
792cc39761
commit
a2eb728422
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue