Skip to content

Commit

Permalink
Fix locators in PU Paris-Nanterre (#5376)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith authored Apr 11, 2021
1 parent 83cb249 commit 7e383b8
Showing 1 changed file with 9 additions and 6 deletions.
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

0 comments on commit 7e383b8

Please sign in to comment.