In some times I have to set a tag in front of a text math formula. It seems better to define a command \TAG, as $\TAG{Pythagoras' Equation}a^2+b^2=c^2$ to get <Pythagoras' Equation> a^2+b^2=c^2. The \TAG command need fit several conditions:
- give a convenience to change the l(r)angle globally;
- the content could be broken down, but do not at left angle;
- it'd better be put in math mode.
Of course the amsmath \tag command might be modified to suit my demand, but I don't know how to do.
@ TH.: O.K.
- Think about an onerous editor who likes green color than black or a pair of parenthese than a pair of angle.
- When the content of \TAG is very long, it cannot overlap the right margin, and its suitable break line point mustn't at the left delimiter as most of people want.
- The command is in math mode, so it can be affected by \mathsurround, \everymath, etc.
add an image http://i.stack.imgur.com/ZUgVk.png
