Like
I. First item
Followed by non indented text
II. Second item
Followed by non indented text
While having non indented text in it. This is my MWE :
\documentclass{book}
\usepackage{enumitem}
\begin{document}
\begin{enumerate}[wide, labelindent=1em, listparindent=0em]
\item first item
\end{enumerate}
\end{document}
label=\Roman*.it is in the manual for the package – daleif Nov 10 '17 at 20:24I. Also can I make it in bold ? – alfred Nov 10 '17 at 20:27\label=\bfseries\Roman*.What do you mean about the "point after I"? This will give I., II. etc. If you don't want the . then omit it. – Nov 10 '17 at 20:30.) – David Carlisle Nov 10 '17 at 20:36