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">
|
||||
<choose>
|
||||
<if type="book">
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue