I want to display several formulas with numeration, but I also need a "comment" for each formula:
Code: Select all
(1) X = Y + Z (Using theorem Xy)
(2) X = Y + A + A (Doing ....)
(3) ...
Code: Select all
(1) X = Y + Z (Using theorem Xy)
(2) X = Y + A + A (Doing ....)
(3) ...
Is Eqnarray the right choice?
I'm a LaTeX and LyX newbie, I hope you can help me

Thanks in advance