Skip to content

Commit

Permalink
Update mcrj7.csl
Browse files Browse the repository at this point in the history
  • Loading branch information
f-mb committed May 1, 2013
1 parent 2226a6b commit 88169af
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions mcrj7.csl
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
<locale xml:lang="fr">
<terms>
<term name="page" form="short">
<single>à la p </single>
<multiple>aux pp </multiple>
<single>à la p&#160;</single>
<multiple>aux pp&#160;</multiple>
</term>
<term name="paragraph" form="long">
<single>au para </single>
<multiple>aux para </multiple>
<single>au para&#160;</single>
<multiple>aux para&#160;</multiple>
</term>
<term name="chapter" form="short">ch </term>
<term name="chapter" form="short">ch&#160;</term>
<term name="editor" form="verb-short">dir</term>
<term name="editor" form="short">dir</term>
<term name="editor" form="verb">dir</term>
Expand Down Expand Up @@ -82,7 +82,7 @@
<text macro="translator"/>
</substitute>
</names>
<text macro="recipient" prefix=". "/>
<text macro="recipient" prefix=". " suffix="dd"/>
</macro>
<macro name="editor">
<names variable="editor">
Expand Down Expand Up @@ -502,7 +502,7 @@
<text macro="issued-year" prefix="" suffix=""/>
</group>
<text macro="point-locators" prefix=" "/>
<text variable="URL" prefix=", en ligne : &lt;" suffix="&gt;"/>
<text variable="URL" prefix=", en ligne&#160;: &lt;" suffix="&gt;"/>
</macro>
<macro name="article-newspaper">
<text macro="contributors" suffix=". "/>
Expand All @@ -522,7 +522,7 @@
<text variable="container-title" prefix="" font-style="italic"/>
<choose>
<if variable="volume" match="any">
<group delimiter=" :">
<group delimiter="&#160;:">
<text variable="volume" prefix=""/>
<number variable="issue" prefix=""/>
</group>
Expand All @@ -535,7 +535,7 @@
<text macro="issued-year" prefix="(" suffix=")"/>
</group>
<text macro="point-locators"/>
<text variable="URL" prefix=", en ligne : &lt;" suffix="&gt;"/>
<text variable="URL" prefix=", en ligne&#160;: &lt;" suffix="&gt;"/>
</macro>
<macro name="article-magazine">
<text macro="contributors" suffix=". "/>
Expand All @@ -544,7 +544,7 @@
<text variable="container-title" prefix="" font-style="italic"/>
<choose>
<if variable="volume" match="any">
<group delimiter=" :">
<group delimiter="&#160;:">
<text variable="volume" prefix=""/>
<number variable="issue" prefix=""/>
</group>
Expand All @@ -557,37 +557,37 @@
<text macro="issued-year" prefix="(" suffix=")"/>
</group>
<text macro="point-locators"/>
<text variable="URL" prefix=", en ligne : &lt;" suffix="&gt;"/>
<text variable="URL" prefix=", en ligne&#160;: &lt;" suffix="&gt;"/>
</macro>
<macro name="note-article-journal">
<group delimiter=" ">
<text macro="contributors-note" suffix=","/>
<text macro="title" quotes="true"/>
<text macro="issued-year" prefix="(" suffix=")"/>
<group delimiter=" : ">
<group delimiter="&#160;: ">
<text variable="volume" prefix=""/>
<number variable="issue"/>
<number variable="number-of-volumes" form="numeric"/>
</group>
<text variable="container-title" form="short" prefix="" strip-periods="true"/>
<text macro="point-locators"/>
</group>
<text variable="URL" prefix=", en ligne : &lt;" suffix="&gt;"/>
<text variable="URL" prefix=", en ligne&#160;: &lt;" suffix="&gt;"/>
</macro>
<macro name="article-journal">
<text macro="contributors" suffix=". "/>
<group delimiter=" ">
<text macro="title" quotes="true"/>
<text macro="issued-year" prefix="(" suffix=")"/>
<group delimiter=" : ">
<group delimiter="&#160;: ">
<text variable="volume" prefix=""/>
<number variable="issue"/>
<number variable="number-of-volumes" form="numeric"/>
</group>
<text variable="container-title" form="short" prefix="" strip-periods="true"/>
<text macro="point-locators"/>
</group>
<text variable="URL" prefix=", en ligne : &lt;" suffix="&gt;"/>
<text variable="URL" prefix=", en ligne&#160;: &lt;" suffix="&gt;"/>
</macro>
<macro name="case">
<text macro="title" font-style="italic"/>
Expand Down Expand Up @@ -654,7 +654,7 @@
</choose>
<choose>
<if type="article-journal article-magazine article-newspaper broadcast interview manuscript map patent personal_communication song speech thesis webpage" match="any">
<text variable="URL" prefix="en ligne : " suffix=""/>
<text variable="URL" prefix="en ligne&#160;: " suffix=""/>
</if>
</choose>
</group>
Expand Down Expand Up @@ -749,15 +749,15 @@
</choose>
</macro>
<macro name="locators-note">
<group delimiter=" : ">
<group delimiter="&#160;: ">
<text variable="volume" prefix=" "/>
<number variable="issue"/>
<number variable="number-of-volumes" form="numeric"/>
</group>
</macro>
<macro name="locators">
<text macro="issued" prefix="" suffix=""/>
<group delimiter=" : ">
<group delimiter="&#160;: ">
<text variable="volume" prefix=" "/>
<number variable="issue"/>
<number variable="number-of-volumes" form="numeric"/>
Expand Down Expand Up @@ -891,7 +891,7 @@
</choose>
</layout>
</citation>
<bibliography hanging-indent="true" et-al-min="4" et-al-use-first="4" subsequent-author-substitute="———" entry-spacing="0">
<bibliography hanging-indent="true" et-al-min="4" et-al-use-first="4" subsequent-author-substitute="&#8212;&#8212;&#8212;" entry-spacing="0">
<sort>
<key macro="sort-by-type"/>
<key macro="contributors-sort"/>
Expand Down

0 comments on commit 88169af

Please sign in to comment.