Skip to content

Commit

Permalink
Update universite-de-sherbrooke-histoire.csl (#6844)
Browse files Browse the repository at this point in the history
Removed hanging indent in bibliography
Removed <> around url's
Removed Ibid for subsequent references in footnotes
  • Loading branch information
leonrobichaud authored Jan 22, 2024
1 parent 7d635dd commit f96c106
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions universite-de-sherbrooke-histoire.csl
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
<macro name="url">
<choose>
<if variable="URL">
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
<text variable="URL"/>
</if>
</choose>
</macro>
Expand Down Expand Up @@ -540,15 +540,6 @@
<else-if type="map" match="any">
<text macro="carte-geo"/>
</else-if>
<else-if position="ibid-with-locator">
<group delimiter=", ">
<text term="ibid" font-style="italic" suffix="."/>
<text macro="locator"/>
</group>
</else-if>
<else-if position="ibid">
<text term="ibid" font-style="italic"/>
</else-if>
<else-if position="subsequent">
<group delimiter=", ">
<text macro="author-note"/>
Expand Down Expand Up @@ -588,7 +579,7 @@
</choose>
</layout>
</citation>
<bibliography hanging-indent="true" name-form="long" and="text" sort-separator=", " delimiter-precedes-last="never" et-al-min="4" et-al-use-first="1">
<bibliography hanging-indent="false" name-form="long" and="text" sort-separator=", " delimiter-precedes-last="never" et-al-min="4" et-al-use-first="1">
<sort>
<key macro="author-or-editor" names-min="3" names-use-first="3"/>
<key variable="issued" sort="descending"/>
Expand Down

0 comments on commit f96c106

Please sign in to comment.