I am using wrap fig and want to insert a line break within the text.
However, \vspace or \linebreak or \break don't lead to any change.
Here is a sample of my LaTeX code
\begin{figwindow}[0,r,%
{\includegraphics[height=2in]{PascoSynthesizer.eps}},%
{\label{fig:label} Caption
}]
\textbf{Electronic Output}:\\
A sum of nine harmonics of sine waves with a\\ fundamental of 440 Hz plus a second output of the fundamental. \\
\vspace{0.3in}
\textbf{Controls:}\\
\end{figwindow}



wrapfigpackage does not define afigwindowenvironment, so your title and tag do not match your example. – David Carlisle Feb 1 at 9:54