|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" default-locale="fr-FR"> |
| 2 | +<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never"> |
| 3 | + <!-- Polyglot; journal publishes in English and French --> |
3 | 4 | <info>
|
4 |
| - <title>Annales de démographie historique (French)</title> |
| 5 | + <title>Annales de démographie historique</title> |
5 | 6 | <title-short>ADH</title-short>
|
6 | 7 | <id>http://www.zotero.org/styles/annales-de-demographie-historique</id>
|
7 | 8 | <link href="http://www.zotero.org/styles/annales-de-demographie-historique" rel="self"/>
|
|
14 | 15 | <category field="history"/>
|
15 | 16 | <issn>0066-2062</issn>
|
16 | 17 | <eissn>1776-2774</eissn>
|
17 |
| - <updated>2020-01-31T12:46:49+00:00</updated> |
| 18 | + <updated>2020-02-12T09:45:50+00:00</updated> |
18 | 19 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
|
19 | 20 | </info>
|
20 | 21 | <locale>
|
21 | 22 | <terms>
|
22 |
| - <term name="in">dans</term> |
| 23 | + <term name="in">in</term> |
23 | 24 | <term name="editor" form="short">
|
24 | 25 | <single>dir</single>
|
25 | 26 | <multiple>dir.</multiple>
|
|
35 | 36 | <label form="short" prefix=" (" suffix=")"/>
|
36 | 37 | </names>
|
37 | 38 | <names variable="editor translator" delimiter=", ">
|
38 |
| - <name initialize-with="."/> |
| 39 | + <name/> |
39 | 40 | <label form="short" prefix=" (" suffix=")"/>
|
40 | 41 | </names>
|
41 | 42 | </group>
|
|
60 | 61 | </macro>
|
61 | 62 | <macro name="author">
|
62 | 63 | <names variable="author" font-variant="small-caps">
|
63 |
| - <name delimiter-precedes-last="always" initialize-with="." name-as-sort-order="all"/> |
| 64 | + <name delimiter-precedes-last="always" name-as-sort-order="all"/> |
64 | 65 | <label form="short" prefix=" (" suffix=")"/>
|
65 | 66 | <substitute>
|
66 | 67 | <names variable="editor"/>
|
|
407 | 408 | <choose>
|
408 | 409 | <if type="article-journal article-magazine" match="any">
|
409 | 410 | <group delimiter=", " suffix="." prefix=" ">
|
410 |
| - <text variable="volume"/> |
| 411 | + <group delimiter=" "> |
| 412 | + <text variable="volume"/> |
| 413 | + <text variable="issue" prefix="(" suffix=")"/> |
| 414 | + </group> |
411 | 415 | <text variable="page"/>
|
412 | 416 | </group>
|
413 | 417 | <choose>
|
|
464 | 468 | </choose>
|
465 | 469 | </macro>
|
466 | 470 | <macro name="citation-locator">
|
467 |
| - <group> |
468 |
| - <choose> |
469 |
| - <if locator="chapter"> |
470 |
| - <label variable="locator" form="long" text-case="capitalize-first"/> |
471 |
| - </if> |
472 |
| - <else> |
473 |
| - <label variable="locator" form="short"/> |
474 |
| - </else> |
475 |
| - </choose> |
476 |
| - <text variable="locator" prefix=" "/> |
477 |
| - </group> |
| 471 | + <text variable="locator" prefix=" "/> |
478 | 472 | </macro>
|
479 | 473 | <macro name="container">
|
480 | 474 | <choose>
|
|
484 | 478 | <if type="chapter paper-conference entry-encyclopedia" match="any">
|
485 | 479 | <group delimiter=" ">
|
486 | 480 | <text term="in" prefix=" " suffix=" "/>
|
487 |
| - <text variable="container-title"/> |
| 481 | + <text macro="container-contributors"/> |
488 | 482 | </group>
|
489 | 483 | </if>
|
490 | 484 | </choose>
|
491 |
| - <text macro="container-contributors"/> |
| 485 | + <text variable="container-title"/> |
492 | 486 | <text macro="secondary-contributors"/>
|
493 | 487 | <text macro="container-title" font-style="italic"/>
|
494 | 488 | </group>
|
|
498 | 492 | <macro name="container-title">
|
499 | 493 | <choose>
|
500 | 494 | <if type="article article-journal article-magazine article-newspaper" match="any">
|
501 |
| - <text variable="container-title" form="short" font-style="italic"/> |
| 495 | + <text variable="container-title" font-style="italic"/> |
502 | 496 | </if>
|
503 | 497 | </choose>
|
504 | 498 | </macro>
|
|
0 commit comments