Rétablissement de l'affichage de "col."
This commit is contained in:
parent
f48170c4a3
commit
f3817f2d10
14
REB/REB.csl
14
REB/REB.csl
|
@ -527,23 +527,21 @@ interview ; Interview
|
|||
<text term="folio" form="short"/>
|
||||
<text variable="page"/>
|
||||
</if>
|
||||
<else>
|
||||
<else-if variable="page">
|
||||
<label variable="page" form="short"/>
|
||||
<text variable="page" font-variant="small-caps"/>
|
||||
</else>
|
||||
</else-if>
|
||||
<else-if variable="chapter-number">
|
||||
<text term="column" form="short"/>
|
||||
<text variable="chapter-number" font-variant="small-caps"/>
|
||||
</else-if>
|
||||
</choose>
|
||||
</group>
|
||||
<group delimiter=" ">
|
||||
<text variable="chapter-number" font-variant="small-caps"/> <!-- = column -->
|
||||
</group>
|
||||
</macro>
|
||||
|
||||
<macro name="thisCitationLocator">
|
||||
<choose>
|
||||
<if locator="section" variable="abstract" match="all"/>
|
||||
<else-if locator="column">
|
||||
<text variable="locator" font-variant="small-caps"/>
|
||||
</else-if>
|
||||
<else>
|
||||
<group delimiter=" ">
|
||||
<label variable="locator" form="short"/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user