The following MWE shows the problem:
\documentclass{article}
\usepackage{amsmath}
\usepackage[lite]{mtpro2}
\usepackage{refcheck}
\begin{document}
\begin{align}
a & \leq b
\end{align}
\end{document}
And I get a ! Missing $ inserted.. The problem disappears when refcheck is not used, or when mtpro2 is not used.
Does anyone sees a way to use both packages simultaneously?
