放大 neq 符号

放大 neq 符号

我调整了不等号的大小,但不起作用。问题出在哪里?

\documentclass[a4paper]{article}
\usepackage{graphicx}

\makeatletter
\let\oldneq\neq
\DeclareRobustCommand{\neq}{%%%%
\mathbin{\mathpalette\tauyeco@notequal\relation}%%%%
}
\newcommand{\tauyeco@notequal}[2]{%%%%
\raisebox{-0.1\height}{\scalebox{4.35}{\hspace{-0.1mm}$\m@th#1\oldneq$}}%%%
}
\makeatother

\begin{document}
\[\neq\]
\end{document}

相关内容