When writing a semicolon in math mode while using commath and babel, like in the following code, the PDF does not compile and outputs a timeout error.
I reduced my preamble and my code as much as I could, in order to isolate the problem. Anyone knows what causes this issue and how to fix it ?
\documentclass{article}
\usepackage[french]{babel}
\usepackage{commath}
\begin{document}
$:$
\end{document}
commathsomehow makes the:active in math mode and that causes havoc withbabel-french, which also wants to make:active. – moewe Apr 26 '20 at 07:36commath: The active colon makes me a bit uneasy. (Similar) issues withcommathand comments: https://tex.stackexchange.com/q/89467/35864, https://tex.stackexchange.com/q/135944/35864, https://tex.stackexchange.com/q/380799/35864, https://tex.stackexchange.com/q/123407/35864, https://tex.stackexchange.com/q/261265/35864, https://tex.stackexchange.com/q/324998/35864 – moewe Apr 26 '20 at 07:42