On Mon, Jan 14, 2002 at 10:21:14PM -0500, Kevin Middleton wrote:
>
> I have a document which must be double spaced, but I would like to set the
> spacing within captions to single space. Is there a way to do this in
> LyX? If it makes a difference, I have been setting the captions manually
> using \caption[short text]{long text} to get short figure names in the LoF.
Put the following line in the preamble:
\let\@xfloat=\latex@xfloat
PS: You will still have single spacing in footnotes. This can also be fixed
if needed.