Migration d'abstract à annote pour le titre des sources
This commit is contained in:
28
REB/REB.csl
28
REB/REB.csl
@ -120,7 +120,7 @@ interview ; Interview
|
||||
</sort>
|
||||
<layout suffix=".">
|
||||
<choose>
|
||||
<if variable="title-short abstract container-title-short" match="any">
|
||||
<if variable="title-short annote container-title-short" match="any">
|
||||
<group delimiter="|">
|
||||
<group delimiter=", ">
|
||||
<text macro="abbreviatedReferenceAuthor"/>
|
||||
@ -153,7 +153,7 @@ interview ; Interview
|
||||
|
||||
<macro name="sourceReference">
|
||||
<choose>
|
||||
<if variable="abstract"> <!-- = primary source title -->
|
||||
<if variable="annote"> <!-- = primary source title -->
|
||||
<group delimiter=", ">
|
||||
<text macro="sourceAuthor"/>
|
||||
<group delimiter=" ">
|
||||
@ -217,7 +217,7 @@ interview ; Interview
|
||||
</macro>
|
||||
|
||||
<macro name="sourceTitle">
|
||||
<text variable="abstract" font-style="italic"/>
|
||||
<text variable="annote" font-style="italic"/>
|
||||
</macro>
|
||||
|
||||
<macro name="sourceIdentifier">
|
||||
@ -236,7 +236,7 @@ interview ; Interview
|
||||
|
||||
<macro name="publicationAuthors">
|
||||
<choose>
|
||||
<if variable="abstract">
|
||||
<if variable="annote">
|
||||
<text macro="sourcePublicationAuthors"/>
|
||||
</if>
|
||||
<else>
|
||||
@ -365,7 +365,7 @@ interview ; Interview
|
||||
<choose>
|
||||
<if variable="container-title">
|
||||
<choose>
|
||||
<if variable="abstract title" match="any">
|
||||
<if variable="annote title" match="any">
|
||||
<choose>
|
||||
<if type="webpage post-weblog" match="any">
|
||||
<text term="at"/>
|
||||
@ -399,7 +399,7 @@ interview ; Interview
|
||||
|
||||
<macro name="containerEditor">
|
||||
<choose>
|
||||
<if variable="abstract">
|
||||
<if variable="annote">
|
||||
<text macro="containerEditorAsContainerAuthor"/>
|
||||
</if>
|
||||
<else>
|
||||
@ -548,7 +548,7 @@ interview ; Interview
|
||||
|
||||
<macro name="thisCitationLocator">
|
||||
<choose>
|
||||
<if locator="section" variable="abstract" match="all"/>
|
||||
<if locator="section" variable="annote" match="all"/>
|
||||
<else>
|
||||
<group delimiter=" ">
|
||||
<label variable="locator" form="short"/>
|
||||
@ -615,7 +615,7 @@ interview ; Interview
|
||||
<choose>
|
||||
<if variable="title-short">
|
||||
<choose>
|
||||
<if variable="abstract" type="book thesis" match="any">
|
||||
<if variable="annote" type="book thesis" match="any">
|
||||
<text variable="title-short" font-style="italic"/>
|
||||
</if>
|
||||
<else>
|
||||
@ -623,8 +623,8 @@ interview ; Interview
|
||||
</else>
|
||||
</choose>
|
||||
</if>
|
||||
<else-if variable="abstract">
|
||||
<text variable="abstract" font-style="italic"/>
|
||||
<else-if variable="annote">
|
||||
<text variable="annote" font-style="italic"/>
|
||||
</else-if>
|
||||
<else-if type="manuscript" variable="container-title-short" match="all">
|
||||
<text variable="container-title-short"/>
|
||||
@ -658,7 +658,7 @@ interview ; Interview
|
||||
<!-- Subcategories can be defined using the "keyword" variable in "Extra". -->
|
||||
<!-- Intermediate headers have to be inserted manually. -->
|
||||
<choose>
|
||||
<if variable="abstract">
|
||||
<if variable="annote">
|
||||
<text value="00"/>
|
||||
<text variable="keyword"/>
|
||||
<text macro="sourceReference"/>
|
||||
@ -684,10 +684,10 @@ interview ; Interview
|
||||
<group delimiter=", ">
|
||||
<text macro="abbreviatedReferenceAuthor"/>
|
||||
<choose>
|
||||
<if variable="title-short abstract container-title-short" match="any">
|
||||
<if variable="title-short annote container-title-short" match="any">
|
||||
<text macro="shortTitle"/>
|
||||
<choose>
|
||||
<if variable="abstract">
|
||||
<if variable="annote">
|
||||
<text macro="sourceDivisionLocator"/>
|
||||
</if>
|
||||
</choose>
|
||||
@ -720,7 +720,7 @@ interview ; Interview
|
||||
|
||||
<macro name="abbreviatedReferenceAuthor">
|
||||
<choose>
|
||||
<if variable="abstract">
|
||||
<if variable="annote">
|
||||
<names variable="author">
|
||||
<name>
|
||||
<name-part name="family" font-variant="small-caps"/>
|
||||
|
Reference in New Issue
Block a user