Skip to content

Commit

Permalink
Update triangle.csl
Browse files Browse the repository at this point in the history
update :

change line 210 to 220 (type="webpage" macro="yearpage-ndbp")
change line 274 to 283 (type="webpage" macro="yearpage-bib")
change line 466 (adding of ",&citation-style-language#160;" to prefix)
  • Loading branch information
jeanguer committed Nov 12, 2012
1 parent bd8b510 commit 1cfbfdb
Showing 1 changed file with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions triangle.csl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<category citation-format="note"/>
<category field="social_science"/>
<summary>Derived from Style EHESS-histoire, available at http://www.boiteaoutils.info/2011/06/styles-francais-de-citation-sous-zotero.html</summary>
<updated>2012-10-26T13:00:00+01:00</updated>
<updated>2012-10-27T01:14:45+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="fr">
Expand Down Expand Up @@ -207,16 +207,16 @@
</choose>
</group>
</else-if>
<else-if type="webpage" match="any">
<group delimiter=" " font-style="normal">
<text term="accessed" suffix=" " prefix=" "/>
<date variable="accessed" form="text" suffix="">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
<else-if type="webpage" match="any">
<group delimiter=", " font-style="normal">
<date variable="issued" form="text" suffix="">
<date-part name="day"/>
<date-part name="month" text-case="lowercase"/>
<date-part name="year"/>
</date>
<text variable="container-title" prefix="" suffix=""/>
</group>
</else-if>
</else-if>
</choose>
</macro>
<macro name="yearpage-bib">
Expand Down Expand Up @@ -270,6 +270,16 @@
<text variable="page"/>
</group>
</else-if>
<else-if type="webpage" match="any">
<group delimiter=", " font-style="normal">
<date variable="issued" form="text" suffix="">
<date-part name="day"/>
<date-part name="month" text-case="lowercase"/>
<date-part name="year"/>
</date>
<text variable="container-title" prefix="" suffix=""/>
</group>
</else-if>
</choose>
</macro>
<macro name="edition">
Expand Down Expand Up @@ -453,7 +463,7 @@
</group>
<!-- Groupe à part pour éviter les problèmes de ponctuation ("delimiter")-->
<group>
<text macro="yearpage-ndbp"/>
<text macro="yearpage-ndbp" prefix=",&#160;"/>
<!-- intégration automatique de la localisation (pages indiqués)-->
<text variable="locator" prefix=",&#160;p.&#160;"/>
<!-- intégration de la macro-test pour les adresses internet-->
Expand Down

0 comments on commit 1cfbfdb

Please sign in to comment.