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
  • What style? You have to find space by "locator" in the CSL.
  • APA Style in Arabic.
    what should i do with the locator?
  • In the APA.csl file, find this code:
    <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.
  • Done.
    thank you a lot bwiernik.
Sign In or Register to comment.