I have got several cases in my article with a brief description of each. I would like to add a drawing wrapped with text.
To highlight my cases I use enumerate package.
Unfortunately it doesn't work.
Here is my code
\begin{enumerate}
\item Case 1 \\
A brief discription of case one.
\begin{wrapfigure}{r}{0.5\textwidth}
\includegraphics[width=0.48\textwidth]{Case_1.png}
\caption{Fig1:Case_1}
\end{wrapfigure}
\end{enumerate}
Is there any way to fix it?