When adding citations in the body of a document I'm used to write
... in some interesting paper~\cite{interesting}.
So that (if I'm using numbered references) the word “paper” and the citation number stick together and do not accidentally end up in two different lines.
It seems, however, that the \citet command from natbib (which should produce something like “Authors [4]”), does not use a ~ between the names of the authors and the citation number so that, on a few rare occasions, I end up with something like
... Authors
[4].
Which is annoying. Is there an easy way to make natbib use a non-breaking space there?