I want to change the tags of equations in such a way, that they display for example "(*)" instead of "(1.1)".
Currently I'm using the "\tag"-command provided by amsmath (or empheq or ntheorem, it's always the same) but there are several problems with that.
First, I get a warning (displayed as "error" by LaTeXEditor, though), seems to be an interference with "hyperref" (changing loading order does not help):
document: Second: \tag does not work inside an eqnarray environment.warning (ext4): destination with the same identifier (name{equation.0.1}) has been already used, duplicate ignored
\AtBegShi@Output ...ipout \box \AtBeginShipoutBox
\fi \fi
l.17 \end{document}
Third: I can't get rid of the () because sometimes i want to use [].
Is there a better way to use customized equation tags? Help would be appreciated!
Thanks in advance