\documentclass[11pt, a4paper]{article}
\usepackage[left=3cm,right=3cm,top=2cm,bottom=2cm]{geometry}
\usepackage{amsmath, systeme}
\usepackage{mathtools}
\DeclareFontFamily{U}{mathx}{\hyphenchar\font45}
\DeclareFontShape{U}{mathx}{m}{n}{
<5> <6> <7> <8> <9> <10>
<10.95> <12> <14.4> <17.28> <20.74> <24.88>
mathx10
}{}
\DeclareSymbolFont{mathx}{U}{mathx}{m}{n}
\DeclareMathSymbol{\bigoplus}{1}{mathx}{"C0}
\begin{document}
Hello
\end{document}
上述操作失败,因为bigoplus
已经定义。但是,我想覆盖该命令,我该如何实现?例如,仅使用\DeclareMathSymbol{\bigboxplus}{1}{mathx}{"D0}
上述操作可以正常工作,仅使用\bigoplus
和\bigotimes
似乎会导致问题。