How can I control the size of the following equation:
Code: Select all
\documentclass[a4paper,12pt,openany,oneside]{memoir}
\usepackage{amsmath}
\begin{document}
\begin{equation}
F_{\gamma_{\text{r}_1}}(\gamma)=\,1-\left(\frac{2\,\gamma}{\sqrt{\rho}}\right)\,
\text{e}^{-\gamma\,\sigma/\rho}\,K_1\left(\frac{2\,\gamma}{\sqrt{\rho}}\right)
\end{equation}
\end{document}
Thanks in advance