Prise en compte de la déprécation de event au profit de event-title
This commit is contained in:
13
REB/REB.csl
13
REB/REB.csl
@ -432,7 +432,7 @@
|
||||
<group>
|
||||
<text variable="container-title" font-style="italic"/>
|
||||
<text variable="scale" font-style="italic"/>
|
||||
<text variable="event" font-style="italic"/>
|
||||
<text macro="eventTitle"/>
|
||||
</group>
|
||||
</else-if>
|
||||
<else-if type="article-journal article-magazine" match="any">
|
||||
@ -467,6 +467,17 @@
|
||||
</group>
|
||||
</macro>
|
||||
|
||||
<macro name="eventTitle">
|
||||
<choose>
|
||||
<if variable="event-title">
|
||||
<text variable="event-title" font-style="italic"/>
|
||||
</if>
|
||||
<else>
|
||||
<text variable="event" font-style="italic"/>
|
||||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
|
||||
<macro name="publicationCollection">
|
||||
<choose>
|
||||
<if variable="volume-title">
|
||||
|
Reference in New Issue
Block a user