I want to add a figure at the right of the text like in the figure. I have used the wrapfigure option but a blank space appears at the bottom of the figure. The code I am using is the following:
\begin{wrapfigure}{r}{0.45\linewidth}
\centering
\includegraphics[width=0.35\textwidth]{baseDeDatos/images/spectrogram3.png}
\caption{log-espectrograma de un fragmento de voz.}
\label{fig:espectrograma}
\end{wrapfigure}
How can a delete this white space avoiding the linebreak between "paso a" and "paso"
Thanks.




wrapfigure. If you can't make it work, please post a compilable code reproducing the problem. Note that, in general, this environment doesn't work well near a list environment. – Bernard Aug 30 '19 at 19:17