1

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}
Sileo
  • 307
  • 1
    My guess would be that commath somehow makes the : active in math mode and that causes havoc with babel-french, which also wants to make : active. – moewe Apr 26 '20 at 07:36
  • 1
    I'd probably look into dropping commath: The active colon makes me a bit uneasy. (Similar) issues with commath and 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

0 Answers0