Skip to content

Commit

Permalink
Déplacé l'indication du volume d'un livre (et types similaires)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Chachereau committed Oct 15, 2018
1 parent 6c0d4f6 commit 069a340
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions Unil-Hist.csl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<category citation-format="note"/>
<category field="history"/>
<category field="social_science"/>
<updated>2018-10-13T17:50:17+02:00</updated>
<updated>2018-10-15T11:43:36+02: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 @@ -87,7 +87,6 @@
<text macro="container-creator"/>
<text macro="container-information"/>
<text macro="journal-volume"/>
<text macro="volume"/>
</group>
</group>
<text macro="type-description"/>
Expand All @@ -103,6 +102,7 @@
</group>
<text macro="artwork-description"/>
<text macro="archive-location"/>
<text macro="volume"/>
<text macro="pages"/>
<text macro="number-of-volumes"/>
<text macro="url-web-documents-only"/>
Expand Down Expand Up @@ -329,16 +329,6 @@
</if>
</choose>
</macro>
<macro name="volume">
<choose>
<if type="book chapter entry-encyclopedia entry-dictionary song motion_picture" match="any">
<group delimiter="&#160;">
<label variable="volume" form="short"/>
<number variable="volume"/>
</group>
</if>
</choose>
</macro>
<macro name="type-description">
<choose>
<if type="manuscript thesis speech" match="any">
Expand Down Expand Up @@ -455,6 +445,16 @@
</else>
</choose>
</macro>
<macro name="volume">
<choose>
<if type="book chapter entry-encyclopedia entry-dictionary song motion_picture" match="any">
<group delimiter="&#160;">
<label variable="volume" form="short"/>
<number variable="volume"/>
</group>
</if>
</choose>
</macro>
<macro name="pages">
<choose>
<if variable="locator">
Expand All @@ -466,6 +466,12 @@
<text variable="page"/>
</group>
</else-if>
<else-if variable="volume">
<group delimiter="&#160;">
<number variable="number-of-pages"/>
<label variable="page" form="short"/>
</group>
</else-if>
<else-if variable="number-of-volumes" match="none">
<group delimiter="&#160;">
<number variable="number-of-pages"/>
Expand All @@ -476,7 +482,7 @@
</macro>
<macro name="number-of-volumes">
<choose>
<if variable="volume" match="none">
<if variable="volume locator" match="none">
<group delimiter="&#160;">
<number variable="number-of-volumes"/>
<label variable="number-of-volumes" form="short"/>
Expand Down

0 comments on commit 069a340

Please sign in to comment.