Tagged Questions
3
votes
1answer
79 views
Incompatibilty between siuintx and linguex?
\documentclass{article}
\usepackage{linguex}
\usepackage{siunitx}
\begin{document}
Foo
\end{document}
This MWE produces a plethora of error messages, regardless of the order in which those two ...