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>
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>