Display full titles in citations in Oxford Art Journal style
This commit is contained in:
parent
18d1e32c13
commit
e83b1480b3
|
@ -51,13 +51,13 @@
|
||||||
<macro name="title">
|
<macro name="title">
|
||||||
<choose>
|
<choose>
|
||||||
<if type="thesis">
|
<if type="thesis">
|
||||||
<text variable="title" form="short" prefix="‘" suffix="’"/>
|
<text variable="title" prefix="‘" suffix="’"/>
|
||||||
</if>
|
</if>
|
||||||
<else-if type="book">
|
<else-if type="book">
|
||||||
<text variable="title" form="short" font-style="italic"/>
|
<text variable="title" font-style="italic"/>
|
||||||
</else-if>
|
</else-if>
|
||||||
<else>
|
<else>
|
||||||
<text variable="title" form="short" prefix="‘" suffix="’"/>
|
<text variable="title" prefix="‘" suffix="’"/>
|
||||||
</else>
|
</else>
|
||||||
</choose>
|
</choose>
|
||||||
</macro>
|
</macro>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user