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
&#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;"/>