Virgule entre noms affichés par names + remplacer note par year-suffix (note = champ Extra)
This commit is contained in:
@ -44,7 +44,7 @@ interview ; Interview
|
||||
<!-- LANGUE
|
||||
Pour utiliser ce style dans un article rédigé dans une langue autre que le français, vous pouvez modifier la valeur de la variable "default-locale" ci-dessous (voir la liste des valeurs possibles ici : https://github.com/citation-style-language/locales/wiki). Penser à modifier les valeurs indiquées au sein des balises <term> ci-dessous. -->
|
||||
|
||||
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" default-locale="fr-FR" version="1.0" page-range-format="expanded" initialize-with-hyphen="true" name-form="long" and="text" delimiter-precedes-last="never" sort-separator=" " initialize-with=". " name-delimiter=", ">
|
||||
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" default-locale="fr-FR" version="1.0" page-range-format="expanded" initialize-with-hyphen="true" name-form="long" and="text" delimiter-precedes-last="never" sort-separator=" " initialize-with=". " name-delimiter=", " names-delimiter=", ">
|
||||
<!-- With Pandoc, post-processing is needed to remove the " " character in first names containing an hyphen. -->
|
||||
<info>
|
||||
<title>Zotéro pour les byzantinistes – Revue des études byzantines — Développement</title>
|
||||
@ -306,7 +306,7 @@ interview ; Interview
|
||||
|
||||
<macro name="publicationTitle">
|
||||
<choose>
|
||||
<if variable="note"/> <!-- The note variable should have a value like "note: title-redundancy". -->
|
||||
<if variable="year-suffix"/> <!-- The year-suffix variable should have a value like "year-suffix: title-redundancy". -->
|
||||
<else-if type="book">
|
||||
<choose>
|
||||
<if variable="container-title">
|
||||
|
Reference in New Issue
Block a user