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