Adds short title to Oxford Art
This commit is contained in:
parent
c4c5ba6a48
commit
c8e67e1645
1 changed files with 14 additions and 1 deletions
|
@ -61,6 +61,19 @@
|
|||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
<macro name="title-short">
|
||||
<choose>
|
||||
<if type="thesis">
|
||||
<text variable="title" form="short" prefix="‘" suffix="’"/>
|
||||
</if>
|
||||
<else-if type="book">
|
||||
<text variable="title" form="short" font-style="italic"/>
|
||||
</else-if>
|
||||
<else>
|
||||
<text variable="title" form="short" prefix="‘" suffix="’"/>
|
||||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
<macro name="publisher">
|
||||
<group delimiter=": ">
|
||||
<text variable="publisher"/>
|
||||
|
@ -113,7 +126,7 @@
|
|||
<if position="subsequent">
|
||||
<group delimiter=", ">
|
||||
<text macro="author-short"/>
|
||||
<text macro="title"/>
|
||||
<text macro="title-short"/>
|
||||
<text macro="pageref"/>
|
||||
</group>
|
||||
</if>
|
||||
|
|
Loading…
Add table
Reference in a new issue