ピリオド <.> の付いた行をコメント化およびコメント解除すると、スペースがラップされた図の上からその横に移動する理由がわかりません。
その横のスペースが欲しいです。
私は期間中に自分が望むものだけを得ることができました。
ご協力いただければ幸いです。
\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}