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