In this MWE, there is additional white space between the line of text and the following subequations environment. It disappears when I unload hyperref, when I remove the wrapping subequations environment, when I shorten the line of text, or when I append % to the line of text.
\documentclass{IEEEtran}
\usepackage{amsmath,hyperref}
\begin{document}
mmmmmmmmmmmmmmmi
mmmmmmmmmmmmmmmi
\begin{subequations}
\begin{equation}
X
\end{equation}
\end{subequations}
\end{document}
But why does it appear in the first place, and can this be fixed?
