For the following text snippet in my document:
\documentclass[11pt]{report}
\usepackage{quotes}
\usepackage{amsmath}
\say{For vertical axes deployment, $\theta_t$ = $\theta_r$ = 0 and for horizontal axes deployment, $\theta_t$ = \frac{$\pi$}{2} and $\theta_r$ = \frac{$-\pi$}{2} are used, \dots Hence, we conclude\dots, that the pathloss is dramatically higher for vertical axes deployment \dots}\\
\end{document}
I get
! Missing $ inserted.
<inserted text>
$
l.396 ...higher for vertical axes deployment\dots}
\\
I am unable to figure out what is wrong. Can anyone point out the problem?
TIA


\documentclass{...}and ending with\end{document}. – Fran Jan 28 '15 at 06:50