I am using package enumitem to generate the following list as in the attachment using this code
Code: Select all
% long line in Enumitems
\documentclass[10pt,twoside]{book}
\usepackage{enumitem}
\begin{document}
\begin{enumerate}[label={\it Problem \arabic* (my problem)}:,leftmargin=*,labelindent=0pt]
\item This is first line \\
This is second line.
\item short line
\end{enumerate}
\end{document}
thanks
ghss