If the unit is the final character in a sentence, the sentence-ending dot is not kerned correctly.
MWE:
\documentclass{article}
\usepackage{siunitx}
\usepackage{mathpazo}
\begin{document}
\SI{}{\electronvolt}. And V.
\end{document}
The eV will have no kerning where the single V does. Can I tell siunitx/pdflatex to use kerning or do I have to apply kerning manually?
