Colon after vols missing only in citation, not in visual editor
I have a style which I made myself, which should display
…, 2 vols., …
but displays
…, 2 vols, …
It displays correctly in the visual editor, so that I cannot find a way to correct it. Any ideas?
…, 2 vols., …
but displays
…, 2 vols, …
It displays correctly in the visual editor, so that I cannot find a way to correct it. Any ideas?
Otherwise, share the code via pastebin.com and share the link.
https://pastebin.com/frnBP3uj
Yes, you can re-define terms for any locale at the top of the style. Look e.g. in the APA style for examples.
I tried defining the term, but how do I only redefine the plural of volume? I don't find a plural option for "volume" in terms.
https://github.com/citation-style-language/locales/blob/master/locales-en-GB.xml#L484
<term name="volume" form="short">
<single>vol.</single>
<multiple>vols.</multiple>
</term>
and put them inside terms in a
<locale xml:lang="en-GB">
section, right below the info section. As per above, see APA for the general structure of those.