I dont know whether i am asking my question in the right subsection, but I could not find the suitable one.
I use \eqref and \label for my equations.
I want to set a custom \tag to an equation as follows:
Suppose that LaTeX assigns (2) to my equation but I want its label to be (2-n).
I used the following code,
Code: Select all
\tag{\theequation-n}\label{myeq2n}
Should I increase the equation counter?
If so how?
Many thanks.
bkarpuz