Herbert Voss wrote:
Given that I'd like to use both elsart.cls and SIunits.sty and that commenting out the "rem" theorem definition in elsart.cls isn't really an option, how do I "undefine" it in my document?\documentclass{elsart} \let\rem\relax \let\remend\relax \usepackage{SIunits} \begin{document} foo\rem \end{document}
Thanks, Herbert! Angus