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.

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.

Sign In or Register to comment.