\documentclass{ctexart}
\usepackage{color}
\def\test{\ifmmode\color{red}ERROR!\else{\color{blue}\string,}\fi}
%\begingroup
\catcode`,\active%
\gdef,{\test}
%\endgroup
\begin{document}
$g(x)=f(x)-mx$在$[2,4]$上单调,求$m$的取值范围.
\end{document}
请教为什么这里必须要注释掉\begingroup,\endgroup
才能起作用,
我已经使用了\gdef
,为什么会不起作用。
望赐教!多谢!