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>
|
</else>
|
||||||
</choose>
|
</choose>
|
||||||
</macro>
|
</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">
|
<macro name="publisher">
|
||||||
<group delimiter=": ">
|
<group delimiter=": ">
|
||||||
<text variable="publisher"/>
|
<text variable="publisher"/>
|
||||||
|
@ -113,7 +126,7 @@
|
||||||
<if position="subsequent">
|
<if position="subsequent">
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
<text macro="author-short"/>
|
<text macro="author-short"/>
|
||||||
<text macro="title"/>
|
<text macro="title-short"/>
|
||||||
<text macro="pageref"/>
|
<text macro="pageref"/>
|
||||||
</group>
|
</group>
|
||||||
</if>
|
</if>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue