semprag / biblatex-sp-unified

An opinionated biblatex implementation of the Unified Stylesheet for Linguistics Journals
LaTeX Project Public License v1.3c
39 stars 12 forks source link

non-separable ampersand #50

Closed art-keidan closed 2 years ago

art-keidan commented 3 years ago

Please, glue the "&" symbol to the preceding Author's name, otherwise it would be sometimes sent to the next line, which looks ugly: Ampersand

fintelkai commented 3 years ago

@art-keidan: I think the following might work, so you could try that in your preamble:

\renewcommand*{\finalnamedelim}{\addnbspace\&\addspace}
\renewcommand*{\finallistdelim}{\addnbspace\&\addspace}

Alternatively, you could check out the develop branch of this repo and see whether it fixes the problem.

art-keidan commented 3 years ago

Thank you, this works fine to me!

fintelkai commented 2 years ago

This is now incorporated into v1.1 of biblatex-unified.

art-keidan commented 2 years ago

Thanks again.