I know this has already been asked a lot, but the previous answers don't seem to help. As the title says, I have an error telling me the commands \iint, \iiint, \iiiint, \idotsint and \openbox are alredy defined. I read that the issue should be solved adding [nointegrals] to the package wasysym and loading amsmath before it, but even if I do that the error remains. By the way, I never redefine \iint or any of the commands above. The order of the loaded packages is as follows:
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{tikz,pgf}
\usepackage{setspace}
\usepackage{hyperref}
\usepackage[top=1in, bottom=1.25in, left=1.25in, right=1.25in]{geometry}
\usepackage{enumitem}
\usepackage{abstract}
\usepackage[nointegrals]{wasysym}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
txfontspackage. You'd already get an error from `\documentclass{aip-cp} \usepackage{amsmath}\begin{document} content... \end{document}
– samcarter_is_at_topanswers.xyz Feb 28 '24 at 16:40without thewasysym` package\let\openbox\relaxshould avoid the error – samcarter_is_at_topanswers.xyz Feb 28 '24 at 16:44