<.> 마침표가 있는 줄에 주석을 달고 주석을 해제하면 줄 바꿈된 그림 위에서 옆으로 간격이 이동하는 이유를 이해할 수 없습니다.
옆에 공간이 있었으면 좋겠어요.
나는 그 기간 동안 내가 원하는 것을 얻을 수 있었습니다.
어떤 도움이라도 대단히 감사하겠습니다.
\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}