how to remove space between the page short form and the page No.
In Csl file how to remove space between the page short form and the page No.
It is now "p 10" and i want it to be "p10".
Thank you
It is now "p 10" and i want it to be "p10".
Thank you
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.
what should i do with the locator?
<macro name="citation-locator">
<group>
<choose>
<if locator="chapter">
<label variable="locator" form="long" text-case="capitalize-first"/>
</if>
<else>
<label variable="locator" form="short"/>
</else>
</choose>
<text variable="locator" prefix=" "/>
</group>
</macro>
Delete the prefix part from the third-to-last line.
Then, change the style title and ID at the top of the file and install into Zotero.
thank you a lot bwiernik.