non breaking space between page and number
Hey
can you help me?
When citing in-text, I want to have a non breaking space between "S." and >page number<
"S." is the german equivalent for "p."
This is how my .csl looks like right now.
https://gist.github.com/anonymous/cd1305d7937cb1b83414#file-gistfile1-txt
Thanks to all experts out there.
Best
Simon
can you help me?
When citing in-text, I want to have a non breaking space between "S." and >page number<
"S." is the german equivalent for "p."
This is how my .csl looks like right now.
https://gist.github.com/anonymous/cd1305d7937cb1b83414#file-gistfile1-txt
Thanks to all experts out there.
Best
Simon
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.
&#160;
thanks for this information.
Can you give me a hint in which section I should insert this code?
Thanks a lot
Simon
<label variable="locator" form="short" suffix=" "/>
</else>
</choose>
</if>
<else>
<label variable="locator" form="short" suffix=" "/>
to
<label variable="locator" form="short" suffix="&#160;"/>
</else>
</choose>
</if>
<else>
<label variable="locator" form="short" suffix="&#160;"/>