I have a formula written in LaTeX. What is the best way to explain what the symbols mean in the formula?
For example I have this equation with a where: symbol definitions
\begin{equation}
\sum_{i=0}^{n}\frac{\left(\omega_MM_i+\omega_PP_i+\omega_TT_i\right)\omega_i}{n}\\
\text{where}
\text{n = amount of weeks}
\text{M = Missed}
...
\end{equation}
Any suggestions?



where $n$ is the number of weeks, $M$ the missed weeks,...– egreg Jun 7 '12 at 23:07\intertext{}fromamsmathor\shortintertext{}from themathtoolspackage when this text needs to be interspersed within a set of equations. But in this case since you only have one equation, egreg's suggestion is the way to go. – Peter Grill Jun 7 '12 at 23:10