I want to use \marginpar directly beside a formula within a \begin{align} statement. I tried:
\begin{align}
E^2
\end{align}
\marginpar{Not correct}
but the 'Not correct' statement is written besides the next line. How can I achieve that is is written besides E^2 (means on the same height)?
And what if I have more than one formula, how to achieve to write it besides the very last of the align-environment?
