I try to compile my latex but it doesn't work. It shows the following error
Command
\iintalready defined....d{\iint}{\DOTSI\protect\MultiIntegral{2}}
The command that I'm using is as follows:
\documentclass{aip-cp}
\usepackage{amsmath}
\usepackage[numbers]{natbib}
\usepackage{rotating}
\usepackage{graphicx, amsfonts, amssymb, longtable}
\let\openbox\relax
\usepackage{amsthm, amsthm}
\begin{document}
\end{document}
Somebody please help me.
aip-cpis not a standard class. You might want to update your question with information where we can get that class. BTW: you can probably just use\let\iint\relaxbefore loadingamsmath– daleif Oct 17 '18 at 08:33amsmathpackage as observed by the OP – BambOo Oct 17 '18 at 08:35txfonts, just do a standardarticledoc loadingtxfontsbeforeamsmathand you'll get the issue. – daleif Oct 17 '18 at 08:37