Skip to content

Commit a3706b1

Browse files
authored
Fix ArchéoSciences (#5506)
* Use group delimiters * Fix/add non-breaking space before colons
1 parent daeadd3 commit a3706b1

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

archeosciences.csl

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" delimiter-precedes-et-al="never" delimiter-precedes-last="never" page-range-format="expanded" demote-non-dropping-particle="never" default-locale="fr-FR">
33
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
44
<info>
@@ -17,7 +17,7 @@
1717
<issn>1960-1360</issn>
1818
<eissn>2104-3728</eissn>
1919
<summary>Style pour ArchéoSciences, revue d'Archéométrie.</summary>
20-
<updated>2020-04-09T17:01:16+00:00</updated>
20+
<updated>2021-06-14T14:16:12+00:00</updated>
2121
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2222
</info>
2323
<locale xml:lang="fr">
@@ -118,7 +118,7 @@
118118
</choose>
119119
</macro>
120120
<macro name="DOI">
121-
<text variable="DOI" prefix="DOI : "/>
121+
<text variable="DOI" prefix="DOI&#160;: "/>
122122
</macro>
123123
<macro name="collection">
124124
<group delimiter=" " suffix=".">
@@ -159,11 +159,13 @@
159159
<text macro="title"/>
160160
<choose>
161161
<if type="article-journal article-magazine article-newspaper" match="any">
162-
<group>
163-
<text variable="container-title" font-style="italic" suffix=", "/>
164-
<text variable="volume" suffix=", "/>
165-
<text variable="issue" suffix=" "/>
166-
<text macro="pages" prefix=": "/>
162+
<group delimiter="&#160;: ">
163+
<group delimiter=", ">
164+
<text variable="container-title" font-style="italic"/>
165+
<text variable="volume"/>
166+
<text variable="issue"/>
167+
</group>
168+
<text macro="pages"/>
167169
</group>
168170
</if>
169171
<else-if type="book" match="any">
@@ -195,7 +197,7 @@
195197
<text variable="version" prefix="Version "/>
196198
<text macro="collection"/>
197199
<text macro="publisher"/>
198-
<text variable="URL" prefix="URL : "/>
200+
<text variable="URL" prefix="URL&#160;: "/>
199201
</else-if>
200202
<else-if type="webpage">
201203
<text macro="URL"/>

0 commit comments

Comments
 (0)