Macro renommée en fonction de ce qu'elle fait et non de là où elle est appelée
This commit is contained in:
parent
8781201bd1
commit
a4e38e5c99
|
@ -104,7 +104,7 @@ interview ; Interview
|
||||||
<text macro="ibidem"/>
|
<text macro="ibidem"/>
|
||||||
</if>
|
</if>
|
||||||
<else-if position="subsequent">
|
<else-if position="subsequent">
|
||||||
<text macro="subsequentCitation"/>
|
<text macro="abbreviatedReference"/>
|
||||||
</else-if>
|
</else-if>
|
||||||
<else>
|
<else>
|
||||||
<text macro="completeReference"/>
|
<text macro="completeReference"/>
|
||||||
|
@ -761,7 +761,7 @@ interview ; Interview
|
||||||
</group>
|
</group>
|
||||||
</macro>
|
</macro>
|
||||||
|
|
||||||
<macro name="subsequentCitation">
|
<macro name="abbreviatedReference">
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
<text macro="abbreviatedReferenceAuthor"/>
|
<text macro="abbreviatedReferenceAuthor"/>
|
||||||
<choose>
|
<choose>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user