All, I have the following in a Context file: \definetyping[XXX] \startXXX If int(N/2) \ne N/2 Then Disp "N MUST BE EVEN" Stop End \stopXXX Is there an easy way to replace the \ne with code that will produce the normal "not equals" symbol produced by amsmath? Thanks. David