I have a tex file:
\documentclass{report}
\usepackage{enumitem,parskip}
\setlist[enumerate]{wide=\parindent}
\setlist[enumerate,2]{labelindent=2\parindent}
\begin{document}
Generally, it extends the idea of the derivative from realvalued functions of one real variable to functions on normed spaces.
The Fréchet derivative should be contrasted to the more general Gateaux derivative which is a generalization of the classical directional derivative.
\begin{enumerate}
\item Generally, it extends the idea of the derivative from realvalued functions of one real variable to functions on normed spaces.
\item The Fréchet derivative should be contrasted to the more general Gateaux derivative which is a generalization of the classical directional derivative.
The Fréchet derivative should be contrasted to the more general Gateaux derivative which is a generalization of the classical directional derivative.
\begin{enumerate}
\item Generally, it extends the idea of the derivative from realvalued functions of one real variable to functions on normed spaces.
\item The Fréchet derivative should be contrasted to the more general Gateaux derivative which is a generalization of the classical directional derivative.
\end{enumerate}
\end{enumerate}
\end{document}
Can we nullify the effect of parskip
on the paragraph starting with \item
?
\setlist[enumerate]{nosep, leftmargin=*}
gives what you after.