Probably for Alex: it appears that LaTeX macros are not being loaded when you activate a WeBWorK exercise from an exercise group that has math in the introduction.
When we activate the exercise, we copy over the introduction to become part of the exercise. Macros within the statement of the exercise are rendering fine, but not those in the introduction.
Actually, it's a bit weird: it is processing some macros, but not others.
In source, I have <m>\gp(x)</m>, and \gp is defined as g\primeskip ', where \primeskip is defined as \hskip0.75pt.
So \gp is being translated to g\primeskip', but the \primeskip command is not being translated. It works fine in the main text.