I would like to suppress the space before the colon, when using [french]babel. I only want to change this locally (that is not everywhere in the document, but just at some place).
\documentclass{article}
\usepackage[french]{babel}
\begin{document}
Il est 20:20.
\end{document}



polyglossiainstead ofbabelsee https://tex.stackexchange.com/questions/187864/remove-space-before-punctuation – siracusa Dec 30 '18 at 10:16