Ed. vs Eds
I'd like our style to put a period after "ed" (if only one editor) but no period after "eds" (more than one editor).
Any tips?
Any tips?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
https://github.com/citation-style-language/styles/blob/master/harvard-cite-them-right.csl#L22
for an example.
Wow! That was powerful stuff. I need to learn more about terms.
But it did the job. Thanks a lot.
Not sure what you're doining, but adding a space after p./pp. via terms doesn't sound like the best way.
We generally solve that with a delimiter between the label and the variable in a group. Example below. This would render as "pp. 307-345".
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>