Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

When my references get printed, it current lists authors as

Alpha, A., Bravo, B., & Charlie, C.

How do I replace the & with 'and'? I assume it's to do with \renewbibmacro but I don't know what to write.

share|improve this question
Please add a minimal working example (MWE) showing your input: in particular, which style are you using? – Joseph Wright Mar 7 at 10:47
1  
I've managed to get it working now with \renewcommand*{\finalnamedelim}{\space and \space} – Blackstone Mar 7 at 10:51

closed as too localized by egreg, Mico, lockstep, zeroth, Kurt Mar 7 at 11:54

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

Solved it by using the line below. Turns out I was previously using this but used & instead of 'and' and forgot about it.

\renewcommand*{\finalnamedelim}{\space and \space}
share|improve this answer
Have you tried to simply remove your redefinition? – lockstep Mar 7 at 10:54
You don't mention which bibliography style you use, that would be important to both your question and your answer. Even better, a complete MWE would have been great. – mafp Mar 7 at 13:59

Not the answer you're looking for? Browse other questions tagged or ask your own question.