Turning off sentence case in APA
This commit is contained in:
parent
e1d8c20fbd
commit
2b752a05a4
1 changed files with 2 additions and 2 deletions
|
@ -73,10 +73,10 @@
|
||||||
<macro name="title">
|
<macro name="title">
|
||||||
<choose>
|
<choose>
|
||||||
<if type="book">
|
<if type="book">
|
||||||
<text variable="title" text-case="sentence" font-style="italic"/>
|
<text variable="title" font-style="italic"/>
|
||||||
</if>
|
</if>
|
||||||
<else>
|
<else>
|
||||||
<text variable="title" text-case="sentence"/>
|
<text variable="title"/>
|
||||||
</else>
|
</else>
|
||||||
</choose>
|
</choose>
|
||||||
</macro>
|
</macro>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue