i am trying to wrap text for tikZ picture but it does not work, i writing a paper and always it is required to reduce the number of papers.i used the wrapfig but it give me errors.
Code: Select all
\begin{itemize}
\item new
we are working
we are here
\begin{tikzpicture}
\draw(-1.5,0) --(1.5,0);
\draw(0,-1.5)--(0,1.5);
\end{tikzpicture}
\end{itemize}
thanks in advance