在acmcrt的模板中,引用了newtxmath包,与我们通常用的amssymb有冲突。(它们同时定义了Bbbk)。直接在amssymb之前添加一句,让一个Bbbk失效即可。
\let\Bbbk\relax % to solve the incompatible between amssymb & acmart(containing newtxmath)
\usepackage{amssymb}
2023-12-30 17:56:10
在acmcrt的模板中,引用了newtxmath包,与我们通常用的amssymb有冲突。(它们同时定义了Bbbk)。直接在amssymb之前添加一句,让一个Bbbk失效即可。
\let\Bbbk\relax % to solve the incompatible between amssymb & acmart(containing newtxmath)
\usepackage{amssymb}