I looked for a command to improve the equation item and I met this one.
\usepackage{amsmath}
newcommand{\itemEq}[1]{%
\begingroup%
\setlength{\abovedisplayskip}{0pt}%
\setlength{\belowdisplayskip}{0pt}%
\parbox[c]{\linewidth}{\begin{flalign}#1&&\end{flalign}}%
\endgroup}
working with the command I noticed that it has problems recalling the foonotes but also with the format of the text, such as in this case:
\begin{itemize}
\item[d)]\itemEq{\Dtot{\ui}{t}=\Dpar{\ui}{t}+\sum_{j=1}^{3}\Dpar{\ui}{x_j}\uj = \uit+\ui\cdot\uij:\text{Derivata Lagrangiana della componente i-esima della velocità}}
\end{itemize}
the text is very long and I can not go to the next line
-----------------------UPDATE---------------------------
I found the solution :
\item[d)]\itemEq{\Dtot{\ui}{t}=\Dpar{\ui}{t}+\sum_{j=1}^{3}\Dpar{\ui}{x_j}\uj = \uit+\ui\cdot\uij:\text{\parbox{5cm}{Derivata Lagrangiana della componente i-esima della velocità}}}




flalignenvironment? – Bernard Nov 07 '18 at 21:16