I want to typeset the < symbol in a string of text inside a math environment using the \text command from the amsmath package. However, for some reason it render something like
\text{<-wrt}
to
¡-wrt
Why does amsmath do that, and how can I stop it from 'interpreting' my text?