Reputation: 811
I know in latex the code for inserting image wrapped by text is something like:
\begin{wrapfigure}{r}{0.4\textwidth}
\centering
\includegraphics[width=0.35\textwidth]{img1.jpg}
\caption{This is a figure positioned at the right and wrapped with text.}
\label{fig:img1}
\end{wrapfigure}
I wonder if xaringan slide also has the same tools and if any how to do it.
Upvotes: 1
Views: 96