Display full titles in citations in Oxford Art Journal style
This commit is contained in:
parent
18d1e32c13
commit
e83b1480b3
1 changed files with 3 additions and 3 deletions
|
@ -51,13 +51,13 @@
|
|||
<macro name="title">
|
||||
<choose>
|
||||
<if type="thesis">
|
||||
<text variable="title" form="short" prefix="‘" suffix="’"/>
|
||||
<text variable="title" prefix="‘" suffix="’"/>
|
||||
</if>
|
||||
<else-if type="book">
|
||||
<text variable="title" form="short" font-style="italic"/>
|
||||
<text variable="title" font-style="italic"/>
|
||||
</else-if>
|
||||
<else>
|
||||
<text variable="title" form="short" prefix="‘" suffix="’"/>
|
||||
<text variable="title" prefix="‘" suffix="’"/>
|
||||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
|
|
Loading…
Add table
Reference in a new issue