Skip to content
Snippets Groups Projects

feat(bibliography): [AOU-1650] add 'editor' macro missing in some UNIGE CSL formats

Merged Nicolas.Rod requested to merge rodn-1650-bibliography-editor-missing into master
4 files
+ 33
6
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -34,6 +34,15 @@
</group>
</macro>
<macro name="editor">
<names variable="editor">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always">
<name-part name="family" text-case="uppercase"/>
<name-part name="given" text-case="uppercase"/>
</name>
</names>
</macro>
<macro name="title">
<text variable="title" suffix=", "/>
</macro>
@@ -198,7 +207,7 @@
<group suffix=", ">
<text value="in " font-style="italic"/>
<text macro="journal-title"/>
<text variable="container-author" prefix=" [" suffix=", édit.]"/>
<text macro="editor" prefix=" [" suffix=", édit.]"/>
</group>
<!-- text variable="event-place" suffix=". "/ -->
<group suffix=".">
Loading