Skip to content

Commit

Permalink
Update institut-francais-darcheologie-orientale-etudes-arabes.csl (#6856
Browse files Browse the repository at this point in the history
)

* Update institut-francais-darcheologie-orientale-etudes-arabes.csl

Modification of macro "container-title" linked to recent modifications of the variable

* Update institut-francais-darcheologie-orientale-etudes-arabes.csl

Corrections of an oversight
  • Loading branch information
NicolasSouchon authored Jan 22, 2024
1 parent d348c8f commit df75e0f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion institut-francais-darcheologie-orientale-etudes-arabes.csl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,14 @@
<text variable="title-short" font-style="italic"/>
</macro>
<macro name="container-title">
<text variable="container-title" form="short" font-style="italic"/>
<choose>
<if type="article article-journal article-magazine article-newspaper" match="any">
<text variable="container-title" form="short" font-style="italic"/>
</if>
<else>
<text variable="container-title" font-style="italic"/>
</else>
</choose>
</macro>
<macro name="author">
<names variable="author">
Expand Down

0 comments on commit df75e0f

Please sign in to comment.