I'm trying to change medmuskip while using mathtools:
\documentclass{article}
\usepackage{mathtools}
\setlength{\medmuskip}{0mu}
\begin{document}
\end{document}
But this results in an error:
! Illegal unit of measure (pt inserted).
<to be read again>
m
l.3 \setlength{\medmuskip}{0mu}
Without mathtools, this works.
Why and what should I do to be able to change medmuskip?
\setlength{\medmuskip}{0mu}before\usepackage{mathtools}, it works for me. – MaxD Jul 06 '14 at 13:21