Is it possible to write few equations, number them automatically, and also describe the equations with some text?
I am unble to write some text in the \begin{equation} part
This is my case
\documentclass{standalone}
\usepackage{amsmath}
\begin{document}
\begin{equation}
Description of the equation 1
eq1 (1)
Description of the equation 2
eq2 (2)
\end{equation}
\end{document}
Edit after applying the solutions below -
the additional problems are all equations should be aligned and all texts should be aligned and if possible numbering can be controlled / reset.



xelatexandpdflatex. I'm using the most recent TeXLive distribution on a Mac. It would be interesting to see what you got. – Jan 03 '18 at 18:07