Here is a question. I want to know how to remove the white space between the item label and the equations? For example, I want to remove the blank between the number 1 and the equation f(X)=...
The code and picture are as follows
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
\begin{enumerate}
\item
\begin{eqnarray*}
f(X)&=& AD+SF SF SDF+DFDF FA \\
&+&SADSADDDDDDDDDDDA D+D DADS AD
\end{eqnarray*}
\item
\begin{equation*}
G(X)=ADSA DASD SAD ASD ASD
\end{equation*}
\end{enumerate}

align*inenumerateand Equations insideenumeratealigned on item's number – barbara beeton Jun 28 '19 at 13:24