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.
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.
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.
<group>
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
So you'd change that to
<group delimiter="&#160;">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>