|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<style xmlns="http://purl.org/net/xbiblio/csl" class="note" default-locale="fr-FR" version="1.0" page-range-format="expanded" demote-non-dropping-particle="sort-only"> |
| 2 | +<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="expanded" demote-non-dropping-particle="sort-only" default-locale="fr-FR"> |
| 3 | + <!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) --> |
3 | 4 | <info> |
4 | 5 | <title>Presses Universitaires de Rennes (French)</title> |
5 | 6 | <id>http://www.zotero.org/styles/presses-universitaires-de-rennes</id> |
|
9 | 10 | <name>Franziska Heimburger</name> |
10 | 11 | |
11 | 12 | </author> |
| 13 | + <contributor> |
| 14 | + <name>Laura Ramírez Valencia</name> |
| 15 | + |
| 16 | + </contributor> |
12 | 17 | <category citation-format="note"/> |
13 | 18 | <category field="social_science"/> |
14 | 19 | <category field="generic-base"/> |
15 | | - <updated>2012-09-27T22:06:38+00:00</updated> |
| 20 | + <updated>2019-03-21T13:50:23+00:00</updated> |
16 | 21 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
17 | 22 | </info> |
18 | 23 | <locale xml:lang="fr"> |
|
30 | 35 | <choose> |
31 | 36 | <if variable="author"> |
32 | 37 | <names variable="author"> |
33 | | - <name form="long" and="text" name-as-sort-order="first" sort-separator=" " initialize-with="." font-style="normal"> |
| 38 | + <name font-style="normal" and="text" delimiter-precedes-last="never" initialize="false" initialize-with=". " name-as-sort-order="all" sort-separator=" "> |
34 | 39 | <name-part name="family" font-variant="small-caps"/> |
35 | 40 | </name> |
36 | 41 | </names> |
37 | 42 | </if> |
38 | 43 | <else-if variable="editor"> |
39 | 44 | <names variable="editor"> |
40 | | - <name form="long" and="text" name-as-sort-order="first" sort-separator=" " initialize-with="." font-style="normal"> |
| 45 | + <name font-style="normal" and="text" initialize-with="." name-as-sort-order="all" sort-separator=" "> |
41 | 46 | <name-part name="family" font-variant="small-caps"/> |
42 | 47 | </name> |
43 | 48 | <label form="short" prefix=" (" suffix=".)"/> |
|
46 | 51 | </choose> |
47 | 52 | </macro> |
48 | 53 | <macro name="editor"> |
49 | | - <names variable="editor"> |
50 | | - <name form="long" and="text" delimiter-precedes-last="never" sort-separator=" " initialize-with="." font-style="normal"> |
| 54 | + <names variable="editor" font-style="normal" prefix="dans "> |
| 55 | + <name font-style="normal" and="text" delimiter-precedes-last="never" initialize="false" initialize-with=". " sort-separator=" "> |
51 | 56 | <name-part name="family" font-variant="small-caps"/> |
52 | 57 | </name> |
53 | 58 | <label form="short" prefix=" (" suffix=".)"/> |
54 | 59 | </names> |
55 | 60 | </macro> |
56 | 61 | <macro name="translator"> |
57 | 62 | <names variable="translator"> |
58 | | - <name form="long" and="text" delimiter-precedes-last="never" sort-separator=" " font-style="normal" prefix=" traduit par "> |
59 | | - <name-part name="family" font-variant="small-caps"/> |
| 63 | + <name font-style="normal" prefix=" trad. " and="text" delimiter-precedes-last="never" sort-separator=" "> |
| 64 | + <name-part name="family" text-case="capitalize-all" font-variant="normal"/> |
60 | 65 | </name> |
61 | 66 | </names> |
62 | 67 | </macro> |
|
96 | 101 | <else-if type="webpage" match="any"> |
97 | 102 | <group> |
98 | 103 | <text variable="title" text-case="capitalize-first" font-style="italic" suffix=", "/> |
99 | | - <text variable="URL" text-decoration="underline"/> |
| 104 | + <text variable="URL" text-decoration="underline" prefix="[" suffix="]"/> |
100 | 105 | </group> |
101 | 106 | </else-if> |
102 | 107 | <else> |
|
107 | 112 | <macro name="pub-place"> |
108 | 113 | <choose> |
109 | 114 | <if type="bill book chapter entry-dictionary entry-encyclopedia thesis graphic legal_case manuscript motion_picture paper-conference report song" match="any"> |
110 | | - <text variable="publisher-place"/> |
| 115 | + <text variable="publisher-place" form="short"/> |
111 | 116 | </if> |
112 | 117 | </choose> |
113 | 118 | </macro> |
|
221 | 226 | <group font-style="normal"> |
222 | 227 | <choose> |
223 | 228 | <if variable="issued"> |
224 | | - <date variable="issued"> |
| 229 | + <text macro="volume"/> |
| 230 | + <text macro="issue" prefix=", "/> |
| 231 | + <date variable="issued" prefix=", "> |
225 | 232 | <date-part name="day" suffix=" "/> |
226 | 233 | <date-part name="month" suffix=" "/> |
227 | 234 | <date-part name="year"/> |
228 | 235 | </date> |
229 | | - <text macro="volume" prefix=", "/> |
230 | 236 | </if> |
231 | 237 | <else> |
232 | 238 | <text macro="volume" text-case="capitalize-first"/> |
|
235 | 241 | </group> |
236 | 242 | </else-if> |
237 | 243 | </choose> |
238 | | - <text macro="issue" prefix=", "/> |
239 | 244 | </macro> |
240 | 245 | <macro name="volume"> |
241 | 246 | <choose> |
|
261 | 266 | </macro> |
262 | 267 | <macro name="collection"> |
263 | 268 | <choose> |
264 | | - <if is-numeric="collection-number"> |
265 | | - <group prefix=" coll."> |
| 269 | + <if variable="collection-title"> |
| 270 | + <group prefix=" coll. "> |
266 | 271 | <text variable="collection-title" quotes="true"/> |
267 | 272 | </group> |
268 | | - <text variable="collection-number" prefix=", n˚ "/> |
269 | 273 | </if> |
270 | 274 | <else> |
271 | 275 | <group prefix=" coll."> |
|
0 commit comments