Code: Select all
text text text text \begin{figure}
\includegraphics[scale = 0.2]{images/icon.png}
\end{figure} text text text
i looked for packages that could do this and tried wrapfig but i forgot to add the package, i got many errors, but it worked.. when i added the package i got fewer errors but the pdf wasnt even built.
it worked like this
Code: Select all
text text text text \begin{wrapfigure}
\includegraphics[scale = 0.2]{images/icon.png}
\end{wrapfigure} text text text
how can i do this without errors? thanks!!!