I want to reduce spacing between operators in inline math. If I add the follwing lines to the peamble it affects both inline and display math modes.
\thinmuskip=0mu
\medmuskip=0mu
\thickmuskip=0mu
How can I limit the effect to inline math without using separate groups for each piece of text?
