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

Fix locators in PU Paris-Nanterre #5376

Merged
merged 1 commit into from
Apr 11, 2021
Merged
Changes from all commits
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
15 changes: 9 additions & 6 deletions presses-universitaires-de-paris-nanterre.csl
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@
</else-if>
</choose>
</macro>
<macro name="locators">
<group delimiter=".&#160;">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
</macro>
<macro name="yearpage-bib">
<choose>
<if type="bill book graphic legal_case motion_picture paper-conference report song speech thesis" match="any">
Expand All @@ -212,10 +218,7 @@
</group>
<text variable="number-of-pages" suffix="&#160;p"/>
</group>
<group>
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
<text macro="locators"/>
</group>
</if>
<else-if type="chapter entry-dictionary entry-encyclopedia" match="any">
Expand Down Expand Up @@ -349,7 +352,7 @@
<if position="ibid-with-locator">
<group delimiter=", ">
<text term="ibid" text-case="capitalize-first" font-style="italic" suffix="."/>
<text variable="locator" prefix="p. "/>
<text macro="locators"/>
</group>
</if>
<else-if position="ibid">
Expand All @@ -368,7 +371,7 @@
<text value="art cit"/>
</else>
</choose>
<text variable="locator" prefix="p.&#160;"/>
<text macro="locators"/>
</group>
</else-if>
<else>
Expand Down