I want to use cursive font inside an equation. I have defined a macro
\newenvironment{frcseries}{\fontfamily{frc}\selectfont}{}
\newcommand{\textfrc}[1]{{\frcseries#1}}
With this I get cursive fonts outside equation only. Could anyone please tell me how can I get cursive font inside equation? Thanks!