No entiendo por qué comentar y descomentar la línea con el punto <.> hace que el espaciado se mueva desde arriba de la figura envuelta hasta al lado de ella.
Quiero el espacio al lado.
Sólo he podido conseguir lo que quiero con el período.
Cualquier ayuda sería muy apreciada.
\documentclass[letterpaper, 12pt]{memoir}
\usepackage{wrapfig}
\usepackage{graphicx}
%\graphicspath{{img/}}
\begin{document}% document begins
%
\subparagraph{Download the Forfeiture Field Map}There are 3 different versions %of the map
.% With this line commented, The wrapped text and figure is spaced down 3 in. %But if its active, just the text is spaced down 3 in(This is the desired %behaviour).
\begin{wrapfigure}{r}{0.5\textwidth}
\includegraphics[width=.5\textwidth]{CollectorChooseMap.png}
\end{wrapfigure}
\vspace{3in}
Push Download
\end{document}