Prise en compte de la déprécation de title-short
This commit is contained in:
parent
867d6171e0
commit
d6fd6e6a6b
|
@ -720,20 +720,20 @@
|
|||
<if variable="title-short">
|
||||
<choose>
|
||||
<if variable="annote" type="book thesis" match="any">
|
||||
<text variable="title-short" font-style="italic"/>
|
||||
<text variable="title" form="short" font-style="italic"/>
|
||||
</if>
|
||||
<else-if type="paper-conference">
|
||||
<choose>
|
||||
<if variable="title">
|
||||
<text variable="title-short"/>
|
||||
<text variable="title" form="short"/>
|
||||
</if>
|
||||
<else>
|
||||
<text variable="title-short" font-style="italic"/>
|
||||
<text variable="title" form="short" font-style="italic"/>
|
||||
</else>
|
||||
</choose>
|
||||
</else-if>
|
||||
<else>
|
||||
<text variable="title-short"/>
|
||||
<text variable="title" form="short"/>
|
||||
</else>
|
||||
</choose>
|
||||
</if>
|
||||
|
|
Loading…
Reference in New Issue
Block a user