OSCOLA p./pp.
Hi, I am using OSCOLA code which does not show page symbols ('p./pp.'). It is great but I want to make it show the page symbols (p.=page, pp.=pages). Any suggestions? Thanks!!!
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.
For example
This is how I want it to appear:
Simon Chesterman, Ian Johnstone and David M Malone, Law and Practice of the United Nations, (2nd edn, OUP, 2016), pp. 477–513.
Malcolm N Shaw, International Law, (7th edn, CUP, 2014), p. 194.
This is how it appears now:
Simon Chesterman, Ian Johnstone and David M Malone, Law and Practice of the United Nations, (2nd edn, OUP, 2016), 477–513.
Malcolm N Shaw, International Law, (7th edn, CUP, 2014), 194.
Thanks
<group delimiter=" ">
<choose>
<if locator="page" match="none">
<label variable="locator" form="short" strip-periods="true"/>
</if>
</choose>
<text variable="locator"/>
</group>
</macro>
replace with
<group delimiter=" ">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
</macro>
General instructions here
https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
Also, I'm on to a new battle - the citation to statutes not having a public law number also known as necessary for legal citations...stupid OSCOLA...
Thanks for the super fast answer!
I was actually able to do it via the visual editor...took a lot of clicking through the code tree, but it worked.