Search found 1 match

by andreamizzi
Sat Mar 23, 2013 1:41 pm
Forum: Graphics, Figures & Tables
Topic: Issue with wrapped Figure
Replies: 1
Views: 2469

Issue with wrapped Figure

Hello,

I'm trying to use this macro for wrapping text around a figure.
\newcommand{\figuremacroN}[3]{
\begin{wrapfigure}{l}{0.5\textwidth}
\centering
\includegraphics[width=0.48\textwidth]{#1}
\caption[#2]{{\small\textbf{#2} - #3}}
\label{#1}
\end{wrapfigure}
}

\figuremacroN{Figure3 ...