I'm trying to enumerate a group of "special" equations inside an align environment. I need something like the following
Code: Select all
.. = ..... (E1)
.. = .... (E2)
.. = ..... (E3)
I've trying a solution with the \tag command, but this command not is automatic (I have to write explicitly "E1", "E2", and "E3"). I only want to declare that the following equations number begin with "E" and next a number "automatically generated.
Any ideas?
Bests