The autonum package apparently doesn't like me to declare math modes to be unnumbered, and prefers to do this on its own. Can't really tell if this is intended behavior and if so, why.
\documentclass{article}
\usepackage{amsmath}
\usepackage{autonum}
\begin{document}
\begin{align*}
x &= a+b
\end{align*}
\end{document}
autonumand they used the starred versions pretty liberally. I didn;t think it would have botheredautonum. Thanks for your reply. My bad. – tchakravarty Jul 19 '12 at 15:01autonumbreak starred environments. At the very least,autonumshould redefine\begin{align*}to be\begin{align}— the user should not be forced to destructively change their LaTeX before it being compatible withautonum. – Jollywatt Sep 07 '21 at 01:13