Numeric CSL which includes page numbers in text citations?
I'm looking for a numeric CSL which includes page numbers in the in-text citations. For example, I'd like citations to appear as "[p10 1]" indicating page 10 in the first source. Does anyone know of a CSL matching this format?
See "Customizing Cites" here: https://www.zotero.org/support/word_processor_plugin_usage
To edit the elsevier-with-titles.csl replace the "layout" part of the "citation" section with this (lines 85...):
<layout prefix="[" suffix="]" delimiter=",">
<group>
<label variable="locator" form="short" strip-periods="true"/>
<text variable="locator"/>
</group>
<group delimiter=" ">
<text variable="citation-number"/>
</group>
</layout>
General instructions here: https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step