non-breaking space between p. and number

Hi,

Sorry, I am new to this, but where do I have to insert the " " in order to create non-breaking space between the "p." and the number for in-text citations? I am using the University of West London Harvard style from your repository.

Many thanks.
  • In line with the styleguide, the style doesn't add any space between the p. and the page number. You could modify the style if that's what you need?
  • Yes, I would like to modify the guide. I went into the editor and went to the "page" macro, but the "p." there refers to the bibliography, not in-text citation.
  • It's here:
    <group>
    <label variable="locator" form="short"/>
    <text variable="locator"/>
    </group>

    So you'd change that to

    <group delimiter="&amp;#160;">
    <label variable="locator" form="short"/>
    <text variable="locator"/>
    </group>
  • Brilliant!!! It works. Many thanks for your help.
Sign In or Register to comment.