I find it is necessary to add some explanation in a series of equations. Ideally, I would like to get something like the following picture (Resnick 1999). As you can see, the equations are still aligned but with extra comments added. Could anyone tell me how to do this in LaTeX, please? Can I achieve this using align environment, please? Thank you!
Here is an example. Note that I want my comments to align with the main text.
\documentclass{article}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{manfnt}
\begin{document}
\noindent I want the comments to align with the main text.
\begin{align*}
\mathbb E X &= \int x F(dx) \\
comments \\
&= \mu.
\end{align*}
\end{document}
