I am trying to put a figure in my document using wrapfig but it shifts the text below it too much.
I insert my image like this:
\begin{wrapfigure}{R}{0.25\columnwidth}
\centering
\includegraphics[width=0.25\columnwidth]{Images/Domains.pdf}
\caption{Birds}
\end{wrapfigure}
and what I get is this:
This question doesn't seem to help and I would not want to manually calibrate some negative \vspace every time I insert a figure. My questions are:
- Can I have
wrapfiginsert zero space above and below the image? - I have had to specify the same width twice in my main code: is there any way I could specify that only once?

wrapfigureworks (well) only at paragraph with text? – Zarko Oct 05 '22 at 19:29\linewidthinside the wrapfigure environment. – Rmano Oct 05 '22 at 20:11