I have several problems with using eqnarray and minipage at the same time. When I'm using only eqnarray, I have good numbered equations but can't add footnotes to them (with minipage I can add footnotes, but equations not numbered). What should I do, maby switch some packages?
\begin{eqnarray}
\begin{minipage}{\textwidth}
\begin{split}
P_L_S(f)=\frac{1}{2\sigma^2}\*\Bigg\{\frac{[\sum_{k=1}^N\*(x_k-\bar{x})\cos(2\pi{f}(t_k-\tau))]^2}{\sum_{k=1}^N\*\cos^2(2\pi{f}(t_k-\tau))}\\+\frac{[\sum_{k=1}^N\*(x_k-\bar{x})\sin(2\pi{f}(t_k-\tau))]^2}{\sum_{k=1}^N\*\sin^2(2\pi{f}(t_k-\tau))}\Bigg\}\footnote[2]{To see more about Matlab Plomb equations and described in Equation 4.1 variables, \newline visit Matlab Plomb Documentation www.mathworks.com/help/signal/ref/plomb.html}
\end{split}
\end{minipage}
\end{eqnarray}


equnarraywhich is generally not recommended, https://tex.stackexchange.com/a/197/134144 might be interesting. – leandriis Dec 27 '20 at 11:00P_L_S(f). Probably you wanted to useP_{LS}(f)orP_{L_S}(f)instead? – leandriis Dec 27 '20 at 11:05equation, my equation would appear on the next page. – AlexSok Dec 27 '20 at 11:25