Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ready: Create annales-de-demographie-historique.csl #4512

Merged
merged 5 commits into from
Feb 6, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove English leftovers
  • Loading branch information
adam3smith authored Feb 6, 2020
commit 8e04c307d41585457070e5e92a4a129e6daef67a
25 changes: 7 additions & 18 deletions annales-de-demographie-historique.csl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
</info>
<locale>
<terms>
<term name="and">et</term>
<term name="in">dans</term>
<term name="editor" form="short">
<single>dir</single>
Expand Down Expand Up @@ -217,7 +216,7 @@
<text variable="collection-title"/>
</else>
</choose>
<text variable="number" prefix="No. "/>
<text variable="number" prefix="nᵒ "/>
</group>
<group delimiter=" ">
<text term="version" text-case="capitalize-first"/>
Expand All @@ -243,9 +242,6 @@
<if match="any" variable="medium">
<text variable="medium" text-case="capitalize-first"/>
</if>
<else-if type="dataset" match="any">
<text value="Data set"/>
</else-if>
</choose>
</macro>
<macro name="publisher">
Expand Down Expand Up @@ -410,9 +406,9 @@
<macro name="locators">
<choose>
<if type="article-journal article-magazine" match="any">
<group delimiter=", ">
<text variable="volume" font-style="normal" prefix=" "/>
<text variable="page" form="short" strip-periods="false" suffix="."/>
<group delimiter=", " suffix="." prefix=" ">
<text variable="volume"/>
<text variable="page"/>
</group>
<choose>
<if variable="issued">
Expand Down Expand Up @@ -523,10 +519,10 @@
<else>
<choose>
<if type="legal_case">
<text variable="number" prefix="No. "/>
<text variable="number" prefix="nᵒ "/>
</if>
<else>
<text variable="number" prefix="Pub. L. No. "/>
<text variable="number"/>
<group delimiter=" ">
<text term="section" form="symbol"/>
<text variable="section"/>
Expand All @@ -540,14 +536,7 @@
</choose>
</macro>
<macro name="original-date">
<choose>
<if variable="original-date">
<group delimiter=" ">
<text value="Original work published"/>
<date variable="original-date" form="text"/>
</group>
</if>
</choose>
<date variable="original-date" form="text"/>
</macro>
<citation et-al-min="3" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year" givenname-disambiguation-rule="primary-name">
<sort>
Expand Down