Plural Sensitive Format for ed./eds.
Hello everybody,
I am trying to create a citation for a Journal and for this it is necessary to have
John Smith (ed.) as one option but also John Smith and Johanne Smith (eds.).
I could not figure out how to have this done automatically and apprechiate any hints and support you might give. As far as I can tell the label function that normally enables this does not know ed. as a shorthand. I have the same issue with para./paras. and no./nos. so I am glad to hear of solutions for those as well.
Thank you in advance!
Best
I am trying to create a citation for a Journal and for this it is necessary to have
John Smith (ed.) as one option but also John Smith and Johanne Smith (eds.).
I could not figure out how to have this done automatically and apprechiate any hints and support you might give. As far as I can tell the label function that normally enables this does not know ed. as a shorthand. I have the same issue with para./paras. and no./nos. so I am glad to hear of solutions for those as well.
Thank you in advance!
Best
Upgrade Storage
<names variable="author">
<name and="text" sort-separator=", " delimiter=", "/>
<label form="short" prefix=" (" suffix=")/>
<substitute>
<names variable="editor"/>
</substitute>
</names>