Adding page numbers in text using Vancouver style
I am using the Vancouver style, and I need to add page numbers to appear as part of the in-text citations. At present, it looks like this:
'A key barrier to the successful implementation .....'120 (with the 120 in superscript).
I need it to look like this:
'A key barrier to the successful implementation .....'120, p.53
I know IEEE comes close, however it does not use superscript.
If I need to edit the style, how would I go about doing this?
Many thanks.
'A key barrier to the successful implementation .....'120 (with the 120 in superscript).
I need it to look like this:
'A key barrier to the successful implementation .....'120, p.53
I know IEEE comes close, however it does not use superscript.
If I need to edit the style, how would I go about doing this?
Many thanks.
<macro name="citation-locator">
<group delimiter="">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
</macro>
Then you need to replace line 321 with this:
<group delimiter=", ">
<text variable="citation-number"/>
<text macro="citation-locator"/>
</group>
General instructions here: https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step