Need to add a full stop after "p" in citations that include page number?
Hey everyone!
Is there any way to add a full stop after p?
I'd like to have p. XX instead of p XX.
Thanks in advance
Is there any way to add a full stop after p?
I'd like to have p. XX instead of p XX.
Thanks in advance
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.
(Hard to tell without seeing your code though. If you want to share it, upload it to Hastebin and share a link with us here.)
(I think damnation assumed this was a customized citation style)
σ. and σσ. would be correct, right? We can fix this, but the fill will wait to the next Zotero version. You can fix it by adding
<locale xml:lang="el">
<terms>
<term name="page" form="short">
<single>σ.</single>
<multiple>σσ.</multiple>
</term>
</terms>
</locale>
towards the top of the style right after the last
</locale>
tag.General instructions here: https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
Thank you for the code, I'll try to fix it!