Skip to content

Commit

Permalink
Update revue-forestiere-francaise.csl (#5387)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheefouqueray committed Apr 21, 2021
1 parent 474cc2e commit 673db49
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions revue-forestiere-francaise.csl
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<choose>
<if type="report">
<group delimiter=", ">
<text variable="title" quotes="true"/>
<text variable="title" quotes="false"/>
<text macro="translator"/>
<text variable="genre"/>
<text variable="collection-title" font-style="italic"/>
Expand Down Expand Up @@ -212,7 +212,7 @@
</group>
</else-if>
<else-if type="chapter">
<text variable="title" quotes="true"/>
<text variable="title" quotes="false"/>
<group prefix=", ">
<text value="dans" suffix=" "/>
<text macro="editor" suffix=", "/>
Expand All @@ -227,7 +227,7 @@
</else-if>
<else-if type="speech">
<group delimiter=", ">
<text variable="title" quotes="true"/>
<text variable="title" quotes="false"/>
<text variable="event"/>
<text variable="event-place"/>
<text macro="full-date"/>
Expand All @@ -236,7 +236,7 @@
</else-if>
<else-if type="article-newspaper article-magazine interview broadcast" match="any">
<group delimiter=", ">
<text variable="title" quotes="true"/>
<text variable="title" quotes="false"/>
<text variable="container-title" font-style="italic" prefix=" "/>
<text macro="full-date"/>
<text macro="translator"/>
Expand All @@ -245,7 +245,7 @@
</else-if>
<else>
<group delimiter=" " suffix=",">
<text variable="title" quotes="true"/>
<text variable="title" quotes="false"/>
<text macro="editor"/>
</group>
<group prefix=" " delimiter=", ">
Expand Down

0 comments on commit 673db49

Please sign in to comment.