It's an issue with eqn material inside a macro definition.
To avoid expanding eqn-generated escapes at macro definition
time, bracket the macro definition with ".ec #" (or some other
unused character) and ".ec" (to restore backslash as the escape
character after the macro definition).  This way, backslashes
are retained in the macro and escapes are only evaluated at
macro expansion time.



Reply via email to