Turning off sentence case in APA

This commit is contained in:
Elena Razlogova 2008-03-21 03:01:44 +00:00
parent e1d8c20fbd
commit 2b752a05a4

View file

@ -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>